diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2004-12-28 17:31:08 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2004-12-28 17:31:08 +0000 |
commit | bd09ee9ed146cddef4369975bdb992154ba61f9d (patch) | |
tree | c2a0279ac0de2de458fb5bea017609b4d7d6484f /dev-util/patchutils | |
parent | Changelog and deletion of older files (diff) | |
download | gentoo-2-bd09ee9ed146cddef4369975bdb992154ba61f9d.tar.gz gentoo-2-bd09ee9ed146cddef4369975bdb992154ba61f9d.tar.bz2 gentoo-2-bd09ee9ed146cddef4369975bdb992154ba61f9d.zip |
move .30 to stable x86
Diffstat (limited to 'dev-util/patchutils')
-rw-r--r-- | dev-util/patchutils/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/patchutils/files/digest-patchutils-0.2.25 | 1 | ||||
-rw-r--r-- | dev-util/patchutils/patchutils-0.2.25.ebuild | 20 | ||||
-rw-r--r-- | dev-util/patchutils/patchutils-0.2.30.ebuild | 4 |
4 files changed, 7 insertions, 24 deletions
diff --git a/dev-util/patchutils/ChangeLog b/dev-util/patchutils/ChangeLog index 366d963b26b4..17056085f70c 100644 --- a/dev-util/patchutils/ChangeLog +++ b/dev-util/patchutils/ChangeLog @@ -1,6 +1,10 @@ # 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.23 2004/10/19 10:02:13 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/patchutils/ChangeLog,v 1.24 2004/12/28 17:31:08 seemant Exp $ + + 28 Dec 2004; Seemant Kulleen <seemant@gentoo.org> + -patchutils-0.2.25.ebuild, patchutils-0.2.30.ebuild: + move .30 to stable x86 19 Oct 2004; Dylan Carlson <absinthe@gentoo.org> patchutils-0.2.25.ebuild, patchutils-0.2.29.ebuild: diff --git a/dev-util/patchutils/files/digest-patchutils-0.2.25 b/dev-util/patchutils/files/digest-patchutils-0.2.25 deleted file mode 100644 index eff71ae9bda3..000000000000 --- a/dev-util/patchutils/files/digest-patchutils-0.2.25 +++ /dev/null @@ -1 +0,0 @@ -MD5 4a86341ad45eff6bc961c45f3af2348d patchutils-0.2.25.tar.bz2 143702 diff --git a/dev-util/patchutils/patchutils-0.2.25.ebuild b/dev-util/patchutils/patchutils-0.2.25.ebuild deleted file mode 100644 index f41381073f79..000000000000 --- a/dev-util/patchutils/patchutils-0.2.25.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# 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.25.ebuild,v 1.8 2004/10/19 10:02:13 absinthe 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 -} diff --git a/dev-util/patchutils/patchutils-0.2.30.ebuild b/dev-util/patchutils/patchutils-0.2.30.ebuild index 238e42edbf0d..d63feb1e9163 100644 --- a/dev-util/patchutils/patchutils-0.2.30.ebuild +++ b/dev-util/patchutils/patchutils-0.2.30.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.30.ebuild,v 1.1 2004/08/26 01:58:45 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/patchutils/patchutils-0.2.30.ebuild,v 1.2 2004/12/28 17:31:08 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" |