diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-01-05 20:57:43 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-01-05 20:57:43 +0000 |
commit | 9cbe00a2babc68b1fde00bfade12edfcdec61b5c (patch) | |
tree | 2ee940dacb4684966e0bb79528652976a1183903 /dev-ada/cbind | |
parent | Removing savagedemo due to problems tracking versions. Let this be a lesson,... (diff) | |
download | gentoo-2-9cbe00a2babc68b1fde00bfade12edfcdec61b5c.tar.gz gentoo-2-9cbe00a2babc68b1fde00bfade12edfcdec61b5c.tar.bz2 gentoo-2-9cbe00a2babc68b1fde00bfade12edfcdec61b5c.zip |
Various epatch, sed, changelog and cosmetic changes
Diffstat (limited to 'dev-ada/cbind')
-rw-r--r-- | dev-ada/cbind/Manifest | 2 | ||||
-rw-r--r-- | dev-ada/cbind/cbind-6.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-ada/cbind/Manifest b/dev-ada/cbind/Manifest index 450db96b16a3..a3e7474b81d7 100644 --- a/dev-ada/cbind/Manifest +++ b/dev-ada/cbind/Manifest @@ -1,4 +1,4 @@ -MD5 068648e487cf19cc67f6c50c30d0dddc cbind-6.ebuild 719 +MD5 70d0291989e460c8fa80b22d50e1dd13 cbind-6.ebuild 719 MD5 8705531c0a60ef80545d63fb2c60bf4a ChangeLog 666 MD5 b1a57b79797c5cfb1af44255bee44d06 metadata.xml 451 MD5 54d17954817798fdfed5399cee7f0373 files/digest-cbind-6 55 diff --git a/dev-ada/cbind/cbind-6.ebuild b/dev-ada/cbind/cbind-6.ebuild index 2ac0ba24e9a0..1e2c925331fd 100644 --- a/dev-ada/cbind/cbind-6.ebuild +++ b/dev-ada/cbind/cbind-6.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ada/cbind/cbind-6.ebuild,v 1.4 2004/01/04 18:48:52 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ada/cbind/cbind-6.ebuild,v 1.5 2004/01/05 20:57:34 aliz Exp $ S="${WORKDIR}/${PN}${PV}" DESCRIPTION="This tool is designed to aid in the creation of Ada bindings to C." -SRC_URI="http://unicoi.kennesaw.edu/ase/ase02_02/tools/${PN}/${PN}${PV}.zip" +SRC_URI="http://unicoi.kennesaw.edu/ase/ase02_02/tools/cbind/${PN}${PV}.zip" HOMEPAGE="http://www.rational.com/" LICENSE="GMGPL" |