diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2005-08-30 00:13:05 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2005-08-30 00:13:05 +0000 |
commit | 14c784fc7c6f161e99830aacc437a2bf21e453b3 (patch) | |
tree | 3d283edb6f03be6590fd33c91b5bca3de06e067e /sci-biology/biopython | |
parent | Version bump. (diff) | |
download | historical-14c784fc7c6f161e99830aacc437a2bf21e453b3.tar.gz historical-14c784fc7c6f161e99830aacc437a2bf21e453b3.tar.bz2 historical-14c784fc7c6f161e99830aacc437a2bf21e453b3.zip |
Removed obsolete versions.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'sci-biology/biopython')
-rw-r--r-- | sci-biology/biopython/ChangeLog | 6 | ||||
-rw-r--r-- | sci-biology/biopython/biopython-1.24.ebuild | 32 | ||||
-rw-r--r-- | sci-biology/biopython/biopython-1.30.ebuild | 32 | ||||
-rw-r--r-- | sci-biology/biopython/files/digest-biopython-1.24 | 1 | ||||
-rw-r--r-- | sci-biology/biopython/files/digest-biopython-1.30 | 1 |
5 files changed, 5 insertions, 67 deletions
diff --git a/sci-biology/biopython/ChangeLog b/sci-biology/biopython/ChangeLog index adacc28360d3..6612a95caf9c 100644 --- a/sci-biology/biopython/ChangeLog +++ b/sci-biology/biopython/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-biology/biopython # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/biopython/ChangeLog,v 1.7 2005/06/12 15:38:05 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/biopython/ChangeLog,v 1.8 2005/08/30 00:13:05 ribosome Exp $ + + 30 Aug 2005; Olivier Fisette <ribosome@gentoo.org> -biopython-1.24.ebuild, + -biopython-1.30.ebuild: + Removed obsolete versions. 12 Jun 2005; Bryan Ăstergaard <kloeri@gentoo.org> biopython-1.40b.ebuild: Stable on alpha. diff --git a/sci-biology/biopython/biopython-1.24.ebuild b/sci-biology/biopython/biopython-1.24.ebuild deleted file mode 100644 index 2f381f82f454..000000000000 --- a/sci-biology/biopython/biopython-1.24.ebuild +++ /dev/null @@ -1,32 +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/biopython/biopython-1.24.ebuild,v 1.2 2005/01/03 05:09:28 ribosome Exp $ - -inherit distutils - -IUSE="" - -DESCRIPTION="Biopython - Python modules for computational molecular biology" -SRC_URI="http://www.biopython.org/files/${P}.tar.gz" -HOMEPAGE="http://www.biopython.org" - -DEPEND=">=dev-lang/python-2.0 - >=dev-python/egenix-mx-base-2.0.3 - >=dev-python/numeric-19.0 - >=dev-python/reportlab-1.11" - -SLOT="0" -LICENSE="as-is" -KEYWORDS="x86 ~ppc sparc alpha" - -src_compile() { - distutils_src_compile -} - -src_install() { - DOCS="Doc/* Doc/install/*.txt" - distutils_src_install - - dohtml Doc/install/*.html - cp -r Doc/examples/ ${D}/usr/share/doc/${PF}/ -} diff --git a/sci-biology/biopython/biopython-1.30.ebuild b/sci-biology/biopython/biopython-1.30.ebuild deleted file mode 100644 index c1d3d1582084..000000000000 --- a/sci-biology/biopython/biopython-1.30.ebuild +++ /dev/null @@ -1,32 +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/biopython/biopython-1.30.ebuild,v 1.2 2005/01/03 05:09:28 ribosome Exp $ - -inherit distutils - -IUSE="" - -DESCRIPTION="Biopython - Python modules for computational molecular biology" -SRC_URI="http://www.biopython.org/files/${P}.tar.gz" -HOMEPAGE="http://www.biopython.org" - -DEPEND=">=dev-lang/python-2.2 - >=dev-python/egenix-mx-base-2.0.3 - >=dev-python/numeric-19.0 - >=dev-python/reportlab-1.11" - -SLOT="0" -LICENSE="as-is" -KEYWORDS="~x86 ~ppc ~sparc ~alpha" - -src_compile() { - distutils_src_compile -} - -src_install() { - DOCS="Doc/* Doc/install/*.txt" - distutils_src_install - - dohtml Doc/install/*.html - cp -r Doc/examples/ ${D}/usr/share/doc/${PF}/ -} diff --git a/sci-biology/biopython/files/digest-biopython-1.24 b/sci-biology/biopython/files/digest-biopython-1.24 deleted file mode 100644 index b45428c9dafc..000000000000 --- a/sci-biology/biopython/files/digest-biopython-1.24 +++ /dev/null @@ -1 +0,0 @@ -MD5 518aff1d15d01656f63b243739d6d5d3 biopython-1.24.tar.gz 3081227 diff --git a/sci-biology/biopython/files/digest-biopython-1.30 b/sci-biology/biopython/files/digest-biopython-1.30 deleted file mode 100644 index 53251dcebf82..000000000000 --- a/sci-biology/biopython/files/digest-biopython-1.30 +++ /dev/null @@ -1 +0,0 @@ -MD5 d8df866a40be20962b8ef52baa5376c1 biopython-1.30.tar.gz 3186467 |