diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-03-15 19:40:05 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-03-15 19:40:05 +0000 |
commit | 06f0059d0a60f78a794816ace19be8ae294d2ac5 (patch) | |
tree | a45d39e01bda0d95287a8557f2d33b4628567cff /sys-boot | |
parent | Remove old versions. (diff) | |
download | gentoo-2-06f0059d0a60f78a794816ace19be8ae294d2ac5.tar.gz gentoo-2-06f0059d0a60f78a794816ace19be8ae294d2ac5.tar.bz2 gentoo-2-06f0059d0a60f78a794816ace19be8ae294d2ac5.zip |
tweak bzr uri to avoid useless server redirects
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/grub/grub-1.98.ebuild | 4 | ||||
-rw-r--r-- | sys-boot/grub/grub-1.99_rc1.ebuild | 4 | ||||
-rw-r--r-- | sys-boot/grub/grub-9999.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sys-boot/grub/grub-1.98.ebuild b/sys-boot/grub/grub-1.98.ebuild index eabb00c4fde6..3ad2069a7c7a 100644 --- a/sys-boot/grub/grub-1.98.ebuild +++ b/sys-boot/grub/grub-1.98.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-1.98.ebuild,v 1.7 2011/02/13 07:41:16 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-1.98.ebuild,v 1.8 2011/03/15 19:40:05 vapier Exp $ # XXX: need to implement a grub.conf migration in pkg_postinst before we ~arch inherit mount-boot eutils flag-o-matic toolchain-funcs if [[ ${PV} == "9999" ]] ; then - EBZR_REPO_URI="http://bzr.savannah.gnu.org/r/grub/trunk/grub" + EBZR_REPO_URI="http://bzr.savannah.gnu.org/r/grub/trunk/grub/" inherit autotools bzr SRC_URI="" else diff --git a/sys-boot/grub/grub-1.99_rc1.ebuild b/sys-boot/grub/grub-1.99_rc1.ebuild index 87393d9c40b1..c63bf0aa37d9 100644 --- a/sys-boot/grub/grub-1.99_rc1.ebuild +++ b/sys-boot/grub/grub-1.99_rc1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-1.99_rc1.ebuild,v 1.1 2011/03/02 00:39:09 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-1.99_rc1.ebuild,v 1.2 2011/03/15 19:40:05 vapier Exp $ # XXX: need to implement a grub.conf migration in pkg_postinst before we ~arch inherit mount-boot eutils flag-o-matic toolchain-funcs if [[ ${PV} == "9999" ]] ; then - EBZR_REPO_URI="http://bzr.savannah.gnu.org/r/grub/trunk/grub" + EBZR_REPO_URI="http://bzr.savannah.gnu.org/r/grub/trunk/grub/" inherit autotools bzr SRC_URI="" else diff --git a/sys-boot/grub/grub-9999.ebuild b/sys-boot/grub/grub-9999.ebuild index 5a65e84cfe87..ed9c06d78a90 100644 --- a/sys-boot/grub/grub-9999.ebuild +++ b/sys-boot/grub/grub-9999.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-9999.ebuild,v 1.28 2011/02/13 07:41:16 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-9999.ebuild,v 1.29 2011/03/15 19:40:05 vapier Exp $ # XXX: need to implement a grub.conf migration in pkg_postinst before we ~arch inherit mount-boot eutils flag-o-matic toolchain-funcs if [[ ${PV} == "9999" ]] ; then - EBZR_REPO_URI="http://bzr.savannah.gnu.org/r/grub/trunk/grub" + EBZR_REPO_URI="http://bzr.savannah.gnu.org/r/grub/trunk/grub/" inherit autotools bzr SRC_URI="" else |