[gentoo-commits] repo/gentoo:master commit in: dev-perl/Statistics-Descriptive/

2024-05-02 Thread Andreas K. Hüttel
commit: 434b3a28007e016cf173ed5726f92e9697017355
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu May  2 06:28:25 2024 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Thu May  2 06:28:51 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=434b3a28

dev-perl/Statistics-Descriptive: add 3.80.100

Signed-off-by: Andreas K. Hüttel  gentoo.org>

 dev-perl/Statistics-Descriptive/Manifest   |  1 +
 .../Statistics-Descriptive-3.80.100.ebuild | 31 ++
 2 files changed, 32 insertions(+)

diff --git a/dev-perl/Statistics-Descriptive/Manifest 
b/dev-perl/Statistics-Descriptive/Manifest
index d3da521501d6..1b331fb80480 100644
--- a/dev-perl/Statistics-Descriptive/Manifest
+++ b/dev-perl/Statistics-Descriptive/Manifest
@@ -1 +1,2 @@
 DIST Statistics-Descriptive-3.0800.tar.gz 53611 BLAKE2B 
efefcffbb83b153d7211756b30e5e00447f3aaec768f4849601f3c5b83c4ca60cdb56f15c5ff95f2fff23045764fef31e813b961a8e886506da1d71983ae6f8d
 SHA512 
691a99aca4214149d14c770d71b5d97eaefa2690698b0234b11ed33d7bdbc21e9b478941bb8fa46886ea3362f432eb744a3a3b3607f3d3fe189c4256884efdec
+DIST Statistics-Descriptive-3.0801.tar.gz 54174 BLAKE2B 
edb1e8e8a693f8c31e7df5336a0683f696772fed68dec0a6ade50c50be026e51534ddd44748a0b71eeadf69648a19bb1ae6d1524be087f9d9d5ca00ece6995f0
 SHA512 
e5901ed4f53807a53779113ad9288549dcf06618d2a81009f388edce0ead9f1178ce63eea07c0a427a3f00b6216f6e211cc2ca9b1c5fa91c82e4994343a33f35

diff --git 
a/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.80.100.ebuild 
b/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.80.100.ebuild
new file mode 100644
index ..fd6cd7e3b44d
--- /dev/null
+++ b/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.80.100.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=SHLOMIF
+DIST_VERSION=3.0801
+DIST_EXAMPLES=( "examples/*" )
+inherit perl-module
+
+DESCRIPTION="Module of basic descriptive statistical functions"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+RDEPEND="
+   virtual/perl-Carp
+   dev-perl/List-MoreUtils
+   virtual/perl-Scalar-List-Utils
+"
+BDEPEND="${RDEPEND}
+   >=dev-perl/Module-Build-0.280.0
+   test? ( virtual/perl-Test-Simple )
+"
+
+mydoc="UserSurvey.txt"
+
+src_test() {
+   perl_rm_files "t/pod-coverage.t" "t/pod.t" "t/cpan-changes.t" 
"t/style-trailing-space.t"
+   perl-module_src_test
+}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Statistics-Descriptive/

2021-12-06 Thread Andreas K. Hüttel
commit: 80821c76325e4babbeacc7f491c003116d546b63
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Mon Dec  6 13:50:26 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Mon Dec  6 15:13:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80821c76

dev-perl/Statistics-Descriptive: Remove old

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

 dev-perl/Statistics-Descriptive/Manifest   |  1 -
 .../Statistics-Descriptive-3.61.200.ebuild | 38 --
 2 files changed, 39 deletions(-)

diff --git a/dev-perl/Statistics-Descriptive/Manifest 
b/dev-perl/Statistics-Descriptive/Manifest
index d8e5feaea8d4..d3da521501d6 100644
--- a/dev-perl/Statistics-Descriptive/Manifest
+++ b/dev-perl/Statistics-Descriptive/Manifest
@@ -1,2 +1 @@
-DIST Statistics-Descriptive-3.0612.tar.gz 45929 BLAKE2B 
db9fd041f1182ac780ec2b803cd8377e04f56a9596da5d7e791a3f0b2f40490333e4f7844356b72464bf1c2169a689f3862306621546cdf4422732129e992eca
 SHA512 
1157c0259a376f44363861c515ef56a25cf5a496d67faea546e225751d39c3529f9aa7d1bd021e2e399d5e884e7f5372df67249fe4f5607a6bdd806235503d46
 DIST Statistics-Descriptive-3.0800.tar.gz 53611 BLAKE2B 
efefcffbb83b153d7211756b30e5e00447f3aaec768f4849601f3c5b83c4ca60cdb56f15c5ff95f2fff23045764fef31e813b961a8e886506da1d71983ae6f8d
 SHA512 
691a99aca4214149d14c770d71b5d97eaefa2690698b0234b11ed33d7bdbc21e9b478941bb8fa46886ea3362f432eb744a3a3b3607f3d3fe189c4256884efdec

diff --git 
a/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.61.200.ebuild 
b/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.61.200.ebuild
deleted file mode 100644
index 5e3331b9688b..
--- a/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.61.200.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=SHLOMIF
-DIST_VERSION=3.0612
-inherit perl-module
-
-DESCRIPTION="Module of basic descriptive statistical functions"
-
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="test examples"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   virtual/perl-Carp
-   dev-perl/List-MoreUtils
-   virtual/perl-Scalar-List-Utils
-"
-DEPEND="${RDEPEND}
-   >=dev-perl/Module-Build-0.360.0
-   test? ( virtual/perl-Test-Simple )
-"
-mydoc="UserSurvey.txt"
-
-src_test() {
-   perl_rm_files "t/pod-coverage.t" "t/pod.t" "t/cpan-changes.t" 
"t/style-trailing-space.t"
-   perl-module_src_test
-}
-src_install() {
-   perl-module_src_install
-   if use examples; then
-   docompress -x /usr/share/doc/${PF}/examples/
-   dodoc -r examples
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Statistics-Descriptive-Discrete/

2021-12-06 Thread Andreas K. Hüttel
commit: 5bb203949f0d647a3866473996691b0b877e5ac3
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Mon Dec  6 13:50:58 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Mon Dec  6 15:13:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bb20394

dev-perl/Statistics-Descriptive-Discrete: Remove old

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

 dev-perl/Statistics-Descriptive-Discrete/Manifest|  1 -
 .../Statistics-Descriptive-Discrete-0.70.0-r1.ebuild | 16 
 2 files changed, 17 deletions(-)

diff --git a/dev-perl/Statistics-Descriptive-Discrete/Manifest 
b/dev-perl/Statistics-Descriptive-Discrete/Manifest
index 50307a03734b..03f1d630a4a2 100644
--- a/dev-perl/Statistics-Descriptive-Discrete/Manifest
+++ b/dev-perl/Statistics-Descriptive-Discrete/Manifest
@@ -1,2 +1 @@
-DIST Statistics-Descriptive-Discrete-0.07.tar.gz 6889 BLAKE2B 
73e89cdff3d5e70fe95a579c382a73a7fcef3330345cfbd996a22e25992d88372c9c0d1702a82718ba7e2027a8e518d139ac42a60955cf959bd1ac6c9e9ab6c5
 SHA512 
a751b25efbf352102af841e0b46966f70a003256167b4f8e281520c971c9aa9c9c87d8f8194febc24f740feb75a61072f80f7bd1d28b6d9d41f5d198b46177a8
 DIST Statistics-Descriptive-Discrete-0.12.tar.gz 25644 BLAKE2B 
a8ec97bff330d8f0946d294d7ff0277b10d0828c6aa0211c78eaf8eb161b14631d6162f1ac624da5fab43b1e54ba3b6ccda0cbc3941fa21be07b9c25f8ff591c
 SHA512 
08cef28f532eb7a7c11e6f63eae4acf2085cbabe279e9a20f06ca3154c9c63f9133429f249cdf16ad347398cd124c34ef827c6f03fc093b2b00b3ab6df08

diff --git 
a/dev-perl/Statistics-Descriptive-Discrete/Statistics-Descriptive-Discrete-0.70.0-r1.ebuild
 
b/dev-perl/Statistics-Descriptive-Discrete/Statistics-Descriptive-Discrete-0.70.0-r1.ebuild
deleted file mode 100644
index d6b14cff2dbc..
--- 
a/dev-perl/Statistics-Descriptive-Discrete/Statistics-Descriptive-Discrete-0.70.0-r1.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=RHETTBULL
-MODULE_VERSION=0.07
-inherit perl-module
-
-DESCRIPTION="Statistics-Descriptive-Discrete module"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc sparc x86"
-IUSE=""
-
-SRC_TEST=do



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Statistics-Descriptive/

2021-10-16 Thread Sam James
commit: cb933f0e908e794ed2d4b0e0d5b6129865617dca
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 16 21:59:13 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 16 21:59:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb933f0e

dev-perl/Statistics-Descriptive: Stabilize 3.80.0 amd64, #817566

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

 dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.80.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.80.0.ebuild 
b/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.80.0.ebuild
index 1571f176c02..a7b840cbce9 100644
--- a/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.80.0.ebuild
+++ b/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.80.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Module of basic descriptive statistical functions"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc x86"
 
 RDEPEND="
virtual/perl-Carp



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Statistics-Descriptive-Discrete/

2021-10-12 Thread Agostino Sarubbo
commit: f3486311e3b85c4b05156c520a32a935e7eb79b9
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Oct 12 07:09:53 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Oct 12 07:10:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3486311

dev-perl/Statistics-Descriptive-Discrete: amd64 stable wrt bug #817542

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

 .../Statistics-Descriptive-Discrete-0.120.0.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-perl/Statistics-Descriptive-Discrete/Statistics-Descriptive-Discrete-0.120.0.ebuild
 
b/dev-perl/Statistics-Descriptive-Discrete/Statistics-Descriptive-Discrete-0.120.0.ebuild
index 9ff18e408a5..9f56a71407e 100644
--- 
a/dev-perl/Statistics-Descriptive-Discrete/Statistics-Descriptive-Discrete-0.120.0.ebuild
+++ 
b/dev-perl/Statistics-Descriptive-Discrete/Statistics-Descriptive-Discrete-0.120.0.ebuild
@@ -10,4 +10,4 @@ inherit perl-module
 DESCRIPTION="Statistics-Descriptive-Discrete module"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc sparc x86"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc sparc x86"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Statistics-Descriptive-Discrete/

2021-10-11 Thread Agostino Sarubbo
commit: c16b1586ba4780de88c291ed4695fa65ecadf9d1
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Oct 11 06:32:48 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Oct 11 06:32:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c16b1586

dev-perl/Statistics-Descriptive-Discrete: sparc stable wrt bug #817542

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 .../Statistics-Descriptive-Discrete-0.120.0.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-perl/Statistics-Descriptive-Discrete/Statistics-Descriptive-Discrete-0.120.0.ebuild
 
b/dev-perl/Statistics-Descriptive-Discrete/Statistics-Descriptive-Discrete-0.120.0.ebuild
index 069206b8a04..9ff18e408a5 100644
--- 
a/dev-perl/Statistics-Descriptive-Discrete/Statistics-Descriptive-Discrete-0.120.0.ebuild
+++ 
b/dev-perl/Statistics-Descriptive-Discrete/Statistics-Descriptive-Discrete-0.120.0.ebuild
@@ -10,4 +10,4 @@ inherit perl-module
 DESCRIPTION="Statistics-Descriptive-Discrete module"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc sparc x86"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Statistics-Descriptive/

2021-10-10 Thread Sam James
commit: ae440fac593e781e6d379cdb1a60ee96eee44e1f
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 04:17:22 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 04:17:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae440fac

dev-perl/Statistics-Descriptive: Stabilize 3.80.0 x86, #817566

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

 dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.80.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.80.0.ebuild 
b/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.80.0.ebuild
index 91c6fcf9552..1571f176c02 100644
--- a/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.80.0.ebuild
+++ b/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.80.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Module of basic descriptive statistical functions"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 
 RDEPEND="
virtual/perl-Carp



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Statistics-Descriptive-Discrete/

2021-10-10 Thread Sam James
commit: 161117fe5827ce223265aa91c4649edfbaa510f2
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 04:17:04 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 04:17:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=161117fe

dev-perl/Statistics-Descriptive-Discrete: Stabilize 0.120.0 x86, #817542

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

 .../Statistics-Descriptive-Discrete-0.120.0.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-perl/Statistics-Descriptive-Discrete/Statistics-Descriptive-Discrete-0.120.0.ebuild
 
b/dev-perl/Statistics-Descriptive-Discrete/Statistics-Descriptive-Discrete-0.120.0.ebuild
index e02cd30451e..069206b8a04 100644
--- 
a/dev-perl/Statistics-Descriptive-Discrete/Statistics-Descriptive-Discrete-0.120.0.ebuild
+++ 
b/dev-perl/Statistics-Descriptive-Discrete/Statistics-Descriptive-Discrete-0.120.0.ebuild
@@ -10,4 +10,4 @@ inherit perl-module
 DESCRIPTION="Statistics-Descriptive-Discrete module"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc x86"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Statistics-Descriptive/

2021-08-09 Thread Andreas K. Hüttel
commit: 7eb932e392ea08dbcf34842baca21a1af7754b45
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Mon Aug  9 20:22:46 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Mon Aug  9 20:31:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7eb932e3

dev-perl/Statistics-Descriptive: Version bump 3.0800

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

 dev-perl/Statistics-Descriptive/Manifest   |  1 +
 .../Statistics-Descriptive-3.80.0.ebuild   | 31 ++
 2 files changed, 32 insertions(+)

diff --git a/dev-perl/Statistics-Descriptive/Manifest 
b/dev-perl/Statistics-Descriptive/Manifest
index fb7b07be7da..d8e5feaea8d 100644
--- a/dev-perl/Statistics-Descriptive/Manifest
+++ b/dev-perl/Statistics-Descriptive/Manifest
@@ -1 +1,2 @@
 DIST Statistics-Descriptive-3.0612.tar.gz 45929 BLAKE2B 
db9fd041f1182ac780ec2b803cd8377e04f56a9596da5d7e791a3f0b2f40490333e4f7844356b72464bf1c2169a689f3862306621546cdf4422732129e992eca
 SHA512 
1157c0259a376f44363861c515ef56a25cf5a496d67faea546e225751d39c3529f9aa7d1bd021e2e399d5e884e7f5372df67249fe4f5607a6bdd806235503d46
+DIST Statistics-Descriptive-3.0800.tar.gz 53611 BLAKE2B 
efefcffbb83b153d7211756b30e5e00447f3aaec768f4849601f3c5b83c4ca60cdb56f15c5ff95f2fff23045764fef31e813b961a8e886506da1d71983ae6f8d
 SHA512 
691a99aca4214149d14c770d71b5d97eaefa2690698b0234b11ed33d7bdbc21e9b478941bb8fa46886ea3362f432eb744a3a3b3607f3d3fe189c4256884efdec

diff --git 
a/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.80.0.ebuild 
b/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.80.0.ebuild
new file mode 100644
index 000..91c6fcf9552
--- /dev/null
+++ b/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.80.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=SHLOMIF
+DIST_VERSION=3.0800
+DIST_EXAMPLES=( "examples/*" )
+inherit perl-module
+
+DESCRIPTION="Module of basic descriptive statistical functions"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+RDEPEND="
+   virtual/perl-Carp
+   dev-perl/List-MoreUtils
+   virtual/perl-Scalar-List-Utils
+"
+BDEPEND="${RDEPEND}
+   >=dev-perl/Module-Build-0.280.0
+   test? ( virtual/perl-Test-Simple )
+"
+
+mydoc="UserSurvey.txt"
+
+src_test() {
+   perl_rm_files "t/pod-coverage.t" "t/pod.t" "t/cpan-changes.t" 
"t/style-trailing-space.t"
+   perl-module_src_test
+}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Statistics-Descriptive-Discrete/

2021-08-09 Thread Andreas K. Hüttel
commit: 8d8943514270adfacae85f4571f9e2e2f1621d44
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Mon Aug  9 20:24:51 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Mon Aug  9 20:31:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d894351

dev-perl/Statistics-Descriptive-Discrete: Version bump 0.12

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

 dev-perl/Statistics-Descriptive-Discrete/Manifest   |  1 +
 .../Statistics-Descriptive-Discrete-0.120.0.ebuild  | 13 +
 2 files changed, 14 insertions(+)

diff --git a/dev-perl/Statistics-Descriptive-Discrete/Manifest 
b/dev-perl/Statistics-Descriptive-Discrete/Manifest
index f3ba932464e..50307a03734 100644
--- a/dev-perl/Statistics-Descriptive-Discrete/Manifest
+++ b/dev-perl/Statistics-Descriptive-Discrete/Manifest
@@ -1 +1,2 @@
 DIST Statistics-Descriptive-Discrete-0.07.tar.gz 6889 BLAKE2B 
73e89cdff3d5e70fe95a579c382a73a7fcef3330345cfbd996a22e25992d88372c9c0d1702a82718ba7e2027a8e518d139ac42a60955cf959bd1ac6c9e9ab6c5
 SHA512 
a751b25efbf352102af841e0b46966f70a003256167b4f8e281520c971c9aa9c9c87d8f8194febc24f740feb75a61072f80f7bd1d28b6d9d41f5d198b46177a8
+DIST Statistics-Descriptive-Discrete-0.12.tar.gz 25644 BLAKE2B 
a8ec97bff330d8f0946d294d7ff0277b10d0828c6aa0211c78eaf8eb161b14631d6162f1ac624da5fab43b1e54ba3b6ccda0cbc3941fa21be07b9c25f8ff591c
 SHA512 
08cef28f532eb7a7c11e6f63eae4acf2085cbabe279e9a20f06ca3154c9c63f9133429f249cdf16ad347398cd124c34ef827c6f03fc093b2b00b3ab6df08

diff --git 
a/dev-perl/Statistics-Descriptive-Discrete/Statistics-Descriptive-Discrete-0.120.0.ebuild
 
b/dev-perl/Statistics-Descriptive-Discrete/Statistics-Descriptive-Discrete-0.120.0.ebuild
new file mode 100644
index 000..e02cd30451e
--- /dev/null
+++ 
b/dev-perl/Statistics-Descriptive-Discrete/Statistics-Descriptive-Discrete-0.120.0.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=RHETTBULL
+DIST_VERSION=0.12
+inherit perl-module
+
+DESCRIPTION="Statistics-Descriptive-Discrete module"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Statistics-Descriptive/

2016-06-25 Thread Andreas Hüttel
commit: 37491ba8de45e7a7065aff1bdee430fdfcc93ec2
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jun 25 22:01:49 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sat Jun 25 22:01:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37491ba8

dev-perl/Statistics-Descriptive: Remove old

Package-Manager: portage-2.3.0_rc1

 dev-perl/Statistics-Descriptive/Manifest   |  1 -
 .../Statistics-Descriptive-3.60.300-r1.ebuild  | 25 --
 2 files changed, 26 deletions(-)

diff --git a/dev-perl/Statistics-Descriptive/Manifest 
b/dev-perl/Statistics-Descriptive/Manifest
index 59d6be1..fc9e116 100644
--- a/dev-perl/Statistics-Descriptive/Manifest
+++ b/dev-perl/Statistics-Descriptive/Manifest
@@ -1,2 +1 @@
-DIST Statistics-Descriptive-3.0603.tar.gz 34511 SHA256 
2432f3131d4f4000586b2d2d58c2fe914c979efbcc3357bc57e8f0360c2e9387 SHA512 
29b740e543fa6d2804a2bd69aeac2f24edad4c36ce6fabfb2b35f8bdac436bb9372014084d4a59b0790e5f2391ff0483c1b3d11af4423303727142102f3153ba
 WHIRLPOOL 
d654fa9352f93b3b40e2ed2baec01efe4465426df36db1c06c7aac14d9a22b284f6518fc31d2fd880ed5b8fa49a63f76310244c2929f22061ac08e14235077ed
 DIST Statistics-Descriptive-3.0612.tar.gz 45929 SHA256 
772413148e5e00efb32f277c4254aa78b9112490a896208dcd0025813afdbf7a SHA512 
1157c0259a376f44363861c515ef56a25cf5a496d67faea546e225751d39c3529f9aa7d1bd021e2e399d5e884e7f5372df67249fe4f5607a6bdd806235503d46
 WHIRLPOOL 
55ca8bc072c4a652f840afbf57ce1d7232a127a43688cfdcae029db3247cb6638c7d2c9fa766de188fcba41e5b0c9bf1de5cdb2391b5344e17cd0e1cbe586122

diff --git 
a/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.60.300-r1.ebuild 
b/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.60.300-r1.ebuild
deleted file mode 100644
index 2a27f43..000
--- a/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.60.300-r1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=SHLOMIF
-MODULE_VERSION=3.0603
-inherit perl-module
-
-DESCRIPTION="Module of basic descriptive statistical functions"
-
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="test"
-
-RDEPEND=""
-DEPEND="dev-perl/Module-Build
-   test? (
-   dev-perl/Test-Pod
-   dev-perl/Test-Pod-Coverage
-   )"
-
-SRC_TEST="do"
-mydoc="UserSurvey.txt"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Statistics-Descriptive/

2016-06-25 Thread Agostino Sarubbo
commit: d8f3af957077e159cc6f57f55c04ff9b303f350c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jun 25 20:11:55 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jun 25 20:13:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8f3af95

dev-perl/Statistics-Descriptive: x86 stable wrt bug #582120

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

 dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.61.200.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.61.200.ebuild 
b/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.61.200.ebuild
index 4f1c802..fcf340f 100644
--- a/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.61.200.ebuild
+++ b/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.61.200.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Module of basic descriptive statistical functions"
 
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="test examples"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Statistics-Descriptive/

2016-05-13 Thread Agostino Sarubbo
commit: e4dcfcc87ced5e1370e3cbbc5efcd120d4701151
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri May 13 10:10:32 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri May 13 10:11:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4dcfcc8

dev-perl/Statistics-Descriptive: amd64 stable wrt bug #582120

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

 dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.61.200.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.61.200.ebuild 
b/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.61.200.ebuild
index 17709c9..4f1c802 100644
--- a/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.61.200.ebuild
+++ b/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.61.200.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Module of basic descriptive statistical functions"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE="test examples"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Statistics-Descriptive/

2016-04-11 Thread Andreas Hüttel
commit: 3eccb21e08b496a3dccffbb7c35c257c240ce3d0
Author: Kent Fredric  gmail  com>
AuthorDate: Sun Apr 10 13:35:41 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Mon Apr 11 22:54:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3eccb21e

dev-perl/Statistics-Descriptive: Bump to version 3.61.200

- EAPI6
- Add USE="examples"
- Pruned useless tests

Upstream:
- add median_absolute_derivation method
- skewness calculations sped up
- Many Packaging and documentation fixes.

Package-Manager: portage-2.2.28

 dev-perl/Statistics-Descriptive/Manifest   |  1 +
 .../Statistics-Descriptive-3.61.200.ebuild | 38 ++
 2 files changed, 39 insertions(+)

diff --git a/dev-perl/Statistics-Descriptive/Manifest 
b/dev-perl/Statistics-Descriptive/Manifest
index fc020b0..59d6be1 100644
--- a/dev-perl/Statistics-Descriptive/Manifest
+++ b/dev-perl/Statistics-Descriptive/Manifest
@@ -1 +1,2 @@
 DIST Statistics-Descriptive-3.0603.tar.gz 34511 SHA256 
2432f3131d4f4000586b2d2d58c2fe914c979efbcc3357bc57e8f0360c2e9387 SHA512 
29b740e543fa6d2804a2bd69aeac2f24edad4c36ce6fabfb2b35f8bdac436bb9372014084d4a59b0790e5f2391ff0483c1b3d11af4423303727142102f3153ba
 WHIRLPOOL 
d654fa9352f93b3b40e2ed2baec01efe4465426df36db1c06c7aac14d9a22b284f6518fc31d2fd880ed5b8fa49a63f76310244c2929f22061ac08e14235077ed
+DIST Statistics-Descriptive-3.0612.tar.gz 45929 SHA256 
772413148e5e00efb32f277c4254aa78b9112490a896208dcd0025813afdbf7a SHA512 
1157c0259a376f44363861c515ef56a25cf5a496d67faea546e225751d39c3529f9aa7d1bd021e2e399d5e884e7f5372df67249fe4f5607a6bdd806235503d46
 WHIRLPOOL 
55ca8bc072c4a652f840afbf57ce1d7232a127a43688cfdcae029db3247cb6638c7d2c9fa766de188fcba41e5b0c9bf1de5cdb2391b5344e17cd0e1cbe586122

diff --git 
a/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.61.200.ebuild 
b/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.61.200.ebuild
new file mode 100644
index 000..17709c9
--- /dev/null
+++ b/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.61.200.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=SHLOMIF
+DIST_VERSION=3.0612
+inherit perl-module
+
+DESCRIPTION="Module of basic descriptive statistical functions"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="test examples"
+
+RDEPEND="
+   virtual/perl-Carp
+   dev-perl/List-MoreUtils
+   virtual/perl-Scalar-List-Utils
+"
+DEPEND="${RDEPEND}
+   >=dev-perl/Module-Build-0.360.0
+   test? ( virtual/perl-Test-Simple )
+"
+mydoc="UserSurvey.txt"
+
+src_test() {
+   perl_rm_files "t/pod-coverage.t" "t/pod.t" "t/cpan-changes.t" 
"t/style-trailing-space.t"
+   perl-module_src_test
+}
+src_install() {
+   perl-module_src_install
+   if use examples; then
+   docompress -x /usr/share/doc/${PF}/examples/
+   dodoc -r examples
+   fi
+}