diff options
author | 2002-11-07 07:53:00 +0000 | |
---|---|---|
committer | 2002-11-07 07:53:00 +0000 | |
commit | 818c8cd81fa77d8927f2a7ab4ac5249c7a59c9b8 (patch) | |
tree | db254c2a23349b9eed1c16abb91de3a2941ba0d5 /sys-apps/gnumaniak | |
parent | Added linux documentation project's license (diff) | |
download | gentoo-2-818c8cd81fa77d8927f2a7ab4ac5249c7a59c9b8.tar.gz gentoo-2-818c8cd81fa77d8927f2a7ab4ac5249c7a59c9b8.tar.bz2 gentoo-2-818c8cd81fa77d8927f2a7ab4ac5249c7a59c9b8.zip |
collection of up to date manpages
Diffstat (limited to 'sys-apps/gnumaniak')
-rw-r--r-- | sys-apps/gnumaniak/ChangeLog | 11 | ||||
-rw-r--r-- | sys-apps/gnumaniak/files/digest-gnumaniak-1.8 | 1 | ||||
-rw-r--r-- | sys-apps/gnumaniak/gnumaniak-1.8.ebuild | 23 |
3 files changed, 35 insertions, 0 deletions
diff --git a/sys-apps/gnumaniak/ChangeLog b/sys-apps/gnumaniak/ChangeLog new file mode 100644 index 000000000000..fe4b5932c188 --- /dev/null +++ b/sys-apps/gnumaniak/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for sys-apps/gnumaniak +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gnumaniak/ChangeLog,v 1.1 2002/11/07 07:53:00 seemant Exp $ + +*gnumaniak-1.8 (06 Nov 2002) + + 06 Nov 2002; Seemant Kulleen <seemant@gentoo.org> gnumaniak-1.8.ebuild + ChangeLog files/digest-gnumaniak-1.8 : + + New package which has up to date manpages for various GNU utilities. + Submitted by: ragnar@linalco.com (Ragnar Hojland Espinosa) in bug #8852 diff --git a/sys-apps/gnumaniak/files/digest-gnumaniak-1.8 b/sys-apps/gnumaniak/files/digest-gnumaniak-1.8 new file mode 100644 index 000000000000..0acc39afaf71 --- /dev/null +++ b/sys-apps/gnumaniak/files/digest-gnumaniak-1.8 @@ -0,0 +1 @@ +MD5 1c22f4fa78aee77d9b5da94d4d39104d gnumaniak-1.8.tar.gz 105910 diff --git a/sys-apps/gnumaniak/gnumaniak-1.8.ebuild b/sys-apps/gnumaniak/gnumaniak-1.8.ebuild new file mode 100644 index 000000000000..ed1d0569ab80 --- /dev/null +++ b/sys-apps/gnumaniak/gnumaniak-1.8.ebuild @@ -0,0 +1,23 @@ +# Copyright 2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gnumaniak/gnumaniak-1.8.ebuild,v 1.1 2002/11/07 07:53:00 seemant Exp $ + +MY_PN=${PN/-/} +S=${WORKDIR}/${P} +DESCRIPTION="Up to date man pages for various GNU utils section 1" +SRC_URI="http://www.linalco.com/ragnar/${P}.tar.gz" +HOMEPAGE="http://www.linalco.com/ragnar/" + +SLOT="0" +LICENSE="LDP" +KEYWORDS="~x86 ~ppc ~sparc ~sparc64 ~alpha" + +RDEPEND="sys-apps/man" + +src_install() { + for x in `find * -type d -not -name ongoing` + do + doman $x/*.[1-9] + done + dodoc LICENSE README gnumaniak-1.8.lsm +} |