diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2005-05-13 03:13:26 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2005-05-13 03:13:26 +0000 |
commit | 610003b18a8cf21460f7a8b928816881341bee78 (patch) | |
tree | 81c73d39d60bac86f6581424f81beeda8185a0c0 /sci-biology | |
parent | m68k love even if it takes 20 minutes to emerge :( (diff) | |
download | historical-610003b18a8cf21460f7a8b928816881341bee78.tar.gz historical-610003b18a8cf21460f7a8b928816881341bee78.tar.bz2 historical-610003b18a8cf21460f7a8b928816881341bee78.zip |
Removed obsolete versions. Added 1.40b to x86.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'sci-biology')
-rw-r--r-- | sci-biology/biopython/ChangeLog | 6 | ||||
-rw-r--r-- | sci-biology/biopython/biopython-1.10.ebuild | 30 | ||||
-rw-r--r-- | sci-biology/biopython/biopython-1.21.ebuild | 32 | ||||
-rw-r--r-- | sci-biology/biopython/biopython-1.23.ebuild | 32 | ||||
-rw-r--r-- | sci-biology/biopython/biopython-1.40b.ebuild | 4 | ||||
-rw-r--r-- | sci-biology/biopython/files/digest-biopython-1.10 | 1 | ||||
-rw-r--r-- | sci-biology/biopython/files/digest-biopython-1.21 | 1 | ||||
-rw-r--r-- | sci-biology/biopython/files/digest-biopython-1.23 | 1 |
8 files changed, 7 insertions, 100 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/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 |