diff options
author | 2010-06-25 09:12:07 +0000 | |
---|---|---|
committer | 2010-06-25 09:12:07 +0000 | |
commit | 12c0a616120230e27e68f41ad5a41f50928c2ec0 (patch) | |
tree | 27e4492b7c01203f28257c09f8872b6fbe4c995b /sci-biology/rebase | |
parent | Version Bump (diff) | |
download | gentoo-2-12c0a616120230e27e68f41ad5a41f50928c2ec0.tar.gz gentoo-2-12c0a616120230e27e68f41ad5a41f50928c2ec0.tar.bz2 gentoo-2-12c0a616120230e27e68f41ad5a41f50928c2ec0.zip |
It's a db, so we will have RESTRICT=binchecks strip
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sci-biology/rebase')
-rw-r--r-- | sci-biology/rebase/ChangeLog | 6 | ||||
-rw-r--r-- | sci-biology/rebase/rebase-1006.ebuild | 4 | ||||
-rw-r--r-- | sci-biology/rebase/rebase-610.ebuild | 5 | ||||
-rw-r--r-- | sci-biology/rebase/rebase-905.ebuild | 5 |
4 files changed, 14 insertions, 6 deletions
diff --git a/sci-biology/rebase/ChangeLog b/sci-biology/rebase/ChangeLog index ba4a058f5b29..4237fea0e9bc 100644 --- a/sci-biology/rebase/ChangeLog +++ b/sci-biology/rebase/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-biology/rebase # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/rebase/ChangeLog,v 1.94 2010/06/25 09:09:03 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/rebase/ChangeLog,v 1.95 2010/06/25 09:12:07 jlec Exp $ + + 25 Jun 2010; Justin Lecher <jlec@gentoo.org> rebase-610.ebuild, + rebase-905.ebuild, rebase-1006.ebuild: + It's a db, so we will have RESTRICT=binchecks strip *rebase-1006 (25 Jun 2010) diff --git a/sci-biology/rebase/rebase-1006.ebuild b/sci-biology/rebase/rebase-1006.ebuild index 15c172c7844b..89853d45719b 100644 --- a/sci-biology/rebase/rebase-1006.ebuild +++ b/sci-biology/rebase/rebase-1006.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/rebase/rebase-1006.ebuild,v 1.1 2010/06/25 09:09:03 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/rebase/rebase-1006.ebuild,v 1.2 2010/06/25 09:12:07 jlec Exp $ EAPI="3" @@ -21,6 +21,8 @@ RDEPEND="emboss? ( >=sci-biology/emboss-5.0.0 )" DEPEND="${RDEPEND} || ( app-arch/xz-utils app-arch/lzma-utils )" +RESTRICT="binchecks strip" + src_compile() { if use emboss; then echo; einfo "Indexing Rebase for usage with EMBOSS." diff --git a/sci-biology/rebase/rebase-610.ebuild b/sci-biology/rebase/rebase-610.ebuild index 314f4e6ee5f3..d0f42ae9d34c 100644 --- a/sci-biology/rebase/rebase-610.ebuild +++ b/sci-biology/rebase/rebase-610.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/rebase/rebase-610.ebuild,v 1.7 2009/05/02 01:17:04 je_fro Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/rebase/rebase-610.ebuild,v 1.8 2010/06/25 09:12:07 jlec Exp $ DESCRIPTION="A restriction enzyme database" LICENSE="public-domain" @@ -16,6 +16,7 @@ KEYWORDS="amd64 ppc ppc64 ~sparc x86" DEPEND="emboss? ( >=sci-biology/emboss-3.0.0-r1 )" RDEPEND="${DEPEND}" +RESTRICT="binchecks strip" src_compile() { if use emboss; then echo; einfo "Indexing Rebase for usage with EMBOSS." diff --git a/sci-biology/rebase/rebase-905.ebuild b/sci-biology/rebase/rebase-905.ebuild index 2c33279b809a..caf582d93a44 100644 --- a/sci-biology/rebase/rebase-905.ebuild +++ b/sci-biology/rebase/rebase-905.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/rebase/rebase-905.ebuild,v 1.3 2009/09/01 18:17:52 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/rebase/rebase-905.ebuild,v 1.4 2010/06/25 09:12:07 jlec Exp $ DESCRIPTION="A restriction enzyme database" LICENSE="public-domain" @@ -16,6 +16,7 @@ KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86" DEPEND="emboss? ( >=sci-biology/emboss-5.0.0 )" RDEPEND="${DEPEND}" +RESTRICT="binchecks strip" src_compile() { if use emboss; then echo; einfo "Indexing Rebase for usage with EMBOSS." |