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/polyorb | |
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/polyorb')
-rw-r--r-- | dev-ada/polyorb/polyorb-2.1.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ada/polyorb/polyorb-2.1.0.ebuild b/dev-ada/polyorb/polyorb-2.1.0.ebuild index 657dc2a245ed..a40fafcbd923 100644 --- a/dev-ada/polyorb/polyorb-2.1.0.ebuild +++ b/dev-ada/polyorb/polyorb-2.1.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/polyorb/polyorb-2.1.0.ebuild,v 1.3 2007/02/13 14:52:48 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ada/polyorb/polyorb-2.1.0.ebuild,v 1.4 2007/05/28 19:04:31 george Exp $ inherit gnat IUSE="doc ssl" DESCRIPTION="A CORBA implementation for Ada" -HOMEPAGE="http://libre2.adacore.com/polyorb/" -SRC_URI="http://mirrors/gentoo/${P}.tar.bz2" +HOMEPAGE="http://libre.adacore.com/polyorb/" +SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" |