diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-11-09 08:28:50 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-11-09 08:28:50 +0000 |
commit | 3f6de7ae39061bccb47f16a5c655f39f32721de3 (patch) | |
tree | b69042b8213059d86b6fa43c7f514793dd13f469 /sys-apps | |
parent | Drop lio_listio man page now provided by man-pages. (diff) | |
download | historical-3f6de7ae39061bccb47f16a5c655f39f32721de3.tar.gz historical-3f6de7ae39061bccb47f16a5c655f39f32721de3.tar.bz2 historical-3f6de7ae39061bccb47f16a5c655f39f32721de3.zip |
old
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/man-pages/man-pages-3.27.ebuild | 56 |
1 files changed, 0 insertions, 56 deletions
diff --git a/sys-apps/man-pages/man-pages-3.27.ebuild b/sys-apps/man-pages/man-pages-3.27.ebuild deleted file mode 100644 index f9b822dfed26..000000000000 --- a/sys-apps/man-pages/man-pages-3.27.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-pages/man-pages-3.27.ebuild,v 1.2 2010/10/12 06:01:57 vapier Exp $ - -EAPI=3 - -GENTOO_PATCH=2 - -DESCRIPTION="A somewhat comprehensive collection of Linux man pages" -HOMEPAGE="http://www.kernel.org/doc/man-pages/" -SRC_URI="mirror://kernel/linux/docs/manpages/Archive/${P}.tar.bz2 - mirror://gentoo/man-pages-gentoo-${GENTOO_PATCH}.tar.bz2 - http://dev.gentoo.org/~cardoe/files/man-pages-gentoo-${GENTOO_PATCH}.tar.bz2" - -LICENSE="as-is GPL-2 BSD" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~ia64-linux ~x86-linux" -IUSE_LINGUAS=" cs da de fr it ja nl pl ro ru zh_CN" -IUSE="nls ${IUSE_LINGUAS// / linguas_}" -RESTRICT="binchecks" - -RDEPEND="virtual/man" -PDEPEND="nls? ( - linguas_cs? ( app-i18n/man-pages-cs ) - linguas_da? ( app-i18n/man-pages-da ) - linguas_de? ( app-i18n/man-pages-de ) - linguas_fr? ( app-i18n/man-pages-fr ) - linguas_it? ( app-i18n/man-pages-it ) - linguas_ja? ( app-i18n/man-pages-ja ) - linguas_nl? ( app-i18n/man-pages-nl ) - linguas_pl? ( app-i18n/man-pages-pl ) - linguas_ro? ( app-i18n/man-pages-ro ) - linguas_ru? ( app-i18n/man-pages-ru ) - linguas_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}" || die - dodoc man-pages-*.Announce README Changes* - - # Override with Gentoo specific or additional Gentoo pages - cd "${WORKDIR}"/man-pages-gentoo - doman */* || die - dodoc README.Gentoo -} - -pkg_postinst() { - einfo "If you don't have a makewhatis cronjob, then you" - einfo "should update the whatis database yourself:" - einfo " # makewhatis -u" -} |