summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Fisette <ribosome@gentoo.org>2009-09-01 19:11:35 +0000
committerOlivier Fisette <ribosome@gentoo.org>2009-09-01 19:11:35 +0000
commita4d05f83e25eed282a1b9e3e414c541d71ee23e9 (patch)
treee0191f49a3ead5597b9a77f4bf2b625f6f679f5d /sci-biology/prosite
parentStabilised on amd64 and x86. (diff)
downloadgentoo-2-a4d05f83e25eed282a1b9e3e414c541d71ee23e9.tar.gz
gentoo-2-a4d05f83e25eed282a1b9e3e414c541d71ee23e9.tar.bz2
gentoo-2-a4d05f83e25eed282a1b9e3e414c541d71ee23e9.zip
Pruning old versions.
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'sci-biology/prosite')
-rw-r--r--sci-biology/prosite/ChangeLog6
-rw-r--r--sci-biology/prosite/prosite-20.16.ebuild42
-rw-r--r--sci-biology/prosite/prosite-20.17.ebuild42
3 files changed, 5 insertions, 85 deletions
diff --git a/sci-biology/prosite/ChangeLog b/sci-biology/prosite/ChangeLog
index 0ef21572363b..3a6de2bca579 100644
--- a/sci-biology/prosite/ChangeLog
+++ b/sci-biology/prosite/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-biology/prosite
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/prosite/ChangeLog,v 1.103 2009/09/01 19:09:44 ribosome Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/prosite/ChangeLog,v 1.104 2009/09/01 19:11:35 ribosome Exp $
+
+ 01 Sep 2009; Olivier Fisette <ribosome@gentoo.org> -prosite-20.16.ebuild,
+ -prosite-20.17.ebuild:
+ Pruning old versions.
01 Sep 2009; Olivier Fisette <ribosome@gentoo.org> prosite-20.36.ebuild:
Stabilised on amd64 and x86.
diff --git a/sci-biology/prosite/prosite-20.16.ebuild b/sci-biology/prosite/prosite-20.16.ebuild
deleted file mode 100644
index b21512d292c5..000000000000
--- a/sci-biology/prosite/prosite-20.16.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.16.ebuild,v 1.1 2007/07/18 00:58:25 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.17.ebuild b/sci-biology/prosite/prosite-20.17.ebuild
deleted file mode 100644
index e501fd00ede9..000000000000
--- a/sci-biology/prosite/prosite-20.17.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.17.ebuild,v 1.1 2007/08/20 17:22:32 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
-}