summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-perl/YAML-Tiny/ChangeLog5
-rw-r--r--dev-perl/YAML-Tiny/YAML-Tiny-1.480.ebuild17
-rw-r--r--dev-perl/boolean/ChangeLog5
-rw-r--r--dev-perl/boolean/boolean-0.260.ebuild17
-rw-r--r--dev-perl/dbix-searchbuilder/ChangeLog8
-rw-r--r--dev-perl/dbix-searchbuilder/dbix-searchbuilder-1.58.ebuild32
-rw-r--r--dev-perl/indirect/ChangeLog5
-rw-r--r--dev-perl/indirect/indirect-0.23.ebuild19
-rw-r--r--dev-perl/inline-files/ChangeLog6
-rw-r--r--dev-perl/inline-files/inline-files-0.63.ebuild20
-rw-r--r--dev-perl/inline-files/inline-files-0.640.ebuild19
-rw-r--r--dev-perl/inline-files/inline-files-0.670.0.ebuild19
-rw-r--r--dev-perl/locale-maketext-lexicon/ChangeLog6
-rw-r--r--dev-perl/locale-maketext-lexicon/locale-maketext-lexicon-0.860.ebuild23
-rw-r--r--dev-perl/log-dispatch/ChangeLog5
-rw-r--r--dev-perl/log-dispatch/log-dispatch-2.280.ebuild24
-rw-r--r--dev-perl/math-pari/ChangeLog6
-rw-r--r--dev-perl/math-pari/math-pari-2.01080604-r1.ebuild60
-rw-r--r--dev-perl/regexp-common/ChangeLog6
-rw-r--r--dev-perl/regexp-common/regexp-common-2011041602.0.0.ebuild19
-rw-r--r--dev-perl/wxperl/ChangeLog6
-rw-r--r--dev-perl/wxperl/wxperl-0.98.ebuild29
-rw-r--r--dev-perl/wxperl/wxperl-0.990.0.ebuild27
-rw-r--r--dev-perl/yaml/ChangeLog5
-rw-r--r--dev-perl/yaml/yaml-0.72.ebuild19
25 files changed, 51 insertions, 356 deletions
diff --git a/dev-perl/YAML-Tiny/ChangeLog b/dev-perl/YAML-Tiny/ChangeLog
index 48e6d6c89dc8..93489e82cf52 100644
--- a/dev-perl/YAML-Tiny/ChangeLog
+++ b/dev-perl/YAML-Tiny/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/YAML-Tiny
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/YAML-Tiny/ChangeLog,v 1.27 2011/06/25 08:12:16 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/YAML-Tiny/ChangeLog,v 1.28 2011/07/29 11:11:01 tove Exp $
+
+ 29 Jul 2011; Torsten Veller <tove@gentoo.org> -YAML-Tiny-1.480.ebuild:
+ Cleanup
*YAML-Tiny-1.500.0 (25 Jun 2011)
diff --git a/dev-perl/YAML-Tiny/YAML-Tiny-1.480.ebuild b/dev-perl/YAML-Tiny/YAML-Tiny-1.480.ebuild
deleted file mode 100644
index b04e6b48b0c6..000000000000
--- a/dev-perl/YAML-Tiny/YAML-Tiny-1.480.ebuild
+++ /dev/null
@@ -1,17 +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/YAML-Tiny/YAML-Tiny-1.480.ebuild,v 1.1 2011/02/04 07:40:08 tove Exp $
-
-EAPI=3
-
-MODULE_AUTHOR=ADAMK
-MODULE_VERSION=1.48
-inherit perl-module
-
-DESCRIPTION="Read/Write YAML files with as little code as possible"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-SRC_TEST=do
diff --git a/dev-perl/boolean/ChangeLog b/dev-perl/boolean/ChangeLog
index 131cea78710f..90b43f651bd8 100644
--- a/dev-perl/boolean/ChangeLog
+++ b/dev-perl/boolean/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/boolean
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/boolean/ChangeLog,v 1.8 2011/07/06 12:34:46 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/boolean/ChangeLog,v 1.9 2011/07/29 11:07:57 tove Exp $
+
+ 29 Jul 2011; Torsten Veller <tove@gentoo.org> -boolean-0.260.ebuild:
+ Cleanup
*boolean-0.270.0 (06 Jul 2011)
diff --git a/dev-perl/boolean/boolean-0.260.ebuild b/dev-perl/boolean/boolean-0.260.ebuild
deleted file mode 100644
index 1cc4d796a209..000000000000
--- a/dev-perl/boolean/boolean-0.260.ebuild
+++ /dev/null
@@ -1,17 +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/boolean/boolean-0.260.ebuild,v 1.1 2011/01/21 12:58:03 tove Exp $
-
-EAPI=3
-
-MODULE_AUTHOR=INGY
-MODULE_VERSION=0.26
-inherit perl-module
-
-DESCRIPTION="Boolean support for Perl"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-SRC_TEST=do
diff --git a/dev-perl/dbix-searchbuilder/ChangeLog b/dev-perl/dbix-searchbuilder/ChangeLog
index a67339e2d4f4..5c370537f1a8 100644
--- a/dev-perl/dbix-searchbuilder/ChangeLog
+++ b/dev-perl/dbix-searchbuilder/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/dbix-searchbuilder
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/dbix-searchbuilder/ChangeLog,v 1.67 2010/11/27 20:39:56 tove Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/dbix-searchbuilder/ChangeLog,v 1.68 2011/07/29 11:07:09 tove Exp $
+
+ 29 Jul 2011; Torsten Veller <tove@gentoo.org>
+ -dbix-searchbuilder-1.58.ebuild:
+ Cleanup
*dbix-searchbuilder-1.59 (27 Nov 2010)
diff --git a/dev-perl/dbix-searchbuilder/dbix-searchbuilder-1.58.ebuild b/dev-perl/dbix-searchbuilder/dbix-searchbuilder-1.58.ebuild
deleted file mode 100644
index eb4ce657f2c1..000000000000
--- a/dev-perl/dbix-searchbuilder/dbix-searchbuilder-1.58.ebuild
+++ /dev/null
@@ -1,32 +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/dbix-searchbuilder/dbix-searchbuilder-1.58.ebuild,v 1.1 2010/10/20 16:47:03 tove Exp $
-
-EAPI=3
-
-MODULE_AUTHOR=RUZ
-MY_PN=DBIx-SearchBuilder
-MY_P=${MY_PN}-${PV}
-S=${WORKDIR}/${MY_P}
-inherit perl-module
-
-DESCRIPTION="Encapsulate SQL queries and rows in simple perl objects"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
-IUSE="test"
-
-RDEPEND="dev-perl/DBI
- dev-perl/DBIx-DBSchema
- dev-perl/Want
- >=dev-perl/Cache-Simple-TimedExpiry-0.21
- dev-perl/Clone
- dev-perl/Class-Accessor
- >=dev-perl/capitalization-0.03
- >=dev-perl/class-returnvalue-0.4"
-
-DEPEND="test? ( ${RDEPEND}
- dev-perl/DBD-SQLite
- >=virtual/perl-Test-Simple-0.52 )"
-
-SRC_TEST="do"
diff --git a/dev-perl/indirect/ChangeLog b/dev-perl/indirect/ChangeLog
index 37a46ff53249..221d0dd18d1b 100644
--- a/dev-perl/indirect/ChangeLog
+++ b/dev-perl/indirect/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/indirect
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/indirect/ChangeLog,v 1.2 2011/07/18 10:45:01 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/indirect/ChangeLog,v 1.3 2011/07/29 11:06:03 tove Exp $
+
+ 29 Jul 2011; Torsten Veller <tove@gentoo.org> -indirect-0.23.ebuild:
+ Cleanup
*indirect-0.240.0 (18 Jul 2011)
diff --git a/dev-perl/indirect/indirect-0.23.ebuild b/dev-perl/indirect/indirect-0.23.ebuild
deleted file mode 100644
index d7f3232e4049..000000000000
--- a/dev-perl/indirect/indirect-0.23.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/indirect/indirect-0.23.ebuild,v 1.1 2011/01/30 23:21:41 idl0r Exp $
-
-EAPI="3"
-
-MODULE_AUTHOR="VPIT"
-
-inherit perl-module
-
-DESCRIPTION="Lexically warn about using the indirect object syntax"
-
-LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-lang/perl"
-RDEPEND="${DEPEND}"
diff --git a/dev-perl/inline-files/ChangeLog b/dev-perl/inline-files/ChangeLog
index 3dd43730cd3e..be720d185a6d 100644
--- a/dev-perl/inline-files/ChangeLog
+++ b/dev-perl/inline-files/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/inline-files
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/inline-files/ChangeLog,v 1.14 2011/07/25 09:13:12 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/inline-files/ChangeLog,v 1.15 2011/07/29 11:02:22 tove Exp $
+
+ 29 Jul 2011; Torsten Veller <tove@gentoo.org> -inline-files-0.63.ebuild,
+ -inline-files-0.640.ebuild, -inline-files-0.670.0.ebuild:
+ Cleanup
*inline-files-0.680.0 (25 Jul 2011)
diff --git a/dev-perl/inline-files/inline-files-0.63.ebuild b/dev-perl/inline-files/inline-files-0.63.ebuild
deleted file mode 100644
index 46aaf0ef526d..000000000000
--- a/dev-perl/inline-files/inline-files-0.63.ebuild
+++ /dev/null
@@ -1,20 +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/inline-files/inline-files-0.63.ebuild,v 1.1 2009/05/11 10:51:02 tove Exp $
-
-EAPI=2
-
-MODULE_AUTHOR=AMBS
-MODULE_SECTION=Inline
-MY_PN=Inline-Files
-MY_P=${MY_PN}-${PV}
-S=${WORKDIR}/${MY_P}
-inherit perl-module
-
-DESCRIPTION="Multiple virtual files in a single file"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
-IUSE=""
-
-SRC_TEST=do
diff --git a/dev-perl/inline-files/inline-files-0.640.ebuild b/dev-perl/inline-files/inline-files-0.640.ebuild
deleted file mode 100644
index 374360262249..000000000000
--- a/dev-perl/inline-files/inline-files-0.640.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/inline-files/inline-files-0.640.ebuild,v 1.1 2011/02/02 18:46:21 tove Exp $
-
-EAPI=3
-
-MY_PN=Inline-Files
-MODULE_AUTHOR=AMBS
-MODULE_SECTION=Inline
-MODULE_VERSION=0.64
-inherit perl-module
-
-DESCRIPTION="Multiple virtual files in a single file"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
-IUSE=""
-
-SRC_TEST=do
diff --git a/dev-perl/inline-files/inline-files-0.670.0.ebuild b/dev-perl/inline-files/inline-files-0.670.0.ebuild
deleted file mode 100644
index f9c261571cdb..000000000000
--- a/dev-perl/inline-files/inline-files-0.670.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/inline-files/inline-files-0.670.0.ebuild,v 1.1 2011/07/09 07:42:53 tove Exp $
-
-EAPI=4
-
-MY_PN=Inline-Files
-MODULE_AUTHOR=AMBS
-MODULE_SECTION=Inline
-MODULE_VERSION=0.67
-inherit perl-module
-
-DESCRIPTION="Multiple virtual files in a single file"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
-IUSE=""
-
-SRC_TEST=do
diff --git a/dev-perl/locale-maketext-lexicon/ChangeLog b/dev-perl/locale-maketext-lexicon/ChangeLog
index 6033e10765c5..9c2cfc0bf282 100644
--- a/dev-perl/locale-maketext-lexicon/ChangeLog
+++ b/dev-perl/locale-maketext-lexicon/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/locale-maketext-lexicon
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/locale-maketext-lexicon/ChangeLog,v 1.64 2011/07/20 10:11:36 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/locale-maketext-lexicon/ChangeLog,v 1.65 2011/07/29 11:01:10 tove Exp $
+
+ 29 Jul 2011; Torsten Veller <tove@gentoo.org>
+ -locale-maketext-lexicon-0.860.ebuild:
+ Cleanup
*locale-maketext-lexicon-0.870.0 (20 Jul 2011)
diff --git a/dev-perl/locale-maketext-lexicon/locale-maketext-lexicon-0.860.ebuild b/dev-perl/locale-maketext-lexicon/locale-maketext-lexicon-0.860.ebuild
deleted file mode 100644
index 0ead79bfeb55..000000000000
--- a/dev-perl/locale-maketext-lexicon/locale-maketext-lexicon-0.860.ebuild
+++ /dev/null
@@ -1,23 +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/locale-maketext-lexicon/locale-maketext-lexicon-0.860.ebuild,v 1.1 2011/02/16 17:26:29 tove Exp $
-
-EAPI=3
-
-MY_PN=Locale-Maketext-Lexicon
-MODULE_AUTHOR=DRTECH
-MODULE_VERSION=0.86
-inherit perl-module
-
-DESCRIPTION="Use other catalog formats in Maketext"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
-IUSE="test"
-
-RDEPEND=">=virtual/perl-locale-maketext-1.17"
-DEPEND="${RDEPEND}
- test? ( dev-perl/Test-Pod )"
-
-SRC_TEST="do"
diff --git a/dev-perl/log-dispatch/ChangeLog b/dev-perl/log-dispatch/ChangeLog
index aa0f731b6229..97948f309a44 100644
--- a/dev-perl/log-dispatch/ChangeLog
+++ b/dev-perl/log-dispatch/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/log-dispatch
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/log-dispatch/ChangeLog,v 1.63 2011/03/19 06:55:50 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/log-dispatch/ChangeLog,v 1.64 2011/07/29 11:00:08 tove Exp $
+
+ 29 Jul 2011; Torsten Veller <tove@gentoo.org> -log-dispatch-2.280.ebuild:
+ Cleanup
*log-dispatch-2.290.0 (19 Mar 2011)
diff --git a/dev-perl/log-dispatch/log-dispatch-2.280.ebuild b/dev-perl/log-dispatch/log-dispatch-2.280.ebuild
deleted file mode 100644
index 6a923672eea0..000000000000
--- a/dev-perl/log-dispatch/log-dispatch-2.280.ebuild
+++ /dev/null
@@ -1,24 +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/log-dispatch/log-dispatch-2.280.ebuild,v 1.1 2011/01/12 19:15:30 tove Exp $
-
-EAPI=3
-
-MY_PN=Log-Dispatch
-MODULE_AUTHOR=DROLSKY
-MODULE_VERSION=2.28
-inherit perl-module
-
-DESCRIPTION="Dispatches messages to multiple Log::Dispatch::* objects"
-
-LICENSE="Artistic-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="dev-perl/Params-Validate
- >=virtual/perl-Sys-Syslog-0.16"
-DEPEND="${RDEPEND}
- >=virtual/perl-ExtUtils-MakeMaker-6.31"
-
-SRC_TEST="do"
diff --git a/dev-perl/math-pari/ChangeLog b/dev-perl/math-pari/ChangeLog
index 8ebcae527d5c..ac1a5ce3e083 100644
--- a/dev-perl/math-pari/ChangeLog
+++ b/dev-perl/math-pari/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/math-pari
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/math-pari/ChangeLog,v 1.67 2011/04/30 07:31:07 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/math-pari/ChangeLog,v 1.68 2011/07/29 10:58:40 tove Exp $
+
+ 29 Jul 2011; Torsten Veller <tove@gentoo.org>
+ -math-pari-2.01080604-r1.ebuild:
+ Cleanup
*math-pari-2.10.806.50 (30 Apr 2011)
diff --git a/dev-perl/math-pari/math-pari-2.01080604-r1.ebuild b/dev-perl/math-pari/math-pari-2.01080604-r1.ebuild
deleted file mode 100644
index a3329729c1f2..000000000000
--- a/dev-perl/math-pari/math-pari-2.01080604-r1.ebuild
+++ /dev/null
@@ -1,60 +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/math-pari/math-pari-2.01080604-r1.ebuild,v 1.2 2011/04/24 15:57:27 grobian Exp $
-
-EAPI=2
-
-MODULE_AUTHOR=ILYAZ
-MODULE_SECTION=modules
-MY_PN=Math-Pari
-MY_P=${MY_PN}-${PV}
-inherit perl-module
-
-PARI_VER=2.3.5
-
-DESCRIPTION="Perl interface to PARI"
-SRC_URI="${SRC_URI}
- http://pari.math.u-bordeaux.fr/pub/pari/unix/pari-${PARI_VER}.tar.gz"
-
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
-IUSE=""
-
-# Math::Pari requires that a copy of the pari source in a parallel
-# directory to where you build it. It does not need to compile it, but
-# it does need to be the same version as is installed, hence the hard
-# DEPEND below
-RDEPEND="~sci-mathematics/pari-${PARI_VER}"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${MY_P}
-S_PARI=${WORKDIR}/pari-${PARI_VER}
-SRC_TEST=do
-
-src_prepare() {
- # On 64-bit hardware, these files are needed in both the 64/ and 32/
- # directories for the testsuite to pass.
- cd "${S_PARI}"/src/test/
- for t in analyz compat ellglobalred elliptic galois graph intnum kernel \
- linear nfields number objets ploth polyser program qfbsolve rfrac \
- round4 stark sumiter trans ; do
- i="in/${t}"
- o32="32/${t}"
- o64="64/${t}"
- [ -f "$i" -a ! -f "$o32" ] && cp -al "$i" "$o32"
- [ -f "$i" -a ! -f "$o64" ] && cp -al "$i" "$o64"
- done
- perl-module_src_prepare
-}
-
-src_configure() {
- # Unfortunately the assembly routines math-pari has for SPARC do not appear
- # to be working at current. Perl cannot test math-pari or anything that
- # pulls in the math-pari module as DynaLoader cannot load the resulting
- # .so files math-pari generates. As such, we have to use the generic
- # non-machine specific assembly methods here.
- use sparc && myconf="${myconf} machine=none"
-
- perl-module_src_configure
-}
diff --git a/dev-perl/regexp-common/ChangeLog b/dev-perl/regexp-common/ChangeLog
index 8be9c27d59c3..2f06f11768e7 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-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/regexp-common/ChangeLog,v 1.29 2011/04/19 17:12:25 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/regexp-common/ChangeLog,v 1.30 2011/07/29 10:57:06 tove Exp $
+
+ 29 Jul 2011; Torsten Veller <tove@gentoo.org>
+ -regexp-common-2011041602.0.0.ebuild:
+ Cleanup
*regexp-common-2011041701.0.0 (19 Apr 2011)
diff --git a/dev-perl/regexp-common/regexp-common-2011041602.0.0.ebuild b/dev-perl/regexp-common/regexp-common-2011041602.0.0.ebuild
deleted file mode 100644
index 62c94f6d1af5..000000000000
--- a/dev-perl/regexp-common/regexp-common-2011041602.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-2011041602.0.0.ebuild,v 1.1 2011/04/17 06:58:56 tove Exp $
-
-EAPI=4
-
-MY_PN=Regexp-Common
-MODULE_AUTHOR=ABIGAIL
-MODULE_VERSION=2011041602
-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/wxperl/ChangeLog b/dev-perl/wxperl/ChangeLog
index 1e34b5b17671..c774dd2570d6 100644
--- a/dev-perl/wxperl/ChangeLog
+++ b/dev-perl/wxperl/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/wxperl
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/wxperl/ChangeLog,v 1.43 2011/06/06 17:19:50 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/wxperl/ChangeLog,v 1.44 2011/07/29 10:55:43 tove Exp $
+
+ 29 Jul 2011; Torsten Veller <tove@gentoo.org> -wxperl-0.98.ebuild,
+ -wxperl-0.990.0.ebuild:
+ Cleanup
*wxperl-0.990.100 (06 Jun 2011)
diff --git a/dev-perl/wxperl/wxperl-0.98.ebuild b/dev-perl/wxperl/wxperl-0.98.ebuild
deleted file mode 100644
index 77cde8cf5777..000000000000
--- a/dev-perl/wxperl/wxperl-0.98.ebuild
+++ /dev/null
@@ -1,29 +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/wxperl/wxperl-0.98.ebuild,v 1.1 2010/08/23 07:39:02 tove Exp $
-
-EAPI=2
-
-inherit versionator
-MODULE_AUTHOR=MBARBON
-MY_PN=Wx
-MY_P=${MY_PN}-$(delete_version_separator 2 )
-S=${WORKDIR}/${MY_P}
-WX_GTK_VER="2.8"
-inherit wxwidgets perl-module
-
-DESCRIPTION="Perl bindings for wxGTK"
-HOMEPAGE="http://wxperl.sourceforge.net/"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="x11-libs/wxGTK:2.8
- >=dev-perl/Alien-wxWidgets-0.25
- >=virtual/perl-File-Spec-0.82"
-DEPEND="${RDEPEND}
- >=virtual/perl-ExtUtils-ParseXS-0.22.03
- >=dev-perl/ExtUtils-XSpp-0.15"
-
-MAKEOPTS="${MAKEOPTS} -j1"
diff --git a/dev-perl/wxperl/wxperl-0.990.0.ebuild b/dev-perl/wxperl/wxperl-0.990.0.ebuild
deleted file mode 100644
index 71ec14350643..000000000000
--- a/dev-perl/wxperl/wxperl-0.990.0.ebuild
+++ /dev/null
@@ -1,27 +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/wxperl/wxperl-0.990.0.ebuild,v 1.1 2011/06/06 17:03:33 tove Exp $
-
-EAPI=4
-
-MY_PN=Wx
-WX_GTK_VER="2.8"
-MODULE_AUTHOR=MDOOTSON
-MODULE_VERSION=0.99
-inherit wxwidgets perl-module
-
-DESCRIPTION="Perl bindings for wxGTK"
-HOMEPAGE="http://wxperl.sourceforge.net/"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
- >=dev-perl/Alien-wxWidgets-0.25
- >=virtual/perl-File-Spec-0.82"
-DEPEND="${RDEPEND}
- >=virtual/perl-ExtUtils-ParseXS-0.22.03
- >=dev-perl/ExtUtils-XSpp-0.160.100"
-
-MAKEOPTS="${MAKEOPTS} -j1"
diff --git a/dev-perl/yaml/ChangeLog b/dev-perl/yaml/ChangeLog
index 745e605ed1cc..8ebd4fc93ab0 100644
--- a/dev-perl/yaml/ChangeLog
+++ b/dev-perl/yaml/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/yaml
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/yaml/ChangeLog,v 1.88 2011/04/20 12:09:44 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/yaml/ChangeLog,v 1.89 2011/07/29 10:53:59 tove Exp $
+
+ 29 Jul 2011; Torsten Veller <tove@gentoo.org> -yaml-0.72.ebuild:
+ Cleanup
*yaml-0.730.0 (20 Apr 2011)
diff --git a/dev-perl/yaml/yaml-0.72.ebuild b/dev-perl/yaml/yaml-0.72.ebuild
deleted file mode 100644
index 486ffc60b18e..000000000000
--- a/dev-perl/yaml/yaml-0.72.ebuild
+++ /dev/null
@@ -1,19 +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/yaml/yaml-0.72.ebuild,v 1.1 2010/09/02 06:35:50 tove Exp $
-
-EAPI=3
-
-MODULE_AUTHOR=ADAMK
-MY_PN="YAML"
-MY_P="${MY_PN}-${PV}"
-S=${WORKDIR}/${MY_P}
-inherit perl-module
-
-DESCRIPTION="YAML Ain't Markup Language (tm)"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-SRC_TEST="do"