diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2005-08-31 00:30:42 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2005-08-31 00:30:42 +0000 |
commit | c35dfe7b3ea1e8385a2c9695ff6873e08711b189 (patch) | |
tree | cb667df5051de9c471dfccd1d8259705c2177fc4 /sci-biology/cutg | |
parent | Update the i18n patch to fix cut again as well as expand #104286 by peteru. (diff) | |
download | gentoo-2-c35dfe7b3ea1e8385a2c9695ff6873e08711b189.tar.gz gentoo-2-c35dfe7b3ea1e8385a2c9695ff6873e08711b189.tar.bz2 gentoo-2-c35dfe7b3ea1e8385a2c9695ff6873e08711b189.zip |
Removed obsolete versions.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sci-biology/cutg')
-rw-r--r-- | sci-biology/cutg/ChangeLog | 5 | ||||
-rw-r--r-- | sci-biology/cutg/cutg-146.ebuild | 44 | ||||
-rw-r--r-- | sci-biology/cutg/files/digest-cutg-146 | 1 |
3 files changed, 4 insertions, 46 deletions
diff --git a/sci-biology/cutg/ChangeLog b/sci-biology/cutg/ChangeLog index 34454c653c6e..2b8cb962f079 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.23 2005/08/29 16:03:13 j4rg0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/cutg/ChangeLog,v 1.24 2005/08/31 00:30:42 ribosome Exp $ + + 31 Aug 2005; Olivier Fisette <ribosome@gentoo.org> -cutg-146.ebuild: + Removed obsolete versions. 29 Aug 2005; Lina Pezzella <j4rg0n@gentoo.org> cutg-147-r1.ebuild: Stable ppc-macos diff --git a/sci-biology/cutg/cutg-146.ebuild b/sci-biology/cutg/cutg-146.ebuild deleted file mode 100644 index 84ffc01fdb4e..000000000000 --- a/sci-biology/cutg/cutg-146.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-146.ebuild,v 1.5 2005/06/26 18:22:46 j4rg0n 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="ppc ppc-macos ppc64 x86" -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-146 b/sci-biology/cutg/files/digest-cutg-146 deleted file mode 100644 index 69a5c3f86324..000000000000 --- a/sci-biology/cutg/files/digest-cutg-146 +++ /dev/null @@ -1 +0,0 @@ -MD5 4a20d911b0f6753f8773c7d4ea5359fc CUTG.146.tar.gz 137930523 |