diff options
author | Jeroen Roovers <jer@gentoo.org> | 2011-04-23 16:06:24 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2011-04-23 16:06:24 +0000 |
commit | b24c01852aa4713136a3ddbd39df230564c36af4 (patch) | |
tree | 7d87690eb70a3299ae9e59a0ee9128a7595c5579 /sys-boot/lilo | |
parent | Mask KDEPIM 4.6 beta ebuilds (diff) | |
download | gentoo-2-b24c01852aa4713136a3ddbd39df230564c36af4.tar.gz gentoo-2-b24c01852aa4713136a3ddbd39df230564c36af4.tar.bz2 gentoo-2-b24c01852aa4713136a3ddbd39df230564c36af4.zip |
Fix SRC_URI thanks to Constantin Baranov (bug #364581).
(Portage version: 2.2.0_alpha30/cvs/Linux i686)
Diffstat (limited to 'sys-boot/lilo')
-rw-r--r-- | sys-boot/lilo/ChangeLog | 6 | ||||
-rw-r--r-- | sys-boot/lilo/lilo-23.0-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-boot/lilo/lilo-23.1.ebuild | 4 | ||||
-rw-r--r-- | sys-boot/lilo/lilo-23.2.ebuild | 4 |
4 files changed, 11 insertions, 7 deletions
diff --git a/sys-boot/lilo/ChangeLog b/sys-boot/lilo/ChangeLog index 34e433d5ecef..9f229614529f 100644 --- a/sys-boot/lilo/ChangeLog +++ b/sys-boot/lilo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-boot/lilo # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/lilo/ChangeLog,v 1.64 2011/04/11 00:13:56 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/lilo/ChangeLog,v 1.65 2011/04/23 16:06:24 jer Exp $ + + 23 Apr 2011; Jeroen Roovers <jer@gentoo.org> lilo-23.0-r1.ebuild, + lilo-23.1.ebuild, lilo-23.2.ebuild: + Fix SRC_URI thanks to Constantin Baranov (bug #364581). 10 Apr 2011; Jeroen Roovers <jer@gentoo.org> metadata.xml: Remove chainsaw as maintainer. diff --git a/sys-boot/lilo/lilo-23.0-r1.ebuild b/sys-boot/lilo/lilo-23.0-r1.ebuild index 5db02df8ce5b..9ad087cc2164 100644 --- a/sys-boot/lilo/lilo-23.0-r1.ebuild +++ b/sys-boot/lilo/lilo-23.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/lilo/lilo-23.0-r1.ebuild,v 1.3 2011/03/22 16:10:58 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/lilo/lilo-23.0-r1.ebuild,v 1.4 2011/04/23 16:06:24 jer Exp $ EAPI="2" @@ -14,7 +14,7 @@ HOMEPAGE="https://alioth.debian.org/projects/lilo/" DOLILO_TAR="dolilo-${DOLILO_V}.tar.bz2" SRC_URI=" - https://alioth.debian.org/frs/download.php/3315/${P}.tar.gz + http://lilo.alioth.debian.org/ftp/sources/${P}.tar.gz mirror://gentoo/${DOLILO_TAR} " diff --git a/sys-boot/lilo/lilo-23.1.ebuild b/sys-boot/lilo/lilo-23.1.ebuild index ada159adfb73..86746c072189 100644 --- a/sys-boot/lilo/lilo-23.1.ebuild +++ b/sys-boot/lilo/lilo-23.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/lilo/lilo-23.1.ebuild,v 1.2 2011/03/22 16:10:58 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/lilo/lilo-23.1.ebuild,v 1.3 2011/04/23 16:06:24 jer Exp $ EAPI="2" @@ -14,7 +14,7 @@ HOMEPAGE="https://alioth.debian.org/projects/lilo/" DOLILO_TAR="dolilo-${DOLILO_V}.tar.bz2" SRC_URI=" - https://alioth.debian.org/frs/download.php/3315/${P}.tar.gz + http://lilo.alioth.debian.org/ftp/sources/${P}.tar.gz mirror://gentoo/${DOLILO_TAR} " diff --git a/sys-boot/lilo/lilo-23.2.ebuild b/sys-boot/lilo/lilo-23.2.ebuild index 8e81bdd150b8..fe01c2be8939 100644 --- a/sys-boot/lilo/lilo-23.2.ebuild +++ b/sys-boot/lilo/lilo-23.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/lilo/lilo-23.2.ebuild,v 1.1 2011/04/10 20:37:49 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/lilo/lilo-23.2.ebuild,v 1.2 2011/04/23 16:06:24 jer Exp $ EAPI="2" @@ -14,7 +14,7 @@ HOMEPAGE="https://alioth.debian.org/projects/lilo/" DOLILO_TAR="dolilo-${DOLILO_V}.tar.bz2" SRC_URI=" - https://alioth.debian.org/frs/download.php/3315/${P}.tar.gz + http://lilo.alioth.debian.org/ftp/sources/${P}.tar.gz mirror://gentoo/${DOLILO_TAR} " |