summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Fisette <ribosome@gentoo.org>2005-02-23 16:59:20 +0000
committerOlivier Fisette <ribosome@gentoo.org>2005-02-23 16:59:20 +0000
commit413c18525ee52672a88b4094550079bdf6ef4090 (patch)
treef271bc7ba4668483b64599efd74376fe14f24826 /sci-biology
parentpanotools available (diff)
downloadhistorical-413c18525ee52672a88b4094550079bdf6ef4090.tar.gz
historical-413c18525ee52672a88b4094550079bdf6ef4090.tar.bz2
historical-413c18525ee52672a88b4094550079bdf6ef4090.zip
Added support for the "emboss" and "minimal" "USE" flags.
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'sci-biology')
-rw-r--r--sci-biology/rebase/ChangeLog5
-rw-r--r--sci-biology/rebase/Manifest8
-rw-r--r--sci-biology/rebase/files/digest-rebase-4111
-rw-r--r--sci-biology/rebase/files/digest-rebase-4121
-rw-r--r--sci-biology/rebase/rebase-411.ebuild35
-rw-r--r--sci-biology/rebase/rebase-412.ebuild35
-rw-r--r--sci-biology/rebase/rebase-501.ebuild16
7 files changed, 14 insertions, 87 deletions
diff --git a/sci-biology/rebase/ChangeLog b/sci-biology/rebase/ChangeLog
index 092debdb5409..be3731791d07 100644
--- a/sci-biology/rebase/ChangeLog
+++ b/sci-biology/rebase/ChangeLog
@@ -1,8 +1,9 @@
# ChangeLog for sci-biology/rebase
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/rebase/ChangeLog,v 1.8 2005/02/23 04:14:50 ribosome Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/rebase/ChangeLog,v 1.9 2005/02/23 16:59:20 ribosome Exp $
- 22 Feb 2005; Olivier Fisette <ribosome@gentoo.org> rebase-502.ebuild:
+ 23 Feb 2005; Olivier Fisette <ribosome@gentoo.org> -rebase-411.ebuild,
+ -rebase-412.ebuild, rebase-501.ebuild rebase-502.ebuild:
Added support for the "emboss" and "minimal" "USE" flags.
11 Feb 2005; Lina Pezzella <j4rg0n@gentoo.org> rebase-501.ebuild:
diff --git a/sci-biology/rebase/Manifest b/sci-biology/rebase/Manifest
index 0af902e1ff17..c59922a9f6b0 100644
--- a/sci-biology/rebase/Manifest
+++ b/sci-biology/rebase/Manifest
@@ -1,10 +1,6 @@
-MD5 10f093da7dcca7327d4f44bbbc18b1d6 rebase-501.ebuild 1126
-MD5 261266bba96211352b28cc691b83b628 rebase-411.ebuild 1118
+MD5 1a146b1f3ebed3c8d292add3453e874a rebase-501.ebuild 1055
MD5 44cef115a6c7f0c5f5c08676f28d823a rebase-502.ebuild 1057
-MD5 5f2c185d5f7d17372a02431203026654 ChangeLog 2373
+MD5 03116cfbaf15ca115de9f6be8c2e3ab6 ChangeLog 2433
MD5 550f8d428f3e75690b43d32df6aa60cd metadata.xml 900
-MD5 895a1a26db9c512260b1ee043eeaaa99 rebase-412.ebuild 1126
-MD5 04a9c29643e242bfdb170ef425f2a76e files/digest-rebase-411 63
-MD5 c4f5461dd83ed5a1176a07a0786a6af7 files/digest-rebase-412 63
MD5 ad65c17b06a4725c0048159c32826e03 files/digest-rebase-501 63
MD5 2113a501fa09241875982dc1b8e73063 files/digest-rebase-502 63
diff --git a/sci-biology/rebase/files/digest-rebase-411 b/sci-biology/rebase/files/digest-rebase-411
deleted file mode 100644
index 28f675aa8dce..000000000000
--- a/sci-biology/rebase/files/digest-rebase-411
+++ /dev/null
@@ -1 +0,0 @@
-MD5 b4fd60d7da0ce55eeba718fb5ec5718b rebase-411.tar.bz2 177467
diff --git a/sci-biology/rebase/files/digest-rebase-412 b/sci-biology/rebase/files/digest-rebase-412
deleted file mode 100644
index c804b8ca3654..000000000000
--- a/sci-biology/rebase/files/digest-rebase-412
+++ /dev/null
@@ -1 +0,0 @@
-MD5 3bedf4f6541926e663dd84dee00c9518 rebase-412.tar.bz2 177515
diff --git a/sci-biology/rebase/rebase-411.ebuild b/sci-biology/rebase/rebase-411.ebuild
deleted file mode 100644
index 537a8e036d18..000000000000
--- a/sci-biology/rebase/rebase-411.ebuild
+++ /dev/null
@@ -1,35 +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/rebase/rebase-411.ebuild,v 1.3 2005/01/02 15:23:10 ribosome Exp $
-
-DESCRIPTION="A restriction enzyme database"
-HOMEPAGE="http://rebase.neb.com"
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-LICENSE="public-domain"
-
-SLOT="0"
-KEYWORDS="x86 ~ppc ~amd64"
-IUSE="no-emboss no-rawdb"
-
-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/rebaseextract ] && ! use no-emboss; then
- einfo "Indexing ${PN} for usage with EMBOSS."
- mkdir REBASE
- EMBOSS_DATA=. rebaseextract -auto -infile withrefm.${PV} \
- -protofile proto.${PV} || die "Indexing ${PN} failed."
- fi
-}
-
-src_install() {
- if ! use no-rawdb; then
- insinto /usr/share/${PN}
- doins withrefm.${PV} proto.${PV}
- fi
- newdoc REBASE.DOC README
- if [ -e /usr/bin/rebaseextract ] && ! use no-emboss; then
- insinto /usr/share/EMBOSS/data/REBASE
- doins REBASE/{embossre.enz,embossre.ref,embossre.sup}
- fi
-}
diff --git a/sci-biology/rebase/rebase-412.ebuild b/sci-biology/rebase/rebase-412.ebuild
deleted file mode 100644
index 09771263bb9f..000000000000
--- a/sci-biology/rebase/rebase-412.ebuild
+++ /dev/null
@@ -1,35 +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/rebase/rebase-412.ebuild,v 1.5 2005/02/02 21:27:57 j4rg0n Exp $
-
-DESCRIPTION="A restriction enzyme database"
-HOMEPAGE="http://rebase.neb.com"
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-LICENSE="public-domain"
-
-SLOT="0"
-KEYWORDS="x86 ~ppc ~amd64 ppc-macos"
-IUSE="no-emboss no-rawdb"
-
-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/rebaseextract ] && ! use no-emboss; then
- einfo "Indexing ${PN} for usage with EMBOSS."
- mkdir REBASE
- EMBOSS_DATA=. rebaseextract -auto -infile withrefm.${PV} \
- -protofile proto.${PV} || die "Indexing ${PN} failed."
- fi
-}
-
-src_install() {
- if ! use no-rawdb; then
- insinto /usr/share/${PN}
- doins withrefm.${PV} proto.${PV}
- fi
- newdoc REBASE.DOC README
- if [ -e /usr/bin/rebaseextract ] && ! use no-emboss; then
- insinto /usr/share/EMBOSS/data/REBASE
- doins REBASE/{embossre.enz,embossre.ref,embossre.sup}
- fi
-}
diff --git a/sci-biology/rebase/rebase-501.ebuild b/sci-biology/rebase/rebase-501.ebuild
index 221d7b8630d0..3febd21c9c28 100644
--- a/sci-biology/rebase/rebase-501.ebuild
+++ b/sci-biology/rebase/rebase-501.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/rebase/rebase-501.ebuild,v 1.3 2005/02/11 23:49:52 j4rg0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/rebase/rebase-501.ebuild,v 1.4 2005/02/23 16:59:20 ribosome Exp $
DESCRIPTION="A restriction enzyme database"
HOMEPAGE="http://rebase.neb.com"
@@ -9,26 +9,28 @@ LICENSE="public-domain"
SLOT="0"
KEYWORDS="x86 ~ppc ~amd64 ppc-macos"
-IUSE="no-emboss no-rawdb"
+IUSE="emboss minimal"
+# Minimal build keeps only the indexed files (if applicable) and the documentation.
+# The non-indexed database is not installed.
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/rebaseextract ] && ! use no-emboss; then
+ if use emboss; then
+ echo
einfo "Indexing ${PN} for usage with EMBOSS."
mkdir REBASE
EMBOSS_DATA=. rebaseextract -auto -infile withrefm.${PV} \
-protofile proto.${PV} || die "Indexing ${PN} failed."
+ echo
fi
}
src_install() {
- if ! use no-rawdb; then
+ if ! use minimal; then
insinto /usr/share/${PN}
doins withrefm.${PV} proto.${PV}
fi
newdoc REBASE.DOC README
- if [ -e /usr/bin/rebaseextract ] && ! use no-emboss; then
+ if use emboss; then
insinto /usr/share/EMBOSS/data/REBASE
doins REBASE/{embossre.enz,embossre.ref,embossre.sup}
fi