summaryrefslogtreecommitdiff
path: root/sci-mathematics/gp2c
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2021-12-22 14:08:05 +0000
committerV3n3RiX <venerix@koprulu.sector>2021-12-22 14:08:05 +0000
commit93a93e9a3b53c1a73142a305ea1f8136846942ee (patch)
treeb9791a06ab3284e27b568412c59316c66240c682 /sci-mathematics/gp2c
parent2771f79232c273bc2a57d23bf335dd81ccf6af28 (diff)
gentoo resync : 22.12.2021
Diffstat (limited to 'sci-mathematics/gp2c')
-rw-r--r--sci-mathematics/gp2c/Manifest4
-rw-r--r--sci-mathematics/gp2c/gp2c-0.0.11.3.ebuild29
-rw-r--r--sci-mathematics/gp2c/gp2c-0.0.12.ebuild2
3 files changed, 2 insertions, 33 deletions
diff --git a/sci-mathematics/gp2c/Manifest b/sci-mathematics/gp2c/Manifest
index 00bacaf16a86..a1c89545e3b3 100644
--- a/sci-mathematics/gp2c/Manifest
+++ b/sci-mathematics/gp2c/Manifest
@@ -1,5 +1,3 @@
-DIST gp2c-0.0.11pl3.tar.gz 854003 BLAKE2B 478307b9fa56b8e58a66001bbeac3ce6193a446cb6a339bbd65de9105924fe92a0e9c39302d836c7f3e7d2fe100ac678514d4e7eef1bdb0b880cc55763002864 SHA512 06d3680da739ce13a0a80a88c7b07a9b336acecb95f4841d8e984f1d4b66ad0a3ffe47e2abb77ad7e564fa976d16c468d62e6ddc15ede3beba00db6d92a91d97
DIST gp2c-0.0.12.tar.gz 872289 BLAKE2B c72f092a0a8e335e68d14f00970bd4794d883194718dd89cae760e06b5b89bd1b1959389d422b086f7862870e212662fc736f1f6720a389b9484ff360d9b8293 SHA512 9dd13c37e7ba36d75614249b6a2ff62350b5c02ba519b2c5d2dc49c36e9b6672134902b5f2e6b23f42fd4ff2069bdd12bd4694f324ddf814296bf8cbe5f10cdd
-EBUILD gp2c-0.0.11.3.ebuild 742 BLAKE2B a2bb2f3dd06891f6de3820ad1be89cc20da360baca17a9d50799d53fa29b4d970dc71e1040b34d20dcdc400f7d713e48cd11572b208ea9957f059d035f862632 SHA512 687f09f327280375420ba5bbe3c97a6ded1beda67d7c81754a6b4d96b97ea460b4f770365da76a446f1a230f8ca9e13dc67909e954e6e4d874e01b3d963538e1
-EBUILD gp2c-0.0.12.ebuild 745 BLAKE2B 56aa38e97ee34eb01abd5c848e40452f0a5788633a451a9d77fc9556c6ea9cb7653187b14991c1371ec5ccab778fa3a45ec598ddeb9b478b14c0b53e69f84479 SHA512 2f3e38c74ef3aa409de6277155ee036ec5690d1c89b709285057c1d508fd573e26868bfcc4960f2bb5421f34320027fb8c480bea096a14fe395cd8dc7d077a1d
+EBUILD gp2c-0.0.12.ebuild 744 BLAKE2B f8b14d9553622bdf715ddd08b91b1e0971902d1266862f36c6ca2c491ab0da99d525173b69cd135bf022ea3b3cb8e2541a45fc0ea2cebe39b470c0ea82b22cb9 SHA512 9037a37dca231066f8e6e171dcc5831eb5fb6219acde60d924fbfea4ef4caa3cadf38e187f95c4507810e2883707b9a15313418fa6edf84322d7f6d43ad4e649
MISC metadata.xml 917 BLAKE2B d95126f6c76cde12c15df2616aa74e3d408a3bd8dc5e18191a8cc752ce933f39d50bb7466fea085d6058707ebac3978ff7f726efe8b50a0b80a33e6cf543b81a SHA512 6644d0abe179f74576b3ef94b04a078935f8f1a306d9757ad48c21b41163988728e1fe0abcb6d454d8e027ee4b67a31d8dfdb58c5ea1f1250505851fd0eaa49d
diff --git a/sci-mathematics/gp2c/gp2c-0.0.11.3.ebuild b/sci-mathematics/gp2c/gp2c-0.0.11.3.ebuild
deleted file mode 100644
index 31fb4d51d216..000000000000
--- a/sci-mathematics/gp2c/gp2c-0.0.11.3.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_P="${PN}-"$(ver_rs 3 'pl')
-DESCRIPTION="A GP to C translator"
-HOMEPAGE="http://pari.math.u-bordeaux.fr/"
-SRC_URI="http://pari.math.u-bordeaux.fr/pub/pari/GP2C/${MY_P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-# Perl is run on the build host to compile the descriptions in desc/,
-# see for example desc/Makefile.am.
-BDEPEND="dev-lang/perl"
-
-# This is the first version of pari to put pari.cfg where we expect it.
-DEPEND=">=sci-mathematics/pari-2.11.2"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-src_configure() {
- econf --with-paricfg="${EPREFIX}/usr/share/pari/pari.cfg"
-}
diff --git a/sci-mathematics/gp2c/gp2c-0.0.12.ebuild b/sci-mathematics/gp2c/gp2c-0.0.12.ebuild
index a723e8a4894a..8c4c0515069f 100644
--- a/sci-mathematics/gp2c/gp2c-0.0.12.ebuild
+++ b/sci-mathematics/gp2c/gp2c-0.0.12.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://pari.math.u-bordeaux.fr/pub/pari/GP2C/${MY_P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
IUSE="test"
RESTRICT="!test? ( test )"