Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Statistics-Descriptive/
Date: Sat, 25 Jun 2016 22:16:08
Message-Id: 1466892109.37491ba8de45e7a7065aff1bdee430fdfcc93ec2.dilfridge@gentoo
1 commit: 37491ba8de45e7a7065aff1bdee430fdfcc93ec2
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 25 22:01:49 2016 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 25 22:01:49 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37491ba8
7
8 dev-perl/Statistics-Descriptive: Remove old
9
10 Package-Manager: portage-2.3.0_rc1
11
12 dev-perl/Statistics-Descriptive/Manifest | 1 -
13 .../Statistics-Descriptive-3.60.300-r1.ebuild | 25 ----------------------
14 2 files changed, 26 deletions(-)
15
16 diff --git a/dev-perl/Statistics-Descriptive/Manifest b/dev-perl/Statistics-Descriptive/Manifest
17 index 59d6be1..fc9e116 100644
18 --- a/dev-perl/Statistics-Descriptive/Manifest
19 +++ b/dev-perl/Statistics-Descriptive/Manifest
20 @@ -1,2 +1 @@
21 -DIST Statistics-Descriptive-3.0603.tar.gz 34511 SHA256 2432f3131d4f4000586b2d2d58c2fe914c979efbcc3357bc57e8f0360c2e9387 SHA512 29b740e543fa6d2804a2bd69aeac2f24edad4c36ce6fabfb2b35f8bdac436bb9372014084d4a59b0790e5f2391ff0483c1b3d11af4423303727142102f3153ba WHIRLPOOL d654fa9352f93b3b40e2ed2baec01efe4465426df36db1c06c7aac14d9a22b284f6518fc31d2fd880ed5b8fa49a63f76310244c2929f22061ac08e14235077ed
22 DIST Statistics-Descriptive-3.0612.tar.gz 45929 SHA256 772413148e5e00efb32f277c4254aa78b9112490a896208dcd0025813afdbf7a SHA512 1157c0259a376f44363861c515ef56a25cf5a496d67faea546e225751d39c3529f9aa7d1bd021e2e399d5e884e7f5372df67249fe4f5607a6bdd806235503d46 WHIRLPOOL 55ca8bc072c4a652f840afbf57ce1d7232a127a43688cfdcae029db3247cb6638c7d2c9fa766de188fcba41e5b0c9bf1de5cdb2391b5344e17cd0e1cbe586122
23
24 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
25 deleted file mode 100644
26 index 2a27f43..0000000
27 --- a/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.60.300-r1.ebuild
28 +++ /dev/null
29 @@ -1,25 +0,0 @@
30 -# Copyright 1999-2015 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -EAPI=5
35 -
36 -MODULE_AUTHOR=SHLOMIF
37 -MODULE_VERSION=3.0603
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"
45 -
46 -RDEPEND=""
47 -DEPEND="dev-perl/Module-Build
48 - test? (
49 - dev-perl/Test-Pod
50 - dev-perl/Test-Pod-Coverage
51 - )"
52 -
53 -SRC_TEST="do"
54 -mydoc="UserSurvey.txt"