Portage is a package management system used by Gentoo Linux
# ChangeLog for dev-ada/cbind
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-ada/cbind/ChangeLog,v 1.13 2006/11/14 22:13:11 george Exp $
14 Nov 2006; George Shapovalov
-cbind-6.ebuild:
cbind6 was broken, no reason to keep it in the tree when new version is
essentially the same and works
*cbind-6.0 (14 Nov 2006)
14 Nov 2006; George Shapovalov
a significant cleanup, repackaged the sources
27 Apr 2006; Marien Zwart
Manifest:
Fixing SHA256 digest, pass four
19 Mar 2006; Mark Loeser
Add DEPEND on app-arch/unzip
23 Apr 2005; David Holm
Updated the patch to fix bug #76491
19 Mar 2004; Daniel Ahlberg
Inherit eutils.
06 Oct 2003; David Holm
Moved to stable on x86.
17 Aug 2003; David Holm
Added
*cbind-6 (13 Jul 2003)
13 Jul 2003; George Shapovalov
initial release (#23025)
This tool is designed to aid in the creation of Ada bindings to C.
ebuild submitted by David Holm
DIST cbind-6.0.tar.bz2 69853 RMD160 d8d7ceffb42cabc9fefb9505cd1bbee3b668e562 SHA1 add199a67c943f5db69a5acb2e98772206700fd7 SHA256 dc4a0c67ac0066f065f1424cd6682d70036bb428fd1a85aeb85d760be9a519cb
EBUILD cbind-6.0.ebuild 706 RMD160 e641e27f1f7c6c47482c28085eaaac42ebdf1b4c SHA1 a2f22586c8ea800b80cb83cec2e5481a5a4c750e SHA256 35239cc882e64fc55367f651066c7ab943ee57ce07ab07a054988dc079d04081
MISC ChangeLog 1415 RMD160 e4c9f71f70e0f232551be9663027ade414e2f3b8 SHA1 d8006925230af387f24c5c9d0b2aff23290cc11e SHA256 49e115bc8b11b2885b109020c87b1cebdfb89821dea9bbc3c6a32899f9c007fc
MISC metadata.xml 451 RMD160 5f02e263f7ab37ab5076baedc14cfe7fc74a509a SHA1 4fd97e7b6989d4ae3662dcae26febd4b8eb63967 SHA256 2f38f3fd8170737434aa8b5b22db1a6132b8b6cb05128ded1212ce30fa533585
# Copyright 1999-2008 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.6 2008/01/26 23:57:51 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"
HOMEPAGE="http://www.rational.com/"
LICENSE="GMGPL"
DEPEND="virtual/ada"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
src_compile() {
MAKEOPTS=-j1 emake || die
}
src_install () {
make PREFIX="${D}"/usr/ install || die
dodoc README DOCS
}