diff options
author | 2004-02-22 12:44:21 +0000 | |
---|---|---|
committer | 2004-02-22 12:44:21 +0000 | |
commit | 624f61a0d0a222b0c40f08ec2f6c5c45b0a9ff4b (patch) | |
tree | 9b6f042855abc6892bb522ff2e0820d0c26fcacb /sys-devel | |
parent | arm needs deps first (diff) | |
download | historical-624f61a0d0a222b0c40f08ec2f6c5c45b0a9ff4b.tar.gz historical-624f61a0d0a222b0c40f08ec2f6c5c45b0a9ff4b.tar.bz2 historical-624f61a0d0a222b0c40f08ec2f6c5c45b0a9ff4b.zip |
header fix; arm needs deps first
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/patch/Manifest | 8 | ||||
-rw-r--r-- | sys-devel/patch/patch-2.5.4-r5.ebuild | 6 | ||||
-rw-r--r-- | sys-devel/patch/patch-2.5.9.ebuild | 6 |
3 files changed, 10 insertions, 10 deletions
diff --git a/sys-devel/patch/Manifest b/sys-devel/patch/Manifest index bc79e877a79a..291f1defde11 100644 --- a/sys-devel/patch/Manifest +++ b/sys-devel/patch/Manifest @@ -1,6 +1,6 @@ -MD5 7113f2413944cb06cecdd0c57ab54078 files/digest-patch-2.5.9 63 -MD5 d8308835b63cc0644a67523856ef2df8 files/digest-patch-2.5.4-r5 63 -MD5 82118bf8768854ede7365aa45419175d patch-2.5.9.ebuild 1037 -MD5 417b962f977eb63187d0201bfc069b5e patch-2.5.4-r5.ebuild 915 MD5 faf6ba2faf7466dd544e47a4cb7d8b31 ChangeLog 2530 +MD5 113d8b76c54663b406b5ecb5c06244e6 patch-2.5.4-r5.ebuild 914 +MD5 7f6af65b440b2396e3c403174ba27a22 patch-2.5.9.ebuild 1033 MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 +MD5 d8308835b63cc0644a67523856ef2df8 files/digest-patch-2.5.4-r5 63 +MD5 7113f2413944cb06cecdd0c57ab54078 files/digest-patch-2.5.9 63 diff --git a/sys-devel/patch/patch-2.5.4-r5.ebuild b/sys-devel/patch/patch-2.5.4-r5.ebuild index 5515d65acb01..427c0da26d0d 100644 --- a/sys-devel/patch/patch-2.5.4-r5.ebuild +++ b/sys-devel/patch/patch-2.5.4-r5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/patch-2.5.4-r5.ebuild,v 1.5 2003/10/02 02:04:34 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/patch-2.5.4-r5.ebuild,v 1.6 2004/02/22 12:44:21 mr_bones_ Exp $ DESCRIPTION="Utility to apply diffs to files" HOMEPAGE="http://www.gnu.org/software/patch/patch.html" @@ -8,7 +8,7 @@ SRC_URI="mirror://gnu/patch/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ppc sparc alpha mips hppa arm" +KEYWORDS="x86 ppc sparc alpha mips hppa" IUSE="build static" DEPEND="virtual/glibc" diff --git a/sys-devel/patch/patch-2.5.9.ebuild b/sys-devel/patch/patch-2.5.9.ebuild index 9cbf76166bfb..1a2aeb5c881f 100644 --- a/sys-devel/patch/patch-2.5.9.ebuild +++ b/sys-devel/patch/patch-2.5.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/patch-2.5.9.ebuild,v 1.11 2003/12/17 04:17:31 brad_mssw Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/patch-2.5.9.ebuild,v 1.12 2004/02/22 12:44:21 mr_bones_ Exp $ DESCRIPTION="Utility to apply diffs to files" HOMEPAGE="http://www.gnu.org/software/patch/patch.html" @@ -10,7 +10,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 x86 ppc sparc alpha mips hppa arm ia64 ppc64" +KEYWORDS="amd64 x86 ppc sparc alpha mips hppa ia64 ppc64" IUSE="build static" DEPEND="virtual/glibc" |