diff options
author | George Shapovalov <george@gentoo.org> | 2006-01-19 19:52:14 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2006-01-19 19:52:14 +0000 |
commit | 15c2594229fa6b6f3f0d2360090914d3a386d5d3 (patch) | |
tree | 0578aed8c805238f4312f5635f3dcf7ab14843c5 /sci-biology/biopython | |
parent | Rev bump (diff) | |
download | historical-15c2594229fa6b6f3f0d2360090914d3a386d5d3.tar.gz historical-15c2594229fa6b6f3f0d2360090914d3a386d5d3.tar.bz2 historical-15c2594229fa6b6f3f0d2360090914d3a386d5d3.zip |
new version, nicified install
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'sci-biology/biopython')
-rw-r--r-- | sci-biology/biopython/ChangeLog | 7 | ||||
-rw-r--r-- | sci-biology/biopython/Manifest | 4 | ||||
-rw-r--r-- | sci-biology/biopython/biopython-1.41.ebuild | 33 | ||||
-rw-r--r-- | sci-biology/biopython/files/digest-biopython-1.41 | 1 |
4 files changed, 42 insertions, 3 deletions
diff --git a/sci-biology/biopython/ChangeLog b/sci-biology/biopython/ChangeLog index 6612a95caf9c..c8f96f549f39 100644 --- a/sci-biology/biopython/ChangeLog +++ b/sci-biology/biopython/ChangeLog @@ -1,6 +1,9 @@ # 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.8 2005/08/30 00:13:05 ribosome Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/biopython/ChangeLog,v 1.9 2006/01/19 19:52:14 george Exp $ + + 19 Jan 2006; George Shapovalov <george@gentoo.org> +biopython-1.41.ebuild: + new version, cleaned up install 30 Aug 2005; Olivier Fisette <ribosome@gentoo.org> -biopython-1.24.ebuild, -biopython-1.30.ebuild: diff --git a/sci-biology/biopython/Manifest b/sci-biology/biopython/Manifest index 0a26023bcddb..0ea80dbb66f9 100644 --- a/sci-biology/biopython/Manifest +++ b/sci-biology/biopython/Manifest @@ -1,4 +1,6 @@ -MD5 21d034d7c09d22e7dabf621ad65e7c5a ChangeLog 2971 +MD5 4a2e7e473c7ff9107de6dd96e00443d4 ChangeLog 3081 MD5 ca3f484c64cdb795e9d87f40d09f02bd biopython-1.40b.ebuild 796 +MD5 0e8a0e66a4e14146021c927ecaf2949a biopython-1.41.ebuild 848 MD5 d246b958fac8cca5b9ea50119eedbc50 files/digest-biopython-1.40b 68 +MD5 93cd219847a378a0505a2ea5cb150d3b files/digest-biopython-1.41 67 MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156 diff --git a/sci-biology/biopython/biopython-1.41.ebuild b/sci-biology/biopython/biopython-1.41.ebuild new file mode 100644 index 000000000000..57e5a3895028 --- /dev/null +++ b/sci-biology/biopython/biopython-1.41.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/biopython/biopython-1.41.ebuild,v 1.1 2006/01/19 19:52:14 george 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="~alpha ~ppc ~sparc ~x86 ~amd64" + +src_compile() { + distutils_src_compile +} + +src_install() { + DOCS="Doc/*.txt Doc/*.tex Doc/install/*.txt" + distutils_src_install + + dohtml Doc/install/*.html + dohtml Doc/*.html + cp -r Doc/examples/ Doc/*.pdf ${D}/usr/share/doc/${PF}/ +} diff --git a/sci-biology/biopython/files/digest-biopython-1.41 b/sci-biology/biopython/files/digest-biopython-1.41 new file mode 100644 index 000000000000..4ffc5b406ed1 --- /dev/null +++ b/sci-biology/biopython/files/digest-biopython-1.41 @@ -0,0 +1 @@ +MD5 03f8efc258fb49b07d1a2b642fa8362e biopython-1.41.tar.gz 3807547 |