diff options
author | Joshua Kinard <kumba@gentoo.org> | 2004-08-22 07:24:16 +0000 |
---|---|---|
committer | Joshua Kinard <kumba@gentoo.org> | 2004-08-22 07:24:16 +0000 |
commit | b233336b050be23e68b8fc8d711376a2f8e8e0c6 (patch) | |
tree | e764f69f62ff6b07329d49f6ef4382e7b10d00f6 /dev-util/patchutils | |
parent | um ignore that (Manifest recommit) (diff) | |
download | gentoo-2-b233336b050be23e68b8fc8d711376a2f8e8e0c6.tar.gz gentoo-2-b233336b050be23e68b8fc8d711376a2f8e8e0c6.tar.bz2 gentoo-2-b233336b050be23e68b8fc8d711376a2f8e8e0c6.zip |
Marked stable on mips.
Diffstat (limited to 'dev-util/patchutils')
-rw-r--r-- | dev-util/patchutils/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/patchutils/Manifest | 6 | ||||
-rw-r--r-- | dev-util/patchutils/patchutils-0.2.29.ebuild | 4 |
3 files changed, 9 insertions, 6 deletions
diff --git a/dev-util/patchutils/ChangeLog b/dev-util/patchutils/ChangeLog index 92874b16a52c..ec1e7fc54cb2 100644 --- a/dev-util/patchutils/ChangeLog +++ b/dev-util/patchutils/ChangeLog @@ -1,6 +1,9 @@ # 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.18 2004/07/02 05:10:35 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/patchutils/ChangeLog,v 1.19 2004/08/22 07:24:16 kumba Exp $ + + 22 Aug 2004; Joshua Kinard <kumba@gentoo.org> patchutils-0.2.29.ebuild: + Marked stable on mips. 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> patchutils-0.2.23.ebuild, patchutils-0.2.25.ebuild, diff --git a/dev-util/patchutils/Manifest b/dev-util/patchutils/Manifest index a38db8529ef0..11c145916d17 100644 --- a/dev-util/patchutils/Manifest +++ b/dev-util/patchutils/Manifest @@ -1,8 +1,8 @@ -MD5 3c6d84c12946eb6560abbf52bc5a9a77 patchutils-0.2.29.ebuild 642 +MD5 c9a57ad30dbdc5a827e9c4482e0aec6a ChangeLog 2363 +MD5 bc1353abf3bc2339ee85980675343fdf metadata.xml 252 MD5 810c6ff006ed7d3d0315d9aa5f25591d patchutils-0.2.23.ebuild 636 MD5 da6cbe3315fb61882e3ba9e314b7501c patchutils-0.2.25.ebuild 641 -MD5 a28ffb29df383c3ae8e3edb06436d1d3 ChangeLog 2263 -MD5 bc1353abf3bc2339ee85980675343fdf metadata.xml 252 +MD5 08c66d84b4ce5c9bf1a6d4da1d5379a8 patchutils-0.2.29.ebuild 641 MD5 22be6f937a2129f82c1d22e8b935a964 files/digest-patchutils-0.2.23 70 MD5 f2f520749da152f7170c63f37e75bfca files/digest-patchutils-0.2.25 70 MD5 2092e7d99d49c2176a47e872cc84b792 files/digest-patchutils-0.2.29 70 diff --git a/dev-util/patchutils/patchutils-0.2.29.ebuild b/dev-util/patchutils/patchutils-0.2.29.ebuild index 9ea2074e1f54..f874c0bb33c5 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.5 2004/07/14 23:55:10 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/patchutils/patchutils-0.2.29.ebuild,v 1.6 2004/08/22 07:24:16 kumba 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" |