diff options
author | George Shapovalov <george@gentoo.org> | 2006-11-14 21:10:03 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2006-11-14 21:10:03 +0000 |
commit | 8b4966463f5694a348b064be89208574adf37170 (patch) | |
tree | cf0c03afddef623b3dd98ea9551d848b705451ce /dev-ada | |
parent | Removing obsolete version. Keywording ~amd64. (diff) | |
download | historical-8b4966463f5694a348b064be89208574adf37170.tar.gz historical-8b4966463f5694a348b064be89208574adf37170.tar.bz2 historical-8b4966463f5694a348b064be89208574adf37170.zip |
removed unzip from DEPEND - not needed in cleaned up version
Package-Manager: portage-2.1.2_rc1-r5
Diffstat (limited to 'dev-ada')
-rw-r--r-- | dev-ada/cbind/Manifest | 8 | ||||
-rw-r--r-- | dev-ada/cbind/cbind-6.0.ebuild | 9 |
2 files changed, 7 insertions, 10 deletions
diff --git a/dev-ada/cbind/Manifest b/dev-ada/cbind/Manifest index 54c17c38b3df..1d75efa9bc7b 100644 --- a/dev-ada/cbind/Manifest +++ b/dev-ada/cbind/Manifest @@ -4,10 +4,10 @@ RMD160 c9878f3b53cd9a4bb4d49482660a67baaa38ef24 files/cbind6.diff 7066 SHA256 963f290634b70e461c48b5f843512742946285330d27b0e2a3fc957d4a28f910 files/cbind6.diff 7066 DIST cbind-6.0.tar.bz2 69853 RMD160 d8d7ceffb42cabc9fefb9505cd1bbee3b668e562 SHA1 add199a67c943f5db69a5acb2e98772206700fd7 SHA256 dc4a0c67ac0066f065f1424cd6682d70036bb428fd1a85aeb85d760be9a519cb DIST cbind6.zip 101939 RMD160 86ad6a10cbac865a4d13a19041b98e2a65fd36cf SHA1 df892533d71a315e26cb480b0a02cdd1163a297d SHA256 206566d6981a100b7a9b0b7006eb87e6f11f5665a2ff97c6a917250b42d0b3ff -EBUILD cbind-6.0.ebuild 770 RMD160 ec09163fa3862997bfdf54f917f9c60856603042 SHA1 1e663e3a1606a92a6cc497a148de47fb18db314c SHA256 53b68adb35f0e56752c21f9bcf1d95f65f5061c465e45840899cca00a49dcf28 -MD5 d6d7811bf2a7769c9944f63b68c5b0ca cbind-6.0.ebuild 770 -RMD160 ec09163fa3862997bfdf54f917f9c60856603042 cbind-6.0.ebuild 770 -SHA256 53b68adb35f0e56752c21f9bcf1d95f65f5061c465e45840899cca00a49dcf28 cbind-6.0.ebuild 770 +EBUILD cbind-6.0.ebuild 723 RMD160 f135424a5ec0abc4b28429b157ebc7b60808d939 SHA1 0bbe1ebe004c620cf717d24c3793c499b3f76343 SHA256 1a0b989a547f9feb98d772c38c2b19e5b4bd2362424e7d1a7284076eef36fa4e +MD5 57d014ff134ce9eb3f620ada56583208 cbind-6.0.ebuild 723 +RMD160 f135424a5ec0abc4b28429b157ebc7b60808d939 cbind-6.0.ebuild 723 +SHA256 1a0b989a547f9feb98d772c38c2b19e5b4bd2362424e7d1a7284076eef36fa4e cbind-6.0.ebuild 723 EBUILD cbind-6.ebuild 766 RMD160 cb32867058bf77582573497d58624a070c72d6a2 SHA1 f4708014515c0f0ccb1701bb856b18af074e589a SHA256 310ffefd4ae824117e06ec77f007979eb96ee6731a6bd5da6fab77587142bb77 MD5 0955c2320dc8408bd70dc99fe71af893 cbind-6.ebuild 766 RMD160 cb32867058bf77582573497d58624a070c72d6a2 cbind-6.ebuild 766 diff --git a/dev-ada/cbind/cbind-6.0.ebuild b/dev-ada/cbind/cbind-6.0.ebuild index bdd3a8799f2a..a38f2a168a3b 100644 --- a/dev-ada/cbind/cbind-6.0.ebuild +++ b/dev-ada/cbind/cbind-6.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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.1 2006/11/14 16:46:03 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ada/cbind/cbind-6.0.ebuild,v 1.2 2006/11/14 21:10:03 george Exp $ # !NOTE! # this is a utility, no libs generated, no reason to do the gnat.eclass dance @@ -11,17 +11,14 @@ SRC_URI="http://dev.gentoo.org/~george/src/${P}.tar.bz2" HOMEPAGE="http://www.rational.com/" LICENSE="GMGPL" -RDEPEND="virtual/gnat" -DEPEND="${RDEPEND} - app-arch/unzip" +DEPEND="virtual/gnat" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" src_compile() { - einfo "in dir: $(pwd)" - make || die + MAKEOPTS=-j1 emake || die } src_install () { |