diff options
author | 2007-04-07 16:39:15 +0000 | |
---|---|---|
committer | 2007-04-07 16:39:15 +0000 | |
commit | ac7451d5c07985477992dd832ce1a670a98142fd (patch) | |
tree | 4c3c49e1e9be5af68f37154e08a37bd5968762c9 /dev-cpp/gccxml | |
parent | added FDL to LICENSE (diff) | |
download | gentoo-2-ac7451d5c07985477992dd832ce1a670a98142fd.tar.gz gentoo-2-ac7451d5c07985477992dd832ce1a670a98142fd.tar.bz2 gentoo-2-ac7451d5c07985477992dd832ce1a670a98142fd.zip |
SRC_URI changed to mirror://, fixes bug 163308
(Portage version: 2.1.2.2)
Diffstat (limited to 'dev-cpp/gccxml')
-rw-r--r-- | dev-cpp/gccxml/ChangeLog | 6 | ||||
-rw-r--r-- | dev-cpp/gccxml/gccxml-0.7.0_pre20060311.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-cpp/gccxml/ChangeLog b/dev-cpp/gccxml/ChangeLog index 2fe1af5e823d..6156d28f485c 100644 --- a/dev-cpp/gccxml/ChangeLog +++ b/dev-cpp/gccxml/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-cpp/gccxml # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gccxml/ChangeLog,v 1.17 2007/03/15 20:40:32 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gccxml/ChangeLog,v 1.18 2007/04/07 16:39:15 opfer Exp $ + + 07 Apr 2007; Christian Faulhammer <opfer@gentoo.org> + gccxml-0.7.0_pre20060311.ebuild: + SRC_URI changed to mirror://, fixes bug 163308 15 Mar 2007; Tiziano Müller <dev-zero@gentoo.org> -gccxml-0.6.0.ebuild, gccxml-0.7.0_pre20060311.ebuild: diff --git a/dev-cpp/gccxml/gccxml-0.7.0_pre20060311.ebuild b/dev-cpp/gccxml/gccxml-0.7.0_pre20060311.ebuild index 834cc74c97b5..2309435044dd 100644 --- a/dev-cpp/gccxml/gccxml-0.7.0_pre20060311.ebuild +++ b/dev-cpp/gccxml/gccxml-0.7.0_pre20060311.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gccxml/gccxml-0.7.0_pre20060311.ebuild,v 1.3 2007/03/15 20:40:32 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gccxml/gccxml-0.7.0_pre20060311.ebuild,v 1.4 2007/04/07 16:39:15 opfer Exp $ inherit eutils toolchain-funcs @@ -8,7 +8,7 @@ MY_PNV=${PN}_${PV/_pre/+cvs}.orig DESCRIPTION="XML output extension to GCC" HOMEPAGE="http://www.gccxml.org/" -SRC_URI="http://ftp.debian.org/debian/pool/main/g/${PN}/${MY_PNV}.tar.gz" +SRC_URI="mirror://debian/pool/main/g/${PN}/${MY_PNV}.tar.gz" LICENSE="BSD" SLOT="0" |