summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2012-09-02 08:13:45 +0000
committerTorsten Veller <tove@gentoo.org>2012-09-02 08:13:45 +0000
commit1714f496caa404b7de25f3a33333958f5880bc0d (patch)
treee99c78e50140e631c23ddda393911a835e9663b0 /dev-perl/Statistics-Descriptive
parentCleanup (diff)
downloadhistorical-1714f496caa404b7de25f3a33333958f5880bc0d.tar.gz
historical-1714f496caa404b7de25f3a33333958f5880bc0d.tar.bz2
historical-1714f496caa404b7de25f3a33333958f5880bc0d.zip
Cleanup
Package-Manager: portage-2.2.0_alpha123/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Statistics-Descriptive')
-rw-r--r--dev-perl/Statistics-Descriptive/ChangeLog6
-rw-r--r--dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.40.0.ebuild25
2 files changed, 5 insertions, 26 deletions
diff --git a/dev-perl/Statistics-Descriptive/ChangeLog b/dev-perl/Statistics-Descriptive/ChangeLog
index 5a2668c31349..7f92075f5d03 100644
--- a/dev-perl/Statistics-Descriptive/ChangeLog
+++ b/dev-perl/Statistics-Descriptive/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Statistics-Descriptive
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Statistics-Descriptive/ChangeLog,v 1.46 2012/08/16 16:46:27 nativemad Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Statistics-Descriptive/ChangeLog,v 1.47 2012/09/02 08:11:50 tove Exp $
+
+ 02 Sep 2012; Torsten Veller <tove@gentoo.org>
+ -Statistics-Descriptive-3.40.0.ebuild:
+ Cleanup
16 Aug 2012; Andreas Schuerch <nativemad@gentoo.org>
Statistics-Descriptive-3.60.300.ebuild:
diff --git a/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.40.0.ebuild b/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.40.0.ebuild
deleted file mode 100644
index f9d41a3dd68e..000000000000
--- a/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.40.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.40.0.ebuild,v 1.4 2012/05/28 15:50:04 armin76 Exp $
-
-EAPI=4
-
-MODULE_AUTHOR=SHLOMIF
-MODULE_VERSION=3.0400
-inherit perl-module
-
-DESCRIPTION="Module of basic descriptive statistical functions"
-
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="test"
-
-RDEPEND=""
-DEPEND="virtual/perl-Module-Build
- test? (
- dev-perl/Test-Pod
- dev-perl/Test-Pod-Coverage
- )"
-
-SRC_TEST="do"
-mydoc="UserSurvey.txt"