diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2005-08-31 00:36:17 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2005-08-31 00:36:17 +0000 |
commit | 2c8ca0f980a404dcd4087d10ec8c24569bf22604 (patch) | |
tree | 26700f700ba69b9576508321b7ca7fa1feee9b98 /sci-biology | |
parent | Removed obsolete versions. (diff) | |
download | gentoo-2-2c8ca0f980a404dcd4087d10ec8c24569bf22604.tar.gz gentoo-2-2c8ca0f980a404dcd4087d10ec8c24569bf22604.tar.bz2 gentoo-2-2c8ca0f980a404dcd4087d10ec8c24569bf22604.zip |
Removed obsolete versions.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sci-biology')
22 files changed, 11 insertions, 402 deletions
diff --git a/sci-biology/prosite/ChangeLog b/sci-biology/prosite/ChangeLog index 90b2a4981308..095a7b0f5d25 100644 --- a/sci-biology/prosite/ChangeLog +++ b/sci-biology/prosite/ChangeLog @@ -1,6 +1,11 @@ # 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.40 2005/08/29 16:00:30 j4rg0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/prosite/ChangeLog,v 1.41 2005/08/31 00:34:19 ribosome Exp $ + + 31 Aug 2005; Olivier Fisette <ribosome@gentoo.org> -prosite-19.0.ebuild, + -prosite-19.1.ebuild, -prosite-19.2.ebuild, -prosite-19.3.ebuild, + -prosite-19.4.ebuild, -prosite-19.5.ebuild: + Removed obsolete versions. 29 Aug 2005; Lina Pezzella <j4rg0n@gentoo.org> prosite-19.6.ebuild: Stable ppc-macos diff --git a/sci-biology/prosite/files/digest-prosite-19.0 b/sci-biology/prosite/files/digest-prosite-19.0 deleted file mode 100644 index d7da65b4602b..000000000000 --- a/sci-biology/prosite/files/digest-prosite-19.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 6a191662b97faacfbad62c609f45ccbd prosite-19.0.tar.bz2 3370067 diff --git a/sci-biology/prosite/files/digest-prosite-19.1 b/sci-biology/prosite/files/digest-prosite-19.1 deleted file mode 100644 index 9fdd7fe85da8..000000000000 --- a/sci-biology/prosite/files/digest-prosite-19.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 d2c5115e04779351928c32c4d4892d94 prosite-19.1.tar.bz2 3484189 diff --git a/sci-biology/prosite/files/digest-prosite-19.2 b/sci-biology/prosite/files/digest-prosite-19.2 deleted file mode 100644 index d2bcdffff657..000000000000 --- a/sci-biology/prosite/files/digest-prosite-19.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 32948a7bd347f3ff6e1af940b5393300 prosite-19.2.tar.bz2 3485289 diff --git a/sci-biology/prosite/files/digest-prosite-19.3 b/sci-biology/prosite/files/digest-prosite-19.3 deleted file mode 100644 index 3ffc0e342675..000000000000 --- a/sci-biology/prosite/files/digest-prosite-19.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 71c9aaa76f60efbf82eae2d390692cbb prosite-19.3.tar.bz2 3504891 diff --git a/sci-biology/prosite/files/digest-prosite-19.4 b/sci-biology/prosite/files/digest-prosite-19.4 deleted file mode 100644 index 2d5cd6a7d4d9..000000000000 --- a/sci-biology/prosite/files/digest-prosite-19.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 bbf3cb8f0d04853d31f8701a1b98cec2 prosite-19.4.tar.bz2 3525020 diff --git a/sci-biology/prosite/files/digest-prosite-19.5 b/sci-biology/prosite/files/digest-prosite-19.5 deleted file mode 100644 index defbe267c863..000000000000 --- a/sci-biology/prosite/files/digest-prosite-19.5 +++ /dev/null @@ -1 +0,0 @@ -MD5 97d9b333cf80f87057d83fd714913d97 prosite-19.5.tar.bz2 3564712 diff --git a/sci-biology/prosite/prosite-19.0.ebuild b/sci-biology/prosite/prosite-19.0.ebuild deleted file mode 100644 index fcd7403b43cc..000000000000 --- a/sci-biology/prosite/prosite-19.0.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.0.ebuild,v 1.3 2005/05/31 02:34:18 j4rg0n 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="~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 )" - -src_compile() { - if use emboss; then - mkdir PROSITE - echo - einfo "Indexing PROSITE for usage with EMBOSS." - EMBOSS_DATA="." prosextract -auto -infdat ${S} || die \ - "Indexing PROSITE failed." - echo - fi -} - -src_install() { - if ! use minimal; then - insinto /usr/share/${PN} - doins ${PN}.{doc,dat,lis} - fi - dodoc *.txt - dohtml *.htm - if use emboss; then - insinto /usr/share/EMBOSS/data/PROSITE - doins PROSITE/* - fi -} diff --git a/sci-biology/prosite/prosite-19.1.ebuild b/sci-biology/prosite/prosite-19.1.ebuild deleted file mode 100644 index 8a6ed94a72ba..000000000000 --- a/sci-biology/prosite/prosite-19.1.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.1.ebuild,v 1.3 2005/05/31 02:34:18 j4rg0n 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="~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 )" - -src_compile() { - if use emboss; then - mkdir PROSITE - echo - einfo "Indexing PROSITE for usage with EMBOSS." - EMBOSS_DATA="." prosextract -auto -infdat ${S} || die \ - "Indexing PROSITE failed." - echo - fi -} - -src_install() { - if ! use minimal; then - insinto /usr/share/${PN} - doins ${PN}.{doc,dat,lis} - fi - dodoc *.txt - dohtml *.htm - if use emboss; then - insinto /usr/share/EMBOSS/data/PROSITE - doins PROSITE/* - fi -} diff --git a/sci-biology/prosite/prosite-19.2.ebuild b/sci-biology/prosite/prosite-19.2.ebuild deleted file mode 100644 index e3bc010b186b..000000000000 --- a/sci-biology/prosite/prosite-19.2.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.2.ebuild,v 1.3 2005/06/19 19:43:23 corsair 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="~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 )" - -src_compile() { - if use emboss; then - mkdir PROSITE - echo - einfo "Indexing PROSITE for usage with EMBOSS." - EMBOSS_DATA="." prosextract -auto -infdat ${S} || die \ - "Indexing PROSITE failed." - echo - fi -} - -src_install() { - if ! use minimal; then - insinto /usr/share/${PN} - doins ${PN}.{doc,dat,lis} - fi - dodoc *.txt - dohtml *.htm - if use emboss; then - insinto /usr/share/EMBOSS/data/PROSITE - doins PROSITE/* - fi -} diff --git a/sci-biology/prosite/prosite-19.3.ebuild b/sci-biology/prosite/prosite-19.3.ebuild deleted file mode 100644 index 38f0c75e8528..000000000000 --- a/sci-biology/prosite/prosite-19.3.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.3.ebuild,v 1.4 2005/07/09 04:17:02 j4rg0n 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="~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 )" - -src_compile() { - if use emboss; then - mkdir PROSITE - echo - einfo "Indexing PROSITE for usage with EMBOSS." - EMBOSS_DATA="." prosextract -auto -infdat ${S} || die \ - "Indexing PROSITE failed." - echo - fi -} - -src_install() { - if ! use minimal; then - insinto /usr/share/${PN} - doins ${PN}.{doc,dat,lis} - fi - dodoc *.txt - dohtml *.htm - if use emboss; then - insinto /usr/share/EMBOSS/data/PROSITE - doins PROSITE/* - fi -} diff --git a/sci-biology/prosite/prosite-19.4.ebuild b/sci-biology/prosite/prosite-19.4.ebuild deleted file mode 100644 index f850af6bc88d..000000000000 --- a/sci-biology/prosite/prosite-19.4.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.4.ebuild,v 1.4 2005/07/09 07:08:24 corsair 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="~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 )" - -src_compile() { - if use emboss; then - mkdir PROSITE - echo - einfo "Indexing PROSITE for usage with EMBOSS." - EMBOSS_DATA="." prosextract -auto -infdat ${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.5.ebuild b/sci-biology/prosite/prosite-19.5.ebuild deleted file mode 100644 index 90bb8b77db04..000000000000 --- a/sci-biology/prosite/prosite-19.5.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.5.ebuild,v 1.3 2005/07/28 04:45:18 j4rg0n 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="~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 )" - -src_compile() { - if use emboss; then - mkdir PROSITE - echo - einfo "Indexing PROSITE for usage with EMBOSS." - EMBOSS_DATA="." prosextract -auto -infdat ${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/rebase/ChangeLog b/sci-biology/rebase/ChangeLog index 2ff1e266b2b2..39f9c6c8c18b 100644 --- a/sci-biology/rebase/ChangeLog +++ b/sci-biology/rebase/ChangeLog @@ -1,6 +1,10 @@ # 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.29 2005/08/29 16:01:56 j4rg0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/rebase/ChangeLog,v 1.30 2005/08/31 00:36:17 ribosome Exp $ + + 31 Aug 2005; Olivier Fisette <ribosome@gentoo.org> -rebase-503.ebuild, + -rebase-504.ebuild, -rebase-505.ebuild, -rebase-506.ebuild: + Removed obsolete versions. 29 Aug 2005; Lina Pezzella <j4rg0n@gentoo.org> rebase-507.ebuild: Stable ppc-macos diff --git a/sci-biology/rebase/files/digest-rebase-503 b/sci-biology/rebase/files/digest-rebase-503 deleted file mode 100644 index 1c7a3d590a5e..000000000000 --- a/sci-biology/rebase/files/digest-rebase-503 +++ /dev/null @@ -1 +0,0 @@ -MD5 9cf318422da8c590691d58cf6bac812c rebase-503.tar.bz2 178499 diff --git a/sci-biology/rebase/files/digest-rebase-504 b/sci-biology/rebase/files/digest-rebase-504 deleted file mode 100644 index c2fa07af9ddb..000000000000 --- a/sci-biology/rebase/files/digest-rebase-504 +++ /dev/null @@ -1 +0,0 @@ -MD5 30b740c9748c5d3df20095262797ed2e rebase-504.tar.bz2 178809 diff --git a/sci-biology/rebase/files/digest-rebase-505 b/sci-biology/rebase/files/digest-rebase-505 deleted file mode 100644 index 7975432747ea..000000000000 --- a/sci-biology/rebase/files/digest-rebase-505 +++ /dev/null @@ -1 +0,0 @@ -MD5 99e3c9ff27e86c1aa15578885b07cd2d rebase-505.tar.bz2 179218 diff --git a/sci-biology/rebase/files/digest-rebase-506 b/sci-biology/rebase/files/digest-rebase-506 deleted file mode 100644 index facaa8432676..000000000000 --- a/sci-biology/rebase/files/digest-rebase-506 +++ /dev/null @@ -1 +0,0 @@ -MD5 b404ccb65575b61ff3bd555b02fc2647 rebase-506.tar.bz2 179395 diff --git a/sci-biology/rebase/rebase-503.ebuild b/sci-biology/rebase/rebase-503.ebuild deleted file mode 100644 index a75bacb3ed00..000000000000 --- a/sci-biology/rebase/rebase-503.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/rebase/rebase-503.ebuild,v 1.7 2005/05/01 18:16:42 hansmi 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="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 )" - -src_compile() { - 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 minimal; then - insinto /usr/share/${PN} - doins withrefm.${PV} proto.${PV} - fi - newdoc REBASE.DOC README - if use emboss; then - insinto /usr/share/EMBOSS/data/REBASE - doins REBASE/{embossre.enz,embossre.ref,embossre.sup} - fi -} diff --git a/sci-biology/rebase/rebase-504.ebuild b/sci-biology/rebase/rebase-504.ebuild deleted file mode 100644 index 21c865a61bc0..000000000000 --- a/sci-biology/rebase/rebase-504.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/rebase/rebase-504.ebuild,v 1.4 2005/05/31 02:39:40 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="~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 )" - -src_compile() { - 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 minimal; then - insinto /usr/share/${PN} - doins withrefm.${PV} proto.${PV} - fi - newdoc REBASE.DOC README - if use emboss; then - insinto /usr/share/EMBOSS/data/REBASE - doins REBASE/{embossre.enz,embossre.ref,embossre.sup} - fi -} diff --git a/sci-biology/rebase/rebase-505.ebuild b/sci-biology/rebase/rebase-505.ebuild deleted file mode 100644 index 670dd5b5c19d..000000000000 --- a/sci-biology/rebase/rebase-505.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/rebase/rebase-505.ebuild,v 1.4 2005/06/26 18:19:10 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="~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 )" - -src_compile() { - 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 minimal; then - insinto /usr/share/${PN} - doins withrefm.${PV} proto.${PV} - fi - newdoc REBASE.DOC README - if use emboss; then - insinto /usr/share/EMBOSS/data/REBASE - doins REBASE/{embossre.enz,embossre.ref,embossre.sup} - fi -} diff --git a/sci-biology/rebase/rebase-506.ebuild b/sci-biology/rebase/rebase-506.ebuild deleted file mode 100644 index 3b8243b54c76..000000000000 --- a/sci-biology/rebase/rebase-506.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/rebase/rebase-506.ebuild,v 1.4 2005/07/09 07:14:46 corsair Exp $ - -DESCRIPTION="A restriction enzyme database" -HOMEPAGE="http://rebase.neb.com" -SRC_URI="mirror://gentoo/${P}.tar.bz2" -LICENSE="public-domain" - -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 )" - -src_compile() { - 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 minimal; then - insinto /usr/share/${PN} - doins withrefm.${PV} proto.${PV} - fi - newdoc REBASE.DOC README - if use emboss; then - insinto /usr/share/EMBOSS/data/REBASE - doins REBASE/{embossre.enz,embossre.ref,embossre.sup} - fi -} |