diff options
author | Joshua Kinard <kumba@gentoo.org> | 2003-12-29 03:25:26 +0000 |
---|---|---|
committer | Joshua Kinard <kumba@gentoo.org> | 2003-12-29 03:25:26 +0000 |
commit | 3128671bd3d7f4b168ae2b6433e9baf79d2441c2 (patch) | |
tree | d15cf8cf93adbf41e6c580a0ef68aec79d360af5 /dev-util/patchutils | |
parent | Move to mips stable (~mips -> mips) (diff) | |
download | gentoo-2-3128671bd3d7f4b168ae2b6433e9baf79d2441c2.tar.gz gentoo-2-3128671bd3d7f4b168ae2b6433e9baf79d2441c2.tar.bz2 gentoo-2-3128671bd3d7f4b168ae2b6433e9baf79d2441c2.zip |
Move to mips stable (~mips -> mips)
Diffstat (limited to 'dev-util/patchutils')
-rw-r--r-- | dev-util/patchutils/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/patchutils/Manifest | 4 | ||||
-rw-r--r-- | dev-util/patchutils/patchutils-0.2.23.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/dev-util/patchutils/ChangeLog b/dev-util/patchutils/ChangeLog index d510985537d2..bf7795035425 100644 --- a/dev-util/patchutils/ChangeLog +++ b/dev-util/patchutils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/patchutils # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/patchutils/ChangeLog,v 1.11 2003/08/04 06:45:25 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/patchutils/ChangeLog,v 1.12 2003/12/29 03:22:22 kumba Exp $ + + 28 Dec 2003; Joshua Kinard <kumba@gentoo.org> patchutils-0.2.23.ebuild: + Move to mips stable (~mips -> mips) *patchutils-0.2.23 (07 Jun 2003) diff --git a/dev-util/patchutils/Manifest b/dev-util/patchutils/Manifest index 001ec92432c9..45280abfbbe2 100644 --- a/dev-util/patchutils/Manifest +++ b/dev-util/patchutils/Manifest @@ -1,5 +1,5 @@ -MD5 9dee76149ca81d9a8dab4909585ee0e5 ChangeLog 1441 +MD5 317795d84a8589adac82c66aec8757e0 ChangeLog 1554 MD5 dbdc73acacbd5fb9a0ff31d847fd9c44 patchutils-0.2.22.ebuild 643 -MD5 20dd3d7bf36c714ffe99d5cbdbf4b53b patchutils-0.2.23.ebuild 647 +MD5 5f930f7fac4bf181e50fe1837c987af4 patchutils-0.2.23.ebuild 646 MD5 2d6bf2eae3113938f7c9c039571180bf files/digest-patchutils-0.2.22 137 MD5 22be6f937a2129f82c1d22e8b935a964 files/digest-patchutils-0.2.23 70 diff --git a/dev-util/patchutils/patchutils-0.2.23.ebuild b/dev-util/patchutils/patchutils-0.2.23.ebuild index 6976277edec6..322f483e8bf8 100644 --- a/dev-util/patchutils/patchutils-0.2.23.ebuild +++ b/dev-util/patchutils/patchutils-0.2.23.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 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.23.ebuild,v 1.3 2003/08/04 06:45:25 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/patchutils/patchutils-0.2.23.ebuild,v 1.4 2003/12/29 03:22:22 kumba Exp $ S="${WORKDIR}/${P}" DESCRIPTION="A collection of tools that operate on patch files" @@ -9,7 +9,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 ~arm" +KEYWORDS="x86 ~ppc ~sparc ~alpha mips hppa ~arm" DEPEND="virtual/glibc" |