sys-apps/man-pages: Remove old 5.09, 5.10

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
David Seifert
2021-05-13 22:24:21 +02:00
parent 80206cb3fd
commit 531ae8a454
3 changed files with 0 additions and 108 deletions

View File

@@ -1,4 +1,2 @@
DIST man-pages-5.09.tar.xz 1740816 BLAKE2B 5434453dc75058a2aef5d1ca04854abe3d2e3a7ddd5167fbbc36cefc0e103bb75339279fd5638698b12e7fbe2314dafd0498b2104e01b4314e909f89db65d50e SHA512 fa5684c316326afd2056876c174e4f2c8baa18d76bfc2f63009903f09f93b4c204fb0773e0991b5247e50596b2da7e232c5087121a0c938a072af8c77848686f
DIST man-pages-5.10.tar.xz 1747688 BLAKE2B 39da2ec75b0096db7b5af483e6096259b2439bf9ce3b651af82350b612c234375e3e34d70ff84f401c23189c0aa921f29cf77c0979e40efd3fda0f06378a7c2b SHA512 a23f90136b0bf471f5ae3917ae0e558fec0671cace8ccdd8e244f41f11fefa4ac0df84cf972cc20a1792d7b930db5e2c451881c0937edabf7d5e1ec46c4760ed
DIST man-pages-5.11.tar.xz 1758092 BLAKE2B 45f1f8751f197f616913fd0084ead3ff7e3b3d11d0c3c70ecd43acbc621927cbb3582ffc7df5101887ec5c733e35a9c5321af9ddaf477e06da391c5af9eb6bc5 SHA512 2f57308fb331e0207ed4764d7753711caf74c0b74eef789612bc1869126be529450c7a2a7011fd6413eebea4ff0fee9a1ba0c94959652a3c747c780e83741450
DIST man-pages-gentoo-2.tar.bz2 5141 BLAKE2B c5c7956ab47c8a473e258b1902d5d19d9eb2e9d01786e907d9c3ba691c2a506834ed96cd1f54e8d8415e65d4fea0056659537f0faffe68fcbed33aa728a5e61e SHA512 6e6524b8ad6f1b8c9b147665ee32af49e05603dac61d433acd6b4f1164adef27cd542898f272b07d8659725013dac59c7f34a858968cc054a4785c945e14a770

View File

@@ -1,52 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
GENTOO_PATCH=2
DESCRIPTION="A somewhat comprehensive collection of Linux man pages"
HOMEPAGE="https://www.kernel.org/doc/man-pages/"
SRC_URI="https://www.kernel.org/pub/linux/docs/man-pages/Archive/${P}.tar.xz
https://www.kernel.org/pub/linux/docs/man-pages/${P}.tar.xz
mirror://gentoo/man-pages-gentoo-${GENTOO_PATCH}.tar.bz2
https://dev.gentoo.org/~cardoe/files/man-pages-gentoo-${GENTOO_PATCH}.tar.bz2"
LICENSE="man-pages GPL-2+ BSD"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
IUSE_L10N=" de fr it ja nl pl ru zh-CN"
IUSE="${IUSE_L10N// / l10n_}"
RESTRICT="binchecks"
# Block packages that used to install colliding man pages #341953 #548900 #612640 #617462
RDEPEND="
virtual/man
!<sys-apps/keyutils-1.5.9-r4
!<dev-libs/libbsd-0.8.3-r1
"
PDEPEND="
l10n_de? ( app-i18n/man-pages-l10n[l10n_de] )
l10n_fr? ( app-i18n/man-pages-l10n[l10n_fr] )
l10n_it? ( app-i18n/man-pages-it )
l10n_ja? ( app-i18n/man-pages-ja )
l10n_nl? ( app-i18n/man-pages-l10n[l10n_nl] )
l10n_pl? ( app-i18n/man-pages-l10n[l10n_pl] )
l10n_ru? ( app-i18n/man-pages-ru )
l10n_zh-CN? ( app-i18n/man-pages-zh_CN )
sys-apps/man-pages-posix
"
src_configure() { :; }
src_compile() { :; }
src_install() {
emake install prefix="${EPREFIX}/usr" DESTDIR="${D}"
dodoc man-pages-*.Announce README Changes*
# Override with Gentoo specific or additional Gentoo pages
cd "${WORKDIR}"/man-pages-gentoo || die
doman */*
dodoc README.Gentoo
}

View File

@@ -1,54 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
GENTOO_PATCH=2
DESCRIPTION="A somewhat comprehensive collection of Linux man pages"
HOMEPAGE="https://www.kernel.org/doc/man-pages/"
SRC_URI="https://www.kernel.org/pub/linux/docs/man-pages/Archive/${P}.tar.xz
https://www.kernel.org/pub/linux/docs/man-pages/${P}.tar.xz
mirror://gentoo/man-pages-gentoo-${GENTOO_PATCH}.tar.bz2
https://dev.gentoo.org/~cardoe/files/man-pages-gentoo-${GENTOO_PATCH}.tar.bz2"
LICENSE="man-pages GPL-2+ BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
IUSE_L10N=" de fr it ja nl pl pt-BR ro ru zh-CN"
IUSE="${IUSE_L10N// / l10n_}"
RESTRICT="binchecks"
# Block packages that used to install colliding man pages #341953 #548900 #612640 #617462
RDEPEND="
virtual/man
!<sys-apps/keyutils-1.5.9-r4
!<dev-libs/libbsd-0.8.3-r1
"
PDEPEND="
l10n_de? ( app-i18n/man-pages-l10n[l10n_de] )
l10n_fr? ( app-i18n/man-pages-l10n[l10n_fr] )
l10n_it? ( app-i18n/man-pages-it )
l10n_ja? ( app-i18n/man-pages-ja )
l10n_nl? ( app-i18n/man-pages-l10n[l10n_nl] )
l10n_pl? ( app-i18n/man-pages-l10n[l10n_pl] )
l10n_pt-BR? ( >=app-i18n/man-pages-l10n-4.2.0[l10n_pt-BR] )
l10n_ro? ( >=app-i18n/man-pages-l10n-4.2.0[l10n_ro] )
l10n_ru? ( app-i18n/man-pages-ru )
l10n_zh-CN? ( app-i18n/man-pages-zh_CN )
sys-apps/man-pages-posix
"
src_configure() { :; }
src_compile() { :; }
src_install() {
emake install prefix="${EPREFIX}/usr" DESTDIR="${D}"
dodoc man-pages-*.Announce README Changes*
# Override with Gentoo specific or additional Gentoo pages
cd "${WORKDIR}"/man-pages-gentoo || die
doman */*
dodoc README.Gentoo
}