Skip to content

Commit

Permalink
Move {app-doc → app-text}/halibut
Browse files Browse the repository at this point in the history
Per the category metadata, app-doc/ is reserved for documentation
*files* and not software.  Move it to app-text/ where it seems a better
fit.

Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Jan 12, 2024
1 parent f7fdfda commit e7c994d
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 12 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions games-puzzle/sgt-puzzles/sgt-puzzles-20190415.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
Expand Down Expand Up @@ -35,7 +35,7 @@ DEPEND="${COMMON_DEPEND}"
BDEPEND="
dev-lang/perl
virtual/pkgconfig
doc? ( >=app-doc/halibut-1.2 )"
doc? ( >=app-text/halibut-1.2 )"

PATCHES=( "${FILESDIR}/${PN}-20161207-builtin-help.patch" )

Expand Down
4 changes: 2 additions & 2 deletions net-misc/putty/putty-0.80.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8
Expand Down Expand Up @@ -37,7 +37,7 @@ DEPEND="
BDEPEND="
dev-lang/perl
virtual/pkgconfig
doc? ( app-doc/halibut )
doc? ( app-text/halibut )
"

src_unpack() {
Expand Down
2 changes: 1 addition & 1 deletion profiles/arch/alpha/package.use.mask
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ net-misc/openvswitch unwind
net-misc/openntpd constraints

# Matthew Smith <[email protected]> (2022-07-10)
# Needs unkeyworded app-doc/halibut
# Needs unkeyworded app-text/halibut
>=net-misc/putty-0.77 doc

# Sam James <[email protected]> (2022-04-29)
Expand Down
1 change: 1 addition & 0 deletions profiles/updates/1Q-2024
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ move dev-python/pysol_cards dev-python/pysol-cards
move sys-kernel/installkernel-gentoo sys-kernel/installkernel
move app-doc/NaturalDocs app-text/NaturalDocs
move app-doc/doxygen app-text/doxygen
move app-doc/halibut app-text/halibut
4 changes: 2 additions & 2 deletions sys-apps/agedu/agedu-20200617.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
Expand All @@ -19,7 +19,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc ipv6"

DEPEND="doc? ( app-doc/halibut )"
DEPEND="doc? ( app-text/halibut )"

PATCHES=(
"${FILESDIR}/${PN}-r9671-fix-automagic.patch"
Expand Down
4 changes: 2 additions & 2 deletions sys-apps/agedu/agedu-20200705.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
Expand All @@ -19,7 +19,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc ipv6"

DEPEND="doc? ( app-doc/halibut )"
DEPEND="doc? ( app-text/halibut )"

PATCHES=(
"${FILESDIR}/${PN}-r9671-fix-automagic.patch"
Expand Down
4 changes: 2 additions & 2 deletions sys-apps/agedu/agedu-20211129.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8
Expand All @@ -19,7 +19,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc"

BDEPEND="doc? ( app-doc/halibut )"
BDEPEND="doc? ( app-text/halibut )"

# Notes:
# - IPv4 / IPv6 are still optional but enabled by default; they don't
Expand Down

0 comments on commit e7c994d

Please sign in to comment.