public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-Pari/
Date: Fri, 20 Apr 2018 08:02:17 +0000 (UTC)	[thread overview]
Message-ID: <1524211297.b1d557f6d223b0db63378ebf8d4728cab17d0b97.soap@gentoo> (raw)

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}
 


             reply	other threads:[~2018-04-20  8:02 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-20  8:02 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-13 23:59 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-Pari/ Andreas K. Hüttel
2025-04-13 22:18 Andreas K. Hüttel
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-03  6:20 Sergei Trofimovich
2018-03-28  2:26 Matt Turner
2017-08-19  0:56 Thomas Deutschmann
2017-07-16 11:08 Tobias Klausmann
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1524211297.b1d557f6d223b0db63378ebf8d4728cab17d0b97.soap@gentoo \
    --to=soap@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox