diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-10-24 14:51:22 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-10-24 14:51:22 +0000 |
commit | 0cc0cf128a02c4fa1ae685e089d35287bd306fc4 (patch) | |
tree | 53c03e0c8e6a1ab0dbfb52fa8063e52bad7add29 /sys-devel/patch | |
parent | removed pam limitations until 10135 is addressed (diff) | |
download | gentoo-2-0cc0cf128a02c4fa1ae685e089d35287bd306fc4.tar.gz gentoo-2-0cc0cf128a02c4fa1ae685e089d35287bd306fc4.tar.bz2 gentoo-2-0cc0cf128a02c4fa1ae685e089d35287bd306fc4.zip |
too dirty, using only gentoo mirrors which saves time to cycle through all gnu mirrors to not found the file.
Diffstat (limited to 'sys-devel/patch')
-rw-r--r-- | sys-devel/patch/Manifest | 2 | ||||
-rw-r--r-- | sys-devel/patch/patch-2.5.9.ebuild | 7 |
2 files changed, 5 insertions, 4 deletions
diff --git a/sys-devel/patch/Manifest b/sys-devel/patch/Manifest index 944d7ed841d5..1a48ec4e03d6 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 7b2792d8f933b79a9f32e57c14b106f3 patch-2.5.9.ebuild 1029 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 diff --git a/sys-devel/patch/patch-2.5.9.ebuild b/sys-devel/patch/patch-2.5.9.ebuild index 0891601f51a6..10e65269f2a2 100644 --- a/sys-devel/patch/patch-2.5.9.ebuild +++ b/sys-devel/patch/patch-2.5.9.ebuild @@ -1,11 +1,12 @@ # 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.9 2003/10/20 15:06:48 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/patch-2.5.9.ebuild,v 1.10 2003/10/24 14:51:18 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 - mirror://gentoo/${P}.tar.gz" +#SRC_URI="mirror://gnu/patch/${P}.tar.gz" +#Using own mirrors until gnu has md5sum and all packages up2date +SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |