summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Fisette <ribosome@gentoo.org>2004-11-01 01:48:18 +0000
committerOlivier Fisette <ribosome@gentoo.org>2004-11-01 01:48:18 +0000
commiteb3d1d869d5c20177ff623f0bc5951ae3543032c (patch)
tree2a2bd39bd79b696cb17c2f3eaf96e18feb8faade /app-sci/cutg
parentremove old (diff)
downloadhistorical-eb3d1d869d5c20177ff623f0bc5951ae3543032c.tar.gz
historical-eb3d1d869d5c20177ff623f0bc5951ae3543032c.tar.bz2
historical-eb3d1d869d5c20177ff623f0bc5951ae3543032c.zip
Added to x86. Removed old version.
Diffstat (limited to 'app-sci/cutg')
-rw-r--r--app-sci/cutg/ChangeLog6
-rw-r--r--app-sci/cutg/Manifest6
-rw-r--r--app-sci/cutg/cutg-142.ebuild39
-rw-r--r--app-sci/cutg/cutg-143.ebuild5
-rw-r--r--app-sci/cutg/files/digest-cutg-1421
5 files changed, 9 insertions, 48 deletions
diff --git a/app-sci/cutg/ChangeLog b/app-sci/cutg/ChangeLog
index 50a464a82cde..01831071428f 100644
--- a/app-sci/cutg/ChangeLog
+++ b/app-sci/cutg/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-sci/cutg
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/cutg/ChangeLog,v 1.5 2004/09/29 23:17:19 ribosome Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/cutg/ChangeLog,v 1.6 2004/11/01 01:48:18 ribosome Exp $
+
+ 31 Oct 2004; Olivier Fisette <ribosome@gentoo.org> -cutg-142.ebuild,
+ cutg-143.ebuild:
+ Removed old version. Added 143 to x86.
*cutg-143 (29 Sep 2004)
diff --git a/app-sci/cutg/Manifest b/app-sci/cutg/Manifest
index 057815d8039e..1b8006e44aa0 100644
--- a/app-sci/cutg/Manifest
+++ b/app-sci/cutg/Manifest
@@ -1,6 +1,4 @@
-MD5 97e9fb4797a60337625cf47a91523147 cutg-143.ebuild 1199
-MD5 d3de7c77ebfdb35a00b3b31b68e86014 cutg-142.ebuild 1118
-MD5 8032f079d1748703478bf83910812525 ChangeLog 871
+MD5 e4a9cb7a750c45b5f064e0791a6db623 cutg-143.ebuild 1178
+MD5 d4bfcc7d98459f5cc05495d3472b019b ChangeLog 1003
MD5 d14f29edef39d8d89b39a5787c3d141c metadata.xml 594
-MD5 360f10cadb9068f21745677437f76b10 files/digest-cutg-142 63
MD5 94ad06877dbe9065273a7ee15904c7ec files/digest-cutg-143 63
diff --git a/app-sci/cutg/cutg-142.ebuild b/app-sci/cutg/cutg-142.ebuild
deleted file mode 100644
index e4759d25fddd..000000000000
--- a/app-sci/cutg/cutg-142.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/cutg/cutg-142.ebuild,v 1.2 2004/09/29 23:17:19 ribosome 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"
-IUSE="no-emboss no-rawdb"
-
-S=${WORKDIR}
-
-src_compile() {
- # Index the database for use with emboss if emboss is installed and
- # the user did not explicitly request not to index the database.
- if [ -e /usr/bin/cutgextract ] && ! use no-emboss; then
- mkdir CODONS
- einfo "Indexing CUTG for usage with EMBOSS."
- EMBOSS_DATA=. cutgextract -auto -directory ${S} || die \
- "Indexing CUTG failed."
- fi
-}
-
-src_install() {
- if ! use no-rawdb; then
- insinto /usr/share/${PN}
- doins *.codon *.spsum
- fi
- dodoc README
- if [ -e /usr/bin/cutgextract ] && ! use no-emboss; then
- insinto /usr/share/EMBOSS/data/CODONS
- cd CODONS
- for file in *; do
- doins ${file}
- done
- fi
-}
diff --git a/app-sci/cutg/cutg-143.ebuild b/app-sci/cutg/cutg-143.ebuild
index a12a49b624d3..c0704b3725cf 100644
--- a/app-sci/cutg/cutg-143.ebuild
+++ b/app-sci/cutg/cutg-143.ebuild
@@ -1,15 +1,14 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/cutg/cutg-143.ebuild,v 1.2 2004/09/30 11:50:38 ribosome Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/cutg/cutg-143.ebuild,v 1.3 2004/11/01 01:48:18 ribosome 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"
-RESTRICT="nomirror"
SLOT="0"
-KEYWORDS="~x86 ~ppc"
+KEYWORDS="x86 ~ppc"
IUSE="no-emboss no-rawdb"
S=${WORKDIR}
diff --git a/app-sci/cutg/files/digest-cutg-142 b/app-sci/cutg/files/digest-cutg-142
deleted file mode 100644
index fc0adb7d7352..000000000000
--- a/app-sci/cutg/files/digest-cutg-142
+++ /dev/null
@@ -1 +0,0 @@
-MD5 548fa77024376e43c0642d56834419d9 CUTG.142.tar.gz 109384973