diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-04-06 13:46:56 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-04-06 13:46:56 +0000 |
commit | 569cc8217c470c9007e39850f0076e1f33758fdf (patch) | |
tree | fa15987c5e4c1858d5375f5a1673c79750486c24 /sci-biology/cutg | |
parent | Using xiar instead of ar (diff) | |
download | gentoo-2-569cc8217c470c9007e39850f0076e1f33758fdf.tar.gz gentoo-2-569cc8217c470c9007e39850f0076e1f33758fdf.tar.bz2 gentoo-2-569cc8217c470c9007e39850f0076e1f33758fdf.zip |
Removed checks for DB only packages
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'sci-biology/cutg')
-rw-r--r-- | sci-biology/cutg/ChangeLog | 6 | ||||
-rw-r--r-- | sci-biology/cutg/cutg-151.ebuild | 7 | ||||
-rw-r--r-- | sci-biology/cutg/cutg-160.ebuild | 6 |
3 files changed, 13 insertions, 6 deletions
diff --git a/sci-biology/cutg/ChangeLog b/sci-biology/cutg/ChangeLog index 59109c347a69..619abeda4cb6 100644 --- a/sci-biology/cutg/ChangeLog +++ b/sci-biology/cutg/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-biology/cutg # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/cutg/ChangeLog,v 1.54 2011/03/13 12:18:10 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/cutg/ChangeLog,v 1.55 2011/04/06 13:46:56 jlec Exp $ + + 06 Apr 2011; Justin Lecher <jlec@gentoo.org> cutg-151.ebuild, + cutg-160.ebuild: + Removed checks for DB only packages 13 Mar 2011; Raúl Porcel <armin76@gentoo.org> cutg-151.ebuild, cutg-160.ebuild: diff --git a/sci-biology/cutg/cutg-151.ebuild b/sci-biology/cutg/cutg-151.ebuild index 0ccd50ea5703..4248cea2f3b0 100644 --- a/sci-biology/cutg/cutg-151.ebuild +++ b/sci-biology/cutg/cutg-151.ebuild @@ -1,24 +1,25 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/cutg/cutg-151.ebuild,v 1.9 2011/03/13 12:18:10 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/cutg/cutg-151.ebuild,v 1.10 2011/04/06 13:46:56 jlec Exp $ DESCRIPTION="Codon usage tables calculated from GenBank" -LICENSE="public-domain" HOMEPAGE="http://www.kazusa.or.jp/codon/" SRC_URI="ftp://ftp.kazusa.or.jp/pub/codon/current/compressed/CUTG.${PV}.tar.gz" SLOT="0" +LICENSE="public-domain" # Minimal build keeps only the indexed files (if applicable) and the # documentation. The non-indexed database is not installed. IUSE="emboss minimal" KEYWORDS="amd64 ppc ppc64 x86" DEPEND="emboss? ( sci-biology/emboss )" - RDEPEND="${DEPEND}" S="${WORKDIR}" +RESTRICT="binchecks strip" + src_compile() { if use emboss; then mkdir CODONS diff --git a/sci-biology/cutg/cutg-160.ebuild b/sci-biology/cutg/cutg-160.ebuild index 75fadbb10197..f5a89c8b7abf 100644 --- a/sci-biology/cutg/cutg-160.ebuild +++ b/sci-biology/cutg/cutg-160.ebuild @@ -1,15 +1,15 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/cutg/cutg-160.ebuild,v 1.4 2011/03/13 12:18:10 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/cutg/cutg-160.ebuild,v 1.5 2011/04/06 13:46:56 jlec Exp $ EAPI="3" DESCRIPTION="Codon usage tables calculated from GenBank" -LICENSE="public-domain" HOMEPAGE="http://www.kazusa.or.jp/codon/" SRC_URI="mirror://gentoo/${P}.tar.bz2" SLOT="0" +LICENSE="public-domain" # Minimal build keeps only the indexed files (if applicable) and the # documentation. The non-indexed database is not installed. IUSE="emboss minimal" @@ -18,6 +18,8 @@ KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solari DEPEND="emboss? ( sci-biology/emboss )" RDEPEND="${DEPEND}" +RESTRICT="binchecks strip" + src_compile() { if use emboss; then mkdir CODONS |