diff options
author | George Shapovalov <george@gentoo.org> | 2012-12-13 11:12:49 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2012-12-13 11:12:49 +0000 |
commit | 286090e4fe1724f79521d304caf64e2713eb2725 (patch) | |
tree | 4cda7665b5520b40193a59faeb886b7b95de571a /dev-ada/cbind | |
parent | Adding live ebuild package for at module (diff) | |
download | gentoo-2-286090e4fe1724f79521d304caf64e2713eb2725.tar.gz gentoo-2-286090e4fe1724f79521d304caf64e2713eb2725.tar.bz2 gentoo-2-286090e4fe1724f79521d304caf64e2713eb2725.zip |
fixed SRC_URI
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-ada/cbind')
-rw-r--r-- | dev-ada/cbind/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ada/cbind/cbind-6.0.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ada/cbind/ChangeLog b/dev-ada/cbind/ChangeLog index 140cd34b771e..32f0c1bd47e4 100644 --- a/dev-ada/cbind/ChangeLog +++ b/dev-ada/cbind/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ada/cbind # Copyright 2002-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ada/cbind/ChangeLog,v 1.15 2012/11/30 12:40:17 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ada/cbind/ChangeLog,v 1.16 2012/12/13 11:12:49 george Exp $ + + 13 Dec 2012; George Shapovalov <george@gentoo.org> cbind-6.0.1.ebuild: + fixed SRC_URI *cbind-6.0.1 (30 Nov 2012) diff --git a/dev-ada/cbind/cbind-6.0.1.ebuild b/dev-ada/cbind/cbind-6.0.1.ebuild index 61943321b79c..33af71d39607 100644 --- a/dev-ada/cbind/cbind-6.0.1.ebuild +++ b/dev-ada/cbind/cbind-6.0.1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ada/cbind/cbind-6.0.1.ebuild,v 1.1 2012/11/30 12:40:17 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ada/cbind/cbind-6.0.1.ebuild,v 1.2 2012/12/13 11:12:49 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="mirror://gentoo/${P}.tar.bz2" +SRC_URI="http://dev.gentoo.org/~george/src/${P}.tar.bz2" HOMEPAGE="http://www.rational.com/" LICENSE="GMGPL" |