summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2009-09-04 20:20:56 +0000
committerPatrick Lauer <patrick@gentoo.org>2009-09-04 20:20:56 +0000
commitf1d4f3b93bde59f5866690e49caa4cd2edbf52ca (patch)
treeba7191bcf537adecb50f2de5f6dd986fd57e4a77 /dev-python
parentRemove old (diff)
downloadgentoo-2-f1d4f3b93bde59f5866690e49caa4cd2edbf52ca.tar.gz
gentoo-2-f1d4f3b93bde59f5866690e49caa4cd2edbf52ca.tar.bz2
gentoo-2-f1d4f3b93bde59f5866690e49caa4cd2edbf52ca.zip
Remove old
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pygsl/ChangeLog5
-rw-r--r--dev-python/pygsl/pygsl-0.9.3.ebuild30
2 files changed, 4 insertions, 31 deletions
diff --git a/dev-python/pygsl/ChangeLog b/dev-python/pygsl/ChangeLog
index b02a3a6e6a49..c99a53077c28 100644
--- a/dev-python/pygsl/ChangeLog
+++ b/dev-python/pygsl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pygsl
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pygsl/ChangeLog,v 1.9 2009/04/06 14:39:59 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygsl/ChangeLog,v 1.10 2009/09/04 20:20:56 patrick Exp $
+
+ 04 Sep 2009; Patrick Lauer <patrick@gentoo.org> -pygsl-0.9.3.ebuild:
+ Remove old
06 Apr 2009; Brent Baude <ranger@gentoo.org> pygsl-0.9.4.ebuild:
Marking pygsl-0.9.4 ~ppc for bug 215830
diff --git a/dev-python/pygsl/pygsl-0.9.3.ebuild b/dev-python/pygsl/pygsl-0.9.3.ebuild
deleted file mode 100644
index e365c4ce2b4d..000000000000
--- a/dev-python/pygsl/pygsl-0.9.3.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.3.ebuild,v 1.1 2008/10/04 11:07:27 bicatali 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"
-
-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
-}