public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-Utils/
@ 2017-11-01 18:29 Kent Fredric
  0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2017-11-01 18:29 UTC (permalink / raw
  To: gentoo-commits

commit:     9b36f4ad1dc5b40e1a0a5515df92d35a1bcdd16a
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Nov  1 15:06:51 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Nov  1 18:25:54 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b36f4ad

dev-perl/Math-Utils: Add w/ version 1.10.0

Required by newer dev-perl/Math-Derivative

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-perl/Math-Utils/Manifest                  |  1 +
 dev-perl/Math-Utils/Math-Utils-1.110.0.ebuild | 25 +++++++++++++++++++++++++
 dev-perl/Math-Utils/metadata.xml              | 12 ++++++++++++
 3 files changed, 38 insertions(+)

diff --git a/dev-perl/Math-Utils/Manifest b/dev-perl/Math-Utils/Manifest
new file mode 100644
index 00000000000..e1be5ba3b0c
--- /dev/null
+++ b/dev-perl/Math-Utils/Manifest
@@ -0,0 +1 @@
+DIST Math-Utils-1.11.tar.gz 24077 SHA256 50aebae583d58eec5fec23acf1734088dab6c9646758bf3f560edc21c612a371 SHA512 047cb1a1e4bc7794dba4bd2d50cc0092b6cd6f5bf4567a693a386009ab9b104c2b56e82cff98bd1e3567311e7e1438addb5e88a09157c075705a00ade349bf9f WHIRLPOOL 47273dad1f755c686e4285ba83179a8d94ae29e91d8a97b10a244b80c80de8f32c38553145b3e2fad02059da28b89a1044735c8ec29108431d6c506d12c534ac

diff --git a/dev-perl/Math-Utils/Math-Utils-1.110.0.ebuild b/dev-perl/Math-Utils/Math-Utils-1.110.0.ebuild
new file mode 100644
index 00000000000..fb0ebea542d
--- /dev/null
+++ b/dev-perl/Math-Utils/Math-Utils-1.110.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=JGAMBLE
+DIST_VERSION=1.11
+inherit perl-module
+
+DESCRIPTION="Useful mathematical functions not in Perl"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+	dev-perl/Module-Build
+	test? (
+		virtual/perl-Test-Simple
+	)
+"
+src_test() {
+	perl_rm_files t/pod.t t/manifest.t
+	perl-module_src_test
+}

diff --git a/dev-perl/Math-Utils/metadata.xml b/dev-perl/Math-Utils/metadata.xml
new file mode 100644
index 00000000000..6640717bd17
--- /dev/null
+++ b/dev-perl/Math-Utils/metadata.xml
@@ -0,0 +1,12 @@
+<?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-Utils</remote-id>
+    <remote-id type="cpan-module">Math::Utils</remote-id>
+  </upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-Utils/
@ 2018-07-15 15:51 Mikle Kolyada
  0 siblings, 0 replies; 6+ messages in thread
From: Mikle Kolyada @ 2018-07-15 15:51 UTC (permalink / raw
  To: gentoo-commits

commit:     c0c6dd21b67a2df882e9ba1581253c4d15e1b1c8
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 15 15:36:09 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Jul 15 15:50:57 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0c6dd21

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

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/Math-Utils/Math-Utils-1.110.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Math-Utils/Math-Utils-1.110.0.ebuild b/dev-perl/Math-Utils/Math-Utils-1.110.0.ebuild
index fb0ebea542d..f55ecb6607a 100644
--- a/dev-perl/Math-Utils/Math-Utils-1.110.0.ebuild
+++ b/dev-perl/Math-Utils/Math-Utils-1.110.0.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
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Useful mathematical functions not in Perl"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="test"
 
 RDEPEND=""


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-Utils/
@ 2018-07-15 18:55 Thomas Deutschmann
  0 siblings, 0 replies; 6+ messages in thread
From: Thomas Deutschmann @ 2018-07-15 18:55 UTC (permalink / raw
  To: gentoo-commits

commit:     c80e8a5d55fcd13b51905aad9bbc28ea9b850ad9
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 15 18:46:55 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Jul 15 18:46:55 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c80e8a5d

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

Package-Manager: Portage-2.3.42, Repoman-2.3.9

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

diff --git a/dev-perl/Math-Utils/Math-Utils-1.110.0.ebuild b/dev-perl/Math-Utils/Math-Utils-1.110.0.ebuild
index f55ecb6607a..ae0dcdc77c0 100644
--- a/dev-perl/Math-Utils/Math-Utils-1.110.0.ebuild
+++ b/dev-perl/Math-Utils/Math-Utils-1.110.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Useful mathematical functions not in Perl"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="test"
 
 RDEPEND=""


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-Utils/
@ 2021-07-03 19:59 Andreas K. Hüttel
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas K. Hüttel @ 2021-07-03 19:59 UTC (permalink / raw
  To: gentoo-commits

commit:     45597c1c763f072aabb2f9d5e5928b66692a606a
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  3 19:56:09 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Jul  3 19:59:10 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45597c1c

dev-perl/Math-Utils: Version bump 1.14

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

 dev-perl/Math-Utils/Manifest                  |  1 +
 dev-perl/Math-Utils/Math-Utils-1.140.0.ebuild | 19 +++++++++++++++++++
 2 files changed, 20 insertions(+)

diff --git a/dev-perl/Math-Utils/Manifest b/dev-perl/Math-Utils/Manifest
index 3044ac96bd7..f22bac201b2 100644
--- a/dev-perl/Math-Utils/Manifest
+++ b/dev-perl/Math-Utils/Manifest
@@ -1 +1,2 @@
 DIST Math-Utils-1.11.tar.gz 24077 BLAKE2B 047a2c79da50f62a793de408b652896db3409a2954b888d6edaaec6ba053098641f979d37a44475cea9b9d312532ef9a5c2d403ada12c73a728d59df38618e43 SHA512 047cb1a1e4bc7794dba4bd2d50cc0092b6cd6f5bf4567a693a386009ab9b104c2b56e82cff98bd1e3567311e7e1438addb5e88a09157c075705a00ade349bf9f
+DIST Math-Utils-1.14.tar.gz 32735 BLAKE2B c5fc1691b70270928b69821afdcd4e498ab991f3122afd1a007e03659779709ae41af7eb69aa8acc6f9150390665c9bf9d6b2af750c7b2defe107ad406219fd7 SHA512 b9e011a4b17eaa452de4ab978c87c593bf0195124fbc2d30a322bc4a571960686cc1b4b6a98ec5c90739569b77324bf0a239dafe52bdea28e0b0c7af18aca753

diff --git a/dev-perl/Math-Utils/Math-Utils-1.140.0.ebuild b/dev-perl/Math-Utils/Math-Utils-1.140.0.ebuild
new file mode 100644
index 00000000000..db06f570173
--- /dev/null
+++ b/dev-perl/Math-Utils/Math-Utils-1.140.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=JGAMBLE
+DIST_VERSION=1.14
+inherit perl-module
+
+DESCRIPTION="Useful mathematical functions not in Perl"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=""
+BDEPEND="${RDEPEND}
+	>=dev-perl/Module-Build-0.400.0
+"
+
+PERL_RM_FILES=( t/pod.t t/manifest.t )


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-Utils/
@ 2021-08-07  5:10 Agostino Sarubbo
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo @ 2021-08-07  5:10 UTC (permalink / raw
  To: gentoo-commits

commit:     8124c92b5939254f8b67034fd39246ae62776ad6
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  7 05:09:35 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Aug  7 05:09:35 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8124c92b

dev-perl/Math-Utils: amd64 stable wrt bug #806629

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

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

diff --git a/dev-perl/Math-Utils/Math-Utils-1.140.0.ebuild b/dev-perl/Math-Utils/Math-Utils-1.140.0.ebuild
index db06f570173..81a7deb88f1 100644
--- a/dev-perl/Math-Utils/Math-Utils-1.140.0.ebuild
+++ b/dev-perl/Math-Utils/Math-Utils-1.140.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Useful mathematical functions not in Perl"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 RDEPEND=""
 BDEPEND="${RDEPEND}


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-Utils/
@ 2021-11-13  0:09 Andreas K. Hüttel
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas K. Hüttel @ 2021-11-13  0:09 UTC (permalink / raw
  To: gentoo-commits

commit:     414dc4acb14a0a3e8d03969e32abf02a3df519b2
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 13 00:08:33 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Nov 13 00:09:16 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=414dc4ac

dev-perl/Math-Utils: Remove old

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

 dev-perl/Math-Utils/Manifest                  |  1 -
 dev-perl/Math-Utils/Math-Utils-1.110.0.ebuild | 26 --------------------------
 2 files changed, 27 deletions(-)

diff --git a/dev-perl/Math-Utils/Manifest b/dev-perl/Math-Utils/Manifest
index f22bac201b2..e7ed16a1cf6 100644
--- a/dev-perl/Math-Utils/Manifest
+++ b/dev-perl/Math-Utils/Manifest
@@ -1,2 +1 @@
-DIST Math-Utils-1.11.tar.gz 24077 BLAKE2B 047a2c79da50f62a793de408b652896db3409a2954b888d6edaaec6ba053098641f979d37a44475cea9b9d312532ef9a5c2d403ada12c73a728d59df38618e43 SHA512 047cb1a1e4bc7794dba4bd2d50cc0092b6cd6f5bf4567a693a386009ab9b104c2b56e82cff98bd1e3567311e7e1438addb5e88a09157c075705a00ade349bf9f
 DIST Math-Utils-1.14.tar.gz 32735 BLAKE2B c5fc1691b70270928b69821afdcd4e498ab991f3122afd1a007e03659779709ae41af7eb69aa8acc6f9150390665c9bf9d6b2af750c7b2defe107ad406219fd7 SHA512 b9e011a4b17eaa452de4ab978c87c593bf0195124fbc2d30a322bc4a571960686cc1b4b6a98ec5c90739569b77324bf0a239dafe52bdea28e0b0c7af18aca753

diff --git a/dev-perl/Math-Utils/Math-Utils-1.110.0.ebuild b/dev-perl/Math-Utils/Math-Utils-1.110.0.ebuild
deleted file mode 100644
index 4ab4e270a8d..00000000000
--- a/dev-perl/Math-Utils/Math-Utils-1.110.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=JGAMBLE
-DIST_VERSION=1.11
-inherit perl-module
-
-DESCRIPTION="Useful mathematical functions not in Perl"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-	dev-perl/Module-Build
-	test? (
-		virtual/perl-Test-Simple
-	)
-"
-src_test() {
-	perl_rm_files t/pod.t t/manifest.t
-	perl-module_src_test
-}


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-11-13  0:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-03 19:59 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-Utils/ Andreas K. Hüttel
  -- strict thread matches above, loose matches on Subject: below --
2021-11-13  0:09 Andreas K. Hüttel
2021-08-07  5:10 Agostino Sarubbo
2018-07-15 18:55 Thomas Deutschmann
2018-07-15 15:51 Mikle Kolyada
2017-11-01 18:29 Kent Fredric

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox