summaryrefslogtreecommitdiff
path: root/dev-perl/Math-GMP
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-perl/Math-GMP
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-perl/Math-GMP')
-rw-r--r--dev-perl/Math-GMP/Manifest7
-rw-r--r--dev-perl/Math-GMP/Math-GMP-2.110.0.ebuild33
-rw-r--r--dev-perl/Math-GMP/Math-GMP-2.150.0.ebuild33
-rw-r--r--dev-perl/Math-GMP/Math-GMP-2.60.0-r1.ebuild20
-rw-r--r--dev-perl/Math-GMP/metadata.xml12
5 files changed, 0 insertions, 105 deletions
diff --git a/dev-perl/Math-GMP/Manifest b/dev-perl/Math-GMP/Manifest
deleted file mode 100644
index 4b0b75a05387..000000000000
--- a/dev-perl/Math-GMP/Manifest
+++ /dev/null
@@ -1,7 +0,0 @@
-DIST Math-GMP-2.06.tar.gz 24563 BLAKE2B 8d60986d948554b4b3139ff7d14afba819b543e7d28f5362ca762e2c1f941d7af3fb81c879b2282fee7b1cef802403dbf5265c5bf35c506433a0b69cb817093c SHA512 a2619b76cc89a805e8fb538280644f4acc0c9d3da24b3b0810640c741ff66016c8f4920cd48ef7e6ce0e82bec630c0101d33db22f7928e19a03730b1305cac1e
-DIST Math-GMP-2.11.tar.gz 31178 BLAKE2B 3ebe4e3b3655c5f38932899ecbf89ccaf1e6a620bbb35138044f30f30a1170834bf31124196146128302e6a54de928b7bed4bc8a32e17b5d6492170109ab05a3 SHA512 4296717691ec7699ba5e82f5c0b3f83a831f8f0006c09a843ef9fc25227a26bdc6a623a728bebfc5df01124747c081239281d1cf861ee73a42444f15848a23d4
-DIST Math-GMP-2.15.tar.gz 33002 BLAKE2B 606bd63b05fab90e0da39ac75be4ccbe9a5386a6002920af8c9d135fcc8aaf746f8e72c25301a8a8de72edc80eef29202742441738afc90573e58c2626123289 SHA512 6c8c13eb168f6233d5bb172ae424aa1c7b5af2cd18aabe1a9a8f2989591245456270b684062684b29539060f91b041589c43cabcd2e7e277335ae188e5f386a2
-EBUILD Math-GMP-2.110.0.ebuild 627 BLAKE2B 76569065ee2de0c1ab9eafd0edc69057809869ca73bd3e79f17f9ef2c294e65ec63efda0cd4a8a747fa59fdad19a80e334d0b7f19bd3025126e8f85a5aaca37d SHA512 69a321ebf1d4ccc8abde294da0e645b80255aa76fcb627aa61601f469b4a107c1c4cf91f6e981449929fbfc4125ef67e662fb08812e0b34e7940e23fc4c2211d
-EBUILD Math-GMP-2.150.0.ebuild 633 BLAKE2B 9bb9cedfcba99c61c1672af422973d8e058e9a37db78391b187d9cf91769031ca92bc67e33e975efa8430a375efab5eacd0c1259164612a51d2032ac87e3ebb6 SHA512 86b43ac9212a0121147242b12297fdda028719a143b3de380ba8eafddda9993e802e739467b55c75880b5ec4997cd570659e558e46bf37e0e2c6ff46c7517028
-EBUILD Math-GMP-2.60.0-r1.ebuild 367 BLAKE2B 6787fa84e2b5c88cca965a62a4275b86f539c5352ba5c4aa4008b187ef8dff031ebd71511e2508633fbe30af1d20dbd91f5e38d32a25207aa8204ed152dafba2 SHA512 410c29c2ce487fb3b161b10a43311338c13242758628792617ee75b74cad931bb7b145bf275f973678ae12d541180da80db6d98ca9af996b320262f4d66715f6
-MISC metadata.xml 388 BLAKE2B 6cfc5a2262fb38c5b504e686d6c1f67da85a062f8cb901b93c678ad8d06a93c7e95b4097e2d4c2d2b97774d9b74d7791cbc54a2433deb0a461d7839d56bf4ee0 SHA512 acb992a862f439fe6031b2279984afb5527a27fb480f5030a89cfacd583fae6e4acd2dfac8d8d33582c09c07602a98e1ec6282aa0ccdeb57ce3c4c76f0a67f9f
diff --git a/dev-perl/Math-GMP/Math-GMP-2.110.0.ebuild b/dev-perl/Math-GMP/Math-GMP-2.110.0.ebuild
deleted file mode 100644
index cba82c7b716a..000000000000
--- a/dev-perl/Math-GMP/Math-GMP-2.110.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=SHLOMIF
-DIST_VERSION=2.11
-inherit perl-module
-
-DESCRIPTION="High speed arbitrary size integer math"
-
-SLOT="0"
-LICENSE="LGPL-2"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~x86"
-IUSE="test"
-
-RDEPEND="
- virtual/perl-AutoLoader
- virtual/perl-Carp
- virtual/perl-Exporter
- dev-libs/gmp:0
-"
-DEPEND="${RDEPEND}
- >=dev-perl/Devel-CheckLib-0.900.0
- virtual/perl-ExtUtils-MakeMaker
- test? (
- virtual/perl-Data-Dumper
- virtual/perl-File-Spec
- virtual/perl-File-Temp
- virtual/perl-IO
- virtual/perl-Test-Simple
- )
-"
diff --git a/dev-perl/Math-GMP/Math-GMP-2.150.0.ebuild b/dev-perl/Math-GMP/Math-GMP-2.150.0.ebuild
deleted file mode 100644
index 6e5d2615a5d9..000000000000
--- a/dev-perl/Math-GMP/Math-GMP-2.150.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=SHLOMIF
-DIST_VERSION=2.15
-inherit perl-module
-
-DESCRIPTION="High speed arbitrary size integer math"
-
-SLOT="0"
-LICENSE="LGPL-2"
-KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~x86"
-IUSE="test"
-
-RDEPEND="
- virtual/perl-AutoLoader
- virtual/perl-Carp
- virtual/perl-Exporter
- dev-libs/gmp:0
-"
-DEPEND="${RDEPEND}
- >=dev-perl/Devel-CheckLib-0.900.0
- virtual/perl-ExtUtils-MakeMaker
- test? (
- virtual/perl-Data-Dumper
- virtual/perl-File-Spec
- virtual/perl-File-Temp
- virtual/perl-IO
- virtual/perl-Test-Simple
- )
-"
diff --git a/dev-perl/Math-GMP/Math-GMP-2.60.0-r1.ebuild b/dev-perl/Math-GMP/Math-GMP-2.60.0-r1.ebuild
deleted file mode 100644
index 518ec65be0b4..000000000000
--- a/dev-perl/Math-GMP/Math-GMP-2.60.0-r1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=TURNSTEP
-MODULE_VERSION=2.06
-inherit perl-module
-
-DESCRIPTION="High speed arbitrary size integer math"
-
-SLOT="0"
-LICENSE="LGPL-2"
-KEYWORDS="alpha amd64 hppa ~mips ppc x86"
-IUSE=""
-
-RDEPEND="dev-libs/gmp"
-DEPEND="${RDEPEND}"
-
-SRC_TEST=do
diff --git a/dev-perl/Math-GMP/metadata.xml b/dev-perl/Math-GMP/metadata.xml
deleted file mode 100644
index 31c969ae9a0b..000000000000
--- a/dev-perl/Math-GMP/metadata.xml
+++ /dev/null
@@ -1,12 +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-GMP</remote-id>
- <remote-id type="cpan-module">Math::GMP</remote-id>
- </upstream>
-</pkgmetadata>