summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Fisette <ribosome@gentoo.org>2005-12-12 21:10:56 +0000
committerOlivier Fisette <ribosome@gentoo.org>2005-12-12 21:10:56 +0000
commit21d2f488872812f3bfc5a380cb2a4664542b1415 (patch)
treefa41dd030f11fe106d096067192d7a8acea05e5e /sci-biology/prosite
parentStable amd64 and sparc. (diff)
downloadgentoo-2-21d2f488872812f3bfc5a380cb2a4664542b1415.tar.gz
gentoo-2-21d2f488872812f3bfc5a380cb2a4664542b1415.tar.bz2
gentoo-2-21d2f488872812f3bfc5a380cb2a4664542b1415.zip
Removed old version. Added newer version to x86.
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'sci-biology/prosite')
-rw-r--r--sci-biology/prosite/ChangeLog6
-rw-r--r--sci-biology/prosite/files/digest-prosite-19.131
-rw-r--r--sci-biology/prosite/prosite-19.13.ebuild40
-rw-r--r--sci-biology/prosite/prosite-19.14.ebuild4
4 files changed, 7 insertions, 44 deletions
diff --git a/sci-biology/prosite/ChangeLog b/sci-biology/prosite/ChangeLog
index 3d7a1884ed29..b888662789e3 100644
--- a/sci-biology/prosite/ChangeLog
+++ b/sci-biology/prosite/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-biology/prosite
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/prosite/ChangeLog,v 1.57 2005/12/08 20:15:23 ribosome Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/prosite/ChangeLog,v 1.58 2005/12/12 21:10:56 ribosome Exp $
+
+ 12 Dec 2005; Olivier Fisette <ribosome@gentoo.org> -prosite-19.13.ebuild,
+ prosite-19.14.ebuild:
+ Removed old version. Added newer version to x86.
*prosite-19.16 (08 Dec 2005)
diff --git a/sci-biology/prosite/files/digest-prosite-19.13 b/sci-biology/prosite/files/digest-prosite-19.13
deleted file mode 100644
index 1007908aef07..000000000000
--- a/sci-biology/prosite/files/digest-prosite-19.13
+++ /dev/null
@@ -1 +0,0 @@
-MD5 64b14fe3405a51138080be3423a5b4ac prosite-19.13.tar.bz2 2659264
diff --git a/sci-biology/prosite/prosite-19.13.ebuild b/sci-biology/prosite/prosite-19.13.ebuild
deleted file mode 100644
index 6ad67efbc950..000000000000
--- a/sci-biology/prosite/prosite-19.13.ebuild
+++ /dev/null
@@ -1,40 +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/prosite/prosite-19.13.ebuild,v 1.2 2005/12/08 20:15:23 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 ~ppc-macos ~ppc64 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 ${PN}.{doc,dat,lis} || die "Installing raw database failed."
- fi
- dodoc *.txt || die "Documentation installation failed."
- dohtml *.htm || die "HTML 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-19.14.ebuild b/sci-biology/prosite/prosite-19.14.ebuild
index 7354543a4d9b..0f2c1caa694e 100644
--- a/sci-biology/prosite/prosite-19.14.ebuild
+++ b/sci-biology/prosite/prosite-19.14.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/prosite/prosite-19.14.ebuild,v 1.1 2005/11/13 06:45:12 ribosome Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/prosite/prosite-19.14.ebuild,v 1.2 2005/12/12 21:10:56 ribosome Exp $
DESCRIPTION="A protein families and domains database"
LICENSE="swiss-prot"
@@ -11,7 +11,7 @@ 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 ~ppc-macos ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc-macos ~ppc64 x86"
DEPEND="emboss? ( >=sci-biology/emboss-3.0.0 )"