summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-05-06 10:14:58 +0000
committerJustin Lecher <jlec@gentoo.org>2011-05-06 10:14:58 +0000
commit7e263b0e2f6db64603c50c30123a74dc4b663b4d (patch)
treebf190b045f6dd1d19175d8624f41f78d1043dce4 /sci-biology/biopython
parentDrop dependency over opensc, any PKCS#11 provider would do. (diff)
downloadgentoo-2-7e263b0e2f6db64603c50c30123a74dc4b663b4d.tar.gz
gentoo-2-7e263b0e2f6db64603c50c30123a74dc4b663b4d.tar.bz2
gentoo-2-7e263b0e2f6db64603c50c30123a74dc4b663b4d.zip
Cleaned DESCRIPTION
(Portage version: 2.2.0_alpha31/cvs/Linux x86_64)
Diffstat (limited to 'sci-biology/biopython')
-rw-r--r--sci-biology/biopython/ChangeLog6
-rw-r--r--sci-biology/biopython/biopython-1.56.ebuild13
-rw-r--r--sci-biology/biopython/biopython-1.57.ebuild13
3 files changed, 19 insertions, 13 deletions
diff --git a/sci-biology/biopython/ChangeLog b/sci-biology/biopython/ChangeLog
index 60b17b72387b..f1f3cb087d0b 100644
--- a/sci-biology/biopython/ChangeLog
+++ b/sci-biology/biopython/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-biology/biopython
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/biopython/ChangeLog,v 1.61 2011/05/05 19:21:42 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/biopython/ChangeLog,v 1.62 2011/05/06 10:14:58 jlec Exp $
+
+ 06 May 2011; Justin Lecher <jlec@gentoo.org> biopython-1.56.ebuild,
+ biopython-1.57.ebuild:
+ Cleaned DESCRIPTION
05 May 2011; Markos Chandras <hwoarang@gentoo.org> biopython-1.57.ebuild:
Stable on amd64 wrt bug #365877
diff --git a/sci-biology/biopython/biopython-1.56.ebuild b/sci-biology/biopython/biopython-1.56.ebuild
index a1019928067b..dba68e060fec 100644
--- a/sci-biology/biopython/biopython-1.56.ebuild
+++ b/sci-biology/biopython/biopython-1.56.ebuild
@@ -1,16 +1,16 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/biopython/biopython-1.56.ebuild,v 1.5 2011/01/30 18:49:01 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/biopython/biopython-1.56.ebuild,v 1.6 2011/05/06 10:14:58 jlec Exp $
-EAPI="3"
+EAPI=3
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.* *-jython"
inherit distutils eutils
-DESCRIPTION="Biopython - Python modules for computational molecular biology"
-HOMEPAGE="http://www.biopython.org http://pypi.python.org/pypi/biopython"
+DESCRIPTION="Python modules for computational molecular biology"
+HOMEPAGE="http://www.biopython.org/ http://pypi.python.org/pypi/biopython/"
SRC_URI="http://www.biopython.org/DIST/${P}.tar.gz"
LICENSE="as-is"
@@ -18,8 +18,9 @@ SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE="mysql postgres"
-RDEPEND="dev-python/numpy
- >=dev-python/reportlab-2.0
+RDEPEND="
+ dev-python/numpy
+ dev-python/reportlab
mysql? ( dev-python/mysql-python )
postgres? ( dev-python/psycopg )"
DEPEND="${RDEPEND}
diff --git a/sci-biology/biopython/biopython-1.57.ebuild b/sci-biology/biopython/biopython-1.57.ebuild
index 52c4c4e5e705..f7d697861fb8 100644
--- a/sci-biology/biopython/biopython-1.57.ebuild
+++ b/sci-biology/biopython/biopython-1.57.ebuild
@@ -1,16 +1,16 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/biopython/biopython-1.57.ebuild,v 1.2 2011/05/05 19:21:42 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/biopython/biopython-1.57.ebuild,v 1.3 2011/05/06 10:14:58 jlec Exp $
-EAPI="3"
+EAPI=3
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.* *-jython"
inherit distutils eutils
-DESCRIPTION="Biopython - Python modules for computational molecular biology"
-HOMEPAGE="http://www.biopython.org http://pypi.python.org/pypi/biopython"
+DESCRIPTION="Python modules for computational molecular biology"
+HOMEPAGE="http://www.biopython.org/ http://pypi.python.org/pypi/biopython/"
SRC_URI="http://www.biopython.org/DIST/${P}.tar.gz"
LICENSE="as-is"
@@ -18,8 +18,9 @@ SLOT="0"
KEYWORDS="amd64 ~ppc ~x86"
IUSE="mysql postgres"
-RDEPEND="dev-python/numpy
- >=dev-python/reportlab-2.0
+RDEPEND="
+ dev-python/numpy
+ dev-python/reportlab
mysql? ( dev-python/mysql-python )
postgres? ( dev-python/psycopg )"
DEPEND="${RDEPEND}