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
commit6faa6844cfcf1b05ecf5f6d3d14a9d00bee0ecc4 (patch)
treee9ab6c6e7f835ec02bd525f8d0fa0cf435b3a284 /sci-biology
parentNew version (diff)
downloadhistorical-6faa6844cfcf1b05ecf5f6d3d14a9d00bee0ecc4.tar.gz
historical-6faa6844cfcf1b05ecf5f6d3d14a9d00bee0ecc4.tar.bz2
historical-6faa6844cfcf1b05ecf5f6d3d14a9d00bee0ecc4.zip
New version. Pruned old version.
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'sci-biology')
-rw-r--r--sci-biology/cutg/ChangeLog8
-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
4 files changed, 19 insertions, 13 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/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