summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ada/cbind/cbind-6.0.1.ebuild')
-rw-r--r--dev-ada/cbind/cbind-6.0.1.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-ada/cbind/cbind-6.0.1.ebuild b/dev-ada/cbind/cbind-6.0.1.ebuild
deleted file mode 100644
index 459d0d044526..000000000000
--- a/dev-ada/cbind/cbind-6.0.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-# !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="https://dev.gentoo.org/~george/src/${P}.tar.bz2"
-HOMEPAGE="http://www.rational.com/"
-LICENSE="GMGPL"
-
-DEPEND="virtual/ada"
-RDEPEND="${DEPEND}"
-
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-
-src_compile() {
- MAKEOPTS="${MAKEOPTS} -j1" emake || die
-}
-
-src_install () {
- make PREFIX="${D}"/usr/ install || die
- dodoc README DOCS
-}