summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Fisette <ribosome@gentoo.org>2005-10-18 00:19:37 +0000
committerOlivier Fisette <ribosome@gentoo.org>2005-10-18 00:19:37 +0000
commitb2381e5c2d7e0497021d3055dd1dc762c425e614 (patch)
tree770f1b3bcd7ee66a60cd5e414d9cf7f38ecab33b /sci-biology
parentNew version (diff)
downloadgentoo-2-b2381e5c2d7e0497021d3055dd1dc762c425e614.tar.gz
gentoo-2-b2381e5c2d7e0497021d3055dd1dc762c425e614.tar.bz2
gentoo-2-b2381e5c2d7e0497021d3055dd1dc762c425e614.zip
New version. Pruned old version.
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'sci-biology')
-rw-r--r--sci-biology/cutg/ChangeLog8
-rw-r--r--sci-biology/cutg/Manifest8
-rw-r--r--sci-biology/cutg/cutg-149.ebuild (renamed from sci-biology/cutg/cutg-147-r1.ebuild)22
-rw-r--r--sci-biology/cutg/files/digest-cutg-147-r11
-rw-r--r--sci-biology/cutg/files/digest-cutg-1491
5 files changed, 23 insertions, 17 deletions
diff --git a/sci-biology/cutg/ChangeLog b/sci-biology/cutg/ChangeLog
index edddb3915993..c30bb92b5abb 100644
--- a/sci-biology/cutg/ChangeLog
+++ b/sci-biology/cutg/ChangeLog
@@ -1,6 +1,12 @@
# 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.29 2005/10/08 21:47:38 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/cutg/ChangeLog,v 1.30 2005/10/18 00:19:37 ribosome Exp $
+
+*cutg-149 (18 Oct 2005)
+
+ 18 Oct 2005; Olivier Fisette <ribosome@gentoo.org> -cutg-147-r1.ebuild,
+ +cutg-149.ebuild:
+ New version. Pruned old version.
08 Oct 2005; Michael Hanselmann <hansmi@gentoo.org> cutg-148.ebuild:
Stable on ppc.
diff --git a/sci-biology/cutg/Manifest b/sci-biology/cutg/Manifest
index 1e31c434eeef..e1c134cbd462 100644
--- a/sci-biology/cutg/Manifest
+++ b/sci-biology/cutg/Manifest
@@ -1,6 +1,6 @@
-MD5 3e02e88f2ca016f4749b825caf75835e ChangeLog 4123
-MD5 9ec27015f2049722a3f000bfeaedc4e0 cutg-147-r1.ebuild 1281
MD5 180894b6e1965fabaa86e3d4e8bad7f0 cutg-148.ebuild 1285
-MD5 83fa71b1c66f960bfccd8e17201c09de files/digest-cutg-147-r1 63
-MD5 8fe4ad8cd05d6466bcf6c253c5a18ba4 files/digest-cutg-148 63
+MD5 3e02e88f2ca016f4749b825caf75835e ChangeLog 4123
+MD5 eb5caf3a6733e915abe208167cf4ff3f cutg-149.ebuild 1304
MD5 d14f29edef39d8d89b39a5787c3d141c metadata.xml 594
+MD5 8fe4ad8cd05d6466bcf6c253c5a18ba4 files/digest-cutg-148 63
+MD5 b9c7c9eeb0844e79c1733a36314cabcb files/digest-cutg-149 63
diff --git a/sci-biology/cutg/cutg-147-r1.ebuild b/sci-biology/cutg/cutg-149.ebuild
index b7c04410574e..c0a9e9c6f8db 100644
--- a/sci-biology/cutg/cutg-147-r1.ebuild
+++ b/sci-biology/cutg/cutg-149.ebuild
@@ -1,28 +1,28 @@
# 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-147-r1.ebuild,v 1.6 2005/08/29 16:03:13 j4rg0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/cutg/cutg-149.ebuild,v 1.1 2005/10/18 00:19:37 ribosome 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"
-LICENSE="public-domain"
SLOT="0"
-KEYWORDS="ppc ppc-macos ppc64 x86"
+# Minimal build keeps only the indexed files (if applicable) and the
+# documentation. The non-indexed database is not installed.
IUSE="emboss minimal"
-# Minimal build keeps only the indexed files (if applicable) and the documentation.
-# The non-indexed database is not installed.
+KEYWORDS="~amd64 ~ppc ~ppc-macos ~ppc64 ~x86"
DEPEND="emboss? ( sci-biology/emboss )"
-S=${WORKDIR}
+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 \
+ EMBOSS_DATA="." cutgextract -auto -directory "${S}" || die \
"Indexing CUTG failed."
echo
fi
@@ -30,16 +30,16 @@ src_compile() {
src_install() {
if ! use minimal; then
- mkdir -p ${D}usr/share/${PN}
- mv *.codon *.spsum ${D}usr/share/${PN} || die \
+ mkdir -p "${D}"usr/share/${PN}
+ mv *.codon *.spsum "${D}"/usr/share/${PN} || die \
"Installing raw CUTG database failed."
fi
dodoc README
if use emboss; then
- mkdir -p ${D}usr/share/EMBOSS/data/CODONS
+ mkdir -p "${D}"/usr/share/EMBOSS/data/CODONS
cd CODONS
for file in *; do
- mv ${file} ${D}usr/share/EMBOSS/data/CODONS || die \
+ mv ${file} "${D}"/usr/share/EMBOSS/data/CODONS || die \
"Installing the EMBOSS-indexed database failed."
done
fi
diff --git a/sci-biology/cutg/files/digest-cutg-147-r1 b/sci-biology/cutg/files/digest-cutg-147-r1
deleted file mode 100644
index 666d83858811..000000000000
--- a/sci-biology/cutg/files/digest-cutg-147-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 b2a7fd01f46cb72ad31b0129ed2dd54d CUTG.147.tar.gz 142239582
diff --git a/sci-biology/cutg/files/digest-cutg-149 b/sci-biology/cutg/files/digest-cutg-149
new file mode 100644
index 000000000000..3906fd2e0003
--- /dev/null
+++ b/sci-biology/cutg/files/digest-cutg-149
@@ -0,0 +1 @@
+MD5 2714cdc70940bfe9ec88f436e159dd60 CUTG.149.tar.gz 152014260