diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2005-06-18 23:16:06 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2005-06-18 23:16:06 +0000 |
commit | 64e8252c302d3c3f1b469132e3d451db37fc03ec (patch) | |
tree | 62767e5bf67e0bc2c3175547d362d5ae857fd4bb /sci-biology/cutg | |
parent | 'use antivirus' in initscript depend(). Bug 76285. (diff) | |
download | historical-64e8252c302d3c3f1b469132e3d451db37fc03ec.tar.gz historical-64e8252c302d3c3f1b469132e3d451db37fc03ec.tar.bz2 historical-64e8252c302d3c3f1b469132e3d451db37fc03ec.zip |
Removed obsolete version.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'sci-biology/cutg')
-rw-r--r-- | sci-biology/cutg/ChangeLog | 5 | ||||
-rw-r--r-- | sci-biology/cutg/Manifest | 6 | ||||
-rw-r--r-- | sci-biology/cutg/cutg-144.ebuild | 44 | ||||
-rw-r--r-- | sci-biology/cutg/files/digest-cutg-144 | 1 |
4 files changed, 6 insertions, 50 deletions
diff --git a/sci-biology/cutg/ChangeLog b/sci-biology/cutg/ChangeLog index d684ed082c2d..2098089e26df 100644 --- a/sci-biology/cutg/ChangeLog +++ b/sci-biology/cutg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-biology/cutg # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/cutg/ChangeLog,v 1.15 2005/06/18 17:17:35 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/cutg/ChangeLog,v 1.16 2005/06/18 23:16:06 ribosome Exp $ + + 18 Jun 2005; Olivier Fisette <ribosome@gentoo.org> -cutg-144.ebuild: + Removed obsolete version. 18 Jun 2005; Markus Rothe <corsair@gentoo.org> cutg-146.ebuild: Stable on ppc64 diff --git a/sci-biology/cutg/Manifest b/sci-biology/cutg/Manifest index 1acdffb84566..9fb4ccf513f7 100644 --- a/sci-biology/cutg/Manifest +++ b/sci-biology/cutg/Manifest @@ -1,8 +1,6 @@ -MD5 a5419424fadabffc0f0a60a16129f9ff ChangeLog 2596 -MD5 eb9f368b00f2935944cd8b8f4be6c423 cutg-144.ebuild 1167 -MD5 954d02893953b8f9c904299f892979ce cutg-145.ebuild 1169 MD5 218011b0693086b65af18f803aa313f9 cutg-146.ebuild 1169 +MD5 954d02893953b8f9c904299f892979ce cutg-145.ebuild 1169 +MD5 5d494ac80ce5c0f6f4e76673bccae61a ChangeLog 2697 MD5 d14f29edef39d8d89b39a5787c3d141c metadata.xml 594 -MD5 e35ab30eae79e0600feabc028e0db162 files/digest-cutg-144 63 MD5 9c6a185b26bf5647beb885860099151f files/digest-cutg-145 63 MD5 5de9ff1df8fe00fdf41b5b7c0db04fba files/digest-cutg-146 63 diff --git a/sci-biology/cutg/cutg-144.ebuild b/sci-biology/cutg/cutg-144.ebuild deleted file mode 100644 index 47631954c6d1..000000000000 --- a/sci-biology/cutg/cutg-144.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/cutg/cutg-144.ebuild,v 1.9 2005/05/02 09:26:35 hansmi Exp $ - -DESCRIPTION="Codon usage tables calculated from GenBank" -HOMEPAGE="http://www.kazusa.or.jp/codon/" -SRC_URI="ftp://ftp.kazusa.or.jp/pub/codon/current/compressed/CUTG.${PV}.tar.gz" -LICENSE="public-domain" - -SLOT="0" -KEYWORDS="x86 ppc ppc-macos ppc64" -IUSE="emboss minimal" -# Minimal build keeps only the indexed files (if applicable) and the documentation. -# The non-indexed database is not installed. - -DEPEND="emboss? ( sci-biology/emboss )" - -S=${WORKDIR} - -src_compile() { - if use emboss; then - mkdir CODONS - echo - einfo "Indexing CUTG for usage with EMBOSS." - EMBOSS_DATA=. cutgextract -auto -directory ${S} || die \ - "Indexing CUTG failed." - echo - fi -} - -src_install() { - if ! use minimal; then - mkdir -p ${D}/usr/share/${PN} - mv *.codon *.spsum ${D}/usr/share/${PN} - fi - dodoc README - if use emboss; then - mkdir -p ${D}/usr/share/EMBOSS/data/CODONS - cd CODONS - for file in *; do - mv ${file} ${D}/usr/share/EMBOSS/data/CODONS - done - fi -} diff --git a/sci-biology/cutg/files/digest-cutg-144 b/sci-biology/cutg/files/digest-cutg-144 deleted file mode 100644 index f79c6a6dc995..000000000000 --- a/sci-biology/cutg/files/digest-cutg-144 +++ /dev/null @@ -1 +0,0 @@ -MD5 2bea63f0124ef7cb360bddeb0465e548 CUTG.144.tar.gz 124856915 |