summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2003-06-07 09:22:07 +0000
committerSeemant Kulleen <seemant@gentoo.org>2003-06-07 09:22:07 +0000
commitbceff1560cbcf306d27623a4e0afa836e013ae04 (patch)
tree1aacd4074d4c6ed305a33154463b85e9f7383210 /dev-util/patchutils/patchutils-0.2.23.ebuild
parentversion bump (diff)
downloadgentoo-2-bceff1560cbcf306d27623a4e0afa836e013ae04.tar.gz
gentoo-2-bceff1560cbcf306d27623a4e0afa836e013ae04.tar.bz2
gentoo-2-bceff1560cbcf306d27623a4e0afa836e013ae04.zip
version bump
Diffstat (limited to 'dev-util/patchutils/patchutils-0.2.23.ebuild')
-rw-r--r--dev-util/patchutils/patchutils-0.2.23.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-util/patchutils/patchutils-0.2.23.ebuild b/dev-util/patchutils/patchutils-0.2.23.ebuild
new file mode 100644
index 000000000000..d2d53b666077
--- /dev/null
+++ b/dev-util/patchutils/patchutils-0.2.23.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/dev-util/patchutils/patchutils-0.2.23.ebuild,v 1.1 2003/06/07 09:22:02 seemant Exp $
+
+S="${WORKDIR}/${P}"
+DESCRIPTION="A collection of tools that operate on patch files"
+HOMEPAGE="http://cyberelk.net/tim/patchutils/"
+SRC_URI="http://cyberelk.net/tim/data/patchutils/stable/${P}.tar.bz2"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~hppa ~arm"
+
+DEPEND="virtual/glibc"
+
+src_install () {
+ make DESTDIR=${D} install || die
+
+ dodoc AUTHORS BUGS COPYING ChangeLog NEWS README TODO
+}