summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2020-04-03 13:22:37 +0300
committerMikle Kolyada <zlogene@gentoo.org>2020-04-03 13:22:37 +0300
commitfc87e32b55493122c36b543caf7891a9d7aa58bb (patch)
tree00745564a51a5545a543070a2630973647d2b40c
parentwww-client/firefox-bin: install files from $D (diff)
downloadgentoo-fc87e32b55493122c36b543caf7891a9d7aa58bb.tar.gz
gentoo-fc87e32b55493122c36b543caf7891a9d7aa58bb.tar.bz2
gentoo-fc87e32b55493122c36b543caf7891a9d7aa58bb.zip
sys-apps/man-pages: Drop old
Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
-rw-r--r--sys-apps/man-pages/man-pages-5.05.ebuild52
1 files changed, 0 insertions, 52 deletions
diff --git a/sys-apps/man-pages/man-pages-5.05.ebuild b/sys-apps/man-pages/man-pages-5.05.ebuild
deleted file mode 100644
index 97f0792fb4e9..000000000000
--- a/sys-apps/man-pages/man-pages-5.05.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2020 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="nls ${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
- !<sys-apps/attr-2.4.47-r2
- !<dev-libs/libaio-0.3.109-r2
- !<dev-libs/libbsd-0.8.3-r1"
-PDEPEND="nls? (
- l10n_de? ( app-i18n/man-pages-de )
- l10n_fr? ( app-i18n/man-pages-fr )
- l10n_it? ( app-i18n/man-pages-it )
- l10n_ja? ( app-i18n/man-pages-ja )
- l10n_nl? ( app-i18n/man-pages-nl )
- l10n_pl? ( app-i18n/man-pages-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
-}