summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/Mouse/ChangeLog6
-rw-r--r--dev-perl/Mouse/Mouse-0.40.ebuild21
-rw-r--r--dev-perl/Mouse/Mouse-0.930.0.ebuild29
-rw-r--r--dev-perl/Net-CUPS/ChangeLog5
-rw-r--r--dev-perl/Net-CUPS/Net-CUPS-0.59.ebuild19
-rw-r--r--dev-perl/PDF-API2/ChangeLog5
-rw-r--r--dev-perl/PDF-API2/PDF-API2-0.57.ebuild19
-rw-r--r--dev-perl/PPI/ChangeLog5
-rw-r--r--dev-perl/PPI/PPI-1.212.ebuild34
-rw-r--r--dev-perl/Perl-Critic/ChangeLog6
-rw-r--r--dev-perl/Perl-Critic/Perl-Critic-1.106.ebuild43
-rw-r--r--dev-perl/Perl-Critic/Perl-Critic-1.111.ebuild42
-rw-r--r--dev-perl/Perl-Critic/Perl-Critic-1.116.0.ebuild46
-rw-r--r--dev-perl/SGMLSpm/ChangeLog6
-rw-r--r--dev-perl/SGMLSpm/SGMLSpm-1.03-r5.ebuild43
-rw-r--r--dev-perl/SGMLSpm/files/SGMLSpm-1.03-Makefile98
-rw-r--r--dev-perl/Statistics-Descriptive/ChangeLog9
-rw-r--r--dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.0100.ebuild22
-rw-r--r--dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.30.0.ebuild25
-rw-r--r--dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.50.0.ebuild25
-rw-r--r--dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.60.100.ebuild25
-rw-r--r--dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.60.200.ebuild25
-rw-r--r--dev-perl/Test-Fatal/ChangeLog6
-rw-r--r--dev-perl/Test-Fatal/Test-Fatal-0.003.ebuild21
-rw-r--r--dev-perl/Test-Fatal/Test-Fatal-0.6.0.ebuild22
-rw-r--r--dev-perl/Test-Fatal/Test-Fatal-0.8.0.ebuild22
-rw-r--r--dev-perl/Test-Fatal/Test-Fatal-0.9.0.ebuild22
-rw-r--r--dev-perl/regexp-common/ChangeLog6
-rw-r--r--dev-perl/regexp-common/regexp-common-2010010201.ebuild20
-rw-r--r--dev-perl/regexp-common/regexp-common-2011041701.0.0.ebuild19
30 files changed, 45 insertions, 651 deletions
diff --git a/dev-perl/Mouse/ChangeLog b/dev-perl/Mouse/ChangeLog
index f60e0876927e..d70eb79c6de1 100644
--- a/dev-perl/Mouse/ChangeLog
+++ b/dev-perl/Mouse/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Mouse
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mouse/ChangeLog,v 1.33 2012/05/28 16:07:40 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mouse/ChangeLog,v 1.34 2012/06/03 17:50:17 tove Exp $
+
+ 03 Jun 2012; Torsten Veller <tove@gentoo.org> -Mouse-0.40.ebuild,
+ -Mouse-0.930.0.ebuild:
+ Cleanup
28 May 2012; Raúl Porcel <armin76@gentoo.org> Mouse-0.40.ebuild,
Mouse-0.930.0.ebuild, Mouse-0.970.0.ebuild:
diff --git a/dev-perl/Mouse/Mouse-0.40.ebuild b/dev-perl/Mouse/Mouse-0.40.ebuild
deleted file mode 100644
index 5b1652e6c104..000000000000
--- a/dev-perl/Mouse/Mouse-0.40.ebuild
+++ /dev/null
@@ -1,21 +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/Mouse/Mouse-0.40.ebuild,v 1.6 2012/05/28 16:07:40 armin76 Exp $
-
-EAPI=2
-
-MODULE_AUTHOR=GFUJI
-inherit perl-module
-
-DESCRIPTION="Moose minus the antlers"
-
-SLOT="0"
-KEYWORDS="~amd64 hppa ~ppc ~x86"
-IUSE="test"
-
-RDEPEND=""
-DEPEND="test? ( dev-perl/Sub-Uplevel
- dev-perl/Test-Exception
- >=virtual/perl-Test-Simple-0.88 )"
-
-SRC_TEST=do
diff --git a/dev-perl/Mouse/Mouse-0.930.0.ebuild b/dev-perl/Mouse/Mouse-0.930.0.ebuild
deleted file mode 100644
index e4560b0127ca..000000000000
--- a/dev-perl/Mouse/Mouse-0.930.0.ebuild
+++ /dev/null
@@ -1,29 +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/Mouse/Mouse-0.930.0.ebuild,v 1.2 2012/05/28 16:07:40 armin76 Exp $
-
-EAPI=4
-
-MODULE_AUTHOR=GFUJI
-MODULE_VERSION=0.93
-inherit eutils perl-module
-
-DESCRIPTION="Moose minus the antlers"
-SRC_URI+=" mirror://gentoo/Mouse-0.64-ppport.h.bz2"
-
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~ppc-macos"
-IUSE="test"
-
-RDEPEND="virtual/perl-XSLoader"
-DEPEND=">=virtual/perl-ExtUtils-ParseXS-2.21
- test? ( dev-perl/Sub-Uplevel
- >=virtual/perl-Test-Simple-0.88 )"
-
-src_prepare() {
- perl-module_src_prepare
- epatch "${FILESDIR}"/0.64-ppport.patch
- mv "${WORKDIR}"/Mouse-0.64-ppport.h "${S}"/ppport.h || die
-}
-
-SRC_TEST=do
diff --git a/dev-perl/Net-CUPS/ChangeLog b/dev-perl/Net-CUPS/ChangeLog
index 18a20dfefda3..7af15d8e365c 100644
--- a/dev-perl/Net-CUPS/ChangeLog
+++ b/dev-perl/Net-CUPS/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/Net-CUPS
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-CUPS/ChangeLog,v 1.37 2012/05/06 16:44:45 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-CUPS/ChangeLog,v 1.38 2012/06/03 17:45:43 tove Exp $
+
+ 03 Jun 2012; Torsten Veller <tove@gentoo.org> -Net-CUPS-0.59.ebuild:
+ Cleanup
06 May 2012; Raúl Porcel <armin76@gentoo.org> Net-CUPS-0.59.ebuild,
Net-CUPS-0.610.0.ebuild:
diff --git a/dev-perl/Net-CUPS/Net-CUPS-0.59.ebuild b/dev-perl/Net-CUPS/Net-CUPS-0.59.ebuild
deleted file mode 100644
index 05bef0e9b11b..000000000000
--- a/dev-perl/Net-CUPS/Net-CUPS-0.59.ebuild
+++ /dev/null
@@ -1,19 +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/Net-CUPS/Net-CUPS-0.59.ebuild,v 1.4 2012/05/06 16:44:45 armin76 Exp $
-
-MODULE_AUTHOR=DHAGEMAN
-inherit perl-module
-
-DESCRIPTION="CUPS C API Interface"
-
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-SRC_TEST="do"
-
-RDEPEND=">=net-print/cups-1.1.21
- dev-lang/perl"
-DEPEND="${RDEPEND}
- test? ( virtual/perl-Test-Simple )"
diff --git a/dev-perl/PDF-API2/ChangeLog b/dev-perl/PDF-API2/ChangeLog
index 0bf50bf2a739..8740f23f1f3e 100644
--- a/dev-perl/PDF-API2/ChangeLog
+++ b/dev-perl/PDF-API2/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/PDF-API2
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDF-API2/ChangeLog,v 1.23 2012/04/26 11:02:44 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDF-API2/ChangeLog,v 1.24 2012/06/03 17:45:09 tove Exp $
+
+ 03 Jun 2012; Torsten Veller <tove@gentoo.org> -PDF-API2-0.57.ebuild:
+ Cleanup
26 Apr 2012; Agostino Sarubbo <ago@gentoo.org> PDF-API2-2.19.0.ebuild:
Stable for amd64, wrt bug #413053
diff --git a/dev-perl/PDF-API2/PDF-API2-0.57.ebuild b/dev-perl/PDF-API2/PDF-API2-0.57.ebuild
deleted file mode 100644
index fd5d00cdf2cc..000000000000
--- a/dev-perl/PDF-API2/PDF-API2-0.57.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDF-API2/PDF-API2-0.57.ebuild,v 1.4 2009/07/19 17:42:57 tove Exp $
-
-inherit perl-module
-
-DESCRIPTION="A Perl Module Chain to faciliate the Creation and Modification of High-Quality \"Portable Document Format (aka. PDF)\" Files"
-SRC_URI="mirror://cpan/authors/id/A/AR/AREIBENS/${P}.tar.gz"
-HOMEPAGE="http://search.cpan.org/~areibens/"
-
-SLOT="0"
-LICENSE="|| ( Artistic LGPL-2 )"
-KEYWORDS="amd64 ~ppc ~x86"
-IUSE=""
-
-SRC_TEST="do"
-
-DEPEND="virtual/perl-IO-Compress
- dev-lang/perl"
diff --git a/dev-perl/PPI/ChangeLog b/dev-perl/PPI/ChangeLog
index 0879d640c395..b485cfa7290b 100644
--- a/dev-perl/PPI/ChangeLog
+++ b/dev-perl/PPI/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/PPI
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/PPI/ChangeLog,v 1.42 2012/05/22 08:58:35 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/PPI/ChangeLog,v 1.43 2012/06/03 17:41:13 tove Exp $
+
+ 03 Jun 2012; Torsten Veller <tove@gentoo.org> -PPI-1.212.ebuild:
+ Cleanup
22 May 2012; Johannes Huber <johu@gentoo.org> PPI-1.215.0.ebuild:
Stable for x86, wrt bug #412963
diff --git a/dev-perl/PPI/PPI-1.212.ebuild b/dev-perl/PPI/PPI-1.212.ebuild
deleted file mode 100644
index b499e2c7cf7e..000000000000
--- a/dev-perl/PPI/PPI-1.212.ebuild
+++ /dev/null
@@ -1,34 +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/PPI/PPI-1.212.ebuild,v 1.4 2012/03/25 15:38:51 armin76 Exp $
-
-EAPI=2
-
-MODULE_AUTHOR=ADAMK
-inherit perl-module
-
-DESCRIPTION="Parse, Analyze and Manipulate Perl (without perl)"
-
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
-IUSE="test"
-
-RDEPEND="
- >=virtual/perl-Scalar-List-Utils-1.20
- >=dev-perl/Params-Util-1.00
- >=dev-perl/Clone-0.30
- >=virtual/perl-Digest-MD5-2.35
- dev-perl/IO-String
- >=dev-perl/List-MoreUtils-0.16
- >=virtual/perl-Storable-2.17"
-DEPEND="${RDEPEND}
- test? ( >=dev-perl/File-Remove-1.42
- >=virtual/perl-Test-Simple-0.86
- >=dev-perl/Test-NoWarnings-0.084
- >=virtual/perl-File-Spec-0.84
- dev-perl/Test-SubCalls
- dev-perl/Test-Object
- >=dev-perl/Class-Inspector-1.22 )"
-# >=dev-perl/Test-ClassAPI-1.04 )"
-
-SRC_TEST="do"
diff --git a/dev-perl/Perl-Critic/ChangeLog b/dev-perl/Perl-Critic/ChangeLog
index c2d4c9cc6142..df2d192d350f 100644
--- a/dev-perl/Perl-Critic/ChangeLog
+++ b/dev-perl/Perl-Critic/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Perl-Critic
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Perl-Critic/ChangeLog,v 1.84 2012/05/22 08:57:49 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Perl-Critic/ChangeLog,v 1.85 2012/06/03 17:43:12 tove Exp $
+
+ 03 Jun 2012; Torsten Veller <tove@gentoo.org> -Perl-Critic-1.106.ebuild,
+ -Perl-Critic-1.111.ebuild, -Perl-Critic-1.116.0.ebuild:
+ Cleanup
22 May 2012; Johannes Huber <johu@gentoo.org> Perl-Critic-1.117.0.ebuild:
Stable for x86, wrt bug #412963
diff --git a/dev-perl/Perl-Critic/Perl-Critic-1.106.ebuild b/dev-perl/Perl-Critic/Perl-Critic-1.106.ebuild
deleted file mode 100644
index 477373d84841..000000000000
--- a/dev-perl/Perl-Critic/Perl-Critic-1.106.ebuild
+++ /dev/null
@@ -1,43 +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/Perl-Critic/Perl-Critic-1.106.ebuild,v 1.4 2012/03/24 19:53:33 armin76 Exp $
-
-EAPI=3
-
-#inherit versionator
-MODULE_AUTHOR=ELLIOTJS
-#MY_P="${PN}-$(delete_version_separator 2)"
-inherit perl-module
-
-#S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="Critique Perl source code for best-practices"
-
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
-IUSE="test"
-
-RDEPEND=">=virtual/perl-Module-Pluggable-3.1
- >=dev-perl/Config-Tiny-2
- dev-perl/List-MoreUtils
- dev-perl/IO-String
- dev-perl/String-Format
- dev-perl/perltidy
- >=dev-perl/PPI-1.205
- >=dev-perl/set-scalar-1.20
- dev-perl/File-Which
- dev-perl/B-Keywords
- dev-perl/Readonly
- dev-perl/Exception-Class
- virtual/perl-version"
-DEPEND="${RDEPEND}
- virtual/perl-Module-Build
- test? ( dev-perl/Test-Deep
- dev-perl/PadWalker
- dev-perl/Test-Memory-Cycle
- dev-perl/Test-Pod
- dev-perl/Test-Pod-Coverage )"
-
-mydoc="extras/* examples/*"
-
-SRC_TEST="do"
diff --git a/dev-perl/Perl-Critic/Perl-Critic-1.111.ebuild b/dev-perl/Perl-Critic/Perl-Critic-1.111.ebuild
deleted file mode 100644
index c01f83c2e532..000000000000
--- a/dev-perl/Perl-Critic/Perl-Critic-1.111.ebuild
+++ /dev/null
@@ -1,42 +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/Perl-Critic/Perl-Critic-1.111.ebuild,v 1.4 2012/03/24 19:53:33 armin76 Exp $
-
-EAPI=3
-
-MODULE_AUTHOR=ELLIOTJS
-MODULE_VERSION=1.111
-inherit perl-module
-
-DESCRIPTION="Critique Perl source code for best-practices"
-
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
-IUSE="test"
-
-RDEPEND=">=virtual/perl-Module-Pluggable-3.1
- >=dev-perl/Config-Tiny-2
- >=dev-perl/Email-Address-1.88.9
- dev-perl/List-MoreUtils
- dev-perl/IO-String
- dev-perl/String-Format
- dev-perl/perltidy
- >=dev-perl/PPI-1.208
- dev-perl/PPIx-Utilities
- >=dev-perl/set-scalar-1.20
- dev-perl/File-Which
- dev-perl/B-Keywords
- dev-perl/Readonly
- dev-perl/Exception-Class
- virtual/perl-version"
-DEPEND="${RDEPEND}
- virtual/perl-Module-Build
- test? ( dev-perl/Test-Deep
- dev-perl/PadWalker
- dev-perl/Test-Memory-Cycle
- dev-perl/Test-Pod
- dev-perl/Test-Pod-Coverage )"
-
-mydoc="extras/* examples/*"
-
-SRC_TEST="do"
diff --git a/dev-perl/Perl-Critic/Perl-Critic-1.116.0.ebuild b/dev-perl/Perl-Critic/Perl-Critic-1.116.0.ebuild
deleted file mode 100644
index d830f582fdef..000000000000
--- a/dev-perl/Perl-Critic/Perl-Critic-1.116.0.ebuild
+++ /dev/null
@@ -1,46 +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/Perl-Critic/Perl-Critic-1.116.0.ebuild,v 1.4 2012/03/24 19:53:33 armin76 Exp $
-
-EAPI=4
-
-MODULE_AUTHOR=ELLIOTJS
-MODULE_VERSION=1.116
-inherit perl-module
-
-DESCRIPTION="Critique Perl source code for best-practices"
-
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
-IUSE="test"
-
-RDEPEND=">=virtual/perl-Module-Pluggable-3.1
- >=dev-perl/Config-Tiny-2
- >=dev-perl/Email-Address-1.88.9
- dev-perl/List-MoreUtils
- dev-perl/IO-String
- dev-perl/perltidy
- >=dev-perl/PPI-1.215
- dev-perl/PPIx-Utilities
- >=dev-perl/PPIx-Regexp-0.19.0
- dev-perl/Pod-Spell
- >=dev-perl/set-scalar-1.20
- dev-perl/File-Which
- dev-perl/B-Keywords
- dev-perl/Readonly
- dev-perl/Exception-Class
- dev-perl/String-Format
- >=virtual/perl-version-0.77"
-DEPEND="${RDEPEND}
- virtual/perl-Module-Build
- test? (
- dev-perl/Test-Deep
- dev-perl/PadWalker
- dev-perl/Test-Memory-Cycle
- dev-perl/Test-Pod
- dev-perl/Test-Pod-Coverage
- )"
-
-mydoc="extras/* examples/*"
-
-SRC_TEST="do"
diff --git a/dev-perl/SGMLSpm/ChangeLog b/dev-perl/SGMLSpm/ChangeLog
index c1cdf2aba772..9b87695d82fc 100644
--- a/dev-perl/SGMLSpm/ChangeLog
+++ b/dev-perl/SGMLSpm/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/SGMLSpm
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/SGMLSpm/ChangeLog,v 1.45 2012/05/09 14:31:49 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/SGMLSpm/ChangeLog,v 1.46 2012/06/03 17:38:58 tove Exp $
+
+ 03 Jun 2012; Torsten Veller <tove@gentoo.org> -SGMLSpm-1.03-r5.ebuild,
+ -files/SGMLSpm-1.03-Makefile:
+ Cleanup
09 May 2012; Alexis Ballier <aballier@gentoo.org> SGMLSpm-1.03-r6.ebuild:
keyword ~amd64-fbsd
diff --git a/dev-perl/SGMLSpm/SGMLSpm-1.03-r5.ebuild b/dev-perl/SGMLSpm/SGMLSpm-1.03-r5.ebuild
deleted file mode 100644
index 6fd607b477f1..000000000000
--- a/dev-perl/SGMLSpm/SGMLSpm-1.03-r5.ebuild
+++ /dev/null
@@ -1,43 +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/SGMLSpm/SGMLSpm-1.03-r5.ebuild,v 1.22 2011/07/30 10:42:20 tove Exp $
-
-MY_P="${P}ii"
-DESCRIPTION="Perl library for parsing the output of nsgmls"
-HOMEPAGE="http://search.cpan.org/author/DMEGG/SGMLSpm-1.03ii/"
-SRC_URI="mirror://cpan/authors/id/D/DM/DMEGG/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
-IUSE=""
-
-RDEPEND=">=dev-lang/perl-5.8.0-r12"
-DEPEND="${RDEPEND}
- >=sys-apps/sed-4"
-
-S=${WORKDIR}/${PN}
-
-src_unpack() {
- unpack ${A}
- cp "${FILESDIR}"/${P}-Makefile "${S}"/Makefile
- eval `perl '-V:package'`
- eval `perl '-V:version'`
- cd "${S}"
- sed -i -e "s:5.6.1:${version}:" Makefile
-# sed -i -e "s:perl5:perl5/vendor_perl/${version}:" Makefile
- sed -i -e "s:MODULEDIR = \${PERL5DIR}/site_perl/${version}/SGMLS:MODULEDIR = \${PERL5DIR}/vendor_perl/${version}/SGMLS:" Makefile
- sed -i -e "s:SPECDIR = \${PERL5DIR}:SPECDIR = ${D}/usr/share/SGMLS:" Makefile
- sed -i -e "s:\${PERL5DIR}/SGMLS.pm:\${PERL5DIR}/vendor_perl/${version}/SGMLS.pm:" Makefile
- sed -i -e "s/^all: .*/all:/" Makefile
-}
-
-src_install () {
- dodir /usr/bin
- dodir /usr/lib/${package}/vendor_perl/${version}
- dodir /usr/share/SGMLS
- dodoc BUGS ChangeLog README TODO
- make install -f "${S}"/Makefile || die
- make docs -f "${S}"/Makefile || die
-# cd ${D}/usr/lib/${package}/vendor_perl/${version}
-}
diff --git a/dev-perl/SGMLSpm/files/SGMLSpm-1.03-Makefile b/dev-perl/SGMLSpm/files/SGMLSpm-1.03-Makefile
deleted file mode 100644
index a9206d84cf5c..000000000000
--- a/dev-perl/SGMLSpm/files/SGMLSpm-1.03-Makefile
+++ /dev/null
@@ -1,98 +0,0 @@
-########################################################################
-# Makefile for installing SGMLS.pm and associated files in Unix
-# or Unix-like environments. You should check the values of the
-# variables at the beginning and change them as appropriate.
-#
-# Version: 1.03ii
-########################################################################
-
-DIST = SGMLSpm-1.03ii.tar.gz
-
-#
-# Beginning of user options.
-#
-
-# Where is the binary for perl5 located on your system?
-PERL = /usr/bin/perl
-
-# Where do you want the sgmlspl executable script to be installed?
-BINDIR = ${D}/usr/bin
-
-# Where do you put local perl5 libaries?
-PERL5DIR = ${D}/usr/lib/perl5
-MODULEDIR = ${PERL5DIR}/site_perl/5.6.1/SGMLS
-
-# Where do you want to put sgmlspl specifications?
-SPECDIR = ${PERL5DIR}
-
-# If you plan to install the HTML version of the documentation, where
-# do you intend to put it? 'make html' will create two
-# subdirectories, ${HTMLDIR}/SGMLSpm and ${HTMLDIR}/sgmlspl, and place
-# its files there.
-HTMLDIR = ${D}/usr/share/doc/${P}/html
-
-
-#
-# End of user options.
-#
-
-HTML_SOURCES = DOC/HTML/SGMLSpm/ DOC/HTML/sgmlspl/
-
-FILES = ${BINDIR}/sgmlspl \
- ${PERL5DIR}/SGMLS.pm \
- ${MODULEDIR}/Output.pm \
- ${MODULEDIR}/Refs.pm \
- ${SPECDIR}/skel.pl
-
-all: install docs
-
-install: install_system # install_html
-
-install_system: ${MODULEDIR} ${FILES}
-
-dist: ${DIST}
-
-${BINDIR}/sgmlspl: sgmlspl.pl
- sed -e 's!/usr/bin/perl!${PERL}!' sgmlspl.pl > ${BINDIR}/sgmlspl
- chmod a+x,a+r ${BINDIR}/sgmlspl
-
-${PERL5DIR}/SGMLS.pm: SGMLS.pm
- cp SGMLS.pm ${PERL5DIR}/SGMLS.pm
- chmod a+r ${PERL5DIR}/SGMLS.pm
-
-${MODULEDIR}:
- if [ ! -d ${MODULEDIR} ]; then\
- mkdir ${MODULEDIR}; \
- chmod a+x ${MODULEDIR}; \
- fi
-
-${MODULEDIR}/Output.pm: Output.pm
- cp Output.pm ${MODULEDIR}/Output.pm
- chmod a+r ${MODULEDIR}/Output.pm
-
-${MODULEDIR}/Refs.pm: Refs.pm
- cp Refs.pm ${MODULEDIR}/Refs.pm
- chmod a+r ${MODULEDIR}/Refs.pm
-
-${SPECDIR}/skel.pl: skel.pl
- cp skel.pl ${SPECDIR}/skel.pl
- chmod a+r ${SPECDIR}/skel.pl
-
-install_html: ${HTML_SOURCES}
- cd DOC; make html
- rm -rf ${HTMLDIR}/SGMLSpm ${HTMLDIR}/sgmlspl
- cp -r ${HTML_SOURCES} ${HTMLDIR}
- chmod a+x,a+r ${HTMLDIR}/SGMLSpm ${HTMLDIR}/sgmlspl
- chmod a+r ${HTMLDIR}/SGMLSpm/* ${HTMLDIR}/sgmlspl/*
-
-docs:
- cd DOC; make all
-
-${DIST}: clean docs
- cd ..; \
- tar -c -v -z --exclude RCS -f /tmp/${DIST} SGMLSpm; \
- mv /tmp/${DIST} SGMLSpm
-
-clean:
- cd DOC; make clean
- rm -f *~ core *.tar *.tar.gz
diff --git a/dev-perl/Statistics-Descriptive/ChangeLog b/dev-perl/Statistics-Descriptive/ChangeLog
index 17cb48d46882..1b47975e8156 100644
--- a/dev-perl/Statistics-Descriptive/ChangeLog
+++ b/dev-perl/Statistics-Descriptive/ChangeLog
@@ -1,6 +1,13 @@
# 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.42 2012/05/28 15:50:04 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Statistics-Descriptive/ChangeLog,v 1.43 2012/06/03 17:35:16 tove Exp $
+
+ 03 Jun 2012; Torsten Veller <tove@gentoo.org>
+ -Statistics-Descriptive-3.30.0.ebuild, -Statistics-Descriptive-3.50.0.ebuild,
+ -Statistics-Descriptive-3.60.100.ebuild,
+ -Statistics-Descriptive-3.60.200.ebuild,
+ -Statistics-Descriptive-3.0100.ebuild:
+ Cleanup
28 May 2012; Raúl Porcel <armin76@gentoo.org>
Statistics-Descriptive-3.30.0.ebuild, Statistics-Descriptive-3.40.0.ebuild,
diff --git a/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.0100.ebuild b/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.0100.ebuild
deleted file mode 100644
index bf4b70c12cca..000000000000
--- a/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.0100.ebuild
+++ /dev/null
@@ -1,22 +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.0100.ebuild,v 1.6 2012/05/28 15:50:04 armin76 Exp $
-
-EAPI=2
-
-MODULE_AUTHOR=SHLOMIF
-inherit perl-module
-
-DESCRIPTION="Module of basic descriptive statistical functions"
-
-SLOT="0"
-KEYWORDS="amd64 ~ppc 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"
diff --git a/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.30.0.ebuild b/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.30.0.ebuild
deleted file mode 100644
index d2dd19ae5606..000000000000
--- a/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.30.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.30.0.ebuild,v 1.2 2012/05/28 15:50:04 armin76 Exp $
-
-EAPI=4
-
-MODULE_AUTHOR=SHLOMIF
-MODULE_VERSION=3.0300
-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"
diff --git a/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.50.0.ebuild b/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.50.0.ebuild
deleted file mode 100644
index 4131354d1d9f..000000000000
--- a/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.50.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.50.0.ebuild,v 1.2 2012/05/28 15:50:04 armin76 Exp $
-
-EAPI=4
-
-MODULE_AUTHOR=SHLOMIF
-MODULE_VERSION=3.0500
-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"
diff --git a/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.60.100.ebuild b/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.60.100.ebuild
deleted file mode 100644
index 4b3a370b62fb..000000000000
--- a/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.60.100.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.60.100.ebuild,v 1.2 2012/05/28 15:50:04 armin76 Exp $
-
-EAPI=4
-
-MODULE_AUTHOR=SHLOMIF
-MODULE_VERSION=3.0601
-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"
diff --git a/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.60.200.ebuild b/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.60.200.ebuild
deleted file mode 100644
index d889b9d39535..000000000000
--- a/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.60.200.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.60.200.ebuild,v 1.2 2012/05/28 15:50:04 armin76 Exp $
-
-EAPI=4
-
-MODULE_AUTHOR=SHLOMIF
-MODULE_VERSION=3.0602
-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"
diff --git a/dev-perl/Test-Fatal/ChangeLog b/dev-perl/Test-Fatal/ChangeLog
index 69aa9b2845b3..d851b0b36fd6 100644
--- a/dev-perl/Test-Fatal/ChangeLog
+++ b/dev-perl/Test-Fatal/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Test-Fatal
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Fatal/ChangeLog,v 1.23 2012/06/03 17:32:05 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Fatal/ChangeLog,v 1.24 2012/06/03 17:33:17 tove Exp $
+
+ 03 Jun 2012; Torsten Veller <tove@gentoo.org> -Test-Fatal-0.003.ebuild,
+ -Test-Fatal-0.6.0.ebuild, -Test-Fatal-0.8.0.ebuild, -Test-Fatal-0.9.0.ebuild:
+ Cleanup
03 Jun 2012; Torsten Veller <tove@gentoo.org> Test-Fatal-0.10.0.ebuild:
Add prefix keywords to the latest version too
diff --git a/dev-perl/Test-Fatal/Test-Fatal-0.003.ebuild b/dev-perl/Test-Fatal/Test-Fatal-0.003.ebuild
deleted file mode 100644
index 462ab426c3ae..000000000000
--- a/dev-perl/Test-Fatal/Test-Fatal-0.003.ebuild
+++ /dev/null
@@ -1,21 +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/Test-Fatal/Test-Fatal-0.003.ebuild,v 1.10 2011/08/13 09:09:09 xarthisius Exp $
-
-EAPI=3
-
-MODULE_AUTHOR="RJBS"
-inherit perl-module
-
-DESCRIPTION="Incredibly simple helpers for testing code with exceptions"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~s390 ~sh ~sparc x86"
-IUSE="test"
-
-RDEPEND=">=dev-perl/Try-Tiny-0.07"
-DEPEND="${RDEPEND}
- >=virtual/perl-ExtUtils-MakeMaker-6.31
- test? ( >=virtual/perl-Test-Simple-0.96 )"
-
-SRC_TEST="do"
diff --git a/dev-perl/Test-Fatal/Test-Fatal-0.6.0.ebuild b/dev-perl/Test-Fatal/Test-Fatal-0.6.0.ebuild
deleted file mode 100644
index 0d514905e865..000000000000
--- a/dev-perl/Test-Fatal/Test-Fatal-0.6.0.ebuild
+++ /dev/null
@@ -1,22 +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/Test-Fatal/Test-Fatal-0.6.0.ebuild,v 1.3 2011/07/07 23:04:24 aballier Exp $
-
-EAPI=4
-
-MODULE_AUTHOR=RJBS
-MODULE_VERSION=0.006
-inherit perl-module
-
-DESCRIPTION="Incredibly simple helpers for testing code with exceptions"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~ppc-macos ~x86-solaris"
-IUSE="test"
-
-RDEPEND=">=dev-perl/Try-Tiny-0.70.0"
-DEPEND="${RDEPEND}
- >=virtual/perl-ExtUtils-MakeMaker-6.30
- test? ( virtual/perl-Test-Simple )"
-
-SRC_TEST="do"
diff --git a/dev-perl/Test-Fatal/Test-Fatal-0.8.0.ebuild b/dev-perl/Test-Fatal/Test-Fatal-0.8.0.ebuild
deleted file mode 100644
index 1816836bfb9c..000000000000
--- a/dev-perl/Test-Fatal/Test-Fatal-0.8.0.ebuild
+++ /dev/null
@@ -1,22 +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/Test-Fatal/Test-Fatal-0.8.0.ebuild,v 1.1 2011/11/12 08:03:49 tove Exp $
-
-EAPI=4
-
-MODULE_AUTHOR=RJBS
-MODULE_VERSION=0.008
-inherit perl-module
-
-DESCRIPTION="Incredibly simple helpers for testing code with exceptions"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~ppc-macos ~x86-solaris"
-IUSE="test"
-
-RDEPEND=">=dev-perl/Try-Tiny-0.70.0"
-DEPEND="${RDEPEND}
- >=virtual/perl-ExtUtils-MakeMaker-6.30
- test? ( virtual/perl-Test-Simple )"
-
-SRC_TEST="do"
diff --git a/dev-perl/Test-Fatal/Test-Fatal-0.9.0.ebuild b/dev-perl/Test-Fatal/Test-Fatal-0.9.0.ebuild
deleted file mode 100644
index 8c30a44d86a4..000000000000
--- a/dev-perl/Test-Fatal/Test-Fatal-0.9.0.ebuild
+++ /dev/null
@@ -1,22 +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/Test-Fatal/Test-Fatal-0.9.0.ebuild,v 1.2 2012/03/24 12:52:57 grobian Exp $
-
-EAPI=4
-
-MODULE_AUTHOR=RJBS
-MODULE_VERSION=0.009
-inherit perl-module
-
-DESCRIPTION="Incredibly simple helpers for testing code with exceptions"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
-IUSE="test"
-
-RDEPEND=">=dev-perl/Try-Tiny-0.70.0"
-DEPEND="${RDEPEND}
- >=virtual/perl-ExtUtils-MakeMaker-6.30
- test? ( virtual/perl-Test-Simple )"
-
-SRC_TEST="do"
diff --git a/dev-perl/regexp-common/ChangeLog b/dev-perl/regexp-common/ChangeLog
index 14c591dd6828..e089b55981fb 100644
--- a/dev-perl/regexp-common/ChangeLog
+++ b/dev-perl/regexp-common/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/regexp-common
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/regexp-common/ChangeLog,v 1.36 2012/05/26 19:02:22 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/regexp-common/ChangeLog,v 1.37 2012/06/03 17:40:35 tove Exp $
+
+ 03 Jun 2012; Torsten Veller <tove@gentoo.org>
+ -regexp-common-2010010201.ebuild, -regexp-common-2011041701.0.0.ebuild:
+ Cleanup
26 May 2012; Raúl Porcel <armin76@gentoo.org>
regexp-common-2011121001.0.0.ebuild:
diff --git a/dev-perl/regexp-common/regexp-common-2010010201.ebuild b/dev-perl/regexp-common/regexp-common-2010010201.ebuild
deleted file mode 100644
index 9d9838f74c97..000000000000
--- a/dev-perl/regexp-common/regexp-common-2010010201.ebuild
+++ /dev/null
@@ -1,20 +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/regexp-common/regexp-common-2010010201.ebuild,v 1.7 2010/09/13 13:13:13 josejx Exp $
-
-EAPI=2
-
-MODULE_AUTHOR=ABIGAIL
-MY_PN=Regexp-Common
-MY_P=${MY_PN}-${PV}
-S=${WORKDIR}/${MY_P}
-inherit perl-module
-
-DESCRIPTION="Provide commonly requested regular expressions"
-
-LICENSE="|| ( Artistic Artistic-2 MIT BSD )"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
-IUSE=""
-
-SRC_TEST="do"
diff --git a/dev-perl/regexp-common/regexp-common-2011041701.0.0.ebuild b/dev-perl/regexp-common/regexp-common-2011041701.0.0.ebuild
deleted file mode 100644
index e1b4e12b4790..000000000000
--- a/dev-perl/regexp-common/regexp-common-2011041701.0.0.ebuild
+++ /dev/null
@@ -1,19 +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/regexp-common/regexp-common-2011041701.0.0.ebuild,v 1.1 2011/04/19 17:12:25 tove Exp $
-
-EAPI=4
-
-MY_PN=Regexp-Common
-MODULE_AUTHOR=ABIGAIL
-MODULE_VERSION=2011041701
-inherit perl-module
-
-DESCRIPTION="Provide commonly requested regular expressions"
-
-LICENSE="|| ( Artistic Artistic-2 MIT BSD )"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
-IUSE=""
-
-SRC_TEST="do"