Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-Pari/
Date: Tue, 01 May 2018 00:29:04
Message-Id: 1525134523.a604f4ccf4abe00a47233965f76c98d5dccead36.kentnl@gentoo
1 commit: a604f4ccf4abe00a47233965f76c98d5dccead36
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 1 00:28:43 2018 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Tue May 1 00:28:43 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a604f4cc
7
8 dev-perl/Math-Pari: Cleanup old re bug #613624
9
10 Closes: https://bugs.gentoo.org/613624
11 Package-Manager: Portage-2.3.29, Repoman-2.3.9
12
13 dev-perl/Math-Pari/Manifest | 1 -
14 dev-perl/Math-Pari/Math-Pari-2.10.806.50-r2.ebuild | 59 ----------------------
15 2 files changed, 60 deletions(-)
16
17 diff --git a/dev-perl/Math-Pari/Manifest b/dev-perl/Math-Pari/Manifest
18 index 2f15d1d520e..408e6c567e8 100644
19 --- a/dev-perl/Math-Pari/Manifest
20 +++ b/dev-perl/Math-Pari/Manifest
21 @@ -1,3 +1,2 @@
22 -DIST Math-Pari-2.01080605.tar.gz 122627 BLAKE2B 867839722c578fc5731745975b3f9a3ba48f94d0d8364a6d6e4d62f9f87f25f782296a60778b628b771db9a01ef050c822b62fb57fbe7f5725aae597c7d18d55 SHA512 a92ff01afce8d52c5d7c4fec1a5759b5d7b786c8f359348ac8f4e7fc95be9338b990879d4d89598dc5333f79c53a92e54f6756d0e6c9a0e9e72a4dfd15b0b263
23 DIST Math-Pari-2.01080900.zip 166396 BLAKE2B e4327d817cadc752e3471df873b1a4f2fe90efc18a9cbf195c6aa394f470fde9c1c32449b8e5237b5ee362ca0497e7295dc9c8dea7f41de8da17518a0573a768 SHA512 844324472632081e16d8c70e2f3b14a04cc125dc65ac1e4e75b495f7b83393cadc637c6b81d2e6657380b153a6d91eba4a437087481ffbd4c6c58c5da0e4d05b
24 DIST pari-2.3.5.tar.gz 2018097 BLAKE2B b5f4f8bc83cd77aceab791263e1a2f0294d0663d354fea454bad8cac3cdbac9c4c8381cc83bc947d518522701c36e94ce1d6862125a9bfd3b17b1a31c9baabc8 SHA512 0e49e6310b4c76ef3370786a13aa8cbc5bb0b7dc84ec1665866d623e6284f45db8584eea759e8b5954dc9b5c8a3e866e77a377d18073ed33f11708a7e88a4cca
25
26 diff --git a/dev-perl/Math-Pari/Math-Pari-2.10.806.50-r2.ebuild b/dev-perl/Math-Pari/Math-Pari-2.10.806.50-r2.ebuild
27 deleted file mode 100644
28 index 328bce2c350..00000000000
29 --- a/dev-perl/Math-Pari/Math-Pari-2.10.806.50-r2.ebuild
30 +++ /dev/null
31 @@ -1,59 +0,0 @@
32 -# Copyright 1999-2018 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=5
36 -
37 -MODULE_AUTHOR=ILYAZ
38 -MODULE_SECTION=modules
39 -MODULE_VERSION=2.01080605
40 -inherit perl-module toolchain-funcs
41 -
42 -PARI_VER=2.3.5
43 -
44 -DESCRIPTION="Perl interface to PARI"
45 -SRC_URI="${SRC_URI}
46 - http://pari.math.u-bordeaux.fr/pub/pari/unix/pari-${PARI_VER}.tar.gz"
47 -
48 -LICENSE="|| ( Artistic GPL-2 )"
49 -SLOT="0"
50 -KEYWORDS="alpha amd64 hppa sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
51 -IUSE=""
52 -
53 -# Math::Pari requires that a copy of the pari source in a parallel
54 -# directory to where you build it. It does not need to compile it, but
55 -# it does need to be the same version as is installed, hence the hard
56 -# DEPEND below
57 -
58 -S_PARI=${WORKDIR}/pari-${PARI_VER}
59 -SRC_TEST=do
60 -
61 -src_prepare() {
62 - # On 64-bit hardware, these files are needed in both the 64/ and 32/
63 - # directories for the testsuite to pass.
64 - cd "${S_PARI}"/src/test/
65 - for t in analyz compat ellglobalred elliptic galois graph intnum kernel \
66 - linear nfields number objets ploth polyser program qfbsolve rfrac \
67 - round4 stark sumiter trans ; do
68 - i="in/${t}"
69 - o32="32/${t}"
70 - o64="64/${t}"
71 - [ -f "$i" -a ! -f "$o32" ] && cp -al "$i" "$o32"
72 - [ -f "$i" -a ! -f "$o64" ] && cp -al "$i" "$o64"
73 - done
74 - perl-module_src_prepare
75 -}
76 -
77 -src_configure() {
78 - # Unfortunately the assembly routines math-pari has for SPARC do not appear
79 - # to be working at current. Perl cannot test math-pari or anything that
80 - # pulls in the math-pari module as DynaLoader cannot load the resulting
81 - # .so files math-pari generates. As such, we have to use the generic
82 - # non-machine specific assembly methods here.
83 - use sparc && myconf="${myconf} machine=none"
84 -
85 - perl-module_src_configure
86 -}
87 -
88 -src_compile() {
89 - emake AR="$(tc-getAR)" OTHERLDFLAGS="${LDFLAGS}"
90 -}