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 | d744e2fab41f62ecfc9f05e645aab09dfc5af091 (patch) | |
tree | cc450e3ac134ad8444b37bd2f9a0cdac78dce2a2 /dev-ada | |
parent | New ebuild, thanks to gentoofan23 on freenode for testing. (diff) | |
download | gentoo-2-d744e2fab41f62ecfc9f05e645aab09dfc5af091.tar.gz gentoo-2-d744e2fab41f62ecfc9f05e645aab09dfc5af091.tar.bz2 gentoo-2-d744e2fab41f62ecfc9f05e645aab09dfc5af091.zip |
fixed mirror:// in SRC_URI
(Portage version: 2.1.2.7)
Diffstat (limited to 'dev-ada')
-rw-r--r-- | dev-ada/xmlada/xmlada-2.2.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ada/xmlada/xmlada-2.2.0.ebuild b/dev-ada/xmlada/xmlada-2.2.0.ebuild index bbfeac7069fc..6551cb077818 100644 --- a/dev-ada/xmlada/xmlada-2.2.0.ebuild +++ b/dev-ada/xmlada/xmlada-2.2.0.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ada/xmlada/xmlada-2.2.0.ebuild,v 1.4 2007/02/13 14:55:23 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ada/xmlada/xmlada-2.2.0.ebuild,v 1.5 2007/05/28 19:05:46 george Exp $ inherit gnat versionator IUSE="" DESCRIPTION="XML library for Ada" -HOMEPAGE="http://libre2.adacore.com/xmlada/" -SRC_URI="http://mirrors/gentoo/${P}.tar.bz2" +HOMEPAGE="http://libre.adacore.com/xmlada/" +SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" |