summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Nall <nall@gentoo.org>2003-02-05 02:07:03 +0000
committerJon Nall <nall@gentoo.org>2003-02-05 02:07:03 +0000
commitf8c845dd24f6220fde4579da6f604b9ed0c1afb5 (patch)
tree48483dbf42069f8bfb7814c01114539611c9c4b5 /sys-apps/help2man
parentfix for #15054; d/l rpm from ximian's site (w/ RESTRICT="nomirror") (diff)
downloadgentoo-2-f8c845dd24f6220fde4579da6f604b9ed0c1afb5.tar.gz
gentoo-2-f8c845dd24f6220fde4579da6f604b9ed0c1afb5.tar.bz2
gentoo-2-f8c845dd24f6220fde4579da6f604b9ed0c1afb5.zip
initial commit
Diffstat (limited to 'sys-apps/help2man')
-rw-r--r--sys-apps/help2man/ChangeLog10
-rw-r--r--sys-apps/help2man/files/digest-help2man-1.291
-rw-r--r--sys-apps/help2man/help2man-1.29.ebuild20
3 files changed, 31 insertions, 0 deletions
diff --git a/sys-apps/help2man/ChangeLog b/sys-apps/help2man/ChangeLog
new file mode 100644
index 000000000000..87bd7f201091
--- /dev/null
+++ b/sys-apps/help2man/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sys-apps/help2man
+# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/help2man/ChangeLog,v 1.1 2003/02/05 02:07:03 nall Exp $
+
+*help2man-1.29 (03 Feb 2003)
+
+ 03 Feb 2003; Jon Nall <nall@gentoo.org> help2man-1.29.ebuild,
+ files/digest-help2man-1.29 :
+ Initial import.
+
diff --git a/sys-apps/help2man/files/digest-help2man-1.29 b/sys-apps/help2man/files/digest-help2man-1.29
new file mode 100644
index 000000000000..3fe9a67f609d
--- /dev/null
+++ b/sys-apps/help2man/files/digest-help2man-1.29
@@ -0,0 +1 @@
+MD5 d084ca7079239b4405f3a07298cf7229 help2man-1.29.tar.gz 37341
diff --git a/sys-apps/help2man/help2man-1.29.ebuild b/sys-apps/help2man/help2man-1.29.ebuild
new file mode 100644
index 000000000000..3be561cc82c1
--- /dev/null
+++ b/sys-apps/help2man/help2man-1.29.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/help2man/help2man-1.29.ebuild,v 1.1 2003/02/05 02:07:03 nall Exp $
+
+DESCRIPTION="GNU utility to convert program --help output to a man page"
+HOMEPAGE="http://www.gnu.org/software/help2man"
+SRC_URI="http://ftp.gnu.org/gnu/help2man/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~ppc"
+IUSE=""
+
+DEPEND="sys-devel/perl"
+RDEPEND="${DEPEND}"
+
+src_install(){
+ into /usr
+ dobin help2man
+}
+