summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-12-24 19:28:33 +0000
committerTorsten Veller <tove@gentoo.org>2009-12-24 19:28:33 +0000
commitac8af158538f61dc859ab28871772d3c7db810f6 (patch)
treec867cd5929e91a6bb01a639fada06915c353ba51 /dev-perl/Statistics-Descriptive
parentVersion bump (bug #281255). (diff)
downloadgentoo-2-ac8af158538f61dc859ab28871772d3c7db810f6.tar.gz
gentoo-2-ac8af158538f61dc859ab28871772d3c7db810f6.tar.bz2
gentoo-2-ac8af158538f61dc859ab28871772d3c7db810f6.zip
Cleanup
(Portage version: 2.2_rc61/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-2.6.ebuild19
2 files changed, 5 insertions, 20 deletions
diff --git a/dev-perl/Statistics-Descriptive/ChangeLog b/dev-perl/Statistics-Descriptive/ChangeLog
index 99aefcaf13ed..fe13350c7897 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-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Statistics-Descriptive/ChangeLog,v 1.24 2009/10/28 18:07:53 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Statistics-Descriptive/ChangeLog,v 1.25 2009/12/24 19:28:33 tove Exp $
+
+ 24 Dec 2009; Torsten Veller <tove@gentoo.org>
+ -Statistics-Descriptive-2.6.ebuild:
+ Cleanup
28 Oct 2009; Raúl Porcel <armin76@gentoo.org>
Statistics-Descriptive-3.0100.ebuild:
diff --git a/dev-perl/Statistics-Descriptive/Statistics-Descriptive-2.6.ebuild b/dev-perl/Statistics-Descriptive/Statistics-Descriptive-2.6.ebuild
deleted file mode 100644
index b41a96e32829..000000000000
--- a/dev-perl/Statistics-Descriptive/Statistics-Descriptive-2.6.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Statistics-Descriptive/Statistics-Descriptive-2.6.ebuild,v 1.12 2007/07/10 23:33:28 mr_bones_ Exp $
-
-inherit perl-module
-
-DESCRIPTION="Statistics-Descriptive module"
-SRC_URI="mirror://cpan/authors/id/COLINK/${P}.tar.gz"
-HOMEPAGE="http://search.cpan.org/search?module=Statistics::Descriptive"
-
-SLOT="0"
-LICENSE="Artistic"
-KEYWORDS="amd64 ia64 ~ppc sparc x86"
-IUSE=""
-
-SRC_TEST="do"
-mydoc="README UserSurvey.txt"
-
-DEPEND="dev-lang/perl"