diff options
68 files changed, 111 insertions, 968 deletions
diff --git a/dev-perl/Scope-Guard/ChangeLog b/dev-perl/Scope-Guard/ChangeLog index 5c7233876624..dc47f6857a43 100644 --- a/dev-perl/Scope-Guard/ChangeLog +++ b/dev-perl/Scope-Guard/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Scope-Guard # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Scope-Guard/ChangeLog,v 1.9 2011/01/13 17:02:56 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Scope-Guard/ChangeLog,v 1.10 2011/01/14 15:59:29 tove Exp $ + + 14 Jan 2011; Torsten Veller <tove@gentoo.org> -Scope-Guard-0.03.ebuild, + -Scope-Guard-0.12.ebuild: + Cleanup 13 Jan 2011; Brent Baude <ranger@gentoo.org> Scope-Guard-0.20.ebuild: Marking Scope-Guard-0.20 ppc stable for bug 341865 diff --git a/dev-perl/Scope-Guard/Scope-Guard-0.03.ebuild b/dev-perl/Scope-Guard/Scope-Guard-0.03.ebuild deleted file mode 100644 index f51ac87cf293..000000000000 --- a/dev-perl/Scope-Guard/Scope-Guard-0.03.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/Scope-Guard/Scope-Guard-0.03.ebuild,v 1.5 2010/06/27 16:33:04 nixnut Exp $ - -MODULE_AUTHOR=CHOCOLATE -inherit perl-module - -DESCRIPTION="Lexically scoped resource management" - -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="amd64 ppc x86 ~x86-solaris" -IUSE="test" - -RDEPEND="dev-lang/perl" -DEPEND="${RDEPEND} - test? ( dev-perl/Test-Pod - dev-perl/Test-Pod-Coverage )" - -SRC_TEST=do diff --git a/dev-perl/Scope-Guard/Scope-Guard-0.12.ebuild b/dev-perl/Scope-Guard/Scope-Guard-0.12.ebuild deleted file mode 100644 index 724201835b7b..000000000000 --- a/dev-perl/Scope-Guard/Scope-Guard-0.12.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/Scope-Guard/Scope-Guard-0.12.ebuild,v 1.1 2010/03/27 08:57:24 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=CHOCOLATE -inherit perl-module - -DESCRIPTION="Lexically scoped resource management" - -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~x86-solaris" -IUSE="test" - -RDEPEND="" -DEPEND="${RDEPEND} - test? ( dev-perl/Test-Pod - dev-perl/Test-Pod-Coverage )" - -SRC_TEST=do diff --git a/dev-perl/Set-IntSpan/ChangeLog b/dev-perl/Set-IntSpan/ChangeLog index 24db1ce00ca4..149983eafd72 100644 --- a/dev-perl/Set-IntSpan/ChangeLog +++ b/dev-perl/Set-IntSpan/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Set-IntSpan # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Set-IntSpan/ChangeLog,v 1.37 2011/01/12 16:23:25 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Set-IntSpan/ChangeLog,v 1.38 2011/01/14 15:58:59 tove Exp $ + + 14 Jan 2011; Torsten Veller <tove@gentoo.org> -Set-IntSpan-1.12.ebuild, + -Set-IntSpan-1.13.ebuild, -Set-IntSpan-1.15.ebuild: + Cleanup *Set-IntSpan-1.160 (12 Jan 2011) diff --git a/dev-perl/Set-IntSpan/Set-IntSpan-1.12.ebuild b/dev-perl/Set-IntSpan/Set-IntSpan-1.12.ebuild deleted file mode 100644 index 59174cf7c918..000000000000 --- a/dev-perl/Set-IntSpan/Set-IntSpan-1.12.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Set-IntSpan/Set-IntSpan-1.12.ebuild,v 1.4 2008/03/19 03:13:49 jer Exp $ - -inherit perl-module - -DESCRIPTION="Manages sets of integers" -SRC_URI="mirror://cpan/authors/id/S/SW/SWMCD/${P}.tar.gz" -HOMEPAGE="http://search.cpan.org/~swmcd/" -IUSE="" -SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="alpha amd64 hppa ia64 ~ppc sparc x86" -SRC_TEST="do" - -DEPEND="dev-lang/perl" diff --git a/dev-perl/Set-IntSpan/Set-IntSpan-1.13.ebuild b/dev-perl/Set-IntSpan/Set-IntSpan-1.13.ebuild deleted file mode 100644 index f78baede4147..000000000000 --- a/dev-perl/Set-IntSpan/Set-IntSpan-1.13.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Set-IntSpan/Set-IntSpan-1.13.ebuild,v 1.1 2008/08/02 18:57:11 tove Exp $ - -MODULE_AUTHOR=SWMCD -inherit perl-module - -DESCRIPTION="Manages sets of integers" - -SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86" -IUSE="" - -DEPEND="dev-lang/perl" - -SRC_TEST="do" diff --git a/dev-perl/Set-IntSpan/Set-IntSpan-1.15.ebuild b/dev-perl/Set-IntSpan/Set-IntSpan-1.15.ebuild deleted file mode 100644 index 06833b6cfb00..000000000000 --- a/dev-perl/Set-IntSpan/Set-IntSpan-1.15.ebuild +++ /dev/null @@ -1,16 +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/Set-IntSpan/Set-IntSpan-1.15.ebuild,v 1.1 2010/11/06 16:42:41 tove Exp $ - -EAPI=3 - -MODULE_AUTHOR=SWMCD -inherit perl-module - -DESCRIPTION="Manages sets of integers" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86" -IUSE="" - -SRC_TEST="do" diff --git a/dev-perl/Statistics-Descriptive/ChangeLog b/dev-perl/Statistics-Descriptive/ChangeLog index 9653c8f6fd3c..785986ea2c96 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Statistics-Descriptive/ChangeLog,v 1.28 2010/10/15 11:41:23 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Statistics-Descriptive/ChangeLog,v 1.29 2011/01/14 15:58:07 tove Exp $ + + 14 Jan 2011; Torsten Veller <tove@gentoo.org> + -Statistics-Descriptive-3.0102.ebuild, -Statistics-Descriptive-3.0200.ebuild: + Cleanup *Statistics-Descriptive-3.0201 (15 Oct 2010) diff --git a/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.0102.ebuild b/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.0102.ebuild deleted file mode 100644 index 6ca764c56c61..000000000000 --- a/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.0102.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/Statistics-Descriptive/Statistics-Descriptive-3.0102.ebuild,v 1.1 2010/06/16 07:37:15 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=SHLOMIF -inherit perl-module - -DESCRIPTION="Module of basic descriptive statistical functions" - -SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~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.0200.ebuild b/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.0200.ebuild deleted file mode 100644 index 35bea51ce9b1..000000000000 --- a/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.0200.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/Statistics-Descriptive/Statistics-Descriptive-3.0200.ebuild,v 1.1 2010/06/22 06:22:25 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=SHLOMIF -inherit perl-module - -DESCRIPTION="Module of basic descriptive statistical functions" - -SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~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/Sys-CPU/ChangeLog b/dev-perl/Sys-CPU/ChangeLog index b02fb3927fca..70ea38eb502c 100644 --- a/dev-perl/Sys-CPU/ChangeLog +++ b/dev-perl/Sys-CPU/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Sys-CPU -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-CPU/ChangeLog,v 1.9 2010/08/17 08:08:55 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-CPU/ChangeLog,v 1.10 2011/01/14 15:56:44 tove Exp $ + + 14 Jan 2011; Torsten Veller <tove@gentoo.org> -Sys-CPU-0.51.ebuild: + Cleanup *Sys-CPU-0.52 (17 Aug 2010) diff --git a/dev-perl/Sys-CPU/Sys-CPU-0.51.ebuild b/dev-perl/Sys-CPU/Sys-CPU-0.51.ebuild deleted file mode 100644 index 53c756b8e7ab..000000000000 --- a/dev-perl/Sys-CPU/Sys-CPU-0.51.ebuild +++ /dev/null @@ -1,16 +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/Sys-CPU/Sys-CPU-0.51.ebuild,v 1.7 2010/04/24 20:25:54 armin76 Exp $ - -EAPI=2 - -MODULE_AUTHOR=MKODERER -inherit perl-module - -DESCRIPTION="Access CPU info. number, etc on Win and UNIX" - -# License is not specified -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86" -IUSE="" diff --git a/dev-perl/Sys-Statistics-Linux/ChangeLog b/dev-perl/Sys-Statistics-Linux/ChangeLog index e6fe20f4f604..b817b52f2272 100644 --- a/dev-perl/Sys-Statistics-Linux/ChangeLog +++ b/dev-perl/Sys-Statistics-Linux/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Sys-Statistics-Linux -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Statistics-Linux/ChangeLog,v 1.44 2010/09/28 12:20:05 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Statistics-Linux/ChangeLog,v 1.45 2011/01/14 15:56:12 tove Exp $ + + 14 Jan 2011; Torsten Veller <tove@gentoo.org> + -Sys-Statistics-Linux-0.56.ebuild, -Sys-Statistics-Linux-0.58.ebuild: + Cleanup *Sys-Statistics-Linux-0.59 (28 Sep 2010) diff --git a/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.56.ebuild b/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.56.ebuild deleted file mode 100644 index 78fd14fe9d50..000000000000 --- a/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.56.ebuild +++ /dev/null @@ -1,22 +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/Sys-Statistics-Linux/Sys-Statistics-Linux-0.56.ebuild,v 1.1 2009/10/07 18:45:47 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=BLOONIX -inherit perl-module - -DESCRIPTION="Collect linux system statistics" - -SLOT="0" -KEYWORDS="~amd64 ~sparc ~x86" -IUSE="test" - -RDEPEND="dev-perl/YAML-Syck" -DEPEND=" - virtual/perl-Module-Build - test? ( dev-perl/Test-Pod - dev-perl/Test-Pod-Coverage )" - -SRC_TEST="do" diff --git a/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.58.ebuild b/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.58.ebuild deleted file mode 100644 index f4f15a303654..000000000000 --- a/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.58.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/Sys-Statistics-Linux/Sys-Statistics-Linux-0.58.ebuild,v 1.1 2010/09/28 07:00:22 tove Exp $ - -EAPI=3 - -MODULE_AUTHOR=BLOONIX -inherit perl-module - -DESCRIPTION="Collect linux system statistics" - -SLOT="0" -KEYWORDS="~amd64 ~sparc ~x86" -IUSE="test" - -RDEPEND="dev-perl/YAML-Syck" -DEPEND=" - virtual/perl-Module-Build - test? ( dev-perl/Test-Pod - dev-perl/Test-Pod-Coverage )" - -SRC_TEST="do" diff --git a/dev-perl/Term-ReadPassword/ChangeLog b/dev-perl/Term-ReadPassword/ChangeLog index 93952da1c03c..8006b590c44e 100644 --- a/dev-perl/Term-ReadPassword/ChangeLog +++ b/dev-perl/Term-ReadPassword/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Term-ReadPassword -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Term-ReadPassword/ChangeLog,v 1.10 2010/11/01 12:20:51 fauli Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Term-ReadPassword/ChangeLog,v 1.11 2011/01/14 15:55:07 tove Exp $ + + 14 Jan 2011; Torsten Veller <tove@gentoo.org> -Term-ReadPassword-0.07.ebuild: + Cleanup 01 Nov 2010; Christian Faulhammer <fauli@gentoo.org> Term-ReadPassword-0.11.ebuild: diff --git a/dev-perl/Term-ReadPassword/Term-ReadPassword-0.07.ebuild b/dev-perl/Term-ReadPassword/Term-ReadPassword-0.07.ebuild deleted file mode 100644 index 15f8a28bcaea..000000000000 --- a/dev-perl/Term-ReadPassword/Term-ReadPassword-0.07.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/Term-ReadPassword/Term-ReadPassword-0.07.ebuild,v 1.6 2007/09/17 07:04:21 opfer Exp $ - -inherit perl-module - -DESCRIPTION="Term::ReadPassword - Asking the user for a password" -SRC_URI="mirror://cpan/authors/id/P/PH/PHOENIX/${P}.tar.gz" -HOMEPAGE="http://www.cpan.org/modules/by-authors/id/P/PH/PHOENIX/Term-ReadPassword-0.06.readme" - -IUSE="" - -SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="amd64 x86" - -# Tests are interactive -#SRC_TEST="do" - -DEPEND="dev-lang/perl" diff --git a/dev-perl/Test-Base/ChangeLog b/dev-perl/Test-Base/ChangeLog index e180c130522b..64c2e38cace0 100644 --- a/dev-perl/Test-Base/ChangeLog +++ b/dev-perl/Test-Base/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Test-Base -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Base/ChangeLog,v 1.55 2010/12/07 04:46:50 mattst88 Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Base/ChangeLog,v 1.56 2011/01/14 15:54:31 tove Exp $ + + 14 Jan 2011; Torsten Veller <tove@gentoo.org> -Test-Base-0.55.ebuild: + Cleanup 07 Dec 2010; Matt Turner <mattst88@gentoo.org> Test-Base-0.59.ebuild: Added ~mips, bug 261707. diff --git a/dev-perl/Test-Base/Test-Base-0.55.ebuild b/dev-perl/Test-Base/Test-Base-0.55.ebuild deleted file mode 100644 index 036b6bd555ba..000000000000 --- a/dev-perl/Test-Base/Test-Base-0.55.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/Test-Base/Test-Base-0.55.ebuild,v 1.3 2009/05/07 10:39:59 tove Exp $ - -MODULE_AUTHOR=INGY -inherit perl-module - -DESCRIPTION="A Data Driven Testing Framework" - -LICENSE="Artistic" -SLOT="0" -KEYWORDS="~mips ~x86-fbsd" -IUSE="" - -SRC_TEST="do" - -DEPEND=">=virtual/perl-Test-Simple-0.62 - >=dev-perl/Spiffy-0.30 - >=dev-lang/perl-5.6.1" diff --git a/dev-perl/Test-Pod/ChangeLog b/dev-perl/Test-Pod/ChangeLog index 064cc18f7e85..d0a8d7fd2fe4 100644 --- a/dev-perl/Test-Pod/ChangeLog +++ b/dev-perl/Test-Pod/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Test-Pod -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Pod/ChangeLog,v 1.64 2010/11/15 10:26:07 grobian Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Pod/ChangeLog,v 1.65 2011/01/14 15:51:41 tove Exp $ + + 14 Jan 2011; Torsten Veller <tove@gentoo.org> -Test-Pod-1.26.ebuild, + -Test-Pod-1.43.ebuild: + Cleanup 15 Nov 2010; Fabian Groffen <grobian@gentoo.org> Test-Pod-1.44.ebuild: Marked ~x86-solaris, bug #345435 diff --git a/dev-perl/Test-Pod/Test-Pod-1.26.ebuild b/dev-perl/Test-Pod/Test-Pod-1.26.ebuild deleted file mode 100644 index bf15c6a45f9e..000000000000 --- a/dev-perl/Test-Pod/Test-Pod-1.26.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Pod/Test-Pod-1.26.ebuild,v 1.16 2008/11/18 15:38:22 tove Exp $ - -inherit perl-module - -DESCRIPTION="check for POD errors in files" -HOMEPAGE="http://search.cpan.org/~petdance/" -SRC_URI="mirror://cpan/authors/id/P/PE/PETDANCE/${P}.tar.gz" - -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" -IUSE="" - -DEPEND="virtual/perl-Pod-Simple - >=virtual/perl-Test-Simple-0.62 - dev-lang/perl" - -SRC_TEST="do" diff --git a/dev-perl/Test-Pod/Test-Pod-1.43.ebuild b/dev-perl/Test-Pod/Test-Pod-1.43.ebuild deleted file mode 100644 index 3fa332e43651..000000000000 --- a/dev-perl/Test-Pod/Test-Pod-1.43.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/Test-Pod/Test-Pod-1.43.ebuild,v 1.1 2010/04/22 05:47:24 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=DWHEELER -inherit perl-module - -DESCRIPTION="check for POD errors in files" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" -IUSE="" - -RDEPEND=">=virtual/perl-Pod-Simple-3.05 - >=virtual/perl-Test-Simple-0.62" -DEPEND="${RDEPEND} - >=virtual/perl-Module-Build-0.30" - -SRC_TEST="do" diff --git a/dev-perl/Text-Aligner/ChangeLog b/dev-perl/Text-Aligner/ChangeLog index 55745995c9cb..e1f60fce838f 100644 --- a/dev-perl/Text-Aligner/ChangeLog +++ b/dev-perl/Text-Aligner/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Text-Aligner -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Aligner/ChangeLog,v 1.3 2010/09/13 05:58:34 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Aligner/ChangeLog,v 1.4 2011/01/14 15:50:47 tove Exp $ + + 14 Jan 2011; Torsten Veller <tove@gentoo.org> -Text-Aligner-0.03.ebuild, + -Text-Aligner-0.06.ebuild: + Cleanup *Text-Aligner-0.07 (13 Sep 2010) diff --git a/dev-perl/Text-Aligner/Text-Aligner-0.03.ebuild b/dev-perl/Text-Aligner/Text-Aligner-0.03.ebuild deleted file mode 100644 index 15dc0493b313..000000000000 --- a/dev-perl/Text-Aligner/Text-Aligner-0.03.ebuild +++ /dev/null @@ -1,26 +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/Text-Aligner/Text-Aligner-0.03.ebuild,v 1.1 2010/07/15 08:00:59 dev-zero Exp $ - -EAPI="3" - -MODULE_AUTHOR="ANNO" - -inherit perl-module - -DESCRIPTION="Used to justify strings to various alignment styles" -HOMEPAGE="http://search.cpan.org/~anno/Text-Aligner" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -SRC_TEST="do" - -COMMON="dev-lang/perl" -DEPEND="${COMMON}" -RDEPEND="${COMMON}" - -src_install() { - mydoc="Changes README" - perl-module_src_install -} diff --git a/dev-perl/Text-Aligner/Text-Aligner-0.06.ebuild b/dev-perl/Text-Aligner/Text-Aligner-0.06.ebuild deleted file mode 100644 index ba0743b3658f..000000000000 --- a/dev-perl/Text-Aligner/Text-Aligner-0.06.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/Text-Aligner/Text-Aligner-0.06.ebuild,v 1.1 2010/08/29 10:59:34 tove Exp $ - -EAPI="3" - -MODULE_AUTHOR="ANNO" -inherit perl-module - -DESCRIPTION="Used to justify strings to various alignment styles" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=virtual/perl-Term-ANSIColor-2.01" -DEPEND="${RDEPEND}" - -SRC_TEST="do" diff --git a/dev-perl/Text-CSV/ChangeLog b/dev-perl/Text-CSV/ChangeLog index 07cc2573333f..f5fe4d12945f 100644 --- a/dev-perl/Text-CSV/ChangeLog +++ b/dev-perl/Text-CSV/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Text-CSV # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV/ChangeLog,v 1.35 2011/01/12 16:14:41 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV/ChangeLog,v 1.36 2011/01/14 15:50:09 tove Exp $ + + 14 Jan 2011; Torsten Veller <tove@gentoo.org> -Text-CSV-1.17.ebuild, + -Text-CSV-1.18.ebuild, -Text-CSV-1.19.ebuild, -Text-CSV-1.20.ebuild: + Cleanup *Text-CSV-1.210 (12 Jan 2011) diff --git a/dev-perl/Text-CSV/Text-CSV-1.17.ebuild b/dev-perl/Text-CSV/Text-CSV-1.17.ebuild deleted file mode 100644 index 492f433676b6..000000000000 --- a/dev-perl/Text-CSV/Text-CSV-1.17.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/Text-CSV/Text-CSV-1.17.ebuild,v 1.2 2010/10/24 15:36:52 armin76 Exp $ - -EAPI=2 - -MODULE_AUTHOR="MAKAMAKA" -inherit perl-module - -DESCRIPTION="Manipulate comma-separated value strings" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~sparc ~x86" -IUSE="test" - -RDEPEND="" -DEPEND="test? ( dev-perl/Test-Pod )" - -SRC_TEST=do diff --git a/dev-perl/Text-CSV/Text-CSV-1.18.ebuild b/dev-perl/Text-CSV/Text-CSV-1.18.ebuild deleted file mode 100644 index 5340145832bd..000000000000 --- a/dev-perl/Text-CSV/Text-CSV-1.18.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/Text-CSV/Text-CSV-1.18.ebuild,v 1.2 2010/10/24 15:36:52 armin76 Exp $ - -EAPI=2 - -MODULE_AUTHOR="MAKAMAKA" -inherit perl-module - -DESCRIPTION="Manipulate comma-separated value strings" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~sparc ~x86" -IUSE="test" - -RDEPEND="" -DEPEND="test? ( dev-perl/Test-Pod )" - -SRC_TEST=do diff --git a/dev-perl/Text-CSV/Text-CSV-1.19.ebuild b/dev-perl/Text-CSV/Text-CSV-1.19.ebuild deleted file mode 100644 index c5c8b21b922a..000000000000 --- a/dev-perl/Text-CSV/Text-CSV-1.19.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/Text-CSV/Text-CSV-1.19.ebuild,v 1.3 2010/10/24 15:36:52 armin76 Exp $ - -EAPI=3 - -MODULE_AUTHOR="MAKAMAKA" -inherit perl-module - -DESCRIPTION="Manipulate comma-separated value strings" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" -IUSE="test" - -RDEPEND="" -DEPEND="test? ( dev-perl/Test-Pod )" - -SRC_TEST=do diff --git a/dev-perl/Text-CSV/Text-CSV-1.20.ebuild b/dev-perl/Text-CSV/Text-CSV-1.20.ebuild deleted file mode 100644 index e45d43c55cfd..000000000000 --- a/dev-perl/Text-CSV/Text-CSV-1.20.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/Text-CSV/Text-CSV-1.20.ebuild,v 1.3 2010/10/24 15:36:52 armin76 Exp $ - -EAPI=3 - -MODULE_AUTHOR="MAKAMAKA" -inherit perl-module - -DESCRIPTION="Manipulate comma-separated value strings" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="test" - -RDEPEND="" -DEPEND="test? ( dev-perl/Test-Pod )" - -SRC_TEST=do diff --git a/dev-perl/Text-CSV_XS/ChangeLog b/dev-perl/Text-CSV_XS/ChangeLog index b3365448ce0b..e3b237f25231 100644 --- a/dev-perl/Text-CSV_XS/ChangeLog +++ b/dev-perl/Text-CSV_XS/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Text-CSV_XS # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.79 2011/01/12 16:12:23 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.80 2011/01/14 15:49:28 tove Exp $ + + 14 Jan 2011; Torsten Veller <tove@gentoo.org> -Text-CSV_XS-0.67.ebuild, + -Text-CSV_XS-0.73.ebuild, -Text-CSV_XS-0.74.ebuild, -Text-CSV_XS-0.75.ebuild, + -Text-CSV_XS-0.76.ebuild, -Text-CSV_XS-0.79.ebuild: + Cleanup *Text-CSV_XS-0.800 (12 Jan 2011) diff --git a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.67.ebuild b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.67.ebuild deleted file mode 100644 index ab01b8058290..000000000000 --- a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.67.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/Text-CSV_XS/Text-CSV_XS-0.67.ebuild,v 1.9 2010/05/09 17:17:32 armin76 Exp $ - -EAPI=2 - -MODULE_AUTHOR=HMBRAND -MODULE_A=${P}.tgz -inherit perl-module - -DESCRIPTION="comma-separated values manipulation routines" - -SLOT="0" -KEYWORDS="alpha amd64 ia64 ppc ppc64 ~sh sparc x86" -IUSE="test" - -RDEPEND="" -DEPEND="${RDEPEND} - test? ( dev-perl/Test-Pod - dev-perl/Test-Pod-Coverage )" - -SRC_TEST="do" diff --git a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.73.ebuild b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.73.ebuild deleted file mode 100644 index ae705a038b20..000000000000 --- a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.73.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/Text-CSV_XS/Text-CSV_XS-0.73.ebuild,v 1.3 2010/09/23 08:37:06 grobian Exp $ - -EAPI=2 - -MODULE_AUTHOR=HMBRAND -MODULE_A=${P}.tgz -inherit perl-module - -DESCRIPTION="comma-separated values manipulation routines" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="test" - -RDEPEND="" -DEPEND="${RDEPEND} - test? ( dev-perl/Test-Pod - dev-perl/Test-Pod-Coverage )" - -SRC_TEST="parallel" diff --git a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.74.ebuild b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.74.ebuild deleted file mode 100644 index 0fa88439e70d..000000000000 --- a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.74.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/Text-CSV_XS/Text-CSV_XS-0.74.ebuild,v 1.1 2010/09/30 19:02:05 robbat2 Exp $ - -EAPI=2 - -MODULE_AUTHOR=HMBRAND -MODULE_A=${P}.tgz -inherit perl-module - -DESCRIPTION="comma-separated values manipulation routines" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="test" - -RDEPEND="" -DEPEND="${RDEPEND} - test? ( dev-perl/Test-Pod - dev-perl/Test-Pod-Coverage )" - -SRC_TEST="parallel" diff --git a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.75.ebuild b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.75.ebuild deleted file mode 100644 index aa78a6ebbf78..000000000000 --- a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.75.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/Text-CSV_XS/Text-CSV_XS-0.75.ebuild,v 1.1 2010/10/09 06:57:56 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=HMBRAND -MODULE_A=${P}.tgz -inherit perl-module - -DESCRIPTION="comma-separated values manipulation routines" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="test" - -RDEPEND="" -DEPEND="${RDEPEND} - test? ( dev-perl/Test-Pod - dev-perl/Test-Pod-Coverage )" - -SRC_TEST="parallel" diff --git a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.76.ebuild b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.76.ebuild deleted file mode 100644 index cb1df335888a..000000000000 --- a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.76.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/Text-CSV_XS/Text-CSV_XS-0.76.ebuild,v 1.1 2010/10/15 11:38:59 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=HMBRAND -MODULE_A=${P}.tgz -inherit perl-module - -DESCRIPTION="comma-separated values manipulation routines" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="test" - -RDEPEND="" -DEPEND="${RDEPEND} - test? ( dev-perl/Test-Pod - dev-perl/Test-Pod-Coverage )" - -SRC_TEST="parallel" diff --git a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.79.ebuild b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.79.ebuild deleted file mode 100644 index fdcbcf6de520..000000000000 --- a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.79.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/Text-CSV_XS/Text-CSV_XS-0.79.ebuild,v 1.1 2010/11/27 20:24:23 tove Exp $ - -EAPI=3 - -MODULE_AUTHOR=HMBRAND -MODULE_A=${P}.tgz -inherit perl-module - -DESCRIPTION="comma-separated values manipulation routines" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="test" - -RDEPEND="" -DEPEND="${RDEPEND} - test? ( dev-perl/Test-Pod - dev-perl/Test-Pod-Coverage )" - -SRC_TEST="parallel" diff --git a/dev-perl/Text-FindIndent/ChangeLog b/dev-perl/Text-FindIndent/ChangeLog index 3be4dd89de92..e010d26a26f0 100644 --- a/dev-perl/Text-FindIndent/ChangeLog +++ b/dev-perl/Text-FindIndent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Text-FindIndent # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-FindIndent/ChangeLog,v 1.4 2011/01/12 16:04:33 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-FindIndent/ChangeLog,v 1.5 2011/01/14 15:48:24 tove Exp $ + + 14 Jan 2011; Torsten Veller <tove@gentoo.org> -Text-FindIndent-0.09.ebuild: + Cleanup *Text-FindIndent-0.100 (12 Jan 2011) diff --git a/dev-perl/Text-FindIndent/Text-FindIndent-0.09.ebuild b/dev-perl/Text-FindIndent/Text-FindIndent-0.09.ebuild deleted file mode 100644 index 5cb4e7b6cc82..000000000000 --- a/dev-perl/Text-FindIndent/Text-FindIndent-0.09.ebuild +++ /dev/null @@ -1,16 +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/Text-FindIndent/Text-FindIndent-0.09.ebuild,v 1.1 2010/08/24 19:45:27 tove Exp $ - -EAPI=3 - -MODULE_AUTHOR=SMUELLER -inherit perl-module - -DESCRIPTION="Heuristically determine the indent style" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -SRC_TEST=do diff --git a/dev-perl/Text-Table/ChangeLog b/dev-perl/Text-Table/ChangeLog index 9ac795b39301..464ed88e2a13 100644 --- a/dev-perl/Text-Table/ChangeLog +++ b/dev-perl/Text-Table/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Text-Table -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Table/ChangeLog,v 1.2 2010/08/29 11:01:03 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Table/ChangeLog,v 1.3 2011/01/14 15:47:50 tove Exp $ + + 14 Jan 2011; Torsten Veller <tove@gentoo.org> -Text-Table-1.114.ebuild: + Cleanup *Text-Table-1.116 (29 Aug 2010) diff --git a/dev-perl/Text-Table/Text-Table-1.114.ebuild b/dev-perl/Text-Table/Text-Table-1.114.ebuild deleted file mode 100644 index f5a5c7632546..000000000000 --- a/dev-perl/Text-Table/Text-Table-1.114.ebuild +++ /dev/null @@ -1,27 +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/Text-Table/Text-Table-1.114.ebuild,v 1.1 2010/07/15 08:01:42 dev-zero Exp $ - -EAPI="3" - -MODULE_AUTHOR="ANNO" - -inherit perl-module - -DESCRIPTION="Organize Data in Tables" -HOMEPAGE="http://search.cpan.org/~anno/Text-Table" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -SRC_TEST="do" - -COMMON="dev-lang/perl - dev-perl/Text-Aligner" -DEPEND="${COMMON}" -RDEPEND="${COMMON}" - -src_install() { - mydoc="Changes README" - perl-module_src_install -} diff --git a/dev-perl/Try-Tiny/ChangeLog b/dev-perl/Try-Tiny/ChangeLog index f0cc5a55fd3f..908aa3dee340 100644 --- a/dev-perl/Try-Tiny/ChangeLog +++ b/dev-perl/Try-Tiny/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Try-Tiny # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Try-Tiny/ChangeLog,v 1.15 2011/01/13 17:03:25 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Try-Tiny/ChangeLog,v 1.16 2011/01/14 15:47:16 tove Exp $ + + 14 Jan 2011; Torsten Veller <tove@gentoo.org> -Try-Tiny-0.02.ebuild, + -Try-Tiny-0.04.ebuild, -Try-Tiny-0.07.ebuild: + Cleanup 13 Jan 2011; Brent Baude <ranger@gentoo.org> Try-Tiny-0.06.ebuild: Marking Try-Tiny-0.06 ppc stable for bug 341865 diff --git a/dev-perl/Try-Tiny/Try-Tiny-0.02.ebuild b/dev-perl/Try-Tiny/Try-Tiny-0.02.ebuild deleted file mode 100644 index 730893b36e4c..000000000000 --- a/dev-perl/Try-Tiny/Try-Tiny-0.02.ebuild +++ /dev/null @@ -1,17 +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/Try-Tiny/Try-Tiny-0.02.ebuild,v 1.4 2010/06/27 16:29:34 nixnut Exp $ - -EAPI=2 - -MODULE_AUTHOR=NUFFIN -inherit perl-module - -DESCRIPTION="minimal try/catch with proper localization of $@" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="" - -SRC_TEST=do diff --git a/dev-perl/Try-Tiny/Try-Tiny-0.04.ebuild b/dev-perl/Try-Tiny/Try-Tiny-0.04.ebuild deleted file mode 100644 index 18cac8c0a2dd..000000000000 --- a/dev-perl/Try-Tiny/Try-Tiny-0.04.ebuild +++ /dev/null @@ -1,17 +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/Try-Tiny/Try-Tiny-0.04.ebuild,v 1.1 2010/01/23 09:28:16 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=NUFFIN -inherit perl-module - -DESCRIPTION="minimal try/catch with proper localization of $@" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -SRC_TEST=do diff --git a/dev-perl/Try-Tiny/Try-Tiny-0.07.ebuild b/dev-perl/Try-Tiny/Try-Tiny-0.07.ebuild deleted file mode 100644 index badc2cbde28a..000000000000 --- a/dev-perl/Try-Tiny/Try-Tiny-0.07.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/Try-Tiny/Try-Tiny-0.07.ebuild,v 1.5 2011/01/08 18:46:00 jer Exp $ - -EAPI=3 - -MODULE_AUTHOR=RJBS -inherit perl-module - -DESCRIPTION="minimal try/catch with proper localization of $@" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~s390 ~sh ~sparc ~x86" -IUSE="" - -SRC_TEST=do diff --git a/dev-perl/URI/URI-1.38.ebuild b/dev-perl/URI/URI-1.38.ebuild deleted file mode 100644 index 0f84b7e1ee40..000000000000 --- a/dev-perl/URI/URI-1.38.ebuild +++ /dev/null @@ -1,21 +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/URI/URI-1.38.ebuild,v 1.8 2009/09/15 02:25:57 tgall Exp $ - -EAPI=2 - -MODULE_AUTHOR=GAAS -inherit perl-module - -DESCRIPTION="A URI Perl Module" - -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd" -IUSE="" - -DEPEND="virtual/perl-MIME-Base64" -RDEPEND="${DEPEND}" - -SRC_TEST=no # see ChangeLog - -mydoc="rfc2396.txt" diff --git a/dev-perl/URI/URI-1.54.ebuild b/dev-perl/URI/URI-1.54.ebuild deleted file mode 100644 index dbf5eb90c9ef..000000000000 --- a/dev-perl/URI/URI-1.54.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/URI/URI-1.54.ebuild,v 1.1 2010/04/07 08:00:59 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=GAAS -inherit perl-module - -DESCRIPTION="A URI Perl Module" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -DEPEND="virtual/perl-MIME-Base64" -RDEPEND="${DEPEND}" - -SRC_TEST=no # see ChangeLog - -mydoc="rfc2396.txt" diff --git a/dev-perl/Variable-Magic/ChangeLog b/dev-perl/Variable-Magic/ChangeLog index 9cd5381a08d3..06bf448a9a32 100644 --- a/dev-perl/Variable-Magic/ChangeLog +++ b/dev-perl/Variable-Magic/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Variable-Magic -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Variable-Magic/ChangeLog,v 1.29 2010/11/22 15:27:36 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Variable-Magic/ChangeLog,v 1.30 2011/01/14 15:45:42 tove Exp $ + + 14 Jan 2011; Torsten Veller <tove@gentoo.org> -Variable-Magic-0.44.ebuild: + Cleanup *Variable-Magic-0.45 (22 Nov 2010) diff --git a/dev-perl/Variable-Magic/Variable-Magic-0.44.ebuild b/dev-perl/Variable-Magic/Variable-Magic-0.44.ebuild deleted file mode 100644 index 23885e6a0b38..000000000000 --- a/dev-perl/Variable-Magic/Variable-Magic-0.44.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/Variable-Magic/Variable-Magic-0.44.ebuild,v 1.1 2010/09/26 07:21:29 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=VPIT -inherit perl-module - -DESCRIPTION="Associate user-defined magic to variables from Perl" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND="" -DEPEND="${RDEPEND} - test? ( dev-perl/Test-Pod - dev-perl/Test-Pod-Coverage )" - -SRC_TEST=do diff --git a/dev-perl/WWW-Curl/ChangeLog b/dev-perl/WWW-Curl/ChangeLog index 7e20b985031c..2c018ecf3fe1 100644 --- a/dev-perl/WWW-Curl/ChangeLog +++ b/dev-perl/WWW-Curl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/WWW-Curl # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Curl/ChangeLog,v 1.21 2011/01/13 17:04:21 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Curl/ChangeLog,v 1.22 2011/01/14 15:45:08 tove Exp $ + + 14 Jan 2011; Torsten Veller <tove@gentoo.org> -WWW-Curl-4.09.ebuild, + -WWW-Curl-4.11.ebuild, -WWW-Curl-4.12.ebuild, -WWW-Curl-4.14.ebuild: + Cleanup 13 Jan 2011; Brent Baude <ranger@gentoo.org> WWW-Curl-4.13.ebuild: Marking WWW-Curl-4.13 ppc stable for bug 341865 diff --git a/dev-perl/WWW-Curl/WWW-Curl-4.09.ebuild b/dev-perl/WWW-Curl/WWW-Curl-4.09.ebuild deleted file mode 100644 index 0dc36a838729..000000000000 --- a/dev-perl/WWW-Curl/WWW-Curl-4.09.ebuild +++ /dev/null @@ -1,21 +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/WWW-Curl/WWW-Curl-4.09.ebuild,v 1.5 2009/11/25 10:22:43 maekke Exp $ - -EAPI=2 - -MODULE_AUTHOR="SZBALINT" -inherit perl-module - -DESCRIPTION="Perl extension interface for libcurl" - -LICENSE="|| ( MPL-1.0 MPL-1.1 MIT )" -SLOT="0" -KEYWORDS="amd64 ppc ~ppc64 x86" -IUSE="" - -RDEPEND="net-misc/curl" -DEPEND="${RDEPEND}" - -# online tests -SRC_TEST="no" diff --git a/dev-perl/WWW-Curl/WWW-Curl-4.11.ebuild b/dev-perl/WWW-Curl/WWW-Curl-4.11.ebuild deleted file mode 100644 index d0122d25c474..000000000000 --- a/dev-perl/WWW-Curl/WWW-Curl-4.11.ebuild +++ /dev/null @@ -1,21 +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/WWW-Curl/WWW-Curl-4.11.ebuild,v 1.1 2009/12/21 18:56:57 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR="SZBALINT" -inherit perl-module - -DESCRIPTION="Perl extension interface for libcurl" - -LICENSE="|| ( MPL-1.0 MPL-1.1 MIT )" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="" - -RDEPEND="net-misc/curl" -DEPEND="${RDEPEND}" - -# online tests -SRC_TEST="no" diff --git a/dev-perl/WWW-Curl/WWW-Curl-4.12.ebuild b/dev-perl/WWW-Curl/WWW-Curl-4.12.ebuild deleted file mode 100644 index 44c447f114ab..000000000000 --- a/dev-perl/WWW-Curl/WWW-Curl-4.12.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/WWW-Curl/WWW-Curl-4.12.ebuild,v 1.1 2010/07/15 11:26:15 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR="SZBALINT" -inherit perl-module - -DESCRIPTION="Perl extension interface for libcurl" - -LICENSE="|| ( MPL-1.0 MPL-1.1 MIT )" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="" - -RDEPEND="net-misc/curl" -DEPEND="${RDEPEND}" - -# online tests -SRC_TEST="no" diff --git a/dev-perl/WWW-Curl/WWW-Curl-4.14.ebuild b/dev-perl/WWW-Curl/WWW-Curl-4.14.ebuild deleted file mode 100644 index 435e3950b558..000000000000 --- a/dev-perl/WWW-Curl/WWW-Curl-4.14.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/WWW-Curl/WWW-Curl-4.14.ebuild,v 1.1 2010/10/27 18:38:56 tove Exp $ - -EAPI=3 - -MODULE_AUTHOR="SZBALINT" -inherit perl-module - -DESCRIPTION="Perl extension interface for libcurl" - -LICENSE="|| ( MPL-1.0 MPL-1.1 MIT )" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="" - -RDEPEND="net-misc/curl" -DEPEND="${RDEPEND}" - -# online tests -SRC_TEST="no" diff --git a/dev-perl/WWW-Mechanize-FormFiller/ChangeLog b/dev-perl/WWW-Mechanize-FormFiller/ChangeLog index 12c5615bf64f..3a8fc371d0c8 100644 --- a/dev-perl/WWW-Mechanize-FormFiller/ChangeLog +++ b/dev-perl/WWW-Mechanize-FormFiller/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/WWW-Mechanize-FormFiller -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize-FormFiller/ChangeLog,v 1.13 2010/11/13 12:19:14 armin76 Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize-FormFiller/ChangeLog,v 1.14 2011/01/14 15:43:54 tove Exp $ + + 14 Jan 2011; Torsten Veller <tove@gentoo.org> + -WWW-Mechanize-FormFiller-0.08.ebuild: + Cleanup 13 Nov 2010; Raúl Porcel <armin76@gentoo.org> WWW-Mechanize-FormFiller-0.10.ebuild: diff --git a/dev-perl/WWW-Mechanize-FormFiller/WWW-Mechanize-FormFiller-0.08.ebuild b/dev-perl/WWW-Mechanize-FormFiller/WWW-Mechanize-FormFiller-0.08.ebuild deleted file mode 100644 index db8658d102ea..000000000000 --- a/dev-perl/WWW-Mechanize-FormFiller/WWW-Mechanize-FormFiller-0.08.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/WWW-Mechanize-FormFiller/WWW-Mechanize-FormFiller-0.08.ebuild,v 1.4 2007/12/27 19:39:34 ticho Exp $ - -inherit perl-module - -DESCRIPTION="Framework to automate HTML forms " -SRC_URI="mirror://cpan/authors/id/C/CO/CORION/${P}.tar.gz" -HOMEPAGE="http://search.cpan.org/~corion/" -SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="amd64 sparc x86" -IUSE="" - -SRC_TEST="do" - -DEPEND="dev-lang/perl - dev-perl/Data-Random - dev-perl/libwww-perl" diff --git a/dev-perl/Want/ChangeLog b/dev-perl/Want/ChangeLog index ae5dbd790086..bef9ae12b212 100644 --- a/dev-perl/Want/ChangeLog +++ b/dev-perl/Want/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Want -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Want/ChangeLog,v 1.39 2010/10/24 15:37:10 ranger Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Want/ChangeLog,v 1.40 2011/01/14 15:43:15 tove Exp $ + + 14 Jan 2011; Torsten Veller <tove@gentoo.org> -Want-0.15.ebuild: + Cleanup 24 Oct 2010; Brent Baude <ranger@gentoo.org> Want-0.18.ebuild: stable ppc, bug 342385 diff --git a/dev-perl/Want/Want-0.15.ebuild b/dev-perl/Want/Want-0.15.ebuild deleted file mode 100644 index f35942c13ab8..000000000000 --- a/dev-perl/Want/Want-0.15.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Want/Want-0.15.ebuild,v 1.5 2008/03/28 08:44:40 jer Exp $ - -inherit perl-module - -DESCRIPTION="A generalisation of wantarray" -SRC_URI="mirror://cpan/authors/id/R/RO/ROBIN/${P}.tar.gz" -HOMEPAGE="http://www.cpan.org/~robin/${P}/" -SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86" -IUSE="" - -SRC_TEST="do" - -DEPEND="dev-lang/perl" diff --git a/dev-perl/Wx-Perl-ProcessStream/ChangeLog b/dev-perl/Wx-Perl-ProcessStream/ChangeLog index ab0754dfa040..9d996ca8bc54 100644 --- a/dev-perl/Wx-Perl-ProcessStream/ChangeLog +++ b/dev-perl/Wx-Perl-ProcessStream/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Wx-Perl-ProcessStream # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Wx-Perl-ProcessStream/ChangeLog,v 1.5 2011/01/12 15:47:18 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Wx-Perl-ProcessStream/ChangeLog,v 1.6 2011/01/14 15:42:42 tove Exp $ + + 14 Jan 2011; Torsten Veller <tove@gentoo.org> + -Wx-Perl-ProcessStream-0.27.ebuild, -Wx-Perl-ProcessStream-0.28.ebuild: + Cleanup *Wx-Perl-ProcessStream-0.290 (11 Jan 2011) diff --git a/dev-perl/Wx-Perl-ProcessStream/Wx-Perl-ProcessStream-0.27.ebuild b/dev-perl/Wx-Perl-ProcessStream/Wx-Perl-ProcessStream-0.27.ebuild deleted file mode 100644 index 493195e567bd..000000000000 --- a/dev-perl/Wx-Perl-ProcessStream/Wx-Perl-ProcessStream-0.27.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/Wx-Perl-ProcessStream/Wx-Perl-ProcessStream-0.27.ebuild,v 1.1 2010/03/03 17:10:32 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=MDOOTSON -WX_GTK_VER="2.8" -inherit wxwidgets perl-module - -DESCRIPTION="access IO of external processes via events" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=" - x11-libs/wxGTK:2.8 - >=dev-perl/wxperl-0.97.01" -DEPEND="${RDEPEND}" - -#SRC_TEST=do diff --git a/dev-perl/Wx-Perl-ProcessStream/Wx-Perl-ProcessStream-0.28.ebuild b/dev-perl/Wx-Perl-ProcessStream/Wx-Perl-ProcessStream-0.28.ebuild deleted file mode 100644 index 9dd3f05bddeb..000000000000 --- a/dev-perl/Wx-Perl-ProcessStream/Wx-Perl-ProcessStream-0.28.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/Wx-Perl-ProcessStream/Wx-Perl-ProcessStream-0.28.ebuild,v 1.1 2010/09/24 16:02:09 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=MDOOTSON -WX_GTK_VER="2.8" -inherit wxwidgets perl-module - -DESCRIPTION="access IO of external processes via events" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=" - x11-libs/wxGTK:2.8 - >=dev-perl/wxperl-0.97.01" -DEPEND="${RDEPEND}" - -#SRC_TEST=do diff --git a/dev-perl/XML-Encoding/ChangeLog b/dev-perl/XML-Encoding/ChangeLog index af2de26c94ff..8b0c25e91ce0 100644 --- a/dev-perl/XML-Encoding/ChangeLog +++ b/dev-perl/XML-Encoding/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/XML-Encoding # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Encoding/ChangeLog,v 1.34 2011/01/13 17:04:50 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Encoding/ChangeLog,v 1.35 2011/01/14 15:41:25 tove Exp $ + + 14 Jan 2011; Torsten Veller <tove@gentoo.org> -XML-Encoding-1.01-r2.ebuild, + -XML-Encoding-2.01.ebuild, -XML-Encoding-2.07.ebuild: + Cleanup 13 Jan 2011; Brent Baude <ranger@gentoo.org> XML-Encoding-2.08.ebuild: Marking XML-Encoding-2.08 ppc stable for bug 341865 diff --git a/dev-perl/XML-Encoding/XML-Encoding-1.01-r2.ebuild b/dev-perl/XML-Encoding/XML-Encoding-1.01-r2.ebuild deleted file mode 100644 index 2bbe71d4cc39..000000000000 --- a/dev-perl/XML-Encoding/XML-Encoding-1.01-r2.ebuild +++ /dev/null @@ -1,17 +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/XML-Encoding/XML-Encoding-1.01-r2.ebuild,v 1.15 2007/01/19 17:25:37 mcummings Exp $ - -inherit perl-module - -DESCRIPTION="Perl Module that parses encoding map XML files" -SRC_URI="mirror://cpan/authors/id/C/CO/COOPERCL/${P}.tar.gz" -HOMEPAGE="http://search.cpan.org/~coopercl/" - -SLOT="0" -LICENSE="Artistic" -KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86" -IUSE="" - -DEPEND=">=dev-perl/XML-Parser-2.29 - dev-lang/perl" diff --git a/dev-perl/XML-Encoding/XML-Encoding-2.01.ebuild b/dev-perl/XML-Encoding/XML-Encoding-2.01.ebuild deleted file mode 100644 index 15d06921948c..000000000000 --- a/dev-perl/XML-Encoding/XML-Encoding-2.01.ebuild +++ /dev/null @@ -1,17 +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/XML-Encoding/XML-Encoding-2.01.ebuild,v 1.3 2009/07/02 20:05:25 jer Exp $ - -inherit perl-module - -DESCRIPTION="Perl Module that parses encoding map XML files" -SRC_URI="mirror://cpan/authors/id/S/SH/SHAY/${P}.tar.gz" -HOMEPAGE="http://search.cpan.org/~coopercl/" - -SLOT="0" -LICENSE="Artistic" -KEYWORDS="alpha ~amd64 hppa ia64 ~ppc sparc x86" -IUSE="" - -DEPEND="dev-perl/XML-Parser - dev-lang/perl" diff --git a/dev-perl/XML-Encoding/XML-Encoding-2.07.ebuild b/dev-perl/XML-Encoding/XML-Encoding-2.07.ebuild deleted file mode 100644 index 3cbcb6dbee08..000000000000 --- a/dev-perl/XML-Encoding/XML-Encoding-2.07.ebuild +++ /dev/null @@ -1,18 +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/XML-Encoding/XML-Encoding-2.07.ebuild,v 1.1 2009/01/30 08:28:52 tove Exp $ - -MODULE_AUTHOR=SHAY -inherit perl-module - -DESCRIPTION="Perl Module that parses encoding map XML files" - -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86" -IUSE="" - -DEPEND="dev-perl/XML-Parser - dev-lang/perl" - -SRC_TEST=do diff --git a/dev-perl/XML-NamespaceSupport/ChangeLog b/dev-perl/XML-NamespaceSupport/ChangeLog index 59e890495dc3..b0f507bfb50b 100644 --- a/dev-perl/XML-NamespaceSupport/ChangeLog +++ b/dev-perl/XML-NamespaceSupport/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/XML-NamespaceSupport -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-NamespaceSupport/ChangeLog,v 1.48 2010/11/05 14:14:15 ssuominen Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-NamespaceSupport/ChangeLog,v 1.49 2011/01/14 15:40:36 tove Exp $ + + 14 Jan 2011; Torsten Veller <tove@gentoo.org> + -XML-NamespaceSupport-1.09.ebuild, -XML-NamespaceSupport-1.10.ebuild: + Cleanup 05 Nov 2010; Samuli Suominen <ssuominen@gentoo.org> XML-NamespaceSupport-1.11.ebuild: diff --git a/dev-perl/XML-NamespaceSupport/XML-NamespaceSupport-1.09.ebuild b/dev-perl/XML-NamespaceSupport/XML-NamespaceSupport-1.09.ebuild deleted file mode 100644 index 2137f84b24af..000000000000 --- a/dev-perl/XML-NamespaceSupport/XML-NamespaceSupport-1.09.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/XML-NamespaceSupport/XML-NamespaceSupport-1.09.ebuild,v 1.18 2010/01/21 12:37:20 tove Exp $ - -inherit perl-module - -DESCRIPTION="A Perl module that offers a simple to process namespaced XML names" -HOMEPAGE="http://search.cpan.org/~rberjon/" -SRC_URI="mirror://cpan/authors/id/R/RB/RBERJON/${P}.tar.gz" - -LICENSE="Artistic" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -IUSE="" - -DEPEND=">=dev-libs/libxml2-2.4.1 - dev-lang/perl" - -SRC_TEST="do" diff --git a/dev-perl/XML-NamespaceSupport/XML-NamespaceSupport-1.10.ebuild b/dev-perl/XML-NamespaceSupport/XML-NamespaceSupport-1.10.ebuild deleted file mode 100644 index 57e23471f42b..000000000000 --- a/dev-perl/XML-NamespaceSupport/XML-NamespaceSupport-1.10.ebuild +++ /dev/null @@ -1,16 +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/XML-NamespaceSupport/XML-NamespaceSupport-1.10.ebuild,v 1.2 2010/01/14 18:09:09 grobian Exp $ - -EAPI=2 - -MODULE_AUTHOR=PERIGRIN -inherit perl-module - -DESCRIPTION="A Perl module that offers a simple to process namespaced XML names" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -SRC_TEST="do" |