diff options
author | David Holm <dholm@gentoo.org> | 2003-10-06 00:23:50 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2003-10-06 00:23:50 +0000 |
commit | 6123a46f329e0e0176bb8ee78164f195bb2256ee (patch) | |
tree | df43a59a5fe22b92a64b79a4f43f9fc96444bef5 /dev-ada/cbind | |
parent | mask selinux (diff) | |
download | historical-6123a46f329e0e0176bb8ee78164f195bb2256ee.tar.gz historical-6123a46f329e0e0176bb8ee78164f195bb2256ee.tar.bz2 historical-6123a46f329e0e0176bb8ee78164f195bb2256ee.zip |
Moved to stable on x86
Diffstat (limited to 'dev-ada/cbind')
-rw-r--r-- | dev-ada/cbind/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ada/cbind/Manifest | 4 | ||||
-rw-r--r-- | dev-ada/cbind/cbind-6.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/dev-ada/cbind/ChangeLog b/dev-ada/cbind/ChangeLog index 1ea17a8d7696..3869300d59e7 100644 --- a/dev-ada/cbind/ChangeLog +++ b/dev-ada/cbind/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ada/cbind # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-ada/cbind/ChangeLog,v 1.2 2003/08/17 20:57:26 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ada/cbind/ChangeLog,v 1.3 2003/10/06 00:11:11 dholm Exp $ + + 06 Oct 2003; David Holm <dholm@gentoo.org> cbind-6.ebuild: + Moved to stable on x86. 17 Aug 2003; David Holm <dholm@gentoo.org> metadata.xml: Added <longdescription> to metadata.xml. diff --git a/dev-ada/cbind/Manifest b/dev-ada/cbind/Manifest index 2cb3e8156cba..b209dd5ec0e1 100644 --- a/dev-ada/cbind/Manifest +++ b/dev-ada/cbind/Manifest @@ -1,5 +1,5 @@ -MD5 37141303d3d180ebeecc00619d58bda8 ChangeLog 586 -MD5 e00e6b124858d6755ce5273e79e0c9f6 cbind-6.ebuild 744 +MD5 46cb4b10ca8db4618e062a13f2b73738 ChangeLog 674 +MD5 a960d67c718a86bfed284fe9938c187a cbind-6.ebuild 740 MD5 b1a57b79797c5cfb1af44255bee44d06 metadata.xml 451 MD5 aa4cf2876e3e245ad93133ff4deb78c5 files/cbind6.diff 5268 MD5 54d17954817798fdfed5399cee7f0373 files/digest-cbind-6 55 diff --git a/dev-ada/cbind/cbind-6.ebuild b/dev-ada/cbind/cbind-6.ebuild index 9964eeeea833..0d2ee25da293 100644 --- a/dev-ada/cbind/cbind-6.ebuild +++ b/dev-ada/cbind/cbind-6.ebuild @@ -1,6 +1,6 @@ # 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.2 2003/09/08 07:20:54 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ada/cbind/cbind-6.ebuild,v 1.3 2003/10/06 00:11:11 dholm Exp $ S="${WORKDIR}/${PN}${PV}" DESCRIPTION="This tool is designed to aid in the creation of Ada bindings to C." @@ -11,7 +11,7 @@ LICENSE="GMGPL" DEPEND="dev-lang/gnat" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" IUSE="" src_unpack() { |