diff options
author | Mike Frysinger <vapier@gentoo.org> | 2013-12-18 05:00:08 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2013-12-18 05:00:08 +0000 |
commit | 0e7d4659b2c741f7af89ad866286148ca2854a3b (patch) | |
tree | 256b48e585f427d5fc057264a1261ffcad475dbd /sys-apps | |
parent | drop old 0.6.x packagekit (diff) | |
download | gentoo-2-0e7d4659b2c741f7af89ad866286148ca2854a3b.tar.gz gentoo-2-0e7d4659b2c741f7af89ad866286148ca2854a3b.tar.bz2 gentoo-2-0e7d4659b2c741f7af89ad866286148ca2854a3b.zip |
Drop old mirrors for main tarball as they aren't necessary anymore.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/coreutils/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/coreutils/coreutils-8.22.ebuild | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/sys-apps/coreutils/ChangeLog b/sys-apps/coreutils/ChangeLog index 42c9cae51848..36685e3fe2e0 100644 --- a/sys-apps/coreutils/ChangeLog +++ b/sys-apps/coreutils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/coreutils # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.374 2013/12/16 07:22:41 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.375 2013/12/18 05:00:08 vapier Exp $ + + 18 Dec 2013; Mike Frysinger <vapier@gentoo.org> coreutils-8.22.ebuild: + Drop old mirrors for main tarball as they aren't necessary anymore. *coreutils-8.22 (16 Dec 2013) diff --git a/sys-apps/coreutils/coreutils-8.22.ebuild b/sys-apps/coreutils/coreutils-8.22.ebuild index abc17d6c157f..abb7c3a6aa1d 100644 --- a/sys-apps/coreutils/coreutils-8.22.ebuild +++ b/sys-apps/coreutils/coreutils-8.22.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-8.22.ebuild,v 1.1 2013/12/16 07:22:41 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-8.22.ebuild,v 1.2 2013/12/18 05:00:08 vapier Exp $ EAPI="3" @@ -9,9 +9,7 @@ inherit eutils flag-o-matic toolchain-funcs PATCH_VER="1.0" 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-alpha/coreutils/${P}.tar.xz - mirror://gnu/${PN}/${P}.tar.xz - mirror://gentoo/${P}.tar.xz +SRC_URI="mirror://gnu/${PN}/${P}.tar.xz mirror://gentoo/${P}-patches-${PATCH_VER}.tar.xz http://dev.gentoo.org/~vapier/dist/${P}-patches-${PATCH_VER}.tar.xz mirror://gentoo/${P}-man.tar.xz |