summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2008-05-29 19:12:54 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2008-05-29 19:12:54 +0000
commit7d6e622cabb9e1214ff658ebf31d79db3c279b5b (patch)
tree210de46c59c48f82bae99bb6f4be962219435b80 /dev-python/pygsl
parentFix depend on openresolv, since resolvconf-gentoo is masked (diff)
downloadgentoo-2-7d6e622cabb9e1214ff658ebf31d79db3c279b5b.tar.gz
gentoo-2-7d6e622cabb9e1214ff658ebf31d79db3c279b5b.tar.bz2
gentoo-2-7d6e622cabb9e1214ff658ebf31d79db3c279b5b.zip
Removed the buggy 0.9.1
(Portage version: 2.1.5.2)
Diffstat (limited to 'dev-python/pygsl')
-rw-r--r--dev-python/pygsl/ChangeLog5
-rw-r--r--dev-python/pygsl/pygsl-0.9.1.ebuild30
2 files changed, 4 insertions, 31 deletions
diff --git a/dev-python/pygsl/ChangeLog b/dev-python/pygsl/ChangeLog
index 24ac390bf1fc..14b337de40c4 100644
--- a/dev-python/pygsl/ChangeLog
+++ b/dev-python/pygsl/ChangeLog
@@ -1,6 +1,9 @@
# 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.4 2008/05/27 09:58:43 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygsl/ChangeLog,v 1.5 2008/05/29 19:12:54 bicatali Exp $
+
+ 29 May 2008; Sébastien Fabbro <bicatali@gentoo.org> -pygsl-0.9.1.ebuild:
+ Removed the buggy 0.9.1
*pygsl-0.9.2 (27 May 2008)
diff --git a/dev-python/pygsl/pygsl-0.9.1.ebuild b/dev-python/pygsl/pygsl-0.9.1.ebuild
deleted file mode 100644
index cb0bf414bafa..000000000000
--- a/dev-python/pygsl/pygsl-0.9.1.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.1.ebuild,v 1.4 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.10
- >=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
-}