diff options
author | George Shapovalov <george@gentoo.org> | 2007-05-28 19:05:46 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2007-05-28 19:05:46 +0000 |
commit | 6ed8c3b022c925ce6e24d12706c8f7dc50efe72d (patch) | |
tree | e4bf6c575395109ccefa1a9c0f52258a197d46f2 /dev-ada/asis-gpl | |
parent | New ebuild, thanks to gentoofan23 on freenode for testing. (diff) | |
download | historical-6ed8c3b022c925ce6e24d12706c8f7dc50efe72d.tar.gz historical-6ed8c3b022c925ce6e24d12706c8f7dc50efe72d.tar.bz2 historical-6ed8c3b022c925ce6e24d12706c8f7dc50efe72d.zip |
fixed mirror:// in SRC_URI
Package-Manager: portage-2.1.2.7
Diffstat (limited to 'dev-ada/asis-gpl')
-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" |