diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2006-01-21 18:06:41 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2006-01-21 18:06:41 +0000 |
commit | 9b8e9434bc40683d7da6e960d479b7a7ae32dcde (patch) | |
tree | a5eac1248eced7bfc9312c960dfe441a4a29776a /sci-biology/prosite | |
parent | Removed obsolete version (diff) | |
download | gentoo-2-9b8e9434bc40683d7da6e960d479b7a7ae32dcde.tar.gz gentoo-2-9b8e9434bc40683d7da6e960d479b7a7ae32dcde.tar.bz2 gentoo-2-9b8e9434bc40683d7da6e960d479b7a7ae32dcde.zip |
Removed obsolete versions
(Portage version: 2.0.53)
Diffstat (limited to 'sci-biology/prosite')
-rw-r--r-- | sci-biology/prosite/ChangeLog | 6 | ||||
-rw-r--r-- | sci-biology/prosite/files/digest-prosite-19.10 | 1 | ||||
-rw-r--r-- | sci-biology/prosite/files/digest-prosite-19.14 | 1 | ||||
-rw-r--r-- | sci-biology/prosite/files/digest-prosite-19.15 | 1 | ||||
-rw-r--r-- | sci-biology/prosite/prosite-19.10.ebuild | 39 | ||||
-rw-r--r-- | sci-biology/prosite/prosite-19.14.ebuild | 40 | ||||
-rw-r--r-- | sci-biology/prosite/prosite-19.15.ebuild | 40 |
7 files changed, 5 insertions, 123 deletions
diff --git a/sci-biology/prosite/ChangeLog b/sci-biology/prosite/ChangeLog index 7fd99a5dbe30..fb9dd2f13c0d 100644 --- a/sci-biology/prosite/ChangeLog +++ b/sci-biology/prosite/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-biology/prosite # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/prosite/ChangeLog,v 1.68 2006/01/18 21:26:35 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/prosite/ChangeLog,v 1.69 2006/01/21 18:06:41 ribosome Exp $ + + 21 Jan 2006; Olivier Fisette <ribosome@gentoo.org> -prosite-19.10.ebuild, + -prosite-19.14.ebuild, -prosite-19.15.ebuild: + Removed obsolete versions. 18 Jan 2006; Markus Rothe <corsair@gentoo.org> prosite-19.16.ebuild: Stable on ppc64; bug #118831 diff --git a/sci-biology/prosite/files/digest-prosite-19.10 b/sci-biology/prosite/files/digest-prosite-19.10 deleted file mode 100644 index 11b65216c543..000000000000 --- a/sci-biology/prosite/files/digest-prosite-19.10 +++ /dev/null @@ -1 +0,0 @@ -MD5 da818693e8218461a50fef8cb0fb012d prosite-19.10.tar.bz2 3683266 diff --git a/sci-biology/prosite/files/digest-prosite-19.14 b/sci-biology/prosite/files/digest-prosite-19.14 deleted file mode 100644 index 49dda5f63d1c..000000000000 --- a/sci-biology/prosite/files/digest-prosite-19.14 +++ /dev/null @@ -1 +0,0 @@ -MD5 b0062510b52c955ff2fe47f8fa13bde8 prosite-19.14.tar.bz2 3751483 diff --git a/sci-biology/prosite/files/digest-prosite-19.15 b/sci-biology/prosite/files/digest-prosite-19.15 deleted file mode 100644 index 2e619a6129d5..000000000000 --- a/sci-biology/prosite/files/digest-prosite-19.15 +++ /dev/null @@ -1 +0,0 @@ -MD5 098af80a2f77d83274d6437ad8d3c9bf prosite-19.15.tar.bz2 3789297 diff --git a/sci-biology/prosite/prosite-19.10.ebuild b/sci-biology/prosite/prosite-19.10.ebuild deleted file mode 100644 index a20ec6f16d94..000000000000 --- a/sci-biology/prosite/prosite-19.10.ebuild +++ /dev/null @@ -1,39 +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.10.ebuild,v 1.6 2005/11/19 18:23:19 blubb Exp $ - -DESCRIPTION="A protein families and domains database" -HOMEPAGE="http://ca.expasy.org/prosite" -SRC_URI="mirror://gentoo/${P}.tar.bz2" -LICENSE="swiss-prot" -SLOT="0" -KEYWORDS="amd64 ppc ppc-macos ppc64 x86" -IUSE="emboss minimal" -# Minimal build keeps only the indexed files (if applicable) and the documentation. -# The non-indexed database is not installed. - -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 - fi - dodoc *.txt || die - dohtml *.htm || die - if use emboss; then - insinto /usr/share/EMBOSS/data/PROSITE - doins PROSITE/* || die - fi -} diff --git a/sci-biology/prosite/prosite-19.14.ebuild b/sci-biology/prosite/prosite-19.14.ebuild deleted file mode 100644 index bf13645c2303..000000000000 --- a/sci-biology/prosite/prosite-19.14.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.14.ebuild,v 1.5 2005/12/24 00:00:29 blubb 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.15.ebuild b/sci-biology/prosite/prosite-19.15.ebuild deleted file mode 100644 index b21bdacc2532..000000000000 --- a/sci-biology/prosite/prosite-19.15.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.15.ebuild,v 1.1 2005/11/28 03:15:11 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 -} |