summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Fisette <ribosome@gentoo.org>2007-07-18 01:01:22 +0000
committerOlivier Fisette <ribosome@gentoo.org>2007-07-18 01:01:22 +0000
commit3613da4362eda26a72f2878abdbb65c24abb80d9 (patch)
tree2005498d361acc580453c924cc6474b50913739b /sci-biology/prosite
parentNew upstream version. (diff)
downloadgentoo-2-3613da4362eda26a72f2878abdbb65c24abb80d9.tar.gz
gentoo-2-3613da4362eda26a72f2878abdbb65c24abb80d9.tar.bz2
gentoo-2-3613da4362eda26a72f2878abdbb65c24abb80d9.zip
Pruned older ebuilds that will never be stabilised.
(Portage version: 2.1.2.9)
Diffstat (limited to 'sci-biology/prosite')
-rw-r--r--sci-biology/prosite/ChangeLog6
-rw-r--r--sci-biology/prosite/files/digest-prosite-20.103
-rw-r--r--sci-biology/prosite/files/digest-prosite-20.123
-rw-r--r--sci-biology/prosite/prosite-20.10.ebuild42
-rw-r--r--sci-biology/prosite/prosite-20.12.ebuild42
5 files changed, 5 insertions, 91 deletions
diff --git a/sci-biology/prosite/ChangeLog b/sci-biology/prosite/ChangeLog
index 595ddd762d3c..63fbebea48b1 100644
--- a/sci-biology/prosite/ChangeLog
+++ b/sci-biology/prosite/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-biology/prosite
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/prosite/ChangeLog,v 1.98 2007/07/18 00:58:25 ribosome Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/prosite/ChangeLog,v 1.99 2007/07/18 01:01:22 ribosome Exp $
+
+ 18 Jul 2007; Olivier Fisette <ribosome@gentoo.org> -prosite-20.10.ebuild,
+ -prosite-20.12.ebuild:
+ Pruned older ebuilds that will never be stabilised.
*prosite-20.16 (18 Jul 2007)
diff --git a/sci-biology/prosite/files/digest-prosite-20.10 b/sci-biology/prosite/files/digest-prosite-20.10
deleted file mode 100644
index 2d5af680ee71..000000000000
--- a/sci-biology/prosite/files/digest-prosite-20.10
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 5adf6cf94e49ea3ba6de7675f3dfbe9a prosite-20.10.tar.bz2 5113577
-RMD160 5a44b0740b299f594128b9a352f779f3228e9754 prosite-20.10.tar.bz2 5113577
-SHA256 23ae12d7ea275a7bc7c7df255b862af3936b701c2a86850af8180c1c73026682 prosite-20.10.tar.bz2 5113577
diff --git a/sci-biology/prosite/files/digest-prosite-20.12 b/sci-biology/prosite/files/digest-prosite-20.12
deleted file mode 100644
index ce956883fe55..000000000000
--- a/sci-biology/prosite/files/digest-prosite-20.12
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 a30da4b78a115516aad92047d18c3824 prosite-20.12.tar.bz2 5160057
-RMD160 a23dbdcdf9757c6cf26d71a6722967093b3ceaab prosite-20.12.tar.bz2 5160057
-SHA256 37d06a2f8f462b272adb95fe4ee6f53ec81b9192b81329471afcdc380ad500b5 prosite-20.12.tar.bz2 5160057
diff --git a/sci-biology/prosite/prosite-20.10.ebuild b/sci-biology/prosite/prosite-20.10.ebuild
deleted file mode 100644
index 953cc4cd1b33..000000000000
--- a/sci-biology/prosite/prosite-20.10.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/prosite/prosite-20.10.ebuild,v 1.1 2007/04/21 03:20:06 ribosome Exp $
-
-DESCRIPTION="A protein families and domains database"
-LICENSE="swiss-prot"
-HOMEPAGE="http://ca.expasy.org/prosite"
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-
-SLOT="0"
-# Minimal build keeps only the indexed files (if applicable) and the
-# documentation. The non-indexed database is not installed.
-IUSE="emboss minimal"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
-
-DEPEND="emboss? ( >=sci-biology/emboss-3.0.0 )"
-
-src_compile() {
- if use emboss; then
- mkdir PROSITE
- echo
- einfo "Indexing PROSITE for usage with EMBOSS."
- EMBOSS_DATA="." prosextract -auto -prositedir "${S}" || die \
- "Indexing PROSITE failed."
- echo
- fi
-}
-
-src_install() {
- if ! use minimal; then
- insinto /usr/share/${PN}
- doins *.{doc,dat,lis} || die "Installing raw database failed."
- fi
- dodoc *.txt || die "Documentation installation failed."
- dohtml *.htm || die "HTML documentation installation failed."
- insinto /usr/share/doc/${PF}
- doins *.pdf || die "PDF documentation installation failed."
- if use emboss; then
- insinto /usr/share/EMBOSS/data/PROSITE
- doins PROSITE/* || die "Installing EMBOSS data files failed."
- fi
-}
diff --git a/sci-biology/prosite/prosite-20.12.ebuild b/sci-biology/prosite/prosite-20.12.ebuild
deleted file mode 100644
index 8f94db237c48..000000000000
--- a/sci-biology/prosite/prosite-20.12.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/prosite/prosite-20.12.ebuild,v 1.1 2007/05/22 00:44:50 ribosome Exp $
-
-DESCRIPTION="A protein families and domains database"
-LICENSE="swiss-prot"
-HOMEPAGE="http://ca.expasy.org/prosite"
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-
-SLOT="0"
-# Minimal build keeps only the indexed files (if applicable) and the
-# documentation. The non-indexed database is not installed.
-IUSE="emboss minimal"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
-
-DEPEND="emboss? ( >=sci-biology/emboss-3.0.0 )"
-
-src_compile() {
- if use emboss; then
- mkdir PROSITE
- echo
- einfo "Indexing PROSITE for usage with EMBOSS."
- EMBOSS_DATA="." prosextract -auto -prositedir "${S}" || die \
- "Indexing PROSITE failed."
- echo
- fi
-}
-
-src_install() {
- if ! use minimal; then
- insinto /usr/share/${PN}
- doins *.{doc,dat,lis} || die "Installing raw database failed."
- fi
- dodoc *.txt || die "Documentation installation failed."
- dohtml *.htm || die "HTML documentation installation failed."
- insinto /usr/share/doc/${PF}
- doins *.pdf || die "PDF documentation installation failed."
- if use emboss; then
- insinto /usr/share/EMBOSS/data/PROSITE
- doins PROSITE/* || die "Installing EMBOSS data files failed."
- fi
-}