summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sci-biology/biopython/ChangeLog6
-rw-r--r--sci-biology/biopython/Manifest8
-rw-r--r--sci-biology/biopython/biopython-1.10.ebuild30
-rw-r--r--sci-biology/biopython/biopython-1.21.ebuild32
-rw-r--r--sci-biology/biopython/biopython-1.23.ebuild32
-rw-r--r--sci-biology/biopython/biopython-1.40b.ebuild4
-rw-r--r--sci-biology/biopython/files/digest-biopython-1.101
-rw-r--r--sci-biology/biopython/files/digest-biopython-1.211
-rw-r--r--sci-biology/biopython/files/digest-biopython-1.231
9 files changed, 8 insertions, 107 deletions
diff --git a/sci-biology/biopython/ChangeLog b/sci-biology/biopython/ChangeLog
index c14e374f6bfb..daed76ee1fda 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.4 2005/02/20 01:16:50 ribosome Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/biopython/ChangeLog,v 1.5 2005/05/13 03:13:26 ribosome Exp $
+
+ 13 May 2005; Olivier Fisette <ribosome@gentoo.org> -biopython-1.10.ebuild,
+ -biopython-1.21.ebuild, -biopython-1.23.ebuild, biopython-1.40b.ebuild:
+ Removed obsolete versions. Added 1.40b to x86.
*biopython-1.40b (19 Feb 2005)
diff --git a/sci-biology/biopython/Manifest b/sci-biology/biopython/Manifest
index c90b5a85f5be..2842cc22a7c4 100644
--- a/sci-biology/biopython/Manifest
+++ b/sci-biology/biopython/Manifest
@@ -1,14 +1,8 @@
-MD5 73b3d5cfb888af20bb75be603e6080c1 biopython-1.23.ebuild 799
-MD5 01bfd8439e02a551a0eaefec1f92a0af biopython-1.40b.ebuild 801
+MD5 57a97f4b323587931ca61b5faa272854 biopython-1.40b.ebuild 800
MD5 7ee879e44c07cdb2f6708acc957bc101 biopython-1.24.ebuild 797
-MD5 5ba52c7a534fe2096c99ad4d6d98a35a biopython-1.10.ebuild 813
MD5 dfbfc7c5c73bef682e7b9979919aab07 ChangeLog 2450
MD5 3c6b20b607fdc81017c991ccffce342b biopython-1.30.ebuild 800
MD5 e52ec7d225835cda2c95c5317cdccfb4 metadata.xml 217
-MD5 c18c6bec385250bb384592940a40bcf6 biopython-1.21.ebuild 905
MD5 d246b958fac8cca5b9ea50119eedbc50 files/digest-biopython-1.40b 68
-MD5 8e719491da5d9664fddedbffc6af8f06 files/digest-biopython-1.10 67
-MD5 c54d7ea5347210ae92b5e01a346e2a21 files/digest-biopython-1.21 67
-MD5 3a482a8872b4342414ac1d59b7fee4ed files/digest-biopython-1.23 67
MD5 aab085d47ad39d35d85a70db1e1aa89b files/digest-biopython-1.24 67
MD5 a8b300aed93e9dbec0b14e657121d00e files/digest-biopython-1.30 67
diff --git a/sci-biology/biopython/biopython-1.10.ebuild b/sci-biology/biopython/biopython-1.10.ebuild
deleted file mode 100644
index a6bfd3496181..000000000000
--- a/sci-biology/biopython/biopython-1.10.ebuild
+++ /dev/null
@@ -1,30 +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.10.ebuild,v 1.2 2005/01/03 05:09:28 ribosome Exp $
-
-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() {
- python setup.py build || die
-# python setup.py test --no-gui || die
-}
-
-src_install() {
- python setup.py install --prefix=${D}/usr || die
-
- dodoc MANIFEST PKG-INFO README NEWS LICENSE CONTRIB
- dodoc Doc/*
-}
diff --git a/sci-biology/biopython/biopython-1.21.ebuild b/sci-biology/biopython/biopython-1.21.ebuild
deleted file mode 100644
index a0d130a7995b..000000000000
--- a/sci-biology/biopython/biopython-1.21.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.21.ebuild,v 1.2 2005/01/03 05:09:28 ribosome Exp $
-
-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() {
- python setup.py build || die
-# python setup.py test --no-gui || die
-}
-
-src_install() {
- echo y | python setup.py install --prefix=${D}/usr || die
-
- dodoc PKG-INFO README NEWS LICENSE CONTRIB
- dodoc Doc/* Doc/install/*.txt
- dohtml Doc/install/*.html
- cp -r Doc/examples/ ${D}/usr/share/doc/${PF}/
-}
diff --git a/sci-biology/biopython/biopython-1.23.ebuild b/sci-biology/biopython/biopython-1.23.ebuild
deleted file mode 100644
index d6738abb07ec..000000000000
--- a/sci-biology/biopython/biopython-1.23.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.23.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.40b.ebuild b/sci-biology/biopython/biopython-1.40b.ebuild
index cb2b77f8b70c..2983c0520e36 100644
--- a/sci-biology/biopython/biopython-1.40b.ebuild
+++ b/sci-biology/biopython/biopython-1.40b.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/biopython/biopython-1.40b.ebuild,v 1.1 2005/02/20 01:16:50 ribosome Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/biopython/biopython-1.40b.ebuild,v 1.2 2005/05/13 03:13:26 ribosome Exp $
inherit distutils
@@ -17,7 +17,7 @@ DEPEND=">=dev-lang/python-2.2
SLOT="0"
LICENSE="as-is"
-KEYWORDS="~x86 ~ppc ~sparc ~alpha"
+KEYWORDS="x86 ~ppc ~sparc ~alpha"
src_compile() {
distutils_src_compile
diff --git a/sci-biology/biopython/files/digest-biopython-1.10 b/sci-biology/biopython/files/digest-biopython-1.10
deleted file mode 100644
index 2c9275b77026..000000000000
--- a/sci-biology/biopython/files/digest-biopython-1.10
+++ /dev/null
@@ -1 +0,0 @@
-MD5 be77d0408d72703a7f6c69c71050f3f8 biopython-1.10.tar.gz 1811239
diff --git a/sci-biology/biopython/files/digest-biopython-1.21 b/sci-biology/biopython/files/digest-biopython-1.21
deleted file mode 100644
index f70b75933970..000000000000
--- a/sci-biology/biopython/files/digest-biopython-1.21
+++ /dev/null
@@ -1 +0,0 @@
-MD5 8a27104790cb7fbd9cf4e94c84a27e0b biopython-1.21.tar.gz 2214464
diff --git a/sci-biology/biopython/files/digest-biopython-1.23 b/sci-biology/biopython/files/digest-biopython-1.23
deleted file mode 100644
index 72f729c48557..000000000000
--- a/sci-biology/biopython/files/digest-biopython-1.23
+++ /dev/null
@@ -1 +0,0 @@
-MD5 45ea628621c6b04d471f029ef5873aaf biopython-1.23.tar.gz 2241300