Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Statistics-Descriptive/
Date: Mon, 06 Dec 2021 15:13:49
Message-Id: 1638803595.80821c76325e4babbeacc7f491c003116d546b63.dilfridge@gentoo
1 commit: 80821c76325e4babbeacc7f491c003116d546b63
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 6 13:50:26 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 6 15:13:15 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80821c76
7
8 dev-perl/Statistics-Descriptive: Remove old
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 dev-perl/Statistics-Descriptive/Manifest | 1 -
14 .../Statistics-Descriptive-3.61.200.ebuild | 38 ----------------------
15 2 files changed, 39 deletions(-)
16
17 diff --git a/dev-perl/Statistics-Descriptive/Manifest b/dev-perl/Statistics-Descriptive/Manifest
18 index d8e5feaea8d4..d3da521501d6 100644
19 --- a/dev-perl/Statistics-Descriptive/Manifest
20 +++ b/dev-perl/Statistics-Descriptive/Manifest
21 @@ -1,2 +1 @@
22 -DIST Statistics-Descriptive-3.0612.tar.gz 45929 BLAKE2B db9fd041f1182ac780ec2b803cd8377e04f56a9596da5d7e791a3f0b2f40490333e4f7844356b72464bf1c2169a689f3862306621546cdf4422732129e992eca SHA512 1157c0259a376f44363861c515ef56a25cf5a496d67faea546e225751d39c3529f9aa7d1bd021e2e399d5e884e7f5372df67249fe4f5607a6bdd806235503d46
23 DIST Statistics-Descriptive-3.0800.tar.gz 53611 BLAKE2B efefcffbb83b153d7211756b30e5e00447f3aaec768f4849601f3c5b83c4ca60cdb56f15c5ff95f2fff23045764fef31e813b961a8e886506da1d71983ae6f8d SHA512 691a99aca4214149d14c770d71b5d97eaefa2690698b0234b11ed33d7bdbc21e9b478941bb8fa46886ea3362f432eb744a3a3b3607f3d3fe189c4256884efdec
24
25 diff --git a/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.61.200.ebuild b/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.61.200.ebuild
26 deleted file mode 100644
27 index 5e3331b9688b..000000000000
28 --- a/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.61.200.ebuild
29 +++ /dev/null
30 @@ -1,38 +0,0 @@
31 -# Copyright 1999-2019 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -DIST_AUTHOR=SHLOMIF
37 -DIST_VERSION=3.0612
38 -inherit perl-module
39 -
40 -DESCRIPTION="Module of basic descriptive statistical functions"
41 -
42 -SLOT="0"
43 -KEYWORDS="amd64 ~ppc x86"
44 -IUSE="test examples"
45 -RESTRICT="!test? ( test )"
46 -
47 -RDEPEND="
48 - virtual/perl-Carp
49 - dev-perl/List-MoreUtils
50 - virtual/perl-Scalar-List-Utils
51 -"
52 -DEPEND="${RDEPEND}
53 - >=dev-perl/Module-Build-0.360.0
54 - test? ( virtual/perl-Test-Simple )
55 -"
56 -mydoc="UserSurvey.txt"
57 -
58 -src_test() {
59 - perl_rm_files "t/pod-coverage.t" "t/pod.t" "t/cpan-changes.t" "t/style-trailing-space.t"
60 - perl-module_src_test
61 -}
62 -src_install() {
63 - perl-module_src_install
64 - if use examples; then
65 - docompress -x /usr/share/doc/${PF}/examples/
66 - dodoc -r examples
67 - fi
68 -}