summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/man-pages/man-pages-2.03.ebuild')
-rw-r--r--sys-apps/man-pages/man-pages-2.03.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/sys-apps/man-pages/man-pages-2.03.ebuild b/sys-apps/man-pages/man-pages-2.03.ebuild
deleted file mode 100644
index 17b7a9fc3958..000000000000
--- a/sys-apps/man-pages/man-pages-2.03.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.03.ebuild,v 1.1 2005/06/17 02:43:26 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}"/${PN}-2.02-updates.patch
-}
-
-src_compile() { :; }
-
-src_install() {
- make install prefix="${D}" || die
- dodoc man-pages-*.Announce README
-}