diff options
author | George Shapovalov <george@gentoo.org> | 2007-05-28 19:04:31 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2007-05-28 19:04:31 +0000 |
commit | a5d5ff8a51060178da03f497c2917b6c5910da50 (patch) | |
tree | b245de6c63cca09f6e83c95b10312730e37f9c5f | |
parent | fixed mirror:// in SRC_URI (diff) | |
download | gentoo-2-a5d5ff8a51060178da03f497c2917b6c5910da50.tar.gz gentoo-2-a5d5ff8a51060178da03f497c2917b6c5910da50.tar.bz2 gentoo-2-a5d5ff8a51060178da03f497c2917b6c5910da50.zip |
fixed mirror:// in SRC_URI
(Portage version: 2.1.2.7)
-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" |