summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-12-17 05:54:24 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-12-17 05:54:24 +0000
commit99cbf139c8c35c498a18ac449687206d7847fc4f (patch)
treec76b38fa186a975afe74648eb2b79a5477ff1897 /dev-util/patchutils
parentmasked 5.3 and changed the src-uri (diff)
downloadhistorical-99cbf139c8c35c498a18ac449687206d7847fc4f.tar.gz
historical-99cbf139c8c35c498a18ac449687206d7847fc4f.tar.bz2
historical-99cbf139c8c35c498a18ac449687206d7847fc4f.zip
version bump
Diffstat (limited to 'dev-util/patchutils')
-rw-r--r--dev-util/patchutils/ChangeLog14
-rw-r--r--dev-util/patchutils/files/digest-patchutils-0.2.181
-rw-r--r--dev-util/patchutils/patchutils-0.2.17.ebuild15
-rw-r--r--dev-util/patchutils/patchutils-0.2.18.ebuild18
4 files changed, 36 insertions, 12 deletions
diff --git a/dev-util/patchutils/ChangeLog b/dev-util/patchutils/ChangeLog
index 3a8d1f0528a3..0f1a5762037a 100644
--- a/dev-util/patchutils/ChangeLog
+++ b/dev-util/patchutils/ChangeLog
@@ -1,11 +1,19 @@
# 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.4 2002/12/13 10:56:50 blizzy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/patchutils/ChangeLog,v 1.5 2002/12/17 05:54:24 seemant Exp $
+
+
+*patchutils-0.2.18 (16 Dec 2002)
+
+ 16 Dec 2002; Seemant Kulleen <seemant@gentoo.org> patchutils-0.2.18.ebuild
+ files/digest-patchutils-0.2.18 :
+
+ Version bump to newest stable
- 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
-
*patchutils-0.2.17 (23 Oct 2002)
+ 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
+
23 Oct 2002; Zach Welch <zwelch@gentoo.org> :
Initial import from bug 9475, contributed by jani@iv.ro
diff --git a/dev-util/patchutils/files/digest-patchutils-0.2.18 b/dev-util/patchutils/files/digest-patchutils-0.2.18
new file mode 100644
index 000000000000..5a7952c70e82
--- /dev/null
+++ b/dev-util/patchutils/files/digest-patchutils-0.2.18
@@ -0,0 +1 @@
+MD5 31c9bd820942244f8e7d78c2506f0064 patchutils-0.2.18.tar.bz2 124512
diff --git a/dev-util/patchutils/patchutils-0.2.17.ebuild b/dev-util/patchutils/patchutils-0.2.17.ebuild
index 0f96d298880f..941cf94307e2 100644
--- a/dev-util/patchutils/patchutils-0.2.17.ebuild
+++ b/dev-util/patchutils/patchutils-0.2.17.ebuild
@@ -1,20 +1,17 @@
# 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.17.ebuild,v 1.2 2002/12/09 04:21:16 manson Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/patchutils/patchutils-0.2.17.ebuild,v 1.3 2002/12/17 05:54:24 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"
-LICENSE="GPL-2"
+
SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc "
-DEPEND="virtual/glibc"
-S="${WORKDIR}/${P}"
+LICENSE="GPL-2"
+KEYWORDS="x86 ~ppc ~sparc"
-src_compile() {
- econf || die
- emake || die
-}
+DEPEND="virtual/glibc"
src_install () {
make DESTDIR=${D} install || die
diff --git a/dev-util/patchutils/patchutils-0.2.18.ebuild b/dev-util/patchutils/patchutils-0.2.18.ebuild
new file mode 100644
index 000000000000..550a4bdedf59
--- /dev/null
+++ b/dev-util/patchutils/patchutils-0.2.18.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.18.ebuild,v 1.1 2002/12/17 05:54:24 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
+}