blob: df3d500c9677043eb81ab1b99f9e379e3ed95462 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-pages/man-pages-1.66.ebuild,v 1.3 2004/06/30 17:48:50 agriffis 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 ia64 ppc64 s390"
IUSE=""
RESTRICT="nomirror"
RDEPEND="sys-apps/man"
src_install() {
einstall MANDIR=${D}/usr/share/man || die
dodoc man-pages-*.Announce README
}
|