summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2009-03-04 19:34:38 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2009-03-04 19:34:38 +0000
commitc29c42c7cc14dc915d579d063cdea99b7bd747f2 (patch)
treee0d51a984a22b2d51e29557ca4f41efa6d6bb940 /dev-python/pygsl
parentamd64 tested thanks Tobias Heinlein bug #260361 comment 5 (diff)
downloadgentoo-2-c29c42c7cc14dc915d579d063cdea99b7bd747f2.tar.gz
gentoo-2-c29c42c7cc14dc915d579d063cdea99b7bd747f2.tar.bz2
gentoo-2-c29c42c7cc14dc915d579d063cdea99b7bd747f2.zip
Version bump
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/pygsl')
-rw-r--r--dev-python/pygsl/ChangeLog10
-rw-r--r--dev-python/pygsl/pygsl-0.9.0.ebuild30
-rw-r--r--dev-python/pygsl/pygsl-0.9.4.ebuild (renamed from dev-python/pygsl/pygsl-0.9.2.ebuild)7
3 files changed, 12 insertions, 35 deletions
diff --git a/dev-python/pygsl/ChangeLog b/dev-python/pygsl/ChangeLog
index 68d0599ffa0f..39dadc836648 100644
--- a/dev-python/pygsl/ChangeLog
+++ b/dev-python/pygsl/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-python/pygsl
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pygsl/ChangeLog,v 1.7 2008/10/04 11:07:27 bicatali Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygsl/ChangeLog,v 1.8 2009/03/04 19:34:38 bicatali Exp $
+
+*pygsl-0.9.4 (04 Mar 2009)
+
+ 04 Mar 2009; Sébastien Fabbro <bicatali@gentoo.org> -pygsl-0.9.0.ebuild,
+ -pygsl-0.9.2.ebuild, +pygsl-0.9.4.ebuild:
+ Version bump
*pygsl-0.9.3 (04 Oct 2008)
diff --git a/dev-python/pygsl/pygsl-0.9.0.ebuild b/dev-python/pygsl/pygsl-0.9.0.ebuild
deleted file mode 100644
index 0d819c18f60c..000000000000
--- a/dev-python/pygsl/pygsl-0.9.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pygsl/pygsl-0.9.0.ebuild,v 1.2 2008/03/15 09:59:33 corsair Exp $
-
-inherit distutils
-
-DESCRIPTION="A Python interface for the GNU scientific library (gsl)."
-HOMEPAGE="http://pygsl.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc64 ~x86"
-IUSE="examples"
-
-DEPEND=">=sci-libs/gsl-1.8
- >=dev-python/numpy-1.0"
-
-src_test() {
- cd "${S}/tests"
- PYTHONPATH=$(ls -d ../build/lib*) "${python}" run_test.py || die "tests failed"
-}
-
-src_install() {
- distutils_src_install
- if use examples; then
- insinto /usr/share/doc/${PF}
- doins -r examples || die "install examples failed"
- fi
-}
diff --git a/dev-python/pygsl/pygsl-0.9.2.ebuild b/dev-python/pygsl/pygsl-0.9.4.ebuild
index d66ada500631..46062e938070 100644
--- a/dev-python/pygsl/pygsl-0.9.2.ebuild
+++ b/dev-python/pygsl/pygsl-0.9.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pygsl/pygsl-0.9.2.ebuild,v 1.2 2008/06/05 14:20:48 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygsl/pygsl-0.9.4.ebuild,v 1.1 2009/03/04 19:34:38 bicatali Exp $
inherit distutils
@@ -13,8 +13,9 @@ LICENSE="GPL-2"
KEYWORDS="~amd64 ~ppc64 ~x86"
IUSE="examples"
-DEPEND=">=sci-libs/gsl-1.8
+DEPEND="sci-libs/gsl
dev-python/numpy"
+RDEPEND="${DEPEND}"
src_test() {
cd "${S}/tests"