public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/math-pari/
@ 2016-03-03 19:07 Patrice Clement
  0 siblings, 0 replies; 20+ messages in thread
From: Patrice Clement @ 2016-03-03 19:07 UTC (permalink / raw
  To: gentoo-commits

commit:     b73a71bcdec4602aeba1568a59b82aa9cba77e10
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Mar  2 05:50:28 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Mar  2 05:52:41 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b73a71bc

dev-perl/math-pari: Add missing DEPEND on app-arch/unzip

Package-Manager: portage-2.2.27

 dev-perl/math-pari/math-pari-2.10.808.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-perl/math-pari/math-pari-2.10.808.ebuild b/dev-perl/math-pari/math-pari-2.10.808.ebuild
index a674e91..b3ed235 100644
--- a/dev-perl/math-pari/math-pari-2.10.808.ebuild
+++ b/dev-perl/math-pari/math-pari-2.10.808.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -26,7 +26,9 @@ IUSE=""
 # it does need to be the same version as is installed, hence the hard
 # DEPEND below
 RDEPEND="~sci-mathematics/pari-${PARI_VER}"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+	app-arch/unzip
+"
 
 S_PARI=${WORKDIR}/pari-${PARI_VER}
 SRC_TEST=do


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-Pari/
@ 2016-04-07 23:08 Andreas Hüttel
  0 siblings, 0 replies; 20+ messages in thread
From: Andreas Hüttel @ 2016-04-07 23:08 UTC (permalink / raw
  To: gentoo-commits

commit:     48ef1715d2e5463a4093364726ea4041ade7eb68
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Apr  7 07:16:26 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Apr  7 23:07:41 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48ef1715

dev-perl/Math-Pari: Copied from dev-perl/math-pari for migration

Package-Manager: portage-2.2.28

 dev-perl/Math-Pari/Manifest                        |  3 +
 dev-perl/Math-Pari/Math-Pari-2.10.806.50-r1.ebuild | 62 +++++++++++++++++++++
 dev-perl/Math-Pari/Math-Pari-2.10.808.ebuild       | 64 ++++++++++++++++++++++
 dev-perl/Math-Pari/metadata.xml                    | 14 +++++
 4 files changed, 143 insertions(+)

diff --git a/dev-perl/Math-Pari/Manifest b/dev-perl/Math-Pari/Manifest
new file mode 100644
index 0000000..a9ad7a1
--- /dev/null
+++ b/dev-perl/Math-Pari/Manifest
@@ -0,0 +1,3 @@
+DIST Math-Pari-2.01080605.tar.gz 122627 SHA256 eed553dc838973566c23b77cc30c9130802ba502e6a33969e25183bc5831ca46 SHA512 a92ff01afce8d52c5d7c4fec1a5759b5d7b786c8f359348ac8f4e7fc95be9338b990879d4d89598dc5333f79c53a92e54f6756d0e6c9a0e9e72a4dfd15b0b263 WHIRLPOOL 7e8ecc1329750019a65819af07fe3170af511a90fcae17464163bac4654d475048ad423b1f37f06d4e11e5ff1a7b803c9fe4e298ba1b39a46700efb3609385d6
+DIST Math-Pari-2.010808.zip 153838 SHA256 543633b2984a71e8adee2a6130f740cc1e22aefb95ca3e886338aee9e1ae3c06 SHA512 006e77328f0d8e61b89addbb6b8b8a8adb8c8c1591a1d3cdf80f5183a5fb30bb19219cbfc2624d15ffcdb6b0dc5cff4d69e6e27eb7cb6c29796bbab36ecfda88 WHIRLPOOL ad325762b7568548f72ffe30c20544254f3eceed8ca61e6a1938d89612798ac7a9231bc507a458760a55ba96684421530d5e2922479cc1b33359757cd8ada998
+DIST pari-2.3.5.tar.gz 2018097 SHA256 47ddae1af73b4476660d2a89338483949067a97ffb8758c82e8189dfa4c89d88 SHA512 0e49e6310b4c76ef3370786a13aa8cbc5bb0b7dc84ec1665866d623e6284f45db8584eea759e8b5954dc9b5c8a3e866e77a377d18073ed33f11708a7e88a4cca WHIRLPOOL 1d7f3fcfb5c4b44479ea7494536bcb7c971df721a23bca9f7bdee878cc91c5beec5353920d352142534e89bb0158bfd8ad9a431a22c90fc577676e3f8ceb8b9b

diff --git a/dev-perl/Math-Pari/Math-Pari-2.10.806.50-r1.ebuild b/dev-perl/Math-Pari/Math-Pari-2.10.806.50-r1.ebuild
new file mode 100644
index 0000000..7d9cf2e
--- /dev/null
+++ b/dev-perl/Math-Pari/Math-Pari-2.10.806.50-r1.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR=ILYAZ
+MODULE_SECTION=modules
+MODULE_VERSION=2.01080605
+inherit perl-module toolchain-funcs
+
+PARI_VER=2.3.5
+
+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 ~x86-solaris"
+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_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
+}
+
+src_compile() {
+	emake AR="$(tc-getAR)" OTHERLDFLAGS="${LDFLAGS}"
+}

diff --git a/dev-perl/Math-Pari/Math-Pari-2.10.808.ebuild b/dev-perl/Math-Pari/Math-Pari-2.10.808.ebuild
new file mode 100644
index 0000000..edb17f6
--- /dev/null
+++ b/dev-perl/Math-Pari/Math-Pari-2.10.808.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR=ILYAZ
+MODULE_SECTION=modules
+MODULE_VERSION=2.010808
+MODULE_A_EXT=zip
+inherit perl-module toolchain-funcs
+
+PARI_VER=2.3.5
+
+DESCRIPTION="Perl interface to PARI"
+SRC_URI="${SRC_URI}
+	http://pari.math.u-bordeaux.fr/pub/pari/unix/pari-${PARI_VER}.tar.gz"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+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}
+	app-arch/unzip
+"
+
+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
+}
+
+src_compile() {
+	emake AR="$(tc-getAR)" OTHERLDFLAGS="${LDFLAGS}"
+}

diff --git a/dev-perl/Math-Pari/metadata.xml b/dev-perl/Math-Pari/metadata.xml
new file mode 100644
index 0000000..afdf727
--- /dev/null
+++ b/dev-perl/Math-Pari/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="project">
+    <email>perl@gentoo.org</email>
+    <name>Gentoo Perl Project</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="cpan">Math-Pari</remote-id>
+    <remote-id type="cpan-module">Math::Pari</remote-id>
+    <remote-id type="cpan-module">Math::Pari::Arr</remote-id>
+    <remote-id type="cpan-module">Math::PariBuild</remote-id>
+  </upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/math-pari/
@ 2016-04-07 23:08 Andreas Hüttel
  0 siblings, 0 replies; 20+ messages in thread
From: Andreas Hüttel @ 2016-04-07 23:08 UTC (permalink / raw
  To: gentoo-commits

commit:     014964d8f60ddbada46853cfcfe30fa7f18288e9
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Apr  7 07:33:14 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Apr  7 23:07:41 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=014964d8

dev-perl/math-pari: Removed, gone to dev-perl/Math-Pari

This completes package name migration to match upstream
naming conventions.

 dev-perl/math-pari/Manifest                        |  3 -
 dev-perl/math-pari/math-pari-2.10.806.50-r1.ebuild | 63 ---------------------
 dev-perl/math-pari/math-pari-2.10.808.ebuild       | 65 ----------------------
 dev-perl/math-pari/metadata.xml                    | 14 -----
 4 files changed, 145 deletions(-)

diff --git a/dev-perl/math-pari/Manifest b/dev-perl/math-pari/Manifest
deleted file mode 100644
index a9ad7a1..0000000
--- a/dev-perl/math-pari/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST Math-Pari-2.01080605.tar.gz 122627 SHA256 eed553dc838973566c23b77cc30c9130802ba502e6a33969e25183bc5831ca46 SHA512 a92ff01afce8d52c5d7c4fec1a5759b5d7b786c8f359348ac8f4e7fc95be9338b990879d4d89598dc5333f79c53a92e54f6756d0e6c9a0e9e72a4dfd15b0b263 WHIRLPOOL 7e8ecc1329750019a65819af07fe3170af511a90fcae17464163bac4654d475048ad423b1f37f06d4e11e5ff1a7b803c9fe4e298ba1b39a46700efb3609385d6
-DIST Math-Pari-2.010808.zip 153838 SHA256 543633b2984a71e8adee2a6130f740cc1e22aefb95ca3e886338aee9e1ae3c06 SHA512 006e77328f0d8e61b89addbb6b8b8a8adb8c8c1591a1d3cdf80f5183a5fb30bb19219cbfc2624d15ffcdb6b0dc5cff4d69e6e27eb7cb6c29796bbab36ecfda88 WHIRLPOOL ad325762b7568548f72ffe30c20544254f3eceed8ca61e6a1938d89612798ac7a9231bc507a458760a55ba96684421530d5e2922479cc1b33359757cd8ada998
-DIST pari-2.3.5.tar.gz 2018097 SHA256 47ddae1af73b4476660d2a89338483949067a97ffb8758c82e8189dfa4c89d88 SHA512 0e49e6310b4c76ef3370786a13aa8cbc5bb0b7dc84ec1665866d623e6284f45db8584eea759e8b5954dc9b5c8a3e866e77a377d18073ed33f11708a7e88a4cca WHIRLPOOL 1d7f3fcfb5c4b44479ea7494536bcb7c971df721a23bca9f7bdee878cc91c5beec5353920d352142534e89bb0158bfd8ad9a431a22c90fc577676e3f8ceb8b9b

diff --git a/dev-perl/math-pari/math-pari-2.10.806.50-r1.ebuild b/dev-perl/math-pari/math-pari-2.10.806.50-r1.ebuild
deleted file mode 100644
index 79afae9..0000000
--- a/dev-perl/math-pari/math-pari-2.10.806.50-r1.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=ILYAZ
-MODULE_SECTION=modules
-MODULE_VERSION=2.01080605
-MY_PN=Math-Pari
-inherit perl-module toolchain-funcs
-
-PARI_VER=2.3.5
-
-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 ~x86-solaris"
-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_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
-}
-
-src_compile() {
-	emake AR="$(tc-getAR)" OTHERLDFLAGS="${LDFLAGS}"
-}

diff --git a/dev-perl/math-pari/math-pari-2.10.808.ebuild b/dev-perl/math-pari/math-pari-2.10.808.ebuild
deleted file mode 100644
index b3ed235..0000000
--- a/dev-perl/math-pari/math-pari-2.10.808.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=ILYAZ
-MODULE_SECTION=modules
-MODULE_VERSION=2.010808
-MODULE_A_EXT=zip
-MY_PN=Math-Pari
-inherit perl-module toolchain-funcs
-
-PARI_VER=2.3.5
-
-DESCRIPTION="Perl interface to PARI"
-SRC_URI="${SRC_URI}
-	http://pari.math.u-bordeaux.fr/pub/pari/unix/pari-${PARI_VER}.tar.gz"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
-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}
-	app-arch/unzip
-"
-
-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
-}
-
-src_compile() {
-	emake AR="$(tc-getAR)" OTHERLDFLAGS="${LDFLAGS}"
-}

diff --git a/dev-perl/math-pari/metadata.xml b/dev-perl/math-pari/metadata.xml
deleted file mode 100644
index afdf727..0000000
--- a/dev-perl/math-pari/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-  <maintainer type="project">
-    <email>perl@gentoo.org</email>
-    <name>Gentoo Perl Project</name>
-  </maintainer>
-  <upstream>
-    <remote-id type="cpan">Math-Pari</remote-id>
-    <remote-id type="cpan-module">Math::Pari</remote-id>
-    <remote-id type="cpan-module">Math::Pari::Arr</remote-id>
-    <remote-id type="cpan-module">Math::PariBuild</remote-id>
-  </upstream>
-</pkgmetadata>


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-Pari/
@ 2017-03-11 23:05 Matt Turner
  0 siblings, 0 replies; 20+ messages in thread
From: Matt Turner @ 2017-03-11 23:05 UTC (permalink / raw
  To: gentoo-commits

commit:     fad9cb0a2b6fd005f629bedfa4c0df3192af2ae7
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 11 23:00:35 2017 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Mar 11 23:05:25 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fad9cb0a

dev-perl/Math-Pari: dropped ppc keywords, bugs 612330

 dev-perl/Math-Pari/Math-Pari-2.10.806.50-r1.ebuild | 2 +-
 dev-perl/Math-Pari/Math-Pari-2.10.808.ebuild       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Math-Pari/Math-Pari-2.10.806.50-r1.ebuild b/dev-perl/Math-Pari/Math-Pari-2.10.806.50-r1.ebuild
index 6190e3192a1..050142e5c04 100644
--- a/dev-perl/Math-Pari/Math-Pari-2.10.806.50-r1.ebuild
+++ b/dev-perl/Math-Pari/Math-Pari-2.10.806.50-r1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="${SRC_URI}
 
 LICENSE="|| ( Artistic GPL-2 )"
 SLOT="0"
-KEYWORDS="alpha amd64 hppa ~mips ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 hppa ~mips sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 # Math::Pari requires that a copy of the pari source in a parallel

diff --git a/dev-perl/Math-Pari/Math-Pari-2.10.808.ebuild b/dev-perl/Math-Pari/Math-Pari-2.10.808.ebuild
index ec3e6776568..5561beb5e75 100644
--- a/dev-perl/Math-Pari/Math-Pari-2.10.808.ebuild
+++ b/dev-perl/Math-Pari/Math-Pari-2.10.808.ebuild
@@ -16,7 +16,7 @@ SRC_URI="${SRC_URI}
 	http://pari.math.u-bordeaux.fr/pub/pari/unix/pari-${PARI_VER}.tar.gz"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~hppa ~mips ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 # Math::Pari requires that a copy of the pari source in a parallel


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-Pari/
@ 2017-07-15 17:04 Tobias Klausmann
  0 siblings, 0 replies; 20+ messages in thread
From: Tobias Klausmann @ 2017-07-15 17:04 UTC (permalink / raw
  To: gentoo-commits

commit:     e3ba54ebdb8a22a1d2487a7de91fac1b5ffdac0b
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 15 17:04:07 2017 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Sat Jul 15 17:04:07 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3ba54eb

dev-perl/Math-Pari-2.10.809.0-r0: add amd64 keyword

Gentoo-Bug: 624826

 dev-perl/Math-Pari/Math-Pari-2.10.809.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Math-Pari/Math-Pari-2.10.809.0.ebuild b/dev-perl/Math-Pari/Math-Pari-2.10.809.0.ebuild
index 7317bc15711..3f1fb17e0c3 100644
--- a/dev-perl/Math-Pari/Math-Pari-2.10.809.0.ebuild
+++ b/dev-perl/Math-Pari/Math-Pari-2.10.809.0.ebuild
@@ -16,7 +16,7 @@ SRC_URI="${SRC_URI}
 	http://pari.math.u-bordeaux.fr/pub/pari/unix/pari-${PARI_VER}.tar.gz"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~mips ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~hppa ~mips ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 # Math::Pari requires that a copy of the pari source in a parallel


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-Pari/
@ 2017-07-16 11:08 Tobias Klausmann
  0 siblings, 0 replies; 20+ messages in thread
From: Tobias Klausmann @ 2017-07-16 11:08 UTC (permalink / raw
  To: gentoo-commits

commit:     74a80d8a81cbaa7333b6c216b6c0ab5a1a2e4206
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 16 11:07:20 2017 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Sun Jul 16 11:07:20 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74a80d8a

dev-perl/Math-Pari-2.10.809.0-r0: alpha stable

Gentoo-Bug: 624826

 dev-perl/Math-Pari/Math-Pari-2.10.809.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Math-Pari/Math-Pari-2.10.809.0.ebuild b/dev-perl/Math-Pari/Math-Pari-2.10.809.0.ebuild
index 3f1fb17e0c3..067d052c412 100644
--- a/dev-perl/Math-Pari/Math-Pari-2.10.809.0.ebuild
+++ b/dev-perl/Math-Pari/Math-Pari-2.10.809.0.ebuild
@@ -16,7 +16,7 @@ SRC_URI="${SRC_URI}
 	http://pari.math.u-bordeaux.fr/pub/pari/unix/pari-${PARI_VER}.tar.gz"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~mips ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 ~hppa ~mips ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 # Math::Pari requires that a copy of the pari source in a parallel


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-Pari/
@ 2017-08-19  0:56 Thomas Deutschmann
  0 siblings, 0 replies; 20+ messages in thread
From: Thomas Deutschmann @ 2017-08-19  0:56 UTC (permalink / raw
  To: gentoo-commits

commit:     07b30611dffc14dccf12a77d554c7e3164174ddc
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 19 00:52:24 2017 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sat Aug 19 00:52:24 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07b30611

dev-perl/Math-Pari: x86 stable (bug #624826)

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-perl/Math-Pari/Math-Pari-2.10.809.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Math-Pari/Math-Pari-2.10.809.0.ebuild b/dev-perl/Math-Pari/Math-Pari-2.10.809.0.ebuild
index 067d052c412..0b973085b5f 100644
--- a/dev-perl/Math-Pari/Math-Pari-2.10.809.0.ebuild
+++ b/dev-perl/Math-Pari/Math-Pari-2.10.809.0.ebuild
@@ -16,7 +16,7 @@ SRC_URI="${SRC_URI}
 	http://pari.math.u-bordeaux.fr/pub/pari/unix/pari-${PARI_VER}.tar.gz"
 
 SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ~mips ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 ~hppa ~mips ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 # Math::Pari requires that a copy of the pari source in a parallel


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-Pari/
@ 2018-03-28  2:26 Matt Turner
  0 siblings, 0 replies; 20+ messages in thread
From: Matt Turner @ 2018-03-28  2:26 UTC (permalink / raw
  To: gentoo-commits

commit:     2781dd6c8f0777ffb63cc47fe1b35c2b8033f361
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 28 02:26:05 2018 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Mar 28 02:26:05 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2781dd6c

dev-perl/Math-Pari: dropped mips keywords

 dev-perl/Math-Pari/Math-Pari-2.10.806.50-r1.ebuild | 2 +-
 dev-perl/Math-Pari/Math-Pari-2.10.808.ebuild       | 2 +-
 dev-perl/Math-Pari/Math-Pari-2.10.809.0.ebuild     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-perl/Math-Pari/Math-Pari-2.10.806.50-r1.ebuild b/dev-perl/Math-Pari/Math-Pari-2.10.806.50-r1.ebuild
index 050142e5c04..5b4db3772cf 100644
--- a/dev-perl/Math-Pari/Math-Pari-2.10.806.50-r1.ebuild
+++ b/dev-perl/Math-Pari/Math-Pari-2.10.806.50-r1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="${SRC_URI}
 
 LICENSE="|| ( Artistic GPL-2 )"
 SLOT="0"
-KEYWORDS="alpha amd64 hppa ~mips sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 hppa sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 # Math::Pari requires that a copy of the pari source in a parallel

diff --git a/dev-perl/Math-Pari/Math-Pari-2.10.808.ebuild b/dev-perl/Math-Pari/Math-Pari-2.10.808.ebuild
index 5561beb5e75..174fceb70d7 100644
--- a/dev-perl/Math-Pari/Math-Pari-2.10.808.ebuild
+++ b/dev-perl/Math-Pari/Math-Pari-2.10.808.ebuild
@@ -16,7 +16,7 @@ SRC_URI="${SRC_URI}
 	http://pari.math.u-bordeaux.fr/pub/pari/unix/pari-${PARI_VER}.tar.gz"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~mips ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~hppa ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 # Math::Pari requires that a copy of the pari source in a parallel

diff --git a/dev-perl/Math-Pari/Math-Pari-2.10.809.0.ebuild b/dev-perl/Math-Pari/Math-Pari-2.10.809.0.ebuild
index 0b973085b5f..2b194e122e9 100644
--- a/dev-perl/Math-Pari/Math-Pari-2.10.809.0.ebuild
+++ b/dev-perl/Math-Pari/Math-Pari-2.10.809.0.ebuild
@@ -16,7 +16,7 @@ SRC_URI="${SRC_URI}
 	http://pari.math.u-bordeaux.fr/pub/pari/unix/pari-${PARI_VER}.tar.gz"
 
 SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ~mips ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 ~hppa ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 # Math::Pari requires that a copy of the pari source in a parallel


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-Pari/
@ 2018-04-03  6:20 Sergei Trofimovich
  0 siblings, 0 replies; 20+ messages in thread
From: Sergei Trofimovich @ 2018-04-03  6:20 UTC (permalink / raw
  To: gentoo-commits

commit:     fc09fd27689701074edf1e9b939d538584116cd4
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  3 06:20:29 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Tue Apr  3 06:20:37 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc09fd27

dev-perl/Math-Pari: stable 2.10.809.0 for hppa, bug #624826

Package-Manager: Portage-2.3.28, Repoman-2.3.9
RepoMan-Options: --include-arches="hppa"

 dev-perl/Math-Pari/Math-Pari-2.10.809.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Math-Pari/Math-Pari-2.10.809.0.ebuild b/dev-perl/Math-Pari/Math-Pari-2.10.809.0.ebuild
index 2b194e122e9..203cf8607e0 100644
--- a/dev-perl/Math-Pari/Math-Pari-2.10.809.0.ebuild
+++ b/dev-perl/Math-Pari/Math-Pari-2.10.809.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -16,7 +16,7 @@ SRC_URI="${SRC_URI}
 	http://pari.math.u-bordeaux.fr/pub/pari/unix/pari-${PARI_VER}.tar.gz"
 
 SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 hppa ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 # Math::Pari requires that a copy of the pari source in a parallel


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-Pari/
@ 2018-04-20  8:02 David Seifert
  0 siblings, 0 replies; 20+ messages in thread
From: David Seifert @ 2018-04-20  8:02 UTC (permalink / raw
  To: gentoo-commits

commit:     2ec7c9ff62675f633c329fb17158b21b581be533
Author:     Harri Nieminen <moikkis <AT> gmail <DOT> com>
AuthorDate: Thu Apr 19 18:51:31 2018 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Apr 20 08:01:42 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ec7c9ff

dev-perl/Math-Pari: Remove old

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 dev-perl/Math-Pari/Math-Pari-2.10.808.ebuild | 63 ----------------------------
 1 file changed, 63 deletions(-)

diff --git a/dev-perl/Math-Pari/Math-Pari-2.10.808.ebuild b/dev-perl/Math-Pari/Math-Pari-2.10.808.ebuild
deleted file mode 100644
index 174fceb70d7..00000000000
--- a/dev-perl/Math-Pari/Math-Pari-2.10.808.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=ILYAZ
-MODULE_SECTION=modules
-MODULE_VERSION=2.010808
-MODULE_A_EXT=zip
-inherit perl-module toolchain-funcs
-
-PARI_VER=2.3.5
-
-DESCRIPTION="Perl interface to PARI"
-SRC_URI="${SRC_URI}
-	http://pari.math.u-bordeaux.fr/pub/pari/unix/pari-${PARI_VER}.tar.gz"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
-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}
-	app-arch/unzip
-"
-
-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
-}
-
-src_compile() {
-	emake AR="$(tc-getAR)" OTHERLDFLAGS="${LDFLAGS}"
-}


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-Pari/
@ 2018-04-20  8:02 David Seifert
  0 siblings, 0 replies; 20+ messages in thread
From: David Seifert @ 2018-04-20  8:02 UTC (permalink / raw
  To: gentoo-commits

commit:     b1d557f6d223b0db63378ebf8d4728cab17d0b97
Author:     Harri Nieminen <moikkis <AT> gmail <DOT> com>
AuthorDate: Thu Apr 19 18:51:30 2018 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Apr 20 08:01:37 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1d557f6

dev-perl/Math-Pari: Remove depedency on pari

It bundles internal copy of sci-mathematics/pari

Bug: https://bugs.gentoo.org/253474
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Closes: https://github.com/gentoo/gentoo/pull/8070

 dev-perl/Math-Pari/Manifest                                          | 1 -
 ...th-Pari-2.10.806.50-r1.ebuild => Math-Pari-2.10.806.50-r2.ebuild} | 4 +---
 .../{Math-Pari-2.10.809.0.ebuild => Math-Pari-2.10.809.0-r1.ebuild}  | 5 +----
 3 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/dev-perl/Math-Pari/Manifest b/dev-perl/Math-Pari/Manifest
index 92f39db33fd..2f15d1d520e 100644
--- a/dev-perl/Math-Pari/Manifest
+++ b/dev-perl/Math-Pari/Manifest
@@ -1,4 +1,3 @@
 DIST Math-Pari-2.01080605.tar.gz 122627 BLAKE2B 867839722c578fc5731745975b3f9a3ba48f94d0d8364a6d6e4d62f9f87f25f782296a60778b628b771db9a01ef050c822b62fb57fbe7f5725aae597c7d18d55 SHA512 a92ff01afce8d52c5d7c4fec1a5759b5d7b786c8f359348ac8f4e7fc95be9338b990879d4d89598dc5333f79c53a92e54f6756d0e6c9a0e9e72a4dfd15b0b263
-DIST Math-Pari-2.010808.zip 153838 BLAKE2B 58352ecbb9c66cb7f68cb38dfc8b689dba85dce0521669bfbc1e3b88eb55df07f75fcbe6b5759e5fbedb865e5cf265e17c17e08792dbe87772ee9da26ea772d9 SHA512 006e77328f0d8e61b89addbb6b8b8a8adb8c8c1591a1d3cdf80f5183a5fb30bb19219cbfc2624d15ffcdb6b0dc5cff4d69e6e27eb7cb6c29796bbab36ecfda88
 DIST Math-Pari-2.01080900.zip 166396 BLAKE2B e4327d817cadc752e3471df873b1a4f2fe90efc18a9cbf195c6aa394f470fde9c1c32449b8e5237b5ee362ca0497e7295dc9c8dea7f41de8da17518a0573a768 SHA512 844324472632081e16d8c70e2f3b14a04cc125dc65ac1e4e75b495f7b83393cadc637c6b81d2e6657380b153a6d91eba4a437087481ffbd4c6c58c5da0e4d05b
 DIST pari-2.3.5.tar.gz 2018097 BLAKE2B b5f4f8bc83cd77aceab791263e1a2f0294d0663d354fea454bad8cac3cdbac9c4c8381cc83bc947d518522701c36e94ce1d6862125a9bfd3b17b1a31c9baabc8 SHA512 0e49e6310b4c76ef3370786a13aa8cbc5bb0b7dc84ec1665866d623e6284f45db8584eea759e8b5954dc9b5c8a3e866e77a377d18073ed33f11708a7e88a4cca

diff --git a/dev-perl/Math-Pari/Math-Pari-2.10.806.50-r1.ebuild b/dev-perl/Math-Pari/Math-Pari-2.10.806.50-r2.ebuild
similarity index 94%
rename from dev-perl/Math-Pari/Math-Pari-2.10.806.50-r1.ebuild
rename to dev-perl/Math-Pari/Math-Pari-2.10.806.50-r2.ebuild
index 5b4db3772cf..328bce2c350 100644
--- a/dev-perl/Math-Pari/Math-Pari-2.10.806.50-r1.ebuild
+++ b/dev-perl/Math-Pari/Math-Pari-2.10.806.50-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -23,8 +23,6 @@ IUSE=""
 # 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_PARI=${WORKDIR}/pari-${PARI_VER}
 SRC_TEST=do

diff --git a/dev-perl/Math-Pari/Math-Pari-2.10.809.0.ebuild b/dev-perl/Math-Pari/Math-Pari-2.10.809.0-r1.ebuild
similarity index 95%
rename from dev-perl/Math-Pari/Math-Pari-2.10.809.0.ebuild
rename to dev-perl/Math-Pari/Math-Pari-2.10.809.0-r1.ebuild
index 203cf8607e0..d69eb1e17ad 100644
--- a/dev-perl/Math-Pari/Math-Pari-2.10.809.0.ebuild
+++ b/dev-perl/Math-Pari/Math-Pari-2.10.809.0-r1.ebuild
@@ -23,10 +23,7 @@ IUSE=""
 # 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}
-	app-arch/unzip
-"
+DEPEND="app-arch/unzip"
 
 S_PARI=${WORKDIR}/pari-${PARI_VER}
 


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-Pari/
@ 2018-04-20 19:01 Sergei Trofimovich
  0 siblings, 0 replies; 20+ messages in thread
From: Sergei Trofimovich @ 2018-04-20 19:01 UTC (permalink / raw
  To: gentoo-commits

commit:     cb19ce73fc2f7bfa9c7eb8dfa94ca95bde5683f1
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Fri Apr 20 10:19:03 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Fri Apr 20 19:00:53 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb19ce73

dev-perl/Math-Pari: stable 2.10.809.0-r1 for sparc

Bug: https://bugs.gentoo.org/624826
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

 dev-perl/Math-Pari/Math-Pari-2.10.809.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Math-Pari/Math-Pari-2.10.809.0-r1.ebuild b/dev-perl/Math-Pari/Math-Pari-2.10.809.0-r1.ebuild
index d69eb1e17ad..7747e9b2833 100644
--- a/dev-perl/Math-Pari/Math-Pari-2.10.809.0-r1.ebuild
+++ b/dev-perl/Math-Pari/Math-Pari-2.10.809.0-r1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="${SRC_URI}
 	http://pari.math.u-bordeaux.fr/pub/pari/unix/pari-${PARI_VER}.tar.gz"
 
 SLOT="0"
-KEYWORDS="alpha amd64 hppa ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 hppa sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 # Math::Pari requires that a copy of the pari source in a parallel


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-Pari/
@ 2018-05-01  0:28 Kent Fredric
  0 siblings, 0 replies; 20+ messages in thread
From: Kent Fredric @ 2018-05-01  0:28 UTC (permalink / raw
  To: gentoo-commits

commit:     a604f4ccf4abe00a47233965f76c98d5dccead36
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue May  1 00:28:43 2018 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue May  1 00:28:43 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a604f4cc

dev-perl/Math-Pari: Cleanup old re bug #613624

Closes: https://bugs.gentoo.org/613624
Package-Manager: Portage-2.3.29, Repoman-2.3.9

 dev-perl/Math-Pari/Manifest                        |  1 -
 dev-perl/Math-Pari/Math-Pari-2.10.806.50-r2.ebuild | 59 ----------------------
 2 files changed, 60 deletions(-)

diff --git a/dev-perl/Math-Pari/Manifest b/dev-perl/Math-Pari/Manifest
index 2f15d1d520e..408e6c567e8 100644
--- a/dev-perl/Math-Pari/Manifest
+++ b/dev-perl/Math-Pari/Manifest
@@ -1,3 +1,2 @@
-DIST Math-Pari-2.01080605.tar.gz 122627 BLAKE2B 867839722c578fc5731745975b3f9a3ba48f94d0d8364a6d6e4d62f9f87f25f782296a60778b628b771db9a01ef050c822b62fb57fbe7f5725aae597c7d18d55 SHA512 a92ff01afce8d52c5d7c4fec1a5759b5d7b786c8f359348ac8f4e7fc95be9338b990879d4d89598dc5333f79c53a92e54f6756d0e6c9a0e9e72a4dfd15b0b263
 DIST Math-Pari-2.01080900.zip 166396 BLAKE2B e4327d817cadc752e3471df873b1a4f2fe90efc18a9cbf195c6aa394f470fde9c1c32449b8e5237b5ee362ca0497e7295dc9c8dea7f41de8da17518a0573a768 SHA512 844324472632081e16d8c70e2f3b14a04cc125dc65ac1e4e75b495f7b83393cadc637c6b81d2e6657380b153a6d91eba4a437087481ffbd4c6c58c5da0e4d05b
 DIST pari-2.3.5.tar.gz 2018097 BLAKE2B b5f4f8bc83cd77aceab791263e1a2f0294d0663d354fea454bad8cac3cdbac9c4c8381cc83bc947d518522701c36e94ce1d6862125a9bfd3b17b1a31c9baabc8 SHA512 0e49e6310b4c76ef3370786a13aa8cbc5bb0b7dc84ec1665866d623e6284f45db8584eea759e8b5954dc9b5c8a3e866e77a377d18073ed33f11708a7e88a4cca

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
deleted file mode 100644
index 328bce2c350..00000000000
--- a/dev-perl/Math-Pari/Math-Pari-2.10.806.50-r2.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=ILYAZ
-MODULE_SECTION=modules
-MODULE_VERSION=2.01080605
-inherit perl-module toolchain-funcs
-
-PARI_VER=2.3.5
-
-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 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
-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
-
-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
-}
-
-src_compile() {
-	emake AR="$(tc-getAR)" OTHERLDFLAGS="${LDFLAGS}"
-}


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-Pari/
@ 2022-07-02 15:32 Sam James
  0 siblings, 0 replies; 20+ messages in thread
From: Sam James @ 2022-07-02 15:32 UTC (permalink / raw
  To: gentoo-commits

commit:     da4fe8ad61e23434294d1846e83a687a650a84db
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  2 15:31:58 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul  2 15:32:11 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da4fe8ad

dev-perl/Math-Pari: update EAPI 6 -> 8

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Math-Pari/Math-Pari-2.10.809.0-r2.ebuild | 75 +++++++++++++++++++++++
 1 file changed, 75 insertions(+)

diff --git a/dev-perl/Math-Pari/Math-Pari-2.10.809.0-r2.ebuild b/dev-perl/Math-Pari/Math-Pari-2.10.809.0-r2.ebuild
new file mode 100644
index 000000000000..c4edab03ae9e
--- /dev/null
+++ b/dev-perl/Math-Pari/Math-Pari-2.10.809.0-r2.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=ILYAZ
+DIST_SECTION=modules
+DIST_VERSION=2.01080900
+DIST_A_EXT=zip
+inherit perl-module toolchain-funcs
+
+PARI_VER=2.3.5
+
+DESCRIPTION="Perl interface to PARI"
+SRC_URI="${SRC_URI}
+	http://pari.math.u-bordeaux.fr/pub/pari/unix/pari-${PARI_VER}.tar.gz"
+S_PARI="${WORKDIR}"/pari-${PARI_VER}
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+
+# 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
+BDEPEND="app-arch/unzip"
+
+PATCHES=(
+	"${FILESDIR}/no-flto.patch"
+	"${FILESDIR}/${P}-no-dot-inc.patch"
+)
+
+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/ || die
+
+	local t
+	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}"
+
+		if [[ -f "${i}" && ! -f "${o32}" ]] ; then
+			cp -al "${i}" "${o32}" || die
+		fi
+
+		if [[ -f "$i" && ! -f "$o64" ]] ; then
+			cp -al "${i}" "${o64}" || die
+		fi
+	done
+
+	cd "${S_PARI}" || die
+	eapply "${FILESDIR}/pari-${PARI_VER}-no-dot-inc.patch"
+	cd "${S}" || die
+
+	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
+}
+
+src_compile() {
+	emake AR="$(tc-getAR)" OTHERLDFLAGS="${LDFLAGS}"
+}


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-Pari/
@ 2022-07-02 18:20 Sam James
  0 siblings, 0 replies; 20+ messages in thread
From: Sam James @ 2022-07-02 18:20 UTC (permalink / raw
  To: gentoo-commits

commit:     a764d2747f05d327926ca1af83fb11220f764c75
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  2 18:19:57 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul  2 18:19:57 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a764d274

dev-perl/Math-Pari: Stabilize 2.10.809.0-r2 x86, #855920

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Math-Pari/Math-Pari-2.10.809.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Math-Pari/Math-Pari-2.10.809.0-r2.ebuild b/dev-perl/Math-Pari/Math-Pari-2.10.809.0-r2.ebuild
index c4edab03ae9e..f9e5078fed92 100644
--- a/dev-perl/Math-Pari/Math-Pari-2.10.809.0-r2.ebuild
+++ b/dev-perl/Math-Pari/Math-Pari-2.10.809.0-r2.ebuild
@@ -17,7 +17,7 @@ SRC_URI="${SRC_URI}
 S_PARI="${WORKDIR}"/pari-${PARI_VER}
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~hppa ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
 
 # 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


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-Pari/
@ 2022-07-02 21:18 Sam James
  0 siblings, 0 replies; 20+ messages in thread
From: Sam James @ 2022-07-02 21:18 UTC (permalink / raw
  To: gentoo-commits

commit:     d3c974bf96c2af68ec85531aad3e1d609decf049
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  2 21:17:48 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul  2 21:17:48 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3c974bf

dev-perl/Math-Pari: Stabilize 2.10.809.0-r2 amd64, #855920

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Math-Pari/Math-Pari-2.10.809.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Math-Pari/Math-Pari-2.10.809.0-r2.ebuild b/dev-perl/Math-Pari/Math-Pari-2.10.809.0-r2.ebuild
index f9e5078fed92..60c075cfed49 100644
--- a/dev-perl/Math-Pari/Math-Pari-2.10.809.0-r2.ebuild
+++ b/dev-perl/Math-Pari/Math-Pari-2.10.809.0-r2.ebuild
@@ -17,7 +17,7 @@ SRC_URI="${SRC_URI}
 S_PARI="${WORKDIR}"/pari-${PARI_VER}
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~hppa ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
 
 # 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


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-Pari/
@ 2022-07-02 21:21 Sam James
  0 siblings, 0 replies; 20+ messages in thread
From: Sam James @ 2022-07-02 21:21 UTC (permalink / raw
  To: gentoo-commits

commit:     c2802b453d50dde2e63a8ae52e94f5c04ed8b1d2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  2 21:21:01 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul  2 21:21:33 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2802b45

dev-perl/Math-Pari: Stabilize 2.10.809.0-r2 sparc, #855920

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Math-Pari/Math-Pari-2.10.809.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Math-Pari/Math-Pari-2.10.809.0-r2.ebuild b/dev-perl/Math-Pari/Math-Pari-2.10.809.0-r2.ebuild
index 60c075cfed49..242366699ec2 100644
--- a/dev-perl/Math-Pari/Math-Pari-2.10.809.0-r2.ebuild
+++ b/dev-perl/Math-Pari/Math-Pari-2.10.809.0-r2.ebuild
@@ -17,7 +17,7 @@ SRC_URI="${SRC_URI}
 S_PARI="${WORKDIR}"/pari-${PARI_VER}
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~hppa sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
 
 # 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


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-Pari/
@ 2022-07-02 21:21 Sam James
  0 siblings, 0 replies; 20+ messages in thread
From: Sam James @ 2022-07-02 21:21 UTC (permalink / raw
  To: gentoo-commits

commit:     f37d91964efe3f87ec7cfd474a83f7b6084dbd6c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  2 21:19:43 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul  2 21:21:35 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f37d9196

dev-perl/Math-Pari: drop 2.10.809.0-r1

Bug: https://bugs.gentoo.org/855920
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Math-Pari/Math-Pari-2.10.809.0-r1.ebuild | 66 -----------------------
 1 file changed, 66 deletions(-)

diff --git a/dev-perl/Math-Pari/Math-Pari-2.10.809.0-r1.ebuild b/dev-perl/Math-Pari/Math-Pari-2.10.809.0-r1.ebuild
deleted file mode 100644
index d6326b4f7a30..000000000000
--- a/dev-perl/Math-Pari/Math-Pari-2.10.809.0-r1.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=ILYAZ
-DIST_SECTION=modules
-DIST_VERSION=2.01080900
-DIST_A_EXT=zip
-inherit perl-module toolchain-funcs
-
-PARI_VER=2.3.5
-
-DESCRIPTION="Perl interface to PARI"
-SRC_URI="${SRC_URI}
-	http://pari.math.u-bordeaux.fr/pub/pari/unix/pari-${PARI_VER}.tar.gz"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
-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
-DEPEND="app-arch/unzip"
-
-S_PARI=${WORKDIR}/pari-${PARI_VER}
-
-PATCHES=(
-	"${FILESDIR}/no-flto.patch"
-	"${FILESDIR}/${P}-no-dot-inc.patch"
-)
-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
-	cd "${S_PARI}"
-	eapply "${FILESDIR}/pari-${PARI_VER}-no-dot-inc.patch"
-	cd "${S}"
-	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
-}
-
-src_compile() {
-	emake AR="$(tc-getAR)" OTHERLDFLAGS="${LDFLAGS}"
-}


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-Pari/
@ 2024-09-25 19:29 Eli Schwartz
  0 siblings, 0 replies; 20+ messages in thread
From: Eli Schwartz @ 2024-09-25 19:29 UTC (permalink / raw
  To: gentoo-commits

commit:     3f0138274ca07272b579f92903b59a5099268db3
Author:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 25 19:24:13 2024 +0000
Commit:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Wed Sep 25 19:24:13 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f013827

dev-perl/Math-Pari: fix broken SRC_URI

The vendored copy of an external dependency has been repeatedly upgraded
upstream. sci-mathematics/pari is at version 2.15.5, but this package
vendors 2.3.5. The upstream distfiles site still provides all versions,
they just moved a lot of them into an OLD/ directory. Use the correct
url for downloading; checksum remains the same.

Closes: https://bugs.gentoo.org/850478
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>

 dev-perl/Math-Pari/Math-Pari-2.10.809.0-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Math-Pari/Math-Pari-2.10.809.0-r2.ebuild b/dev-perl/Math-Pari/Math-Pari-2.10.809.0-r2.ebuild
index e0cbabe29c38..8bd9e6768da9 100644
--- a/dev-perl/Math-Pari/Math-Pari-2.10.809.0-r2.ebuild
+++ b/dev-perl/Math-Pari/Math-Pari-2.10.809.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -13,7 +13,7 @@ PARI_VER=2.3.5
 
 DESCRIPTION="Perl interface to PARI"
 SRC_URI="${SRC_URI}
-	http://pari.math.u-bordeaux.fr/pub/pari/unix/pari-${PARI_VER}.tar.gz"
+	http://pari.math.u-bordeaux.fr/pub/pari/OLD/${PARI_VER%.*}/pari-${PARI_VER}.tar.gz"
 S_PARI="${WORKDIR}"/pari-${PARI_VER}
 
 SLOT="0"


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-Pari/
@ 2024-09-25 19:29 Eli Schwartz
  0 siblings, 0 replies; 20+ messages in thread
From: Eli Schwartz @ 2024-09-25 19:29 UTC (permalink / raw
  To: gentoo-commits

commit:     ebd757d37f7cda731c3d1058ae95ecf2b962864a
Author:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 25 19:27:56 2024 +0000
Commit:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Wed Sep 25 19:27:56 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebd757d3

dev-perl/Math-Pari: update SRC_URI for https

Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>

 dev-perl/Math-Pari/Math-Pari-2.10.809.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Math-Pari/Math-Pari-2.10.809.0-r2.ebuild b/dev-perl/Math-Pari/Math-Pari-2.10.809.0-r2.ebuild
index 8bd9e6768da9..244fece8c9f0 100644
--- a/dev-perl/Math-Pari/Math-Pari-2.10.809.0-r2.ebuild
+++ b/dev-perl/Math-Pari/Math-Pari-2.10.809.0-r2.ebuild
@@ -13,7 +13,7 @@ PARI_VER=2.3.5
 
 DESCRIPTION="Perl interface to PARI"
 SRC_URI="${SRC_URI}
-	http://pari.math.u-bordeaux.fr/pub/pari/OLD/${PARI_VER%.*}/pari-${PARI_VER}.tar.gz"
+	https://pari.math.u-bordeaux.fr/pub/pari/OLD/${PARI_VER%.*}/pari-${PARI_VER}.tar.gz"
 S_PARI="${WORKDIR}"/pari-${PARI_VER}
 
 SLOT="0"


^ permalink raw reply related	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2024-09-25 19:29 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-16 11:08 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-Pari/ Tobias Klausmann
  -- strict thread matches above, loose matches on Subject: below --
2024-09-25 19:29 Eli Schwartz
2024-09-25 19:29 Eli Schwartz
2022-07-02 21:21 Sam James
2022-07-02 21:21 Sam James
2022-07-02 21:18 Sam James
2022-07-02 18:20 Sam James
2022-07-02 15:32 Sam James
2018-05-01  0:28 Kent Fredric
2018-04-20 19:01 Sergei Trofimovich
2018-04-20  8:02 David Seifert
2018-04-20  8:02 David Seifert
2018-04-03  6:20 Sergei Trofimovich
2018-03-28  2:26 Matt Turner
2017-08-19  0:56 Thomas Deutschmann
2017-07-15 17:04 Tobias Klausmann
2017-03-11 23:05 Matt Turner
2016-04-07 23:08 [gentoo-commits] repo/gentoo:master commit in: dev-perl/math-pari/ Andreas Hüttel
2016-04-07 23:08 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-Pari/ Andreas Hüttel
2016-03-03 19:07 [gentoo-commits] repo/gentoo:master commit in: dev-perl/math-pari/ Patrice Clement

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox