summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-07-29 06:03:57 +0000
committerTorsten Veller <tove@gentoo.org>2010-07-29 06:03:57 +0000
commitb3d89b4435334a658aa923033bb4b8bab5ccfd3a (patch)
tree67a768eca6b1d7f4d2e8be6bf3ca4dd366790c2d /dev-perl/math-pari
parent2010.07.24 version bump. (diff)
downloadgentoo-2-b3d89b4435334a658aa923033bb4b8bab5ccfd3a.tar.gz
gentoo-2-b3d89b4435334a658aa923033bb4b8bab5ccfd3a.tar.bz2
gentoo-2-b3d89b4435334a658aa923033bb4b8bab5ccfd3a.zip
Cleanup
(Portage version: 2.2_rc67_p267/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/math-pari')
-rw-r--r--dev-perl/math-pari/ChangeLog6
-rw-r--r--dev-perl/math-pari/math-pari-2.010801.ebuild40
-rw-r--r--dev-perl/math-pari/math-pari-2.01080601.ebuild60
-rw-r--r--dev-perl/math-pari/math-pari-2.01080603.ebuild60
4 files changed, 5 insertions, 161 deletions
diff --git a/dev-perl/math-pari/ChangeLog b/dev-perl/math-pari/ChangeLog
index d9f63eec9c67..bc3ce3203e75 100644
--- a/dev-perl/math-pari/ChangeLog
+++ b/dev-perl/math-pari/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/math-pari
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/math-pari/ChangeLog,v 1.63 2010/06/26 17:10:47 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/math-pari/ChangeLog,v 1.64 2010/07/29 06:03:57 tove Exp $
+
+ 29 Jul 2010; Torsten Veller <tove@gentoo.org> -math-pari-2.010801.ebuild,
+ -math-pari-2.01080601.ebuild, -math-pari-2.01080603.ebuild:
+ Cleanup
26 Jun 2010; <nixnut@gentoo.org> math-pari-2.01080604.ebuild:
ppc stable #318669
diff --git a/dev-perl/math-pari/math-pari-2.010801.ebuild b/dev-perl/math-pari/math-pari-2.010801.ebuild
deleted file mode 100644
index 06d7b916c58c..000000000000
--- a/dev-perl/math-pari/math-pari-2.010801.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2010 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.010801.ebuild,v 1.7 2010/05/05 18:52:30 halcy0n 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
-}
diff --git a/dev-perl/math-pari/math-pari-2.01080601.ebuild b/dev-perl/math-pari/math-pari-2.01080601.ebuild
deleted file mode 100644
index 29a87ee1cef0..000000000000
--- a/dev-perl/math-pari/math-pari-2.01080601.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2009 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.01080601.ebuild,v 1.2 2009/11/24 19:45:33 klausman Exp $
-
-EAPI=2
-
-MODULE_AUTHOR=ILYAZ
-MODULE_SECTION=modules
-MY_PN=Math-Pari
-MY_P=${MY_PN}-${PV}
-inherit perl-module
-
-PARI_VER=2.3.4
-
-DESCRIPTION="Perl interface to PARI"
-SRC_URI="${SRC_URI}
- http://pari.math.u-bordeaux.fr/pub/pari/unix/pari-${PARI_VER}.tar.gz"
-
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86"
-IUSE=""
-
-# 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
-RDEPEND="~sci-mathematics/pari-${PARI_VER}"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${MY_P}
-S_PARI=${WORKDIR}/pari-${PARI_VER}
-SRC_TEST=do
-
-src_prepare() {
- # On 64-bit hardware, these files are needed in both the 64/ and 32/
- # directories for the testsuite to pass.
- cd "${S_PARI}"/src/test/
- for t in analyz compat ellglobalred elliptic galois graph intnum kernel \
- linear nfields number objets ploth polyser program qfbsolve rfrac \
- round4 stark sumiter trans ; do
- i="in/${t}"
- o32="32/${t}"
- o64="64/${t}"
- [ -f "$i" -a ! -f "$o32" ] && cp -al "$i" "$o32"
- [ -f "$i" -a ! -f "$o64" ] && cp -al "$i" "$o64"
- done
- perl-module_src_prepare
-}
-
-src_configure() {
- # 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_configure
-}
diff --git a/dev-perl/math-pari/math-pari-2.01080603.ebuild b/dev-perl/math-pari/math-pari-2.01080603.ebuild
deleted file mode 100644
index 3cfed9360d75..000000000000
--- a/dev-perl/math-pari/math-pari-2.01080603.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2010 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.01080603.ebuild,v 1.2 2010/01/10 17:16:31 grobian Exp $
-
-EAPI=2
-
-MODULE_AUTHOR=ILYAZ
-MODULE_SECTION=modules
-MY_PN=Math-Pari
-MY_P=${MY_PN}-${PV}
-inherit perl-module
-
-PARI_VER=2.3.4
-
-DESCRIPTION="Perl interface to PARI"
-SRC_URI="${SRC_URI}
- http://pari.math.u-bordeaux.fr/pub/pari/unix/pari-${PARI_VER}.tar.gz"
-
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE=""
-
-# 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
-RDEPEND="~sci-mathematics/pari-${PARI_VER}"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${MY_P}
-S_PARI=${WORKDIR}/pari-${PARI_VER}
-SRC_TEST=do
-
-src_prepare() {
- # On 64-bit hardware, these files are needed in both the 64/ and 32/
- # directories for the testsuite to pass.
- cd "${S_PARI}"/src/test/
- for t in analyz compat ellglobalred elliptic galois graph intnum kernel \
- linear nfields number objets ploth polyser program qfbsolve rfrac \
- round4 stark sumiter trans ; do
- i="in/${t}"
- o32="32/${t}"
- o64="64/${t}"
- [ -f "$i" -a ! -f "$o32" ] && cp -al "$i" "$o32"
- [ -f "$i" -a ! -f "$o64" ] && cp -al "$i" "$o64"
- done
- perl-module_src_prepare
-}
-
-src_configure() {
- # 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_configure
-}