summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Fisette <ribosome@gentoo.org>2005-02-20 01:16:50 +0000
committerOlivier Fisette <ribosome@gentoo.org>2005-02-20 01:16:50 +0000
commit5ff36968700ce2bfe86c32d44900b0f4cde039f0 (patch)
tree14c67be7dbf746333e9182317bb9c568772c940d /sci-biology/biopython
parentDon't put CTARGET_ALIASES stuff in the env. (diff)
downloadhistorical-5ff36968700ce2bfe86c32d44900b0f4cde039f0.tar.gz
historical-5ff36968700ce2bfe86c32d44900b0f4cde039f0.tar.bz2
historical-5ff36968700ce2bfe86c32d44900b0f4cde039f0.zip
New version. Fixed bug #82498.
Package-Manager: portage-2.0.51.16
Diffstat (limited to 'sci-biology/biopython')
-rw-r--r--sci-biology/biopython/ChangeLog10
-rw-r--r--sci-biology/biopython/Manifest4
-rw-r--r--sci-biology/biopython/biopython-1.40b.ebuild32
-rw-r--r--sci-biology/biopython/files/digest-biopython-1.40b1
4 files changed, 44 insertions, 3 deletions
diff --git a/sci-biology/biopython/ChangeLog b/sci-biology/biopython/ChangeLog
index ca1e8d628553..c14e374f6bfb 100644
--- a/sci-biology/biopython/ChangeLog
+++ b/sci-biology/biopython/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sci-biology/biopython
-# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/biopython/ChangeLog,v 1.3 2004/12/29 21:27:31 ciaranm Exp $
+# 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 $
+
+*biopython-1.40b (19 Feb 2005)
+
+ 19 Feb 2005; Olivier Fisette <ribosome@gentoo.org>
+ +biopython-1.40b.ebuild:
+ New version. Should fix bug #82498.
29 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> :
Change encoding to UTF-8 for GLEP 31 compliance
diff --git a/sci-biology/biopython/Manifest b/sci-biology/biopython/Manifest
index 9ac0c4f56a37..c90b5a85f5be 100644
--- a/sci-biology/biopython/Manifest
+++ b/sci-biology/biopython/Manifest
@@ -1,10 +1,12 @@
MD5 73b3d5cfb888af20bb75be603e6080c1 biopython-1.23.ebuild 799
+MD5 01bfd8439e02a551a0eaefec1f92a0af biopython-1.40b.ebuild 801
MD5 7ee879e44c07cdb2f6708acc957bc101 biopython-1.24.ebuild 797
MD5 5ba52c7a534fe2096c99ad4d6d98a35a biopython-1.10.ebuild 813
-MD5 97deb60cae538706ec54a999b0c8ffa6 ChangeLog 2298
+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
diff --git a/sci-biology/biopython/biopython-1.40b.ebuild b/sci-biology/biopython/biopython-1.40b.ebuild
new file mode 100644
index 000000000000..cb2b77f8b70c
--- /dev/null
+++ b/sci-biology/biopython/biopython-1.40b.ebuild
@@ -0,0 +1,32 @@
+# 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 $
+
+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.40b b/sci-biology/biopython/files/digest-biopython-1.40b
new file mode 100644
index 000000000000..0d46add65dd5
--- /dev/null
+++ b/sci-biology/biopython/files/digest-biopython-1.40b
@@ -0,0 +1 @@
+MD5 fa96ed3d796474ef95de594dd772aa5e biopython-1.40b.tar.gz 2821213