diff options
Diffstat (limited to 'sys-apps/man-pages/man-pages-1.65.ebuild')
-rw-r--r-- | sys-apps/man-pages/man-pages-1.65.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sys-apps/man-pages/man-pages-1.65.ebuild b/sys-apps/man-pages/man-pages-1.65.ebuild new file mode 100644 index 000000000000..d7a5b4c6b3d2 --- /dev/null +++ b/sys-apps/man-pages/man-pages-1.65.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-pages/man-pages-1.65.ebuild,v 1.1 2004/01/25 02:37:19 vapier Exp $ + +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="x86 amd64 ppc sparc alpha mips hppa arm ia64 ppc64" +RESTRICT="nomirror" + +RDEPEND="sys-apps/man" + +src_install() { + einstall MANDIR=${D}/usr/share/man || die + dodoc man-pages-*.Announce README +} |