summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2003-02-04 00:16:00 +0000
committerSeemant Kulleen <seemant@gentoo.org>2003-02-04 00:16:00 +0000
commitd83fb2afc2314d349d3b8a3907ace6e10127a2fe (patch)
tree0fe8a90fbb787f36b9548bba5685eff0b356e186 /dev-util/patchutils
parentadded ~alpha keyword (diff)
downloadhistorical-d83fb2afc2314d349d3b8a3907ace6e10127a2fe.tar.gz
historical-d83fb2afc2314d349d3b8a3907ace6e10127a2fe.tar.bz2
historical-d83fb2afc2314d349d3b8a3907ace6e10127a2fe.zip
version bump
Diffstat (limited to 'dev-util/patchutils')
-rw-r--r--dev-util/patchutils/ChangeLog8
-rw-r--r--dev-util/patchutils/files/digest-patchutils-0.2.201
-rw-r--r--dev-util/patchutils/patchutils-0.2.20.ebuild18
3 files changed, 26 insertions, 1 deletions
diff --git a/dev-util/patchutils/ChangeLog b/dev-util/patchutils/ChangeLog
index 0f1a5762037a..361b1018c32b 100644
--- a/dev-util/patchutils/ChangeLog
+++ b/dev-util/patchutils/ChangeLog
@@ -1,7 +1,13 @@
# ChangeLog for dev-util/patchutils
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/patchutils/ChangeLog,v 1.5 2002/12/17 05:54:24 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/patchutils/ChangeLog,v 1.6 2003/02/04 00:16:00 seemant Exp $
+*patchutils-0.2.20 (03 Feb 2003)
+
+ 03 Feb 2003; Seemant Kulleen <seemant@gentoo.org> patchutils-0.2.20.ebuild
+ files/digest-patchutils-0.2.20 :
+
+ Version bump.
*patchutils-0.2.18 (16 Dec 2002)
diff --git a/dev-util/patchutils/files/digest-patchutils-0.2.20 b/dev-util/patchutils/files/digest-patchutils-0.2.20
new file mode 100644
index 000000000000..dc23f6239cfc
--- /dev/null
+++ b/dev-util/patchutils/files/digest-patchutils-0.2.20
@@ -0,0 +1 @@
+MD5 a801347e1a4a5b00ddb4f11348187912 patchutils-0.2.20.tar.bz2 130242
diff --git a/dev-util/patchutils/patchutils-0.2.20.ebuild b/dev-util/patchutils/patchutils-0.2.20.ebuild
new file mode 100644
index 000000000000..3583b40fcf87
--- /dev/null
+++ b/dev-util/patchutils/patchutils-0.2.20.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2002 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.20.ebuild,v 1.1 2003/02/04 00:16:00 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"
+
+DEPEND="virtual/glibc"
+
+src_install () {
+ make DESTDIR=${D} install || die
+}