summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-perl/SQL-Translator/ChangeLog8
-rw-r--r--dev-perl/SQL-Translator/SQL-Translator-0.110.80.ebuild45
-rw-r--r--dev-perl/SQL-Translator/SQL-Translator-0.110.90.ebuild45
-rw-r--r--dev-perl/Statistics-Descriptive/ChangeLog7
-rw-r--r--dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.20.200.ebuild25
-rw-r--r--dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.20.300.ebuild25
6 files changed, 12 insertions, 143 deletions
diff --git a/dev-perl/SQL-Translator/ChangeLog b/dev-perl/SQL-Translator/ChangeLog
index 1fc86f8053cd..9493fb0c5abf 100644
--- a/dev-perl/SQL-Translator/ChangeLog
+++ b/dev-perl/SQL-Translator/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/SQL-Translator
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Translator/ChangeLog,v 1.21 2011/10/19 19:26:22 tove Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Translator/ChangeLog,v 1.22 2012/02/18 09:04:03 tove Exp $
+
+ 18 Feb 2012; Torsten Veller <tove@gentoo.org>
+ -SQL-Translator-0.110.80.ebuild, -SQL-Translator-0.110.90.ebuild:
+ Cleanup
*SQL-Translator-0.110.100 (19 Oct 2011)
diff --git a/dev-perl/SQL-Translator/SQL-Translator-0.110.80.ebuild b/dev-perl/SQL-Translator/SQL-Translator-0.110.80.ebuild
deleted file mode 100644
index e72759f8923f..000000000000
--- a/dev-perl/SQL-Translator/SQL-Translator-0.110.80.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Translator/SQL-Translator-0.110.80.ebuild,v 1.1 2011/06/04 08:19:36 tove Exp $
-
-EAPI=4
-
-MODULE_AUTHOR=JROBINSON
-MODULE_VERSION=0.11008
-inherit perl-module
-
-DESCRIPTION="Convert RDBMS SQL CREATE syntax"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86 ~x86-solaris"
-IUSE="test"
-
-RDEPEND="
- >=dev-perl/yaml-0.68
- >=dev-perl/IO-stringy-2.110
- dev-perl/Class-Base
- >=dev-perl/Digest-SHA1-2.12
- dev-perl/Class-Accessor
- >=dev-perl/Parse-RecDescent-1.962.2
- >=dev-perl/File-ShareDir-1.00
- dev-perl/Class-MakeMethods
- >=dev-perl/XML-Writer-0.606
- dev-perl/Carp-Clan
- dev-perl/Class-Data-Inheritable
- dev-perl/DBI
- dev-perl/Moo
-"
-DEPEND="${RDEPEND}
- test? (
- dev-perl/HTML-Parser
- >=dev-perl/XML-LibXML-1.69
- dev-perl/Spreadsheet-ParseExcel
- >=dev-perl/Template-Toolkit-2.2
- dev-perl/Test-Exception
- dev-perl/Test-Differences
- dev-perl/Test-Pod
- )
-"
-
-SRC_TEST=do
diff --git a/dev-perl/SQL-Translator/SQL-Translator-0.110.90.ebuild b/dev-perl/SQL-Translator/SQL-Translator-0.110.90.ebuild
deleted file mode 100644
index 27e4251a4ac9..000000000000
--- a/dev-perl/SQL-Translator/SQL-Translator-0.110.90.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Translator/SQL-Translator-0.110.90.ebuild,v 1.1 2011/09/05 16:40:54 tove Exp $
-
-EAPI=4
-
-MODULE_AUTHOR=JROBINSON
-MODULE_VERSION=0.11009
-inherit perl-module
-
-DESCRIPTION="Convert RDBMS SQL CREATE syntax"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86 ~x86-solaris"
-IUSE="test"
-
-RDEPEND="
- >=dev-perl/yaml-0.68
- >=dev-perl/IO-stringy-2.110
- dev-perl/Class-Base
- >=dev-perl/Digest-SHA1-2.12
- dev-perl/Class-Accessor
- >=dev-perl/Parse-RecDescent-1.962.2
- >=dev-perl/File-ShareDir-1.00
- dev-perl/Class-MakeMethods
- >=dev-perl/XML-Writer-0.606
- dev-perl/Carp-Clan
- dev-perl/Class-Data-Inheritable
- dev-perl/DBI
- dev-perl/Moo
-"
-DEPEND="${RDEPEND}
- test? (
- dev-perl/HTML-Parser
- >=dev-perl/XML-LibXML-1.69
- dev-perl/Spreadsheet-ParseExcel
- >=dev-perl/Template-Toolkit-2.2
- dev-perl/Test-Exception
- dev-perl/Test-Differences
- dev-perl/Test-Pod
- )
-"
-
-SRC_TEST=do
diff --git a/dev-perl/Statistics-Descriptive/ChangeLog b/dev-perl/Statistics-Descriptive/ChangeLog
index 72938f0a3530..0ab3cd93e3f8 100644
--- a/dev-perl/Statistics-Descriptive/ChangeLog
+++ b/dev-perl/Statistics-Descriptive/ChangeLog
@@ -1,6 +1,11 @@
# 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.33 2012/02/12 19:59:19 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Statistics-Descriptive/ChangeLog,v 1.34 2012/02/18 09:02:27 tove Exp $
+
+ 18 Feb 2012; Torsten Veller <tove@gentoo.org>
+ -Statistics-Descriptive-3.20.200.ebuild,
+ -Statistics-Descriptive-3.20.300.ebuild:
+ Cleanup
*Statistics-Descriptive-3.30.0 (12 Feb 2012)
diff --git a/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.20.200.ebuild b/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.20.200.ebuild
deleted file mode 100644
index b92bdb257575..000000000000
--- a/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.20.200.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2011 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.20.200.ebuild,v 1.1 2011/07/25 09:06:38 tove Exp $
-
-EAPI=4
-
-MODULE_AUTHOR=SHLOMIF
-MODULE_VERSION=3.0202
-inherit perl-module
-
-DESCRIPTION="Module of basic descriptive statistical functions"
-
-SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~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"
diff --git a/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.20.300.ebuild b/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.20.300.ebuild
deleted file mode 100644
index c402fd698b05..000000000000
--- a/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.20.300.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2011 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.20.300.ebuild,v 1.1 2011/11/19 19:55:17 tove Exp $
-
-EAPI=4
-
-MODULE_AUTHOR=SHLOMIF
-MODULE_VERSION=3.0203
-inherit perl-module
-
-DESCRIPTION="Module of basic descriptive statistical functions"
-
-SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~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"