diff options
Diffstat (limited to 'sys-apps/man-pages/man-pages-2.02.ebuild')
-rw-r--r-- | sys-apps/man-pages/man-pages-2.02.ebuild | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/sys-apps/man-pages/man-pages-2.02.ebuild b/sys-apps/man-pages/man-pages-2.02.ebuild deleted file mode 100644 index c070e01c76fe..000000000000 --- a/sys-apps/man-pages/man-pages-2.02.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-pages/man-pages-2.02.ebuild,v 1.3 2005/06/17 02:32:07 vapier Exp $ - -inherit eutils - -DESCRIPTION="A somewhat comprehensive collection of Linux man pages" -HOMEPAGE="http://www.win.tue.nl/~aeb/linux/man/" -SRC_URI="mirror://kernel/linux/docs/manpages/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86" -IUSE="" - -RDEPEND="sys-apps/man" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-updates.patch -} - -src_compile() { :; } - -src_install() { - make install prefix="${D}" || die - dodoc man-pages-*.Announce README -} |