diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-02-04 00:16:00 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-02-04 00:16:00 +0000 |
commit | 8f9b978e46ded23059fdfa3f8b5e96a3c40c00e2 (patch) | |
tree | 7f2313c24a4bbbd7268cd2c6d8cb6a1e11fb9330 /dev-util | |
parent | added ~alpha keyword (diff) | |
download | gentoo-2-8f9b978e46ded23059fdfa3f8b5e96a3c40c00e2.tar.gz gentoo-2-8f9b978e46ded23059fdfa3f8b5e96a3c40c00e2.tar.bz2 gentoo-2-8f9b978e46ded23059fdfa3f8b5e96a3c40c00e2.zip |
version bump
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/patchutils/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/patchutils/files/digest-patchutils-0.2.20 | 1 | ||||
-rw-r--r-- | dev-util/patchutils/patchutils-0.2.20.ebuild | 18 |
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 +} |