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

2021-11-12 Thread Andreas K. Hüttel
commit: 7b029d84c829c1f5e1091c2855965b96f14e8be0
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Nov 12 23:58:40 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Nov 13 00:08:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b029d84

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

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

 dev-perl/Math-Libm/Math-Libm-1.0.0-r1.ebuild | 21 +
 dev-perl/Math-Libm/Math-Libm-1.0.0.ebuild| 20 
 2 files changed, 21 insertions(+), 20 deletions(-)

diff --git a/dev-perl/Math-Libm/Math-Libm-1.0.0-r1.ebuild 
b/dev-perl/Math-Libm/Math-Libm-1.0.0-r1.ebuild
new file mode 100644
index 000..63e4ca3be87
--- /dev/null
+++ b/dev-perl/Math-Libm/Math-Libm-1.0.0-r1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=DSLEWART
+DIST_VERSION=1.00
+inherit perl-module
+
+DESCRIPTION="wrapper to libm functions"
+
+SLOT="0"
+KEYWORDS="~amd64 x86"
+
+RDEPEND="
+   virtual/perl-AutoLoader
+   virtual/perl-Carp
+"
+BDEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+"

diff --git a/dev-perl/Math-Libm/Math-Libm-1.0.0.ebuild 
b/dev-perl/Math-Libm/Math-Libm-1.0.0.ebuild
deleted file mode 100644
index df9096778c1..000
--- a/dev-perl/Math-Libm/Math-Libm-1.0.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR="DSLEWART"
-DIST_VERSION="1.00"
-inherit perl-module
-
-DESCRIPTION="wrapper to libm functions"
-
-SLOT="0"
-KEYWORDS="~amd64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="virtual/perl-AutoLoader
-   virtual/perl-Carp"
-DEPEND="${RDEPEND}
-   virtual/perl-ExtUtils-MakeMaker"



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

2018-04-03 Thread Jonas Stein
commit: ca909b6778be173fed76ccc23703625620e96755
Author: Jonas Stein  gentoo  org>
AuthorDate: Tue Apr  3 15:06:03 2018 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Tue Apr  3 15:27:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca909b67

dev-perl/Math-Libm: Maintainer retired

Proxied maintainer was retired due to inactivity.
Bug: https://bugs.gentoo.org/632854
Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-perl/Math-Libm/metadata.xml | 8 
 1 file changed, 8 deletions(-)

diff --git a/dev-perl/Math-Libm/metadata.xml b/dev-perl/Math-Libm/metadata.xml
index c0ad84dd1a5..22711e8ca9a 100644
--- a/dev-perl/Math-Libm/metadata.xml
+++ b/dev-perl/Math-Libm/metadata.xml
@@ -1,18 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   tombo...@sina.cn
-   Proxy-Maintainer; please assign him to bugs.
-   

p...@gentoo.org
Gentoo Perl Project

-   
-   proxy-ma...@gentoo.org
-   Gentoo Proxy Maintainers Project
-   

Math-Libm
Math::Libm



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

2017-10-26 Thread Thomas Deutschmann
commit: c1880ebb7db64032dcb652eb3b37a77cb1404396
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Oct 26 20:07:51 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Oct 26 20:17:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1880ebb

dev-perl/Math-Libm: x86 stable (bug #632664)

Package-Manager: Portage-2.3.11, Repoman-2.3.3

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

diff --git a/dev-perl/Math-Libm/Math-Libm-1.0.0.ebuild 
b/dev-perl/Math-Libm/Math-Libm-1.0.0.ebuild
index f68ec4a35b7..adbe6845614 100644
--- a/dev-perl/Math-Libm/Math-Libm-1.0.0.ebuild
+++ b/dev-perl/Math-Libm/Math-Libm-1.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="wrapper to libm functions"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="test"
 
 RDEPEND="virtual/perl-AutoLoader



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

2016-04-03 Thread Andreas Hüttel
commit: b5f79487b1bc3feb18d6e2b0c17db715a111c93d
Author: Matthew Brewer  sina  cn>
AuthorDate: Wed Mar 30 23:04:40 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sun Apr  3 21:23:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5f79487

dev-perl/Math-Libm: initial ebuild, version 1.0.0

Package-Manager: portage-2.2.28
RepoMan-Options: --ignore-arches

 dev-perl/Math-Libm/Manifest   |  1 +
 dev-perl/Math-Libm/Math-Libm-1.0.0.ebuild | 20 
 dev-perl/Math-Libm/metadata.xml   | 20 
 3 files changed, 41 insertions(+)

diff --git a/dev-perl/Math-Libm/Manifest b/dev-perl/Math-Libm/Manifest
new file mode 100644
index 000..4a6f18c
--- /dev/null
+++ b/dev-perl/Math-Libm/Manifest
@@ -0,0 +1 @@
+DIST Math-Libm-1.00.tar.gz 4554 SHA256 
bfd309f283ac8cb9bf00af8c7c3a10bf25abfd642861c2022efaff0a4a52c276 SHA512 
17a1f38e32a82ec9a0307033920559dfe554fdae43b9fefffd7dc0ff690b6c5018079bded8554135da8546ccaf8dc0890e7e9b9a1e3845e53d46c993cec11540
 WHIRLPOOL 
09220baab48f6e907db3f7cca0770a85c7c3ae0c76bfe9d02058d848f388eb0594616cf17f04670ebfcbfbc6937e5031ebbc739b3bb607faf2bdb96903a1f4c0

diff --git a/dev-perl/Math-Libm/Math-Libm-1.0.0.ebuild 
b/dev-perl/Math-Libm/Math-Libm-1.0.0.ebuild
new file mode 100644
index 000..6defa7d
--- /dev/null
+++ b/dev-perl/Math-Libm/Math-Libm-1.0.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR="DSLEWART"
+DIST_VERSION="1.00"
+inherit perl-module
+
+DESCRIPTION="wrapper to libm functions"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="virtual/perl-AutoLoader
+   virtual/perl-Carp"
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker"

diff --git a/dev-perl/Math-Libm/metadata.xml b/dev-perl/Math-Libm/metadata.xml
new file mode 100644
index 000..c0ad84d
--- /dev/null
+++ b/dev-perl/Math-Libm/metadata.xml
@@ -0,0 +1,20 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   tombo...@sina.cn
+   Proxy-Maintainer; please assign him to bugs.
+   
+   
+   p...@gentoo.org
+   Gentoo Perl Project
+   
+   
+   proxy-ma...@gentoo.org
+   Gentoo Proxy Maintainers Project
+   
+   
+   Math-Libm
+   Math::Libm
+   
+