summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Fisette <ribosome@gentoo.org>2005-08-30 00:13:05 +0000
committerOlivier Fisette <ribosome@gentoo.org>2005-08-30 00:13:05 +0000
commit14c784fc7c6f161e99830aacc437a2bf21e453b3 (patch)
tree3d283edb6f03be6590fd33c91b5bca3de06e067e /sci-biology/biopython/biopython-1.30.ebuild
parentVersion bump. (diff)
downloadhistorical-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/biopython-1.30.ebuild')
-rw-r--r--sci-biology/biopython/biopython-1.30.ebuild32
1 files changed, 0 insertions, 32 deletions
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}/
-}