diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-11-12 19:11:54 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-11-12 19:13:43 +0100 |
commit | c94ae8974c26e27277d8876fdf9ed848b6e34c81 (patch) | |
tree | 368d37be91c54fb3b588e2dfe893434d3ce15b17 /dev-perl/Math-GMP | |
parent | dev-perl/Math-GMP: Remove old (diff) | |
download | gentoo-c94ae8974c26e27277d8876fdf9ed848b6e34c81.tar.gz gentoo-c94ae8974c26e27277d8876fdf9ed848b6e34c81.tar.bz2 gentoo-c94ae8974c26e27277d8876fdf9ed848b6e34c81.zip |
dev-perl/Math-GMP: Version bump 2.23
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Math-GMP')
-rw-r--r-- | dev-perl/Math-GMP/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/Math-GMP/Math-GMP-2.230.0.ebuild | 32 |
2 files changed, 33 insertions, 0 deletions
diff --git a/dev-perl/Math-GMP/Manifest b/dev-perl/Math-GMP/Manifest index b22bfcbffd53..50c77486d281 100644 --- a/dev-perl/Math-GMP/Manifest +++ b/dev-perl/Math-GMP/Manifest @@ -1 +1,2 @@ DIST Math-GMP-2.20.tar.gz 34224 BLAKE2B 752c87fcb3b1b9842822f57bd2ed8c8600ccd117103bc6d4fd957c20c3476224c471a7572557094163b7264781aa2e46ed58a6b3f6b185d691aad28dfa79f839 SHA512 e76a4f2ed9f700029a0b075fcdaecf6fb3792ecfef23fb75f014572b6471be9265b80551c741cda9fe3f323a351a23fb9e5edca2e05300b97509b225aa721b04 +DIST Math-GMP-2.23.tar.gz 33639 BLAKE2B 45cb7619928ca27cfa1bdd8cdfc34399d84f85b83bcf5e9df538e4b1f87e19783881dc883f062b4a456ba9e02f26aee1b6292fd2430455713f4e05d25aa0ed00 SHA512 33b5517a1c7c12f8e460025204e5029be594eb48fcd59b1563203b97fb0fe0072a22296a1b9c8df90d68e2c37302d3aae208065d6414d6a74e58df47a995db38 diff --git a/dev-perl/Math-GMP/Math-GMP-2.230.0.ebuild b/dev-perl/Math-GMP/Math-GMP-2.230.0.ebuild new file mode 100644 index 000000000000..829651cc5ba7 --- /dev/null +++ b/dev-perl/Math-GMP/Math-GMP-2.230.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=SHLOMIF +DIST_VERSION=2.23 +inherit perl-module + +DESCRIPTION="High speed arbitrary size integer math" + +SLOT="0" +LICENSE="LGPL-2" +KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~x86" + +RDEPEND=" + virtual/perl-AutoLoader + virtual/perl-Carp + virtual/perl-Exporter + dev-libs/gmp:0 +" +BDEPEND="${RDEPEND} + >=dev-perl/Alien-GMP-1.80.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 + ) +" |