summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-07-29 17:52:10 +0000
committerTorsten Veller <tove@gentoo.org>2011-07-29 17:52:10 +0000
commit56905a22926ae5ddcc4d0143dd2d202e974a70c3 (patch)
tree714430afdb0cf7927cf3a24a77b9787409704d54 /dev-perl/Statistics-Descriptive
parentMask dev-lang/path64[assembler] as it currently fails to build (diff)
downloadhistorical-56905a22926ae5ddcc4d0143dd2d202e974a70c3.tar.gz
historical-56905a22926ae5ddcc4d0143dd2d202e974a70c3.tar.bz2
historical-56905a22926ae5ddcc4d0143dd2d202e974a70c3.zip
Cleanup
Package-Manager: portage-2.2.0_alpha47/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.0201.ebuild22
2 files changed, 5 insertions, 23 deletions
diff --git a/dev-perl/Statistics-Descriptive/ChangeLog b/dev-perl/Statistics-Descriptive/ChangeLog
index b848ff20d239..51d67f09751f 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-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Statistics-Descriptive/ChangeLog,v 1.30 2011/07/25 09:06:38 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Statistics-Descriptive/ChangeLog,v 1.31 2011/07/29 17:03:31 tove Exp $
+
+ 29 Jul 2011; Torsten Veller <tove@gentoo.org>
+ -Statistics-Descriptive-3.0201.ebuild:
+ Cleanup
*Statistics-Descriptive-3.20.200 (25 Jul 2011)
diff --git a/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.0201.ebuild b/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.0201.ebuild
deleted file mode 100644
index 8bca0bdf9360..000000000000
--- a/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.0201.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2010 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.0201.ebuild,v 1.1 2010/10/15 11:41:23 tove Exp $
-
-EAPI=2
-
-MODULE_AUTHOR=SHLOMIF
-inherit perl-module
-
-DESCRIPTION="Module of basic descriptive statistical functions"
-
-SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
-IUSE="test"
-
-DEPEND="virtual/perl-Module-Build
- test? ( dev-perl/Test-Pod
- dev-perl/Test-Pod-Coverage )"
-RDEPEND=""
-
-SRC_TEST="do"
-mydoc="UserSurvey.txt"