diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2005-07-28 14:25:23 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2005-07-28 14:25:23 +0000 |
commit | ec2b4c615019b6b9448c938521bb6e5fb1b3c8bc (patch) | |
tree | 0f0fc28310d088b4defd31bceeb160a7f5df3771 /sys-apps/coreutils | |
parent | remove old build (diff) | |
download | gentoo-2-ec2b4c615019b6b9448c938521bb6e5fb1b3c8bc.tar.gz gentoo-2-ec2b4c615019b6b9448c938521bb6e5fb1b3c8bc.tar.bz2 gentoo-2-ec2b4c615019b6b9448c938521bb6e5fb1b3c8bc.zip |
clean up src_uri
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sys-apps/coreutils')
-rw-r--r-- | sys-apps/coreutils/coreutils-5.2.1-r2.ebuild | 7 | ||||
-rw-r--r-- | sys-apps/coreutils/coreutils-5.2.1-r5.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/coreutils/coreutils-5.2.1-r6.ebuild | 3 |
3 files changed, 4 insertions, 10 deletions
diff --git a/sys-apps/coreutils/coreutils-5.2.1-r2.ebuild b/sys-apps/coreutils/coreutils-5.2.1-r2.ebuild index 705a4b955978..d2cfcfe0d7e3 100644 --- a/sys-apps/coreutils/coreutils-5.2.1-r2.ebuild +++ b/sys-apps/coreutils/coreutils-5.2.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-5.2.1-r2.ebuild,v 1.13 2005/05/30 02:56:44 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-5.2.1-r2.ebuild,v 1.14 2005/07/28 14:24:25 seemant Exp $ inherit eutils flag-o-matic @@ -11,11 +11,8 @@ PATCHDIR=${WORKDIR}/patch DESCRIPTION="Standard GNU file utilities (chmod, cp, dd, dir, ls...), text utilities (sort, tr, head, wc..), and shell utilities (whoami, who,...)" HOMEPAGE="http://www.gnu.org/software/coreutils/" SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2 - mirror://gentoo/${P}.tar.bz2 mirror://gentoo/${P}-gentoo-${PATCH_VER}.tar.bz2 - mirror://gentoo/${P}-${I18N_VER}.patch.bz2 - http://dev.gentoo.org/~seemant/distfiles/${P}-gentoo-${PATCH_VER}.tar.bz2 - http://dev.gentoo.org/~seemant/distfiles/${P}-${I18N_VER}.patch.bz2" + mirror://gentoo/${P}-${I18N_VER}.patch.bz2" LICENSE="GPL-2" SLOT="0" diff --git a/sys-apps/coreutils/coreutils-5.2.1-r5.ebuild b/sys-apps/coreutils/coreutils-5.2.1-r5.ebuild index b4634114fd1c..16a5aeca369a 100644 --- a/sys-apps/coreutils/coreutils-5.2.1-r5.ebuild +++ b/sys-apps/coreutils/coreutils-5.2.1-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-5.2.1-r5.ebuild,v 1.11 2005/05/30 02:56:44 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-5.2.1-r5.ebuild,v 1.12 2005/07/28 14:24:25 seemant Exp $ inherit eutils flag-o-matic @@ -14,8 +14,6 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2 mirror://gentoo/${P}.tar.bz2 mirror://gentoo/${P}-patches-${PATCH_VER}.tar.bz2 mirror://gentoo/${P}-${I18N_VER}.patch.bz2 - http://dev.gentoo.org/~seemant/distfiles/${P}-patches-${PATCH_VER}.tar.bz2 - http://dev.gentoo.org/~seemant/distfiles/${P}-${I18N_VER}.patch.bz2 http://dev.gentoo.org/~vapier/dist/${P}-patches-${PATCH_VER}.tar.bz2" LICENSE="GPL-2" diff --git a/sys-apps/coreutils/coreutils-5.2.1-r6.ebuild b/sys-apps/coreutils/coreutils-5.2.1-r6.ebuild index 5087c5f5a26c..70e833170d05 100644 --- a/sys-apps/coreutils/coreutils-5.2.1-r6.ebuild +++ b/sys-apps/coreutils/coreutils-5.2.1-r6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-5.2.1-r6.ebuild,v 1.13 2005/07/11 00:41:50 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-5.2.1-r6.ebuild,v 1.14 2005/07/28 14:24:25 seemant Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -12,7 +12,6 @@ HOMEPAGE="http://www.gnu.org/software/coreutils/" SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2 mirror://gentoo/${P}.tar.bz2 mirror://gentoo/${P}-patches-${PATCH_VER}.tar.bz2 - http://dev.gentoo.org/~seemant/distfiles/${P}-patches-${PATCH_VER}.tar.bz2 http://dev.gentoo.org/~vapier/dist/${P}-patches-${PATCH_VER}.tar.bz2" LICENSE="GPL-2" |