diff options
author | Michał Górny <mgorny@gentoo.org> | 2012-04-24 09:49:47 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2012-04-24 09:49:47 +0000 |
commit | 735d97f87c3a3b46c32627d3756dc46a87c38dfd (patch) | |
tree | e491bbdedd8fdeda18a26a2c0c5c2b32b3b98f65 /app-emulation | |
parent | http://my.opera.com/desktopteam/blog/2012/04/23/mirror-mirror-on-the-wall-whi... (diff) | |
download | gentoo-2-735d97f87c3a3b46c32627d3756dc46a87c38dfd.tar.gz gentoo-2-735d97f87c3a3b46c32627d3756dc46a87c38dfd.tar.bz2 gentoo-2-735d97f87c3a3b46c32627d3756dc46a87c38dfd.zip |
Update to use mirror://.
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/xen-pvgrub/ChangeLog | 8 | ||||
-rw-r--r-- | app-emulation/xen-pvgrub/xen-pvgrub-4.1.1-r1.ebuild | 6 | ||||
-rw-r--r-- | app-emulation/xen-pvgrub/xen-pvgrub-4.1.2.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/app-emulation/xen-pvgrub/ChangeLog b/app-emulation/xen-pvgrub/ChangeLog index 1e53da07fead..b618ed00952f 100644 --- a/app-emulation/xen-pvgrub/ChangeLog +++ b/app-emulation/xen-pvgrub/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/xen-pvgrub -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-pvgrub/ChangeLog,v 1.11 2011/11/28 18:30:55 alexxy Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-pvgrub/ChangeLog,v 1.12 2012/04/24 09:49:47 mgorny Exp $ + + 24 Apr 2012; Michał Górny <mgorny@gentoo.org> xen-pvgrub-4.1.1-r1.ebuild, + xen-pvgrub-4.1.2.ebuild: + Update to use mirror://. 28 Nov 2011; Alexey Shvetsov <alexxy@gentoo.org> -xen-pvgrub-9999.ebuild: Move xen-pvgrub-9999 to virtualization overlay diff --git a/app-emulation/xen-pvgrub/xen-pvgrub-4.1.1-r1.ebuild b/app-emulation/xen-pvgrub/xen-pvgrub-4.1.1-r1.ebuild index 5c3928472538..be76528bc5a9 100644 --- a/app-emulation/xen-pvgrub/xen-pvgrub-4.1.1-r1.ebuild +++ b/app-emulation/xen-pvgrub/xen-pvgrub-4.1.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-pvgrub/xen-pvgrub-4.1.1-r1.ebuild,v 1.4 2011/11/01 10:19:29 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-pvgrub/xen-pvgrub-4.1.1-r1.ebuild,v 1.5 2012/04/24 09:49:47 mgorny Exp $ EAPI="2" @@ -9,7 +9,7 @@ inherit flag-o-matic eutils multilib toolchain-funcs XEN_EXTFILES_URL="http://xenbits.xensource.com/xen-extfiles" OCAML_URL=http://caml.inria.fr/pub/distrib LIBPCI_URL=ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci -GRUB_URL=http://alpha.gnu.org/gnu/grub +GRUB_URL=mirror://gnu-alpha/grub SRC_URI=" http://bits.xensource.com/oss-xen/release/${PV}/xen-${PV}.tar.gz $GRUB_URL/grub-0.97.tar.gz diff --git a/app-emulation/xen-pvgrub/xen-pvgrub-4.1.2.ebuild b/app-emulation/xen-pvgrub/xen-pvgrub-4.1.2.ebuild index 668ac0e44d04..d5240b79ac71 100644 --- a/app-emulation/xen-pvgrub/xen-pvgrub-4.1.2.ebuild +++ b/app-emulation/xen-pvgrub/xen-pvgrub-4.1.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-pvgrub/xen-pvgrub-4.1.2.ebuild,v 1.2 2011/11/07 17:40:42 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-pvgrub/xen-pvgrub-4.1.2.ebuild,v 1.3 2012/04/24 09:49:47 mgorny Exp $ EAPI="2" @@ -9,7 +9,7 @@ inherit flag-o-matic eutils multilib toolchain-funcs XEN_EXTFILES_URL="http://xenbits.xensource.com/xen-extfiles" OCAML_URL=http://caml.inria.fr/pub/distrib LIBPCI_URL=ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci -GRUB_URL=http://alpha.gnu.org/gnu/grub +GRUB_URL=mirror://gnu-alpha/grub SRC_URI=" http://bits.xensource.com/oss-xen/release/${PV}/xen-${PV}.tar.gz $GRUB_URL/grub-0.97.tar.gz |