[gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-Random-ISAAC-XS/

2024-06-24 Thread Sam James
commit: b2da866daa2c606ea8322e5d41981c31ed9f7ff1
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 25 04:46:17 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jun 25 04:46:17 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2da866d

dev-perl/Math-Random-ISAAC-XS: Stabilize 1.4.0-r3 amd64, #934834

Signed-off-by: Sam James  gentoo.org>

 dev-perl/Math-Random-ISAAC-XS/Math-Random-ISAAC-XS-1.4.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Math-Random-ISAAC-XS/Math-Random-ISAAC-XS-1.4.0-r3.ebuild 
b/dev-perl/Math-Random-ISAAC-XS/Math-Random-ISAAC-XS-1.4.0-r3.ebuild
index fc9d17e331e6..742b5b6d38ca 100644
--- a/dev-perl/Math-Random-ISAAC-XS/Math-Random-ISAAC-XS-1.4.0-r3.ebuild
+++ b/dev-perl/Math-Random-ISAAC-XS/Math-Random-ISAAC-XS-1.4.0-r3.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="C implementation of the ISAAC PRNG algorithm"
 
 LICENSE="public-domain || ( Artistic GPL-1+ )"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv x86"
+KEYWORDS="amd64 ~riscv x86"
 IUSE="minimal"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-Random-ISAAC-XS/

2024-05-21 Thread Sam James
commit: d7b5a0c5c3347c8eb11388fd2a973fad9f961340
Author: Sam James  gentoo  org>
AuthorDate: Wed May 22 02:15:44 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May 22 02:17:58 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7b5a0c5

dev-perl/Math-Random-ISAAC-XS: EAPI 8, rely on eclass impls

This covers more variables/args, etc.

Signed-off-by: Sam James  gentoo.org>

 .../Math-Random-ISAAC-XS-1.4.0-r3.ebuild   | 46 ++
 1 file changed, 46 insertions(+)

diff --git a/dev-perl/Math-Random-ISAAC-XS/Math-Random-ISAAC-XS-1.4.0-r3.ebuild 
b/dev-perl/Math-Random-ISAAC-XS/Math-Random-ISAAC-XS-1.4.0-r3.ebuild
new file mode 100644
index ..b2527d47ca4d
--- /dev/null
+++ b/dev-perl/Math-Random-ISAAC-XS/Math-Random-ISAAC-XS-1.4.0-r3.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=JAWNSY
+DIST_VERSION=1.004
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="C implementation of the ISAAC PRNG algorithm"
+
+LICENSE="public-domain || ( Artistic GPL-1+ )"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv ~x86"
+IUSE="minimal"
+
+RDEPEND="
+   !minimal? (
+   dev-perl/Math-Random-ISAAC
+   )
+"
+DEPEND="dev-perl/Module-Build"
+BDEPEND="
+   ${RDEPEND}
+   virtual/perl-ExtUtils-CBuilder
+   virtual/perl-ExtUtils-ParseXS
+   >=dev-perl/Module-Build-0.280.801_rc
+   test? (
+   >=dev-perl/Test-NoWarnings-0.84.0
+   >=virtual/perl-Test-Simple-0.620.0
+   )
+"
+
+PERL_RM_FILES=(
+   # dubious use for gentoo, maybe one day?
+   t/03memory.t
+   t/05valgrind.t
+   # release only
+   t/04uniform.t
+   t/release-dist-manifest.t
+   t/release-kwalitee.t
+   t/release-pod-coverage.t
+   t/release-pod-syntax.t
+   t/release-portability.t
+)



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-Random-ISAAC-XS/

2022-09-14 Thread Jakov Smolić
commit: a5a0f872d89ecca5469ae6c1c9bd75aa7d8a6340
Author: Yu Gu  gmail  com>
AuthorDate: Tue Sep 13 13:53:49 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Sep 14 15:24:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5a0f872

dev-perl/Math-Random-ISAAC-XS: Keyword 1.4.0-r2 riscv, #869923

Signed-off-by: Yu Gu  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/27239
Signed-off-by: Jakov Smolić  gentoo.org>

 dev-perl/Math-Random-ISAAC-XS/Math-Random-ISAAC-XS-1.4.0-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Math-Random-ISAAC-XS/Math-Random-ISAAC-XS-1.4.0-r2.ebuild 
b/dev-perl/Math-Random-ISAAC-XS/Math-Random-ISAAC-XS-1.4.0-r2.ebuild
index df555c82a4b6..29e943fcf6eb 100644
--- a/dev-perl/Math-Random-ISAAC-XS/Math-Random-ISAAC-XS-1.4.0-r2.ebuild
+++ b/dev-perl/Math-Random-ISAAC-XS/Math-Random-ISAAC-XS-1.4.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,7 @@ DESCRIPTION="C implementation of the ISAAC PRNG algorithm"
 
 LICENSE="public-domain || ( Artistic GPL-1+ )"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~riscv x86"
 IUSE="minimal test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-Random-ISAAC/

2022-09-14 Thread Jakov Smolić
commit: d5456ef16882db53dc725c9e9b1fdb971b1071ea
Author: Yu Gu  gmail  com>
AuthorDate: Tue Sep 13 13:53:48 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Sep 14 15:24:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5456ef1

dev-perl/Math-Random-ISAAC: Keyword 1.4.0-r2 riscv, #869923

Signed-off-by: Yu Gu  gmail.com>
Signed-off-by: Jakov Smolić  gentoo.org>

 dev-perl/Math-Random-ISAAC/Math-Random-ISAAC-1.4.0-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Math-Random-ISAAC/Math-Random-ISAAC-1.4.0-r2.ebuild 
b/dev-perl/Math-Random-ISAAC/Math-Random-ISAAC-1.4.0-r2.ebuild
index 4e2c5b4f0c82..7dc13d2c7920 100644
--- a/dev-perl/Math-Random-ISAAC/Math-Random-ISAAC-1.4.0-r2.ebuild
+++ b/dev-perl/Math-Random-ISAAC/Math-Random-ISAAC-1.4.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -11,7 +11,7 @@ DESCRIPTION="Perl interface to the ISAAC PRNG algorithm"
 
 LICENSE="|| ( public-domain MIT Artistic Artistic-2 GPL-1 GPL-2 GPL-3 )"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~riscv x86"
 
 PDEPEND="
dev-perl/Math-Random-ISAAC-XS



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-Random-Secure/

2021-11-12 Thread Andreas K. Hüttel
commit: 00521c6b9467ab10f415a7a90d43efd4b5f1aed1
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Nov 13 00:05:51 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Nov 13 00:09:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00521c6b

dev-perl/Math-Random-Secure: EAPI=8 bump

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 ...ure-0.80.1.ebuild => Math-Random-Secure-0.80.1-r1.ebuild} | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-perl/Math-Random-Secure/Math-Random-Secure-0.80.1.ebuild 
b/dev-perl/Math-Random-Secure/Math-Random-Secure-0.80.1-r1.ebuild
similarity index 81%
rename from dev-perl/Math-Random-Secure/Math-Random-Secure-0.80.1.ebuild
rename to dev-perl/Math-Random-Secure/Math-Random-Secure-0.80.1-r1.ebuild
index 9df10c50d54..4d8533ded2d 100644
--- a/dev-perl/Math-Random-Secure/Math-Random-Secure-0.80.1.ebuild
+++ b/dev-perl/Math-Random-Secure/Math-Random-Secure-0.80.1-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DIST_AUTHOR=FREW
 DIST_VERSION=0.080001
@@ -12,15 +12,14 @@ DESCRIPTION="Cryptographically-secure, cross-platform 
replacement for rand()"
 LICENSE="Artistic-2"
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
 RDEPEND="
>=dev-perl/Moo-2.0.0
>=dev-perl/Crypt-Random-Source-0.70
>=dev-perl/Math-Random-ISAAC-1.1.0
-   dev-perl/Math-Random-ISAAC-XS"
-DEPEND="${RDEPEND}
+   dev-perl/Math-Random-ISAAC-XS
+"
+BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
dev-perl/List-MoreUtils
@@ -29,6 +28,7 @@ DEPEND="${RDEPEND}
dev-perl/Test-Warn
)
 "
+
 src_test() {
perl_rm_files t/author-*.t t/release-*.t
perl-module_src_test



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-Random-MT/

2021-07-03 Thread Andreas K. Hüttel
commit: 4297254636143dcd392ef44aac54ae439f93f711
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jul  3 19:52:03 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Jul  3 19:59:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42972546

dev-perl/Math-Random-MT: EAPI=8 bump

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 ...-MT-1.170.0.ebuild => Math-Random-MT-1.170.0-r1.ebuild} | 14 +-
 1 file changed, 5 insertions(+), 9 deletions(-)

diff --git a/dev-perl/Math-Random-MT/Math-Random-MT-1.170.0.ebuild 
b/dev-perl/Math-Random-MT/Math-Random-MT-1.170.0-r1.ebuild
similarity index 60%
rename from dev-perl/Math-Random-MT/Math-Random-MT-1.170.0.ebuild
rename to dev-perl/Math-Random-MT/Math-Random-MT-1.170.0-r1.ebuild
index b62ace543c8..c14e9cd0a5b 100644
--- a/dev-perl/Math-Random-MT/Math-Random-MT-1.170.0.ebuild
+++ b/dev-perl/Math-Random-MT/Math-Random-MT-1.170.0-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=8
 
-MODULE_AUTHOR=FANGLY
-MODULE_VERSION=1.17
+DIST_AUTHOR=FANGLY
+DIST_VERSION=1.17
 inherit perl-module
 
 DESCRIPTION="The Mersenne Twister PRNG"
@@ -12,13 +12,9 @@ DESCRIPTION="The Mersenne Twister PRNG"
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
-DEPEND="
+BDEPEND="
test? (
dev-perl/Test-Number-Delta
)
 "
-
-SRC_TEST=do



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-Random-ISAAC-XS/

2021-07-02 Thread Andreas K. Hüttel
commit: ee889060f05a1b3a9bb180cba9575a9e03737f49
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Jul  2 20:42:59 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Jul  2 20:43:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee889060

dev-perl/Math-Random-ISAAC-XS: Remove old

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 .../Math-Random-ISAAC-XS-1.4.0-r1.ebuild   | 25 --
 1 file changed, 25 deletions(-)

diff --git a/dev-perl/Math-Random-ISAAC-XS/Math-Random-ISAAC-XS-1.4.0-r1.ebuild 
b/dev-perl/Math-Random-ISAAC-XS/Math-Random-ISAAC-XS-1.4.0-r1.ebuild
deleted file mode 100644
index 4aa432f8236..000
--- a/dev-perl/Math-Random-ISAAC-XS/Math-Random-ISAAC-XS-1.4.0-r1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=JAWNSY
-MODULE_VERSION=1.004
-inherit perl-module
-
-DESCRIPTION="C implementation of the ISAAC PRNG algorithm"
-
-LICENSE="|| ( public-domain Artistic Artistic-2 GPL-1 GPL-2 GPL-3 )"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="dev-perl/Math-Random-ISAAC"
-DEPEND="${RDEPEND}
-   dev-perl/Module-Build
-   test? (
-   dev-perl/Test-NoWarnings
-   )"
-
-SRC_TEST="do"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-Random-ISAAC-XS/

2021-07-02 Thread Andreas K. Hüttel
commit: e2b5513bc7e1a01dbbc86fb6e1948409bf6b3c20
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Jul  2 20:42:41 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Jul  2 20:43:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2b5513b

dev-perl/Math-Random-ISAAC-XS: Stable for all

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 dev-perl/Math-Random-ISAAC-XS/Math-Random-ISAAC-XS-1.4.0-r2.ebuild | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Math-Random-ISAAC-XS/Math-Random-ISAAC-XS-1.4.0-r2.ebuild 
b/dev-perl/Math-Random-ISAAC-XS/Math-Random-ISAAC-XS-1.4.0-r2.ebuild
index 078626b748d..df555c82a4b 100644
--- a/dev-perl/Math-Random-ISAAC-XS/Math-Random-ISAAC-XS-1.4.0-r2.ebuild
+++ b/dev-perl/Math-Random-ISAAC-XS/Math-Random-ISAAC-XS-1.4.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,7 @@ DESCRIPTION="C implementation of the ISAAC PRNG algorithm"
 
 LICENSE="public-domain || ( Artistic GPL-1+ )"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="minimal test"
 RESTRICT="!test? ( test )"
 
@@ -43,11 +43,13 @@ PERL_RM_FILES=(
t/release-pod-syntax.t
t/release-portability.t
 )
+
 src_configure() {
unset LD
[[ -n "${CCLD}" ]] && export LD="${CCLD}"
perl-module_src_configure
 }
+
 src_compile() {
./Build --config "optimize=${CFLAGS}" build || die
 }



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-Random/

2021-07-02 Thread Andreas K. Hüttel
commit: 6e3791844168c227a78e3ead587dd295b8032bd0
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Jul  2 20:38:59 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Jul  2 20:43:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e379184

dev-perl/Math-Random: EAPI=8 bump

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 ...th-Random-0.720.0.ebuild => Math-Random-0.720.0-r1.ebuild} | 11 ---
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/dev-perl/Math-Random/Math-Random-0.720.0.ebuild 
b/dev-perl/Math-Random/Math-Random-0.720.0-r1.ebuild
similarity index 65%
rename from dev-perl/Math-Random/Math-Random-0.720.0.ebuild
rename to dev-perl/Math-Random/Math-Random-0.720.0-r1.ebuild
index a17a6eb9740..2d8d6d35f23 100644
--- a/dev-perl/Math-Random/Math-Random-0.720.0.ebuild
+++ b/dev-perl/Math-Random/Math-Random-0.720.0-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=8
 
-MODULE_AUTHOR=GROMMEL
-MODULE_VERSION=0.72
+DIST_AUTHOR=GROMMEL
+DIST_VERSION=0.72
 inherit perl-module
 
 DESCRIPTION="Random Number Generators"
@@ -12,6 +12,3 @@ DESCRIPTION="Random Number Generators"
 LICENSE="( || ( Artistic GPL-2 ) ) public-domain"
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE=""
-
-SRC_TEST="do"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-Random-ISAAC/

2021-07-02 Thread Andreas K. Hüttel
commit: 1f9c608f193c071cfcb8ac1e597a93b57670ee5e
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Jul  2 20:40:38 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Jul  2 20:43:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f9c608f

dev-perl/Math-Random-ISAAC: EAPI=8 bump

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 ...4.0-r1.ebuild => Math-Random-ISAAC-1.4.0-r2.ebuild} | 18 --
 1 file changed, 8 insertions(+), 10 deletions(-)

diff --git a/dev-perl/Math-Random-ISAAC/Math-Random-ISAAC-1.4.0-r1.ebuild 
b/dev-perl/Math-Random-ISAAC/Math-Random-ISAAC-1.4.0-r2.ebuild
similarity index 60%
rename from dev-perl/Math-Random-ISAAC/Math-Random-ISAAC-1.4.0-r1.ebuild
rename to dev-perl/Math-Random-ISAAC/Math-Random-ISAAC-1.4.0-r2.ebuild
index 9ab348819af..4e2c5b4f0c8 100644
--- a/dev-perl/Math-Random-ISAAC/Math-Random-ISAAC-1.4.0-r1.ebuild
+++ b/dev-perl/Math-Random-ISAAC/Math-Random-ISAAC-1.4.0-r2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=8
 
-MODULE_AUTHOR=JAWNSY
-MODULE_VERSION=1.004
+DIST_AUTHOR=JAWNSY
+DIST_VERSION=1.004
 inherit perl-module
 
 DESCRIPTION="Perl interface to the ISAAC PRNG algorithm"
@@ -12,14 +12,12 @@ DESCRIPTION="Perl interface to the ISAAC PRNG algorithm"
 LICENSE="|| ( public-domain MIT Artistic Artistic-2 GPL-1 GPL-2 GPL-3 )"
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
-PDEPEND="dev-perl/Math-Random-ISAAC-XS"
+PDEPEND="
+   dev-perl/Math-Random-ISAAC-XS
+"
 RDEPEND=""
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
test? (
dev-perl/Test-NoWarnings
)"
-
-SRC_TEST="do"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-Random-ISAAC-XS/

2020-09-21 Thread Kent Fredric
commit: 06a60bb388494e02450546b95e976375ad6a11e9
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Sep 21 19:04:39 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Sep 21 20:28:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06a60bb3

dev-perl/Math-Random-ISAAC-XS: -r bump for EAPI7 + Toolchain love

- EAPI7
- Add USE="examples"
- Fix LICENSE
- USE=minimal -ize the RDEP on Math-Random-ISAAC as no code seems to
  directly use it, but some weak dependency is there only as a
  precaution.
- Fix dependencies somewhat
- Parallel tests
- Strip bad tests
- Guard against LD breaking Perl by not being a CCLD ( Set CCLD if
  you know what you're doing )
- Ensure CFLAGS passed to make/compiler

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 .../Math-Random-ISAAC-XS-1.4.0-r2.ebuild   | 53 ++
 1 file changed, 53 insertions(+)

diff --git a/dev-perl/Math-Random-ISAAC-XS/Math-Random-ISAAC-XS-1.4.0-r2.ebuild 
b/dev-perl/Math-Random-ISAAC-XS/Math-Random-ISAAC-XS-1.4.0-r2.ebuild
new file mode 100644
index 000..078626b748d
--- /dev/null
+++ b/dev-perl/Math-Random-ISAAC-XS/Math-Random-ISAAC-XS-1.4.0-r2.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=JAWNSY
+DIST_VERSION=1.004
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="C implementation of the ISAAC PRNG algorithm"
+
+LICENSE="public-domain || ( Artistic GPL-1+ )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="minimal test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   !minimal? (
+   dev-perl/Math-Random-ISAAC
+   )
+"
+DEPEND="dev-perl/Module-Build"
+BDEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-CBuilder
+   virtual/perl-ExtUtils-ParseXS
+   >=dev-perl/Module-Build-0.280.801_rc
+   test? (
+   >=dev-perl/Test-NoWarnings-0.84.0
+   >=virtual/perl-Test-Simple-0.620.0
+   )
+"
+PERL_RM_FILES=(
+   # dubious use for gentoo, maybe one day?
+   t/03memory.t
+   t/05valgrind.t
+   # release only
+   t/04uniform.t
+   t/release-dist-manifest.t
+   t/release-kwalitee.t
+   t/release-pod-coverage.t
+   t/release-pod-syntax.t
+   t/release-portability.t
+)
+src_configure() {
+   unset LD
+   [[ -n "${CCLD}" ]] && export LD="${CCLD}"
+   perl-module_src_configure
+}
+src_compile() {
+   ./Build --config "optimize=${CFLAGS}" build || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-Random-Secure/

2018-08-17 Thread Kent Fredric
commit: ee0578bd8eac32937daadec960c723fec652ca0f
Author: Kent Fredric  gentoo  org>
AuthorDate: Fri Aug 17 06:06:22 2018 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sat Aug 18 01:16:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee0578bd

dev-perl/Math-Random-Secure: Cleanup old version 0.60.0-r1

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/Math-Random-Secure/Manifest   |  1 -
 .../Math-Random-Secure-0.60.0-r1.ebuild| 26 --
 2 files changed, 27 deletions(-)

diff --git a/dev-perl/Math-Random-Secure/Manifest 
b/dev-perl/Math-Random-Secure/Manifest
index 6cc1f8e9c16..b2504d63a26 100644
--- a/dev-perl/Math-Random-Secure/Manifest
+++ b/dev-perl/Math-Random-Secure/Manifest
@@ -1,2 +1 @@
-DIST Math-Random-Secure-0.06.tar.gz 13793 BLAKE2B 
b83d0f6e943d1d03fd68968d39a2464a42508e4a4fa54f7b9c924e4a5a549b1ecf5b7c9313582a4475e41380c6997db96211d6d2e639157e9677d9928e4ec740
 SHA512 
55e94f74608ab2f6acf605ef9244311f1635f291f4aebdeb494a4d962c95052d69eefa7cb8e96b58abc3de178d44ecf222467250626d67969edad0c1d91e6f2a
 DIST Math-Random-Secure-0.080001.tar.gz 17422 BLAKE2B 
b72130c400ffdaeb28c4b415c9c32fadd084931e44da8d3dc3ae087621086a19426c032b96aa59127a332bdc60609fde6de345fa5a9957264c6ee6814d73d1bb
 SHA512 
2092fc01e224ebb438f927f72e835095efdb8790d8f4ef845fc7c4af3e20a05848e7632b0e752221bbe76cebbfa8186638043457ff4f80ff5727a42baec317ce

diff --git a/dev-perl/Math-Random-Secure/Math-Random-Secure-0.60.0-r1.ebuild 
b/dev-perl/Math-Random-Secure/Math-Random-Secure-0.60.0-r1.ebuild
deleted file mode 100644
index feca8a0f86b..000
--- a/dev-perl/Math-Random-Secure/Math-Random-Secure-0.60.0-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=MKANAT
-MODULE_VERSION=0.06
-inherit perl-module
-
-DESCRIPTION="Cryptographically-secure, cross-platform replacement for rand()"
-
-LICENSE="Artistic-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-
-RDEPEND="dev-perl/Any-Moose
-   >=dev-perl/Crypt-Random-Source-0.70
-   >=dev-perl/Math-Random-ISAAC-1.0.1
-   dev-perl/Math-Random-ISAAC-XS"
-DEPEND="${RDEPEND}
-   test? (
-   dev-perl/Test-Warn
-   )"
-
-SRC_TEST="do"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-Random-Secure/

2018-07-15 Thread Thomas Deutschmann
commit: 82ced9f99793ad0382397ab5362b3515536c3c69
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Jul 15 18:48:23 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Jul 15 18:48:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82ced9f9

dev-perl/Math-Random-Secure: x86 stable (bug #661196)

Package-Manager: Portage-2.3.42, Repoman-2.3.9

 dev-perl/Math-Random-Secure/Math-Random-Secure-0.80.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Math-Random-Secure/Math-Random-Secure-0.80.1.ebuild 
b/dev-perl/Math-Random-Secure/Math-Random-Secure-0.80.1.ebuild
index f289aeff9ac..bf7c260914d 100644
--- a/dev-perl/Math-Random-Secure/Math-Random-Secure-0.80.1.ebuild
+++ b/dev-perl/Math-Random-Secure/Math-Random-Secure-0.80.1.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Cryptographically-secure, cross-platform 
replacement for rand()"
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-Random-Secure/

2018-07-15 Thread Mikle Kolyada
commit: 58542c72239c7d8d515f42d73ba5db19185807ac
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jul 15 15:38:19 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jul 15 15:51:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58542c72

dev-perl/Math-Random-Secure: amd64 stable wrt bug #661196

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/Math-Random-Secure/Math-Random-Secure-0.80.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Math-Random-Secure/Math-Random-Secure-0.80.1.ebuild 
b/dev-perl/Math-Random-Secure/Math-Random-Secure-0.80.1.ebuild
index 35fbb53db36..f289aeff9ac 100644
--- a/dev-perl/Math-Random-Secure/Math-Random-Secure-0.80.1.ebuild
+++ b/dev-perl/Math-Random-Secure/Math-Random-Secure-0.80.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ DESCRIPTION="Cryptographically-secure, cross-platform 
replacement for rand()"
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-Random-Secure/

2017-11-01 Thread Kent Fredric
commit: 9fcb671517902962dcfc1e0d47663f6e8d473d53
Author: Kent Fredric  gentoo  org>
AuthorDate: Wed Nov  1 17:19:23 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Wed Nov  1 18:26:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fcb6715

dev-perl/Math-Random-Secure: Bump to version 0.80.1

- EAPI6
- Parallel tests

Upstream:
- Regenerate seed after forking
- move from Any::Moose to Moo
- Fix warnings in newer perls

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-perl/Math-Random-Secure/Manifest   |  1 +
 .../Math-Random-Secure-0.80.1.ebuild   | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/dev-perl/Math-Random-Secure/Manifest 
b/dev-perl/Math-Random-Secure/Manifest
index 76000faffd9..844e31523b5 100644
--- a/dev-perl/Math-Random-Secure/Manifest
+++ b/dev-perl/Math-Random-Secure/Manifest
@@ -1 +1,2 @@
 DIST Math-Random-Secure-0.06.tar.gz 13793 SHA256 
2cb3736cbe34d674df598ffaf6efd9b8546dfecb833041935a13ea41d181220d SHA512 
55e94f74608ab2f6acf605ef9244311f1635f291f4aebdeb494a4d962c95052d69eefa7cb8e96b58abc3de178d44ecf222467250626d67969edad0c1d91e6f2a
 WHIRLPOOL 
3f7e5d7e54e70c5680a0757daaa8f05f5d0b29213901b4f64d2cae49a989f113c785399ae02a78ec0806d3eb98dad34805ee2ca5d40bb2a8b11e7c33c77d4088
+DIST Math-Random-Secure-0.080001.tar.gz 17422 SHA256 
bfa4a4e817eca722067c1ff3da12ab5ab80d6c57daa5e5e7ab9350ca2c71eb35 SHA512 
2092fc01e224ebb438f927f72e835095efdb8790d8f4ef845fc7c4af3e20a05848e7632b0e752221bbe76cebbfa8186638043457ff4f80ff5727a42baec317ce
 WHIRLPOOL 
a0d32bcf750e8746b2e97c2bc0e56baa46b2683e8a662fe0a354c6d05d14f74a52088812d12a774c1371dcf4e1ca744d2ec8f9aaebf83cf8a83a8651f93bdc5b

diff --git a/dev-perl/Math-Random-Secure/Math-Random-Secure-0.80.1.ebuild 
b/dev-perl/Math-Random-Secure/Math-Random-Secure-0.80.1.ebuild
new file mode 100644
index 000..35fbb53db36
--- /dev/null
+++ b/dev-perl/Math-Random-Secure/Math-Random-Secure-0.80.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=FREW
+DIST_VERSION=0.080001
+inherit perl-module
+
+DESCRIPTION="Cryptographically-secure, cross-platform replacement for rand()"
+
+LICENSE="Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+   >=dev-perl/Moo-2.0.0
+   >=dev-perl/Crypt-Random-Source-0.70
+   >=dev-perl/Math-Random-ISAAC-1.1.0
+   dev-perl/Math-Random-ISAAC-XS"
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   dev-perl/List-MoreUtils
+   virtual/perl-Test-Simple
+   dev-perl/Test-SharedFork
+   dev-perl/Test-Warn
+   )
+"
+src_test() {
+   perl_rm_files t/author-*.t t/release-*.t
+   perl-module_src_test
+}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-Random/

2016-06-25 Thread Andreas Hüttel
commit: 873f603ede85e9c1406de23a778a3b77fcc66d69
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jun 25 21:57:51 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sat Jun 25 21:57:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=873f603e

dev-perl/Math-Random: Remove old

Package-Manager: portage-2.3.0_rc1

 dev-perl/Math-Random/Manifest  |  1 -
 dev-perl/Math-Random/Math-Random-0.710.0-r1.ebuild | 18 --
 2 files changed, 19 deletions(-)

diff --git a/dev-perl/Math-Random/Manifest b/dev-perl/Math-Random/Manifest
index 4820066..363ffa7 100644
--- a/dev-perl/Math-Random/Manifest
+++ b/dev-perl/Math-Random/Manifest
@@ -1,2 +1 @@
-DIST Math-Random-0.71.tar.gz 46011 SHA256 
8af09c3d0041d83c3369536ab1e37d3d9707a01e2ed05d2dcc8e096cdf07cc2d SHA512 
2aec6c5ba32ddbea1b9a3361c6b8bb4d0ff0ca69ee03b071dd9156417125e51a2062c001089678e4b12250dfa95dd19662b9d8a21d145481fd4ca34551a79d7b
 WHIRLPOOL 
ae02eb2b043e66ddbf8315a1bf90a8ff8bffa48190932b09031e7f23af187fc399c0ae0c450e9ae95a1fcf61c5b0ec5facbfca9b51fa466fae68c5e3318a60d7
 DIST Math-Random-0.72.tar.gz 46907 SHA256 
be0522328811d96de505d9ebac3d096359026fa8d5c38f7bb999a78ec5bc254c SHA512 
6a24f59ba06b93027fe5907d41a36b2142c20c2813813a34a5adfa9ee06de25902d5f544009f307b518905c614238f63ad3717a1f199513f455f4c53119e2088
 WHIRLPOOL 
877aa51f3d277e9ddd6134bd294b8b33e6a6d1fc0fb770054f7d0f28e3d5212beb1b6754bb38f4609205f3c173c2586fb8550e40f8afa8fcf9cf935a3f5d

diff --git a/dev-perl/Math-Random/Math-Random-0.710.0-r1.ebuild 
b/dev-perl/Math-Random/Math-Random-0.710.0-r1.ebuild
deleted file mode 100644
index 254fa95..000
--- a/dev-perl/Math-Random/Math-Random-0.710.0-r1.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=GROMMEL
-MODULE_VERSION=0.71
-inherit perl-module
-
-DESCRIPTION="Random Number Generators"
-
-LICENSE="( || ( Artistic GPL-2 ) ) public-domain"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-SRC_TEST="do"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-Random/

2016-03-26 Thread Agostino Sarubbo
commit: bf23ecb67245dee91b16807c80b0edf1e669ffd1
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Mar 26 16:38:27 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Mar 26 16:38:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf23ecb6

dev-perl/Math-Random: amd64 stable wrt bug #578254

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-perl/Math-Random/Math-Random-0.720.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Math-Random/Math-Random-0.720.0.ebuild 
b/dev-perl/Math-Random/Math-Random-0.720.0.ebuild
index c235cbb..e011739 100644
--- a/dev-perl/Math-Random/Math-Random-0.720.0.ebuild
+++ b/dev-perl/Math-Random/Math-Random-0.720.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Random Number Generators"
 
 LICENSE="( || ( Artistic GPL-2 ) ) public-domain"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 SRC_TEST="do"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-Random-MT/

2015-12-14 Thread Patrice Clement
commit: c8dfd69f6fdf02d6d11735d6d27dcc7e9317c13d
Author: Patrice Clement  gentoo  org>
AuthorDate: Mon Dec 14 09:58:52 2015 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Dec 14 10:55:12 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8dfd69f

dev-perl/Math-Random-MT: Clean up old.

Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement  gentoo.org>

 dev-perl/Math-Random-MT/Manifest   |  1 -
 .../Math-Random-MT-1.160.0-r1.ebuild   | 24 --
 .../Math-Random-MT/Math-Random-MT-1.170.0.ebuild   |  2 +-
 3 files changed, 1 insertion(+), 26 deletions(-)

diff --git a/dev-perl/Math-Random-MT/Manifest b/dev-perl/Math-Random-MT/Manifest
index 18bf178..d4f3a5a 100644
--- a/dev-perl/Math-Random-MT/Manifest
+++ b/dev-perl/Math-Random-MT/Manifest
@@ -1,2 +1 @@
-DIST Math-Random-MT-1.16.tar.gz 11138 SHA256 
3c13cfd605e6610985c5475d6fa4f55533c205d897d6d18a9f56f5f9cc3c8aca SHA512 
ad2019c847aade876dce0e0c4f309dad39a6b2be18023bfdb5c481b8042230639877c27c01c4f63226d43125e429e616632f38c4d542868bfc55e741dc7ef6ab
 WHIRLPOOL 
be0a35ebe6a440511f864d58fe596f656d2b7c71269a261ec631553a4a53388919573a5a5bd26feed7a3d4a9305271e170110d097d0005ffe38ae9f33eae0a24
 DIST Math-Random-MT-1.17.tar.gz 11999 SHA256 
069a1d98a619cba1f1ab91fbd6edceb642e84e7d162c4f0e2442139037b5b0da SHA512 
46150ae8d1b7a0e24a2d962bb34c4075d9370ab3fe1237a0b44e506f22699bf1674a8299d1c4b708b441d45a29ca1943d0beeb9759c5c832df288d490f1ac889
 WHIRLPOOL 
b484ca74d7072f6b4c9a57c5f3abfb5bb5068264251548224117467f0a3b435eee9e6b66a1db7665d1af4638077debbe30d8ab8ccf3053bf44b5a1b4b39cc587

diff --git a/dev-perl/Math-Random-MT/Math-Random-MT-1.160.0-r1.ebuild 
b/dev-perl/Math-Random-MT/Math-Random-MT-1.160.0-r1.ebuild
deleted file mode 100644
index 8d34c5d..000
--- a/dev-perl/Math-Random-MT/Math-Random-MT-1.160.0-r1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=FANGLY
-MODULE_VERSION=1.16
-inherit perl-module
-
-DESCRIPTION="The Mersenne Twister PRNG"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-DEPEND="
-   test? (
-   dev-perl/Test-Number-Delta
-   )
-"
-
-SRC_TEST=do

diff --git a/dev-perl/Math-Random-MT/Math-Random-MT-1.170.0.ebuild 
b/dev-perl/Math-Random-MT/Math-Random-MT-1.170.0.ebuild
index ef03a6d..4e90e6b 100644
--- a/dev-perl/Math-Random-MT/Math-Random-MT-1.170.0.ebuild
+++ b/dev-perl/Math-Random-MT/Math-Random-MT-1.170.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-Random-MT/

2015-12-14 Thread Patrice Clement
commit: c7c82202b786de01f5ac41b60e6aa8a8fb9ef10a
Author: Patrice Clement  gentoo  org>
AuthorDate: Mon Dec 14 09:58:00 2015 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Dec 14 10:55:02 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7c82202

dev-perl/Math-Random-MT: Version bump.

Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement  gentoo.org>

 dev-perl/Math-Random-MT/Manifest   |  1 +
 .../Math-Random-MT/Math-Random-MT-1.170.0.ebuild   | 24 ++
 2 files changed, 25 insertions(+)

diff --git a/dev-perl/Math-Random-MT/Manifest b/dev-perl/Math-Random-MT/Manifest
index 9be255d..18bf178 100644
--- a/dev-perl/Math-Random-MT/Manifest
+++ b/dev-perl/Math-Random-MT/Manifest
@@ -1 +1,2 @@
 DIST Math-Random-MT-1.16.tar.gz 11138 SHA256 
3c13cfd605e6610985c5475d6fa4f55533c205d897d6d18a9f56f5f9cc3c8aca SHA512 
ad2019c847aade876dce0e0c4f309dad39a6b2be18023bfdb5c481b8042230639877c27c01c4f63226d43125e429e616632f38c4d542868bfc55e741dc7ef6ab
 WHIRLPOOL 
be0a35ebe6a440511f864d58fe596f656d2b7c71269a261ec631553a4a53388919573a5a5bd26feed7a3d4a9305271e170110d097d0005ffe38ae9f33eae0a24
+DIST Math-Random-MT-1.17.tar.gz 11999 SHA256 
069a1d98a619cba1f1ab91fbd6edceb642e84e7d162c4f0e2442139037b5b0da SHA512 
46150ae8d1b7a0e24a2d962bb34c4075d9370ab3fe1237a0b44e506f22699bf1674a8299d1c4b708b441d45a29ca1943d0beeb9759c5c832df288d490f1ac889
 WHIRLPOOL 
b484ca74d7072f6b4c9a57c5f3abfb5bb5068264251548224117467f0a3b435eee9e6b66a1db7665d1af4638077debbe30d8ab8ccf3053bf44b5a1b4b39cc587

diff --git a/dev-perl/Math-Random-MT/Math-Random-MT-1.170.0.ebuild 
b/dev-perl/Math-Random-MT/Math-Random-MT-1.170.0.ebuild
new file mode 100644
index 000..ef03a6d
--- /dev/null
+++ b/dev-perl/Math-Random-MT/Math-Random-MT-1.170.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR=FANGLY
+MODULE_VERSION=1.17
+inherit perl-module
+
+DESCRIPTION="The Mersenne Twister PRNG"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+DEPEND="
+   test? (
+   dev-perl/Test-Number-Delta
+   )
+"
+
+SRC_TEST=do



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-Random/

2015-11-26 Thread Patrice Clement
commit: 412a89d51ca8a0e86c62ce12f5036b3cf115fa4f
Author: Patrice Clement  gentoo  org>
AuthorDate: Thu Nov 26 23:39:16 2015 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Nov 27 01:15:30 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=412a89d5

dev-perl/Math-Random: Version bump.

Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement  gentoo.org>

 dev-perl/Math-Random/Manifest   |  1 +
 dev-perl/Math-Random/Math-Random-0.720.0.ebuild | 18 ++
 2 files changed, 19 insertions(+)

diff --git a/dev-perl/Math-Random/Manifest b/dev-perl/Math-Random/Manifest
index a10649a..4820066 100644
--- a/dev-perl/Math-Random/Manifest
+++ b/dev-perl/Math-Random/Manifest
@@ -1 +1,2 @@
 DIST Math-Random-0.71.tar.gz 46011 SHA256 
8af09c3d0041d83c3369536ab1e37d3d9707a01e2ed05d2dcc8e096cdf07cc2d SHA512 
2aec6c5ba32ddbea1b9a3361c6b8bb4d0ff0ca69ee03b071dd9156417125e51a2062c001089678e4b12250dfa95dd19662b9d8a21d145481fd4ca34551a79d7b
 WHIRLPOOL 
ae02eb2b043e66ddbf8315a1bf90a8ff8bffa48190932b09031e7f23af187fc399c0ae0c450e9ae95a1fcf61c5b0ec5facbfca9b51fa466fae68c5e3318a60d7
+DIST Math-Random-0.72.tar.gz 46907 SHA256 
be0522328811d96de505d9ebac3d096359026fa8d5c38f7bb999a78ec5bc254c SHA512 
6a24f59ba06b93027fe5907d41a36b2142c20c2813813a34a5adfa9ee06de25902d5f544009f307b518905c614238f63ad3717a1f199513f455f4c53119e2088
 WHIRLPOOL 
877aa51f3d277e9ddd6134bd294b8b33e6a6d1fc0fb770054f7d0f28e3d5212beb1b6754bb38f4609205f3c173c2586fb8550e40f8afa8fcf9cf935a3f5d

diff --git a/dev-perl/Math-Random/Math-Random-0.720.0.ebuild 
b/dev-perl/Math-Random/Math-Random-0.720.0.ebuild
new file mode 100644
index 000..c235cbb
--- /dev/null
+++ b/dev-perl/Math-Random/Math-Random-0.720.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR=GROMMEL
+MODULE_VERSION=0.72
+inherit perl-module
+
+DESCRIPTION="Random Number Generators"
+
+LICENSE="( || ( Artistic GPL-2 ) ) public-domain"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+SRC_TEST="do"