diff options
author | George Shapovalov <george@gentoo.org> | 2007-05-28 19:01:09 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2007-05-28 19:01:09 +0000 |
commit | fb5307a7e8e69f4169aa13765a32eff6ffd97ee2 (patch) | |
tree | c098443cefc36a61aba518d516b6ee85ef579e94 /dev-ada | |
parent | fixed mirror:// in SRC_URI (diff) | |
download | gentoo-2-fb5307a7e8e69f4169aa13765a32eff6ffd97ee2.tar.gz gentoo-2-fb5307a7e8e69f4169aa13765a32eff6ffd97ee2.tar.bz2 gentoo-2-fb5307a7e8e69f4169aa13765a32eff6ffd97ee2.zip |
fixed mirror:// in SRC_URI
(Portage version: 2.1.2.7)
Diffstat (limited to 'dev-ada')
-rw-r--r-- | dev-ada/asis-gpl/asis-gpl-3.4.6.2006.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ada/asis-gpl/asis-gpl-3.4.6.2006.ebuild b/dev-ada/asis-gpl/asis-gpl-3.4.6.2006.ebuild index b97de47d8e4d..d800ae803d26 100644 --- a/dev-ada/asis-gpl/asis-gpl-3.4.6.2006.ebuild +++ b/dev-ada/asis-gpl/asis-gpl-3.4.6.2006.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-ada/asis-gpl/asis-gpl-3.4.6.2006.ebuild,v 1.2 2007/01/25 23:43:15 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ada/asis-gpl/asis-gpl-3.4.6.2006.ebuild,v 1.3 2007/05/28 19:01:09 george Exp $ inherit eutils flag-o-matic gnatbuild @@ -8,8 +8,8 @@ ACT_Ver=$(get_version_component_range 4) Gnat_Name="gnat-gpl" DESCRIPTION="The Ada Semantic Interface Specification (semantic analysis and tools tied to compiler)" -SRC_URI="http://mirrors/gentoo/${PN}-${ACT_Ver}.tar.bz2" -HOMEPAGE="https://libre2.adacore.com/" +SRC_URI="mirror://gentoo/${PN}-${ACT_Ver}.tar.bz2" +HOMEPAGE="https://libre.adacore.com/" LICENSE="GPL-2" KEYWORDS="~amd64 ~x86" |