diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-10-02 02:04:34 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-10-02 02:04:34 +0000 |
commit | fe3abd4c4725280d275e7241747d2bb7b012145b (patch) | |
tree | 585c16674ed5a937f32704c57eb281485462176e /sys-devel | |
parent | fix SRC_URI #30104 (diff) | |
download | gentoo-2-fe3abd4c4725280d275e7241747d2bb7b012145b.tar.gz gentoo-2-fe3abd4c4725280d275e7241747d2bb7b012145b.tar.bz2 gentoo-2-fe3abd4c4725280d275e7241747d2bb7b012145b.zip |
fix SRC_URI #30106
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/patch/patch-2.5.4-r5.ebuild | 10 | ||||
-rw-r--r-- | sys-devel/patch/patch-2.5.9.ebuild | 10 |
2 files changed, 8 insertions, 12 deletions
diff --git a/sys-devel/patch/patch-2.5.4-r5.ebuild b/sys-devel/patch/patch-2.5.4-r5.ebuild index b250937abb74..5515d65acb01 100644 --- a/sys-devel/patch/patch-2.5.4-r5.ebuild +++ b/sys-devel/patch/patch-2.5.4-r5.ebuild @@ -1,17 +1,15 @@ # 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.4-r5.ebuild,v 1.4 2003/06/18 01:38:26 seemant Exp $ +# $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 $ -IUSE="build static" - -S=${WORKDIR}/${P} DESCRIPTION="Utility to apply diffs to files" HOMEPAGE="http://www.gnu.org/software/patch/patch.html" -SRC_URI="ftp://ftp.gnu.org/gnu/patch/${P}.tar.gz" +SRC_URI="mirror://gnu/patch/${P}.tar.gz" -SLOT="0" LICENSE="GPL-2" +SLOT="0" KEYWORDS="x86 ppc sparc alpha mips hppa arm" +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 398ae583491b..74017a8d72b3 100644 --- a/sys-devel/patch/patch-2.5.9.ebuild +++ b/sys-devel/patch/patch-2.5.9.ebuild @@ -1,17 +1,15 @@ # 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.7 2003/09/17 18:55:26 avenj Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/patch-2.5.9.ebuild,v 1.8 2003/10/02 02:04:34 vapier Exp $ -IUSE="build static" - -S=${WORKDIR}/${P} DESCRIPTION="Utility to apply diffs to files" HOMEPAGE="http://www.gnu.org/software/patch/patch.html" -SRC_URI="http://alpha.gnu.org/gnu/patch/${P}.tar.gz" +SRC_URI="mirror://gnu/patch/${P}.tar.gz" -SLOT="0" LICENSE="GPL-2" +SLOT="0" KEYWORDS="amd64 x86 ppc sparc alpha mips hppa arm ia64" +IUSE="build static" DEPEND="virtual/glibc" |