diff options
-rw-r--r-- | dev-util/patchutils/ChangeLog | 9 | ||||
-rw-r--r-- | dev-util/patchutils/files/digest-patchutils-0.2.30 | 1 | ||||
-rw-r--r-- | dev-util/patchutils/patchutils-0.2.29.ebuild | 4 | ||||
-rw-r--r-- | dev-util/patchutils/patchutils-0.2.30.ebuild | 20 |
4 files changed, 31 insertions, 3 deletions
diff --git a/dev-util/patchutils/ChangeLog b/dev-util/patchutils/ChangeLog index ec1e7fc54cb2..b603fdbd130b 100644 --- a/dev-util/patchutils/ChangeLog +++ b/dev-util/patchutils/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-util/patchutils # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/patchutils/ChangeLog,v 1.19 2004/08/22 07:24:16 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/patchutils/ChangeLog,v 1.20 2004/08/26 01:58:45 seemant Exp $ + +*patchutils-0.2.30 (25 Aug 2004) + + 25 Aug 2004; Seemant Kulleen <seemant@gentoo.org> patchutils-0.2.29.ebuild, + +patchutils-0.2.30.ebuild: + version bump, thanks to: Will Buckner <wcc@techmonkeys.org> in bug #61596. + Also .29 to stable x86 22 Aug 2004; Joshua Kinard <kumba@gentoo.org> patchutils-0.2.29.ebuild: Marked stable on mips. diff --git a/dev-util/patchutils/files/digest-patchutils-0.2.30 b/dev-util/patchutils/files/digest-patchutils-0.2.30 new file mode 100644 index 000000000000..c9ed41595c4a --- /dev/null +++ b/dev-util/patchutils/files/digest-patchutils-0.2.30 @@ -0,0 +1 @@ +MD5 6a33888e34c23f7fde09a6e94e4f5950 patchutils-0.2.30.tar.bz2 147722 diff --git a/dev-util/patchutils/patchutils-0.2.29.ebuild b/dev-util/patchutils/patchutils-0.2.29.ebuild index f874c0bb33c5..bf1eecf661cb 100644 --- a/dev-util/patchutils/patchutils-0.2.29.ebuild +++ b/dev-util/patchutils/patchutils-0.2.29.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/patchutils/patchutils-0.2.29.ebuild,v 1.6 2004/08/22 07:24:16 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/patchutils/patchutils-0.2.29.ebuild,v 1.7 2004/08/26 01:58:45 seemant Exp $ DESCRIPTION="A collection of tools that operate on patch files" HOMEPAGE="http://cyberelk.net/tim/patchutils/" @@ -8,7 +8,7 @@ SRC_URI="http://cyberelk.net/tim/data/patchutils/stable/${P}.tar.bz2" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc alpha mips hppa ~amd64 ~ia64 ~ppc64" +KEYWORDS="x86 ~ppc ~sparc alpha mips hppa ~amd64 ~ia64 ~ppc64" IUSE="" DEPEND="virtual/libc" diff --git a/dev-util/patchutils/patchutils-0.2.30.ebuild b/dev-util/patchutils/patchutils-0.2.30.ebuild new file mode 100644 index 000000000000..238e42edbf0d --- /dev/null +++ b/dev-util/patchutils/patchutils-0.2.30.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/patchutils/patchutils-0.2.30.ebuild,v 1.1 2004/08/26 01:58:45 seemant Exp $ + +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 ~amd64 ~ia64 ~ppc64" +IUSE="" + +DEPEND="virtual/libc" + +src_install () { + make DESTDIR=${D} install || die + + dodoc AUTHORS BUGS COPYING ChangeLog NEWS README TODO +} |