summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Fisette <ribosome@gentoo.org>2005-06-18 23:16:06 +0000
committerOlivier Fisette <ribosome@gentoo.org>2005-06-18 23:16:06 +0000
commit27815e975be6fc8ee71d8feb596d936ce6387f74 (patch)
tree8334927ca6883a2418802e397caf1d4aa22ce42c /sci-biology/cutg
parent'use antivirus' in initscript depend(). Bug 76285. (diff)
downloadgentoo-2-27815e975be6fc8ee71d8feb596d936ce6387f74.tar.gz
gentoo-2-27815e975be6fc8ee71d8feb596d936ce6387f74.tar.bz2
gentoo-2-27815e975be6fc8ee71d8feb596d936ce6387f74.zip
Removed obsolete version.
(Portage version: 2.0.51.19)
Diffstat (limited to 'sci-biology/cutg')
-rw-r--r--sci-biology/cutg/ChangeLog5
-rw-r--r--sci-biology/cutg/cutg-144.ebuild44
-rw-r--r--sci-biology/cutg/files/digest-cutg-1441
3 files changed, 4 insertions, 46 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/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