diff options
author | George Shapovalov <george@gentoo.org> | 2007-02-13 14:45:27 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2007-02-13 14:45:27 +0000 |
commit | d7c49b7903be8de04afaa947159a9df8b1df4d33 (patch) | |
tree | 60d4ac15ceb96ddf50ae281c8109bc52a064bc99 /dev-ada | |
parent | fixed SRC_URI (diff) | |
download | gentoo-2-d7c49b7903be8de04afaa947159a9df8b1df4d33.tar.gz gentoo-2-d7c49b7903be8de04afaa947159a9df8b1df4d33.tar.bz2 gentoo-2-d7c49b7903be8de04afaa947159a9df8b1df4d33.zip |
adjusted SRC_URI to point to mirrors
(Portage version: 2.1.2-r9)
Diffstat (limited to 'dev-ada')
-rw-r--r-- | dev-ada/cbind/cbind-6.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ada/cbind/cbind-6.0.ebuild b/dev-ada/cbind/cbind-6.0.ebuild index a38f2a168a3b..67b872c9ded1 100644 --- a/dev-ada/cbind/cbind-6.0.ebuild +++ b/dev-ada/cbind/cbind-6.0.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ada/cbind/cbind-6.0.ebuild,v 1.2 2006/11/14 21:10:03 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ada/cbind/cbind-6.0.ebuild,v 1.3 2007/02/13 14:45:27 george Exp $ # !NOTE! # this is a utility, no libs generated, no reason to do the gnat.eclass dance # so, "inherit gnat" should not appear here! DESCRIPTION="This tool is designed to aid in the creation of Ada bindings to C." -SRC_URI="http://dev.gentoo.org/~george/src/${P}.tar.bz2" +SRC_URI="http://mirrors/gentoo/${P}.tar.bz2" HOMEPAGE="http://www.rational.com/" LICENSE="GMGPL" |