diff options
-rw-r--r-- | sys-devel/patch/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/patch/Manifest | 6 | ||||
-rw-r--r-- | sys-devel/patch/patch-2.5.9.ebuild | 5 |
3 files changed, 10 insertions, 6 deletions
diff --git a/sys-devel/patch/ChangeLog b/sys-devel/patch/ChangeLog index f20ee3528418..4695fa8c47ad 100644 --- a/sys-devel/patch/ChangeLog +++ b/sys-devel/patch/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/patch # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/ChangeLog,v 1.18 2003/09/17 18:55:26 avenj Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/ChangeLog,v 1.19 2003/10/20 15:06:48 mholzer Exp $ + + 21 Oct 2003; Martin Holzer <mholzer@gentoo.org> patch-2.5.9.ebuild: + Adding gentoo mirrors. Closes #30106 . 17 Sep 2003; Jon Portnoy <avenj@gentoo.org> patch-2.5.9.ebuild : ia64 keywords. diff --git a/sys-devel/patch/Manifest b/sys-devel/patch/Manifest index b0245b0ef019..944d7ed841d5 100644 --- a/sys-devel/patch/Manifest +++ b/sys-devel/patch/Manifest @@ -1,5 +1,5 @@ +MD5 faf6ba2faf7466dd544e47a4cb7d8b31 ChangeLog 2530 +MD5 92cb29006b85f114571606789532759a patch-2.5.9.ebuild 953 +MD5 417b962f977eb63187d0201bfc069b5e patch-2.5.4-r5.ebuild 915 MD5 7113f2413944cb06cecdd0c57ab54078 files/digest-patch-2.5.9 63 MD5 d8308835b63cc0644a67523856ef2df8 files/digest-patch-2.5.4-r5 63 -MD5 73d719a02641b574245513b22bbb9432 patch-2.5.9.ebuild 923 -MD5 417b962f977eb63187d0201bfc069b5e patch-2.5.4-r5.ebuild 915 -MD5 d7498ad6b2464ebb6624979979af19d0 ChangeLog 2416 diff --git a/sys-devel/patch/patch-2.5.9.ebuild b/sys-devel/patch/patch-2.5.9.ebuild index 74017a8d72b3..0891601f51a6 100644 --- a/sys-devel/patch/patch-2.5.9.ebuild +++ b/sys-devel/patch/patch-2.5.9.ebuild @@ -1,10 +1,11 @@ # Copyright 1999-2003 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.8 2003/10/02 02:04:34 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/patch-2.5.9.ebuild,v 1.9 2003/10/20 15:06:48 mholzer Exp $ DESCRIPTION="Utility to apply diffs to files" HOMEPAGE="http://www.gnu.org/software/patch/patch.html" -SRC_URI="mirror://gnu/patch/${P}.tar.gz" +SRC_URI="mirror://gnu/patch/${P}.tar.gz + mirror://gentoo/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |