From 80821c76325e4babbeacc7f491c003116d546b63 Mon Sep 17 00:00:00 2001 From: "Andreas K. Hüttel" Date: Mon, 6 Dec 2021 14:50:26 +0100 Subject: dev-perl/Statistics-Descriptive: Remove old MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel --- dev-perl/Statistics-Descriptive/Manifest | 1 - .../Statistics-Descriptive-3.61.200.ebuild | 38 ---------------------- 2 files changed, 39 deletions(-) delete mode 100644 dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.61.200.ebuild 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..000000000000 --- 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 -} -- cgit v1.2.3-65-gdbad