mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
Move {app-doc → app-text}/halibut
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 <mgorny@gentoo.org>
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
@@ -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" )
|
||||
|
||||
|
||||
@@ -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
|
||||
@@ -37,7 +37,7 @@ DEPEND="
|
||||
BDEPEND="
|
||||
dev-lang/perl
|
||||
virtual/pkgconfig
|
||||
doc? ( app-doc/halibut )
|
||||
doc? ( app-text/halibut )
|
||||
"
|
||||
|
||||
src_unpack() {
|
||||
|
||||
@@ -95,7 +95,7 @@ net-misc/openvswitch unwind
|
||||
net-misc/openntpd constraints
|
||||
|
||||
# Matthew Smith <matthew@gentoo.org> (2022-07-10)
|
||||
# Needs unkeyworded app-doc/halibut
|
||||
# Needs unkeyworded app-text/halibut
|
||||
>=net-misc/putty-0.77 doc
|
||||
|
||||
# Sam James <sam@gentoo.org> (2022-04-29)
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user