summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-08-13 07:33:29 +0000
committerTorsten Veller <tove@gentoo.org>2010-08-13 07:33:29 +0000
commit234acb00e9a61ccd14bcfefd8addce2d994439b5 (patch)
tree11294d3031ab9eb6a3671b3020f13ab936457e66 /dev-perl
parentVersion bump: fix possible UTF-8 related corruption. (diff)
downloadhistorical-234acb00e9a61ccd14bcfefd8addce2d994439b5.tar.gz
historical-234acb00e9a61ccd14bcfefd8addce2d994439b5.tar.bz2
historical-234acb00e9a61ccd14bcfefd8addce2d994439b5.zip
Cleanup
Package-Manager: portage-2.2_rc67_p333/cvs/Linux x86_64
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/namespace-clean/ChangeLog7
-rw-r--r--dev-perl/namespace-clean/namespace-clean-0.13.ebuild21
-rw-r--r--dev-perl/namespace-clean/namespace-clean-0.14.ebuild22
-rw-r--r--dev-perl/namespace-clean/namespace-clean-0.17.ebuild24
-rw-r--r--dev-perl/regexp-common/ChangeLog6
-rw-r--r--dev-perl/regexp-common/regexp-common-2.120.ebuild21
-rw-r--r--dev-perl/regexp-common/regexp-common-2.122.ebuild22
-rw-r--r--dev-perl/regexp-common/regexp-common-2009123002.ebuild20
-rw-r--r--dev-perl/set-scalar/ChangeLog6
-rw-r--r--dev-perl/set-scalar/set-scalar-1.20.ebuild20
-rw-r--r--dev-perl/set-scalar/set-scalar-1.24.ebuild19
-rw-r--r--dev-perl/wxperl/ChangeLog6
-rw-r--r--dev-perl/wxperl/wxperl-0.91.ebuild26
-rw-r--r--dev-perl/wxperl/wxperl-0.97.01.ebuild29
14 files changed, 21 insertions, 228 deletions
diff --git a/dev-perl/namespace-clean/ChangeLog b/dev-perl/namespace-clean/ChangeLog
index d1d1e4ba09b3..8513943882f4 100644
--- a/dev-perl/namespace-clean/ChangeLog
+++ b/dev-perl/namespace-clean/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/namespace-clean
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/namespace-clean/ChangeLog,v 1.9 2010/06/16 07:33:34 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/namespace-clean/ChangeLog,v 1.10 2010/08/13 07:33:29 tove Exp $
+
+ 13 Aug 2010; Torsten Veller <tove@gentoo.org>
+ -namespace-clean-0.13.ebuild, -namespace-clean-0.14.ebuild,
+ -namespace-clean-0.17.ebuild:
+ Cleanup
*namespace-clean-0.18 (16 Jun 2010)
diff --git a/dev-perl/namespace-clean/namespace-clean-0.13.ebuild b/dev-perl/namespace-clean/namespace-clean-0.13.ebuild
deleted file mode 100644
index 849f2d0128eb..000000000000
--- a/dev-perl/namespace-clean/namespace-clean-0.13.ebuild
+++ /dev/null
@@ -1,21 +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/namespace-clean/namespace-clean-0.13.ebuild,v 1.1 2010/01/17 10:41:48 tove Exp $
-
-EAPI=2
-
-MODULE_AUTHOR=FLORA
-inherit perl-module
-
-DESCRIPTION="Keep imports and functions out of your namespace"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-perl/Sub-Identify-0.04
- >=dev-perl/Sub-Name-0.04
- >=dev-perl/B-Hooks-EndOfScope-0.07"
-DEPEND="${RDEPEND}"
-
-SRC_TEST=do
diff --git a/dev-perl/namespace-clean/namespace-clean-0.14.ebuild b/dev-perl/namespace-clean/namespace-clean-0.14.ebuild
deleted file mode 100644
index c654bfa8c9be..000000000000
--- a/dev-perl/namespace-clean/namespace-clean-0.14.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/namespace-clean/namespace-clean-0.14.ebuild,v 1.1 2010/03/19 06:52:46 tove Exp $
-
-EAPI=2
-
-MODULE_AUTHOR=FLORA
-inherit perl-module
-
-DESCRIPTION="Keep imports and functions out of your namespace"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND=">=dev-perl/Sub-Identify-0.04
- >=dev-perl/Sub-Name-0.04
- >=dev-perl/B-Hooks-EndOfScope-0.07"
-DEPEND="${RDEPEND}
- test? ( >=virtual/perl-Test-Simple-0.88 )"
-
-SRC_TEST=do
diff --git a/dev-perl/namespace-clean/namespace-clean-0.17.ebuild b/dev-perl/namespace-clean/namespace-clean-0.17.ebuild
deleted file mode 100644
index f4926787126c..000000000000
--- a/dev-perl/namespace-clean/namespace-clean-0.17.ebuild
+++ /dev/null
@@ -1,24 +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/namespace-clean/namespace-clean-0.17.ebuild,v 1.1 2010/06/06 12:44:28 tove Exp $
-
-EAPI=3
-
-MODULE_AUTHOR=FLORA
-inherit perl-module
-
-DESCRIPTION="Keep imports and functions out of your namespace"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND=">=dev-perl/Package-Stash-0.03
- >=dev-perl/Sub-Identify-0.04
- >=dev-perl/Sub-Name-0.04
- >=dev-perl/B-Hooks-EndOfScope-0.07"
-DEPEND="${RDEPEND}
- >=virtual/perl-ExtUtils-MakeMaker-6.31
- test? ( >=virtual/perl-Test-Simple-0.88 )"
-
-SRC_TEST=do
diff --git a/dev-perl/regexp-common/ChangeLog b/dev-perl/regexp-common/ChangeLog
index 6dbe4b9b096b..8ae1fa915444 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-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/regexp-common/ChangeLog,v 1.26 2010/06/27 19:25:19 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/regexp-common/ChangeLog,v 1.27 2010/08/13 07:32:24 tove Exp $
+
+ 13 Aug 2010; Torsten Veller <tove@gentoo.org> -regexp-common-2.120.ebuild,
+ -regexp-common-2.122.ebuild, -regexp-common-2009123002.ebuild:
+ Cleanup
27 Jun 2010; <nixnut@gentoo.org> regexp-common-2010010201.ebuild:
ppc stable #323529
diff --git a/dev-perl/regexp-common/regexp-common-2.120.ebuild b/dev-perl/regexp-common/regexp-common-2.120.ebuild
deleted file mode 100644
index 13c2c24990c8..000000000000
--- a/dev-perl/regexp-common/regexp-common-2.120.ebuild
+++ /dev/null
@@ -1,21 +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/regexp-common/regexp-common-2.120.ebuild,v 1.11 2007/07/10 23:33:28 mr_bones_ Exp $
-
-inherit perl-module
-
-MY_P=Regexp-Common-${PV}
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="Provide commonly requested regular expressions"
-HOMEPAGE="http://www.cpan.org/authors/id/A/AB/ABIGAIL/"
-SRC_URI="mirror://cpan/authors/id/A/AB/ABIGAIL/${MY_P}.tar.gz"
-
-SRC_TEST="do"
-
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86"
-IUSE=""
-
-DEPEND="dev-lang/perl"
diff --git a/dev-perl/regexp-common/regexp-common-2.122.ebuild b/dev-perl/regexp-common/regexp-common-2.122.ebuild
deleted file mode 100644
index a6833e394abc..000000000000
--- a/dev-perl/regexp-common/regexp-common-2.122.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/regexp-common/regexp-common-2.122.ebuild,v 1.2 2010/01/11 19:24:35 grobian Exp $
-
-MODULE_AUTHOR=ABIGAIL
-inherit perl-module
-
-MY_P=Regexp-Common-${PV}
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="Provide commonly requested regular expressions"
-HOMEPAGE="http://www.cpan.org/authors/id/A/AB/ABIGAIL/"
-SRC_URI="mirror://cpan/authors/id/A/AB/ABIGAIL/${MY_P}.tar.gz"
-
-LICENSE="|| ( Artistic Artistic-2 MIT BSD )"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
-IUSE=""
-
-DEPEND="dev-lang/perl"
-
-SRC_TEST="do"
diff --git a/dev-perl/regexp-common/regexp-common-2009123002.ebuild b/dev-perl/regexp-common/regexp-common-2009123002.ebuild
deleted file mode 100644
index e3b7af670b3b..000000000000
--- a/dev-perl/regexp-common/regexp-common-2009123002.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/regexp-common/regexp-common-2009123002.ebuild,v 1.1 2009/12/31 16:28:51 tove 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 ~sparc ~x86"
-IUSE=""
-
-SRC_TEST="do"
diff --git a/dev-perl/set-scalar/ChangeLog b/dev-perl/set-scalar/ChangeLog
index 4abf16abb0cc..b473e8b80547 100644
--- a/dev-perl/set-scalar/ChangeLog
+++ b/dev-perl/set-scalar/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/set-scalar
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/set-scalar/ChangeLog,v 1.37 2010/06/27 19:25:47 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/set-scalar/ChangeLog,v 1.38 2010/08/13 07:31:38 tove Exp $
+
+ 13 Aug 2010; Torsten Veller <tove@gentoo.org> -set-scalar-1.20.ebuild,
+ -set-scalar-1.24.ebuild:
+ Cleanup
27 Jun 2010; <nixnut@gentoo.org> set-scalar-1.25.ebuild:
ppc stable #323529
diff --git a/dev-perl/set-scalar/set-scalar-1.20.ebuild b/dev-perl/set-scalar/set-scalar-1.20.ebuild
deleted file mode 100644
index f53e2986851b..000000000000
--- a/dev-perl/set-scalar/set-scalar-1.20.ebuild
+++ /dev/null
@@ -1,20 +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/set-scalar/set-scalar-1.20.ebuild,v 1.13 2007/07/10 23:33:29 mr_bones_ Exp $
-
-inherit perl-module
-MY_P=Set-Scalar-${PV}
-S=${WORKDIR}/${MY_P}
-IUSE=""
-
-DESCRIPTION="Scalar set operations"
-SRC_URI="mirror://cpan/authors/id/J/JH/JHI/${MY_P}.tar.gz"
-HOMEPAGE="http://search.cpan.org/~jhi/"
-
-SLOT="0"
-LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ppc s390 sh sparc x86"
-
-SRC_TEST="do"
-
-DEPEND="dev-lang/perl"
diff --git a/dev-perl/set-scalar/set-scalar-1.24.ebuild b/dev-perl/set-scalar/set-scalar-1.24.ebuild
deleted file mode 100644
index 98f68e76bb60..000000000000
--- a/dev-perl/set-scalar/set-scalar-1.24.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/set-scalar/set-scalar-1.24.ebuild,v 1.1 2009/06/03 17:03:45 tove Exp $
-
-EAPI=2
-
-MODULE_AUTHOR=JHI
-MY_PN=Set-Scalar
-MY_P=${MY_PN}-${PV}
-S=${WORKDIR}/${MY_P}
-inherit perl-module
-
-DESCRIPTION="Scalar set operations"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~s390 ~sh ~sparc ~x86"
-IUSE=""
-
-SRC_TEST="do"
diff --git a/dev-perl/wxperl/ChangeLog b/dev-perl/wxperl/ChangeLog
index cc1fae7ed78f..4376cb726dd4 100644
--- a/dev-perl/wxperl/ChangeLog
+++ b/dev-perl/wxperl/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/wxperl
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/wxperl/ChangeLog,v 1.39 2010/06/15 05:39:18 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/wxperl/ChangeLog,v 1.40 2010/08/13 07:30:45 tove Exp $
+
+ 13 Aug 2010; Torsten Veller <tove@gentoo.org> -wxperl-0.91.ebuild,
+ -wxperl-0.97.01.ebuild:
+ Cleanup
15 Jun 2010; Torsten Veller <tove@gentoo.org> wxperl-0.97.02.ebuild:
Stable on amd64 and x86 (#323529)
diff --git a/dev-perl/wxperl/wxperl-0.91.ebuild b/dev-perl/wxperl/wxperl-0.91.ebuild
deleted file mode 100644
index e38bcf18e905..000000000000
--- a/dev-perl/wxperl/wxperl-0.91.ebuild
+++ /dev/null
@@ -1,26 +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/wxperl/wxperl-0.91.ebuild,v 1.6 2010/04/09 07:08:14 tove Exp $
-
-EAPI=2
-
-MODULE_AUTHOR=MBARBON
-MY_PN=Wx
-MY_P=${MY_PN}-${PV}
-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}"
-
-MAKEOPTS="${MAKEOPTS} -j1"
diff --git a/dev-perl/wxperl/wxperl-0.97.01.ebuild b/dev-perl/wxperl/wxperl-0.97.01.ebuild
deleted file mode 100644
index 22954e48e1bb..000000000000
--- a/dev-perl/wxperl/wxperl-0.97.01.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.97.01.ebuild,v 1.3 2010/04/09 07:08:14 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.02
- >=dev-perl/ExtUtils-XSpp-0.09"
-
-MAKEOPTS="${MAKEOPTS} -j1"