Gentoo Archives: gentoo-commits

From: Michael Orlitzky <mjo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/gp2c/
Date: Mon, 06 Dec 2021 21:49:29
Message-Id: 1638826919.381c8de6a775bc52d4a2416eca526c9687ebff85.mjo@gentoo
1 commit: 381c8de6a775bc52d4a2416eca526c9687ebff85
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 6 21:41:59 2021 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 6 21:41:59 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=381c8de6
7
8 sci-mathematics/gp2c: remove old "unused" gp2c-0.0.11.3.ebuild.
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
12
13 sci-mathematics/gp2c/Manifest | 1 -
14 sci-mathematics/gp2c/gp2c-0.0.11.3.ebuild | 29 -----------------------------
15 2 files changed, 30 deletions(-)
16
17 diff --git a/sci-mathematics/gp2c/Manifest b/sci-mathematics/gp2c/Manifest
18 index a1a3fea7b962..e65157b4671e 100644
19 --- a/sci-mathematics/gp2c/Manifest
20 +++ b/sci-mathematics/gp2c/Manifest
21 @@ -1,2 +1 @@
22 -DIST gp2c-0.0.11pl3.tar.gz 854003 BLAKE2B 478307b9fa56b8e58a66001bbeac3ce6193a446cb6a339bbd65de9105924fe92a0e9c39302d836c7f3e7d2fe100ac678514d4e7eef1bdb0b880cc55763002864 SHA512 06d3680da739ce13a0a80a88c7b07a9b336acecb95f4841d8e984f1d4b66ad0a3ffe47e2abb77ad7e564fa976d16c468d62e6ddc15ede3beba00db6d92a91d97
23 DIST gp2c-0.0.12.tar.gz 872289 BLAKE2B c72f092a0a8e335e68d14f00970bd4794d883194718dd89cae760e06b5b89bd1b1959389d422b086f7862870e212662fc736f1f6720a389b9484ff360d9b8293 SHA512 9dd13c37e7ba36d75614249b6a2ff62350b5c02ba519b2c5d2dc49c36e9b6672134902b5f2e6b23f42fd4ff2069bdd12bd4694f324ddf814296bf8cbe5f10cdd
24
25 diff --git a/sci-mathematics/gp2c/gp2c-0.0.11.3.ebuild b/sci-mathematics/gp2c/gp2c-0.0.11.3.ebuild
26 deleted file mode 100644
27 index 31fb4d51d216..000000000000
28 --- a/sci-mathematics/gp2c/gp2c-0.0.11.3.ebuild
29 +++ /dev/null
30 @@ -1,29 +0,0 @@
31 -# Copyright 1999-2021 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -MY_P="${PN}-"$(ver_rs 3 'pl')
37 -DESCRIPTION="A GP to C translator"
38 -HOMEPAGE="http://pari.math.u-bordeaux.fr/"
39 -SRC_URI="http://pari.math.u-bordeaux.fr/pub/pari/GP2C/${MY_P}.tar.gz"
40 -
41 -LICENSE="GPL-2+"
42 -SLOT="0"
43 -KEYWORDS="amd64"
44 -IUSE="test"
45 -RESTRICT="!test? ( test )"
46 -
47 -# Perl is run on the build host to compile the descriptions in desc/,
48 -# see for example desc/Makefile.am.
49 -BDEPEND="dev-lang/perl"
50 -
51 -# This is the first version of pari to put pari.cfg where we expect it.
52 -DEPEND=">=sci-mathematics/pari-2.11.2"
53 -RDEPEND="${DEPEND}"
54 -
55 -S="${WORKDIR}/${MY_P}"
56 -
57 -src_configure() {
58 - econf --with-paricfg="${EPREFIX}/usr/share/pari/pari.cfg"
59 -}