diff options
author | George Shapovalov <george@gentoo.org> | 2006-11-05 15:13:11 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2006-11-05 15:13:11 +0000 |
commit | 669b01282cef33169dac63849b950d0c5b5d1fe7 (patch) | |
tree | 4fc6596dd2eb92664065d9e76f6266a2298b1cbe /dev-ada | |
parent | Get rid of template-related undefined reference (diff) | |
download | gentoo-2-669b01282cef33169dac63849b950d0c5b5d1fe7.tar.gz gentoo-2-669b01282cef33169dac63849b950d0c5b5d1fe7.tar.bz2 gentoo-2-669b01282cef33169dac63849b950d0c5b5d1fe7.zip |
adjusted SRC_URI to point to mirrors, now that sources have propagated
(Portage version: 2.1.2_rc1-r3)
Diffstat (limited to 'dev-ada')
-rw-r--r-- | dev-ada/asis-gcc/asis-gcc-3.4.6.ebuild | 4 | ||||
-rw-r--r-- | dev-ada/asis-gcc/asis-gcc-4.1.1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-ada/asis-gcc/asis-gcc-3.4.6.ebuild b/dev-ada/asis-gcc/asis-gcc-3.4.6.ebuild index 32c4d35ec700..f29082a0b08d 100644 --- a/dev-ada/asis-gcc/asis-gcc-3.4.6.ebuild +++ b/dev-ada/asis-gcc/asis-gcc-3.4.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ada/asis-gcc/asis-gcc-3.4.6.ebuild,v 1.1 2006/10/24 14:57:22 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ada/asis-gcc/asis-gcc-3.4.6.ebuild,v 1.2 2006/11/05 15:13:11 george Exp $ inherit eutils flag-o-matic gnatbuild @@ -14,7 +14,7 @@ Gnat_Name="gnat-gcc" My_PN="asis" My_PV="3.4.4" -SRC_URI="http://dev.gentoo.org/~george/src/${My_PN}-${My_PV}.tar.bz2" +SRC_URI="http://mirrors/gentoo/${My_PN}-${My_PV}.tar.bz2" IUSE="doc" RDEPEND="=dev-lang/gnat-gcc-${PV}*" diff --git a/dev-ada/asis-gcc/asis-gcc-4.1.1.ebuild b/dev-ada/asis-gcc/asis-gcc-4.1.1.ebuild index 2fd264761d4c..7c67b4036275 100644 --- a/dev-ada/asis-gcc/asis-gcc-4.1.1.ebuild +++ b/dev-ada/asis-gcc/asis-gcc-4.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ada/asis-gcc/asis-gcc-4.1.1.ebuild,v 1.1 2006/10/24 11:06:06 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ada/asis-gcc/asis-gcc-4.1.1.ebuild,v 1.2 2006/11/05 15:13:11 george Exp $ inherit eutils flag-o-matic gnatbuild @@ -12,7 +12,7 @@ KEYWORDS="~amd64 ~x86" Gnat_Name="gnat-gcc" My_PN="asis" -SRC_URI="http://dev.gentoo.org/~george/src/${P}.tar.bz2" +SRC_URI="http://mirrors/gentoo/${P}.tar.bz2" IUSE="doc" |