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

2021-11-12 Thread Andreas K. Hüttel
commit: ef21eef0c021fec19ed10ffa8703e86365ebc755
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Nov 13 00:08:03 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Nov 13 00:09:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef21eef0

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

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

 .../{Math-Spline-0.20.0.ebuild => Math-Spline-0.20.0-r1.ebuild}   | 8 +++-
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/dev-perl/Math-Spline/Math-Spline-0.20.0.ebuild 
b/dev-perl/Math-Spline/Math-Spline-0.20.0-r1.ebuild
similarity index 80%
rename from dev-perl/Math-Spline/Math-Spline-0.20.0.ebuild
rename to dev-perl/Math-Spline/Math-Spline-0.20.0-r1.ebuild
index 64616bb2355..7280a5623db 100644
--- a/dev-perl/Math-Spline/Math-Spline-0.20.0.ebuild
+++ b/dev-perl/Math-Spline/Math-Spline-0.20.0-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=CHORNY
 DIST_VERSION=0.02
@@ -11,15 +11,13 @@ DESCRIPTION="Cubic Spline Interpolation of data"
 
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
 RDEPEND="
dev-perl/Math-Derivative
virtual/perl-Carp
>=virtual/perl-Exporter-5.570.0
 "
-DEPEND="
+BDEPEND="
virtual/perl-ExtUtils-MakeMaker
test? (
virtual/perl-Test-Simple



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-Spline/files/, dev-perl/Math-Spline/

2016-03-26 Thread Andreas Hüttel
commit: d1de52c29e45cd9b37e31c62af37bc3226aa4d99
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Mar 26 20:03:11 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sat Mar 26 20:03:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1de52c2

dev-perl/Math-Spline: Remove old

Package-Manager: portage-2.2.28

 dev-perl/Math-Spline/Manifest |  1 -
 dev-perl/Math-Spline/Math-Spline-0.10.0-r1.ebuild | 21 -
 dev-perl/Math-Spline/files/0.01-pod.diff  | 10 --
 3 files changed, 32 deletions(-)

diff --git a/dev-perl/Math-Spline/Manifest b/dev-perl/Math-Spline/Manifest
index 2326460..d54fc09 100644
--- a/dev-perl/Math-Spline/Manifest
+++ b/dev-perl/Math-Spline/Manifest
@@ -1,2 +1 @@
-DIST Math-Spline-0.01.tar.gz 2667 SHA256 
8cb3d5407a0a63edef5d252bb84d5421900e1f277f2f7fd25d9b5d980cf43d72 SHA512 
d3407cb79281a7cc46654cce3497dd95b571bca23f576654a8778cd9d1af4f66f72bf35a9c9e4602ab23aaf116a199bfaf9c3638b0568d6f44ee92303a3029ad
 WHIRLPOOL 
0b28086c5ffe15c204adf04abd5b1cf8c2efe8143194fae29503d4f95b408a1e4a18be78cb3af509a2ff37c2486cf3b25b66aa2621f636aa57a6430950c03bf4
 DIST Math-Spline-0.02.tar.gz 4077 SHA256 
cfd7044483f34e6fa64080bf7c4bc10ff6173410c350066fe65e090c3b81b6e9 SHA512 
089c013cedb5e2a87bd144e6f294a7257cb87763221ad7a9069aec7fdb41b6de9714b3a8f66a7e819c4c08739222808420c685ab02e5a1a881e38b086c945bce
 WHIRLPOOL 
cd987e1e777aa57698a0d2dda4fa1b8de83c7efb570b383be06ded1707199956f2183287edde52572e9396752fc9e4a544f692576c97be8453f5563d4594ebe9

diff --git a/dev-perl/Math-Spline/Math-Spline-0.10.0-r1.ebuild 
b/dev-perl/Math-Spline/Math-Spline-0.10.0-r1.ebuild
deleted file mode 100644
index 028b561..000
--- a/dev-perl/Math-Spline/Math-Spline-0.10.0-r1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=JARW
-MODULE_VERSION=0.01
-inherit perl-module
-
-DESCRIPTION="Cubic Spline Interpolation of data"
-
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="dev-perl/Math-Derivative"
-
-# no tests
-SRC_TEST="no"
-PATCHES=( "${FILESDIR}"/0.01-pod.diff )

diff --git a/dev-perl/Math-Spline/files/0.01-pod.diff 
b/dev-perl/Math-Spline/files/0.01-pod.diff
deleted file mode 100644
index a4b108d..000
--- a/dev-perl/Math-Spline/files/0.01-pod.diff
+++ /dev/null
@@ -1,10 +0,0 @@
-
 libmath-spline-perl-0.01.orig/Spline.pm
-+++ libmath-spline-perl-0.01/Spline.pm
-@@ -1,4 +1,5 @@
- # $Id: Spline.pm,v 1.1 1995/12/26 17:28:17 willijar Exp $
-+
- =head1 NAME
- 
- Math::Spline  - Cubic Spline Interpolation of data
-



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

2016-03-26 Thread Agostino Sarubbo
commit: 36da503cb149588161e520d522745ae5cd93874d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Mar 26 15:49:32 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Mar 26 15:49:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36da503c

dev-perl/Math-Spline: amd64/x86 stable, (ALLARCHES policy) wrt bug #578256

Package-Manager: portage-2.2.26
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-perl/Math-Spline/Math-Spline-0.20.0.ebuild 
b/dev-perl/Math-Spline/Math-Spline-0.20.0.ebuild
index 1904fe0..546f105 100644
--- a/dev-perl/Math-Spline/Math-Spline-0.20.0.ebuild
+++ b/dev-perl/Math-Spline/Math-Spline-0.20.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Cubic Spline Interpolation of data"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="test"
 
 RDEPEND="



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

2016-02-28 Thread Patrice Clement
commit: 987e514e875e4b7124e5cf6fe0b5c10d124f1be2
Author: Kent Fredric  gmail  com>
AuthorDate: Mon Feb 22 08:11:18 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Feb 27 08:39:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=987e514e

dev-perl/Math-Spline: Bump to version 0.20.0

- use EAPI6

Package-Manager: portage-2.2.27

 dev-perl/Math-Spline/Manifest  |  1 +
 dev-perl/Math-Spline/Math-Spline-0.20.0.ebuild | 27 ++
 2 files changed, 28 insertions(+)

diff --git a/dev-perl/Math-Spline/Manifest b/dev-perl/Math-Spline/Manifest
index 84f2863..2326460 100644
--- a/dev-perl/Math-Spline/Manifest
+++ b/dev-perl/Math-Spline/Manifest
@@ -1 +1,2 @@
 DIST Math-Spline-0.01.tar.gz 2667 SHA256 
8cb3d5407a0a63edef5d252bb84d5421900e1f277f2f7fd25d9b5d980cf43d72 SHA512 
d3407cb79281a7cc46654cce3497dd95b571bca23f576654a8778cd9d1af4f66f72bf35a9c9e4602ab23aaf116a199bfaf9c3638b0568d6f44ee92303a3029ad
 WHIRLPOOL 
0b28086c5ffe15c204adf04abd5b1cf8c2efe8143194fae29503d4f95b408a1e4a18be78cb3af509a2ff37c2486cf3b25b66aa2621f636aa57a6430950c03bf4
+DIST Math-Spline-0.02.tar.gz 4077 SHA256 
cfd7044483f34e6fa64080bf7c4bc10ff6173410c350066fe65e090c3b81b6e9 SHA512 
089c013cedb5e2a87bd144e6f294a7257cb87763221ad7a9069aec7fdb41b6de9714b3a8f66a7e819c4c08739222808420c685ab02e5a1a881e38b086c945bce
 WHIRLPOOL 
cd987e1e777aa57698a0d2dda4fa1b8de83c7efb570b383be06ded1707199956f2183287edde52572e9396752fc9e4a544f692576c97be8453f5563d4594ebe9

diff --git a/dev-perl/Math-Spline/Math-Spline-0.20.0.ebuild 
b/dev-perl/Math-Spline/Math-Spline-0.20.0.ebuild
new file mode 100644
index 000..1904fe0
--- /dev/null
+++ b/dev-perl/Math-Spline/Math-Spline-0.20.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=CHORNY
+DIST_VERSION=0.02
+inherit perl-module
+
+DESCRIPTION="Cubic Spline Interpolation of data"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+   dev-perl/Math-Derivative
+   virtual/perl-Carp
+   >=virtual/perl-Exporter-5.570.0
+"
+DEPEND="
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   virtual/perl-Test-Simple
+   )
+"