summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-08-16 08:44:43 +0000
committerTorsten Veller <tove@gentoo.org>2009-08-16 08:44:43 +0000
commitc75773f147ac5b2ecd5339ed682174ca0f750f4f (patch)
treec05c11f9d0e25b6f700eec6ff277b6a75bb458a4 /dev-perl/math-pari
parentcleaned out old ebuild(s). (diff)
downloadhistorical-c75773f147ac5b2ecd5339ed682174ca0f750f4f.tar.gz
historical-c75773f147ac5b2ecd5339ed682174ca0f750f4f.tar.bz2
historical-c75773f147ac5b2ecd5339ed682174ca0f750f4f.zip
Cleanup
Package-Manager: portage-2.2_rc38/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/math-pari')
-rw-r--r--dev-perl/math-pari/ChangeLog8
-rw-r--r--dev-perl/math-pari/files/math-pari-hppa.patch13
-rw-r--r--dev-perl/math-pari/math-pari-2.010706.ebuild37
-rw-r--r--dev-perl/math-pari/math-pari-2.010800.ebuild40
4 files changed, 6 insertions, 92 deletions
diff --git a/dev-perl/math-pari/ChangeLog b/dev-perl/math-pari/ChangeLog
index 6871d66156e9..40d0effc9c8f 100644
--- a/dev-perl/math-pari/ChangeLog
+++ b/dev-perl/math-pari/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/math-pari
-# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/math-pari/ChangeLog,v 1.43 2009/04/19 09:26:18 tove Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/math-pari/ChangeLog,v 1.44 2009/08/16 08:41:09 tove Exp $
+
+ 16 Aug 2009; Torsten Veller <tove@gentoo.org> -math-pari-2.010706.ebuild,
+ -math-pari-2.010800.ebuild, -files/math-pari-hppa.patch:
+ Cleanup
*math-pari-2.010801-r1 (19 Apr 2009)
diff --git a/dev-perl/math-pari/files/math-pari-hppa.patch b/dev-perl/math-pari/files/math-pari-hppa.patch
deleted file mode 100644
index 85efb2f60d4a..000000000000
--- a/dev-perl/math-pari/files/math-pari-hppa.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- Math-Pari-2.010603/utils/Math/PariBuild.pm.orig 2006-01-18 17:37:03.000000000 -0500
-+++ Math-Pari-2.010603/utils/Math/PariBuild.pm 2006-01-18 17:37:38.000000000 -0500
-@@ -712,7 +712,9 @@ sub find_machine_architecture () {
- } elsif ($os eq 'linux') {
- chomp($machine = `uname -m`);
- $machine = 'sparcv9' if $machine eq 'sparc64';
-- if (-e '/proc/cpuinfo') {
-+ $machine = 'hppa' if $machine eq 'parisc';
-+ $machine = 'hppa' if $machine eq 'parisc64';
-+ if (-e '/proc/cpuinfo' && -R '/proc/cpuinfo') {
- open IN, '/proc/cpuinfo' or die "open /proc/cpuinfo: $!";
- local $/ = undef; # Needed?
- my $info = <IN>;
diff --git a/dev-perl/math-pari/math-pari-2.010706.ebuild b/dev-perl/math-pari/math-pari-2.010706.ebuild
deleted file mode 100644
index 9f7675f62179..000000000000
--- a/dev-perl/math-pari/math-pari-2.010706.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/math-pari/math-pari-2.010706.ebuild,v 1.10 2007/06/26 01:58:55 mr_bones_ Exp $
-
-inherit perl-module eutils
-
-MY_P="Math-Pari-${PV}"
-S=${WORKDIR}/${MY_P}
-DESCRIPTION="Perl interface to PARI"
-HOMEPAGE="http://www.cpan.org/authors/id/I/IL/ILYAZ/modules/${MY_P}.readme"
-SRC_URI="mirror://cpan/authors/id/I/IL/ILYAZ/modules/${MY_P}.tar.gz
- http://pari.math.u-bordeaux.fr/pub/pari/unix/pari-2.1.7.tgz"
-
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~alpha amd64 hppa ~mips ~ppc sparc ~x86"
-IUSE=""
-
-SRC_TEST="do"
-
-# Math::Pari requires that a copy of the pari source in a parallel
-# directory to where you build it. It does not need to compile it, but
-# it does need to be the same version as is installed, hence the hard
-# DEPEND below
-DEPEND="~sci-mathematics/pari-2.1.7
- dev-lang/perl"
-
-src_compile() {
- # Unfortunately the assembly routines math-pari has for SPARC do not appear
- # to be working at current. Perl cannot test math-pari or anything that
- # pulls in the math-pari module as DynaLoader cannot load the resulting
- # .so files math-pari generates. As such, we have to use the generic
- # non-machine specific assembly methods here.
- use sparc && myconf="${myconf} machine=none"
-
- perl-module_src_compile
-}
diff --git a/dev-perl/math-pari/math-pari-2.010800.ebuild b/dev-perl/math-pari/math-pari-2.010800.ebuild
deleted file mode 100644
index e883e84946fd..000000000000
--- a/dev-perl/math-pari/math-pari-2.010800.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/math-pari/math-pari-2.010800.ebuild,v 1.2 2008/12/21 01:48:05 robbat2 Exp $
-
-inherit perl-module eutils
-
-MY_P="Math-Pari-${PV}"
-S=${WORKDIR}/${MY_P}
-DESCRIPTION="Perl interface to PARI"
-HOMEPAGE="http://www.cpan.org/authors/id/I/IL/ILYAZ/modules/${MY_P}.readme"
-SRC_URI="mirror://cpan/authors/id/I/IL/ILYAZ/modules/${MY_P}.tar.gz
- http://pari.math.u-bordeaux.fr/pub/pari/unix/pari-2.1.7.tgz"
-
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86"
-IUSE=""
-
-SRC_TEST="do"
-
-# Math::Pari requires that a copy of the pari source in a parallel
-# directory to where you build it. It does not need to compile it, but
-# it does need to be the same version as is installed, hence the hard
-# DEPEND below
-# Math::Pari does NOT work with 2.3. The Makefile.PL gives warnings, and if you
-# run the tests, you get failures.
-DEPEND="~sci-mathematics/pari-2.1.7
- !=sci-mathematics/pari-2.3*
- dev-lang/perl"
-
-src_compile() {
- # Unfortunately the assembly routines math-pari has for SPARC do not appear
- # to be working at current. Perl cannot test math-pari or anything that
- # pulls in the math-pari module as DynaLoader cannot load the resulting
- # .so files math-pari generates. As such, we have to use the generic
- # non-machine specific assembly methods here.
- use sparc && myconf="${myconf} machine=none"
-
- perl-module_src_compile
-}