diff options
171 files changed, 316 insertions, 2938 deletions
diff --git a/dev-perl/Getopt-Long-Descriptive/ChangeLog b/dev-perl/Getopt-Long-Descriptive/ChangeLog index b100faf57698..d9da00c760fc 100644 --- a/dev-perl/Getopt-Long-Descriptive/ChangeLog +++ b/dev-perl/Getopt-Long-Descriptive/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Getopt-Long-Descriptive # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Getopt-Long-Descriptive/ChangeLog,v 1.14 2011/01/12 20:55:13 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Getopt-Long-Descriptive/ChangeLog,v 1.15 2011/01/14 17:27:53 tove Exp $ + + 14 Jan 2011; Torsten Veller <tove@gentoo.org> + -Getopt-Long-Descriptive-0.085.ebuild, -Getopt-Long-Descriptive-0.086.ebuild: + Cleanup *Getopt-Long-Descriptive-0.87 (12 Jan 2011) diff --git a/dev-perl/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.085.ebuild b/dev-perl/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.085.ebuild deleted file mode 100644 index 40483dc2d866..000000000000 --- a/dev-perl/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.085.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/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.085.ebuild,v 1.1 2010/03/15 18:43:29 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=RJBS -inherit perl-module - -DESCRIPTION="Getopt::Long with usage text" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND=">=dev-perl/Params-Validate-0.91 - dev-perl/IO-stringy - dev-perl/Sub-Exporter - virtual/perl-Scalar-List-Utils" -DEPEND="test? ( ${RDEPEND} - dev-perl/Test-Pod - dev-perl/Test-Pod-Coverage )" - -SRC_TEST=do diff --git a/dev-perl/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.086.ebuild b/dev-perl/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.086.ebuild deleted file mode 100644 index 30774f4d7f75..000000000000 --- a/dev-perl/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.086.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/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.086.ebuild,v 1.2 2010/11/15 10:59:25 grobian Exp $ - -EAPI=3 - -MODULE_AUTHOR=RJBS -inherit perl-module - -DESCRIPTION="Getopt::Long with usage text" - -SLOT="0" -KEYWORDS="~amd64 ~x86 ~ppc-macos ~x86-solaris" -IUSE="test" - -RDEPEND=">=dev-perl/Params-Validate-0.91 - dev-perl/IO-stringy - dev-perl/Sub-Exporter - virtual/perl-Scalar-List-Utils" -DEPEND="test? ( ${RDEPEND} - dev-perl/Test-Pod - dev-perl/Test-Pod-Coverage )" - -SRC_TEST=do diff --git a/dev-perl/HTML-Parser/ChangeLog b/dev-perl/HTML-Parser/ChangeLog index 0c80b4071e21..ae64b86716ea 100644 --- a/dev-perl/HTML-Parser/ChangeLog +++ b/dev-perl/HTML-Parser/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/HTML-Parser # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Parser/ChangeLog,v 1.141 2011/01/13 16:58:41 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Parser/ChangeLog,v 1.142 2011/01/14 17:25:40 tove Exp $ + + 14 Jan 2011; Torsten Veller <tove@gentoo.org> -HTML-Parser-3.64.ebuild, + -HTML-Parser-3.65.ebuild, -HTML-Parser-3.66.ebuild: + Cleanup 13 Jan 2011; Brent Baude <ranger@gentoo.org> HTML-Parser-3.67.ebuild: Marking HTML-Parser-3.67 ppc stable for bug 341865 diff --git a/dev-perl/HTML-Parser/HTML-Parser-3.64.ebuild b/dev-perl/HTML-Parser/HTML-Parser-3.64.ebuild deleted file mode 100644 index e473d67ec3dc..000000000000 --- a/dev-perl/HTML-Parser/HTML-Parser-3.64.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/HTML-Parser/HTML-Parser-3.64.ebuild,v 1.8 2010/01/10 12:39:01 grobian Exp $ - -EAPI=2 - -MODULE_AUTHOR=GAAS -inherit perl-module - -DESCRIPTION="Parse <HEAD> section of HTML documents" - -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~ppc-aix ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="test" - -RDEPEND=">=dev-perl/HTML-Tagset-3.03 - dev-lang/perl" -DEPEND="${RDEPEND} - test? ( dev-perl/Test-Pod )" - -SRC_TEST=do -mydoc="ANNOUNCEMENT TODO" diff --git a/dev-perl/HTML-Parser/HTML-Parser-3.65.ebuild b/dev-perl/HTML-Parser/HTML-Parser-3.65.ebuild deleted file mode 100644 index dfa181704832..000000000000 --- a/dev-perl/HTML-Parser/HTML-Parser-3.65.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/HTML-Parser/HTML-Parser-3.65.ebuild,v 1.1 2010/04/07 06:51:35 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=GAAS -inherit perl-module - -DESCRIPTION="Parse <HEAD> section of HTML documents" - -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 ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="test" - -RDEPEND=">=dev-perl/HTML-Tagset-3.03 - dev-lang/perl" -DEPEND="${RDEPEND} - test? ( dev-perl/Test-Pod )" - -SRC_TEST=do -mydoc="ANNOUNCEMENT TODO" diff --git a/dev-perl/HTML-Parser/HTML-Parser-3.66.ebuild b/dev-perl/HTML-Parser/HTML-Parser-3.66.ebuild deleted file mode 100644 index a8753e2552ca..000000000000 --- a/dev-perl/HTML-Parser/HTML-Parser-3.66.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/HTML-Parser/HTML-Parser-3.66.ebuild,v 1.1 2010/07/15 14:36:18 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=GAAS -inherit perl-module - -DESCRIPTION="Parse <HEAD> section of HTML documents" - -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 ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="test" - -RDEPEND=">=dev-perl/HTML-Tagset-3.03 - dev-lang/perl" -DEPEND="${RDEPEND} - test? ( dev-perl/Test-Pod )" - -SRC_TEST=do -mydoc="ANNOUNCEMENT TODO" diff --git a/dev-perl/HTML-RewriteAttributes/ChangeLog b/dev-perl/HTML-RewriteAttributes/ChangeLog index dda7a90790ba..f3bfb2859b14 100644 --- a/dev-perl/HTML-RewriteAttributes/ChangeLog +++ b/dev-perl/HTML-RewriteAttributes/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/HTML-RewriteAttributes -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-RewriteAttributes/ChangeLog,v 1.3 2010/11/22 17:06:47 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-RewriteAttributes/ChangeLog,v 1.4 2011/01/14 17:24:19 tove Exp $ + + 14 Jan 2011; Torsten Veller <tove@gentoo.org> + -HTML-RewriteAttributes-0.03.ebuild: + Cleanup *HTML-RewriteAttributes-0.04 (22 Nov 2010) diff --git a/dev-perl/HTML-RewriteAttributes/HTML-RewriteAttributes-0.03.ebuild b/dev-perl/HTML-RewriteAttributes/HTML-RewriteAttributes-0.03.ebuild deleted file mode 100644 index 01f1704fabe1..000000000000 --- a/dev-perl/HTML-RewriteAttributes/HTML-RewriteAttributes-0.03.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/HTML-RewriteAttributes/HTML-RewriteAttributes-0.03.ebuild,v 1.2 2009/03/01 15:46:02 patrick Exp $ - -MODULE_AUTHOR="SARTAK" -inherit perl-module - -DESCRIPTION="Perl module for concise attribute rewriting" - -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="dev-lang/perl - dev-perl/URI - dev-perl/HTML-Tagset - dev-perl/HTML-Parser" -RDEPEND="${DEPEND}" - -SRC_TEST="do" diff --git a/dev-perl/HTML-Tagset/ChangeLog b/dev-perl/HTML-Tagset/ChangeLog index 14fc18fc635e..7cbff74e68b5 100644 --- a/dev-perl/HTML-Tagset/ChangeLog +++ b/dev-perl/HTML-Tagset/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/HTML-Tagset -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Tagset/ChangeLog,v 1.43 2010/11/05 14:06:22 ssuominen Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Tagset/ChangeLog,v 1.44 2011/01/14 17:23:45 tove Exp $ + + 14 Jan 2011; Torsten Veller <tove@gentoo.org> -HTML-Tagset-3.10.ebuild: + Cleanup 05 Nov 2010; Samuli Suominen <ssuominen@gentoo.org> HTML-Tagset-3.20.ebuild: diff --git a/dev-perl/HTML-Tagset/HTML-Tagset-3.10.ebuild b/dev-perl/HTML-Tagset/HTML-Tagset-3.10.ebuild deleted file mode 100644 index 52a5f9a4bf47..000000000000 --- a/dev-perl/HTML-Tagset/HTML-Tagset-3.10.ebuild +++ /dev/null @@ -1,18 +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/HTML-Tagset/HTML-Tagset-3.10.ebuild,v 1.16 2010/01/21 13:14:50 tove Exp $ - -inherit perl-module - -DESCRIPTION="data tables useful in parsing HTML" -SRC_URI="mirror://cpan/authors/id/P/PE/PETDANCE/${P}.tar.gz" -HOMEPAGE="http://search.cpan.org/search?module=${PN}" - -SLOT="0" -LICENSE="Artistic" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -IUSE="" - -SRC_TEST="do" - -DEPEND="dev-lang/perl" diff --git a/dev-perl/HTTP-DAV/ChangeLog b/dev-perl/HTTP-DAV/ChangeLog index 1ec9ae807283..9ebc85ba1439 100644 --- a/dev-perl/HTTP-DAV/ChangeLog +++ b/dev-perl/HTTP-DAV/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/HTTP-DAV -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-DAV/ChangeLog,v 1.29 2010/11/14 19:48:49 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-DAV/ChangeLog,v 1.30 2011/01/14 17:22:54 tove Exp $ + + 14 Jan 2011; Torsten Veller <tove@gentoo.org> -HTTP-DAV-0.39.ebuild, + -HTTP-DAV-0.40.ebuild, -HTTP-DAV-0.41.ebuild: + Cleanup *HTTP-DAV-0.42 (14 Nov 2010) diff --git a/dev-perl/HTTP-DAV/HTTP-DAV-0.39.ebuild b/dev-perl/HTTP-DAV/HTTP-DAV-0.39.ebuild deleted file mode 100644 index 933a6f54c27a..000000000000 --- a/dev-perl/HTTP-DAV/HTTP-DAV-0.39.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/HTTP-DAV/HTTP-DAV-0.39.ebuild,v 1.1 2009/12/14 18:15:31 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=OPERA -inherit perl-module - -DESCRIPTION="A WebDAV client library for Perl5" - -SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" -IUSE="" - -DEPEND="dev-perl/libwww-perl - dev-perl/XML-DOM" -RDEPEND="${DEPEND}" - -SRC_TEST="do" diff --git a/dev-perl/HTTP-DAV/HTTP-DAV-0.40.ebuild b/dev-perl/HTTP-DAV/HTTP-DAV-0.40.ebuild deleted file mode 100644 index af16a83e57df..000000000000 --- a/dev-perl/HTTP-DAV/HTTP-DAV-0.40.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/HTTP-DAV/HTTP-DAV-0.40.ebuild,v 1.1 2010/01/29 14:57:23 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=OPERA -inherit perl-module - -DESCRIPTION="A WebDAV client library for Perl5" - -SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" -IUSE="" - -DEPEND="dev-perl/libwww-perl - dev-perl/XML-DOM" -RDEPEND="${DEPEND}" - -SRC_TEST="do" diff --git a/dev-perl/HTTP-DAV/HTTP-DAV-0.41.ebuild b/dev-perl/HTTP-DAV/HTTP-DAV-0.41.ebuild deleted file mode 100644 index ee2ee055bf75..000000000000 --- a/dev-perl/HTTP-DAV/HTTP-DAV-0.41.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/HTTP-DAV/HTTP-DAV-0.41.ebuild,v 1.1 2010/08/05 06:50:50 tove Exp $ - -EAPI=3 - -MODULE_AUTHOR=OPERA -inherit perl-module - -DESCRIPTION="A WebDAV client library for Perl5" - -SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" -IUSE="" - -DEPEND="dev-perl/libwww-perl - dev-perl/XML-DOM" -RDEPEND="${DEPEND}" - -SRC_TEST="do" diff --git a/dev-perl/HTTP-Server-Simple-Mason/ChangeLog b/dev-perl/HTTP-Server-Simple-Mason/ChangeLog index c75ac5f4ab43..696b174c4d5c 100644 --- a/dev-perl/HTTP-Server-Simple-Mason/ChangeLog +++ b/dev-perl/HTTP-Server-Simple-Mason/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/HTTP-Server-Simple-Mason -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-Server-Simple-Mason/ChangeLog,v 1.17 2010/09/09 05:43:21 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-Server-Simple-Mason/ChangeLog,v 1.18 2011/01/14 17:21:34 tove Exp $ + + 14 Jan 2011; Torsten Veller <tove@gentoo.org> + -HTTP-Server-Simple-Mason-0.13.ebuild: + Cleanup *HTTP-Server-Simple-Mason-0.14 (09 Sep 2010) diff --git a/dev-perl/HTTP-Server-Simple-Mason/HTTP-Server-Simple-Mason-0.13.ebuild b/dev-perl/HTTP-Server-Simple-Mason/HTTP-Server-Simple-Mason-0.13.ebuild deleted file mode 100644 index 0a5038aa7215..000000000000 --- a/dev-perl/HTTP-Server-Simple-Mason/HTTP-Server-Simple-Mason-0.13.ebuild +++ /dev/null @@ -1,23 +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/HTTP-Server-Simple-Mason/HTTP-Server-Simple-Mason-0.13.ebuild,v 1.1 2009/10/12 13:23:02 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=JESSE -inherit perl-module - -DESCRIPTION="An abstract baseclass for a standalone mason server" - -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -DEPEND="dev-perl/Hook-LexWrap - dev-perl/URI - dev-perl/libwww-perl - >=dev-perl/HTML-Mason-1.25 - >=dev-perl/HTTP-Server-Simple-0.04" -RDEPEND="${DEPEND}" - -SRC_TEST="do" diff --git a/dev-perl/Hook-LexWrap/ChangeLog b/dev-perl/Hook-LexWrap/ChangeLog index ee0281ed8d19..2fc1b8ebd5bc 100644 --- a/dev-perl/Hook-LexWrap/ChangeLog +++ b/dev-perl/Hook-LexWrap/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Hook-LexWrap -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Hook-LexWrap/ChangeLog,v 1.23 2010/09/24 17:55:50 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Hook-LexWrap/ChangeLog,v 1.24 2011/01/14 17:20:42 tove Exp $ + + 14 Jan 2011; Torsten Veller <tove@gentoo.org> -Hook-LexWrap-0.23.ebuild: + Cleanup *Hook-LexWrap-0.24 (24 Sep 2010) diff --git a/dev-perl/Hook-LexWrap/Hook-LexWrap-0.23.ebuild b/dev-perl/Hook-LexWrap/Hook-LexWrap-0.23.ebuild deleted file mode 100644 index a0372daa2640..000000000000 --- a/dev-perl/Hook-LexWrap/Hook-LexWrap-0.23.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/Hook-LexWrap/Hook-LexWrap-0.23.ebuild,v 1.1 2010/08/05 06:54:33 tove Exp $ - -EAPI=3 - -MODULE_AUTHOR="CHORNY" -#MODULE_A="${P}.zip" -inherit perl-module - -DESCRIPTION="Lexically scoped subroutine wrappers" - -SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" -IUSE="test" - -RDEPEND="" -DEPEND="${RDEPEND} - >=virtual/perl-Module-Build-0.36 - test? ( dev-perl/Test-Pod )" - -SRC_TEST="do" diff --git a/dev-perl/IO-All/ChangeLog b/dev-perl/IO-All/ChangeLog index 594b4b02a95a..be482d5647f4 100644 --- a/dev-perl/IO-All/ChangeLog +++ b/dev-perl/IO-All/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/IO-All -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-All/ChangeLog,v 1.2 2010/08/17 08:22:42 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-All/ChangeLog,v 1.3 2011/01/14 17:19:33 tove Exp $ + + 14 Jan 2011; Torsten Veller <tove@gentoo.org> -IO-All-0.39.ebuild: + Cleanup *IO-All-0.41 (17 Aug 2010) diff --git a/dev-perl/IO-All/IO-All-0.39.ebuild b/dev-perl/IO-All/IO-All-0.39.ebuild deleted file mode 100644 index efaaf511ed43..000000000000 --- a/dev-perl/IO-All/IO-All-0.39.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/IO-All/IO-All-0.39.ebuild,v 1.1 2009/05/06 14:21:58 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=INGY -inherit perl-module - -DESCRIPTION="unified IO operations" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="dev-perl/IO-String" -DEPEND="${RDEPEND}" - -SRC_TEST=do diff --git a/dev-perl/IO-Socket-INET6/ChangeLog b/dev-perl/IO-Socket-INET6/ChangeLog index 44e6766a80bd..7dbc8790becb 100644 --- a/dev-perl/IO-Socket-INET6/ChangeLog +++ b/dev-perl/IO-Socket-INET6/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/IO-Socket-INET6 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Socket-INET6/ChangeLog,v 1.29 2010/10/22 19:22:22 ssuominen Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Socket-INET6/ChangeLog,v 1.30 2011/01/14 17:19:07 tove Exp $ + + 14 Jan 2011; Torsten Veller <tove@gentoo.org> -IO-Socket-INET6-2.51.ebuild, + -IO-Socket-INET6-2.57.ebuild, -IO-Socket-INET6-2.61.ebuild: + Cleanup 22 Oct 2010; Samuli Suominen <ssuominen@gentoo.org> IO-Socket-INET6-2.63.ebuild: diff --git a/dev-perl/IO-Socket-INET6/IO-Socket-INET6-2.51.ebuild b/dev-perl/IO-Socket-INET6/IO-Socket-INET6-2.51.ebuild deleted file mode 100644 index c31b8222cba5..000000000000 --- a/dev-perl/IO-Socket-INET6/IO-Socket-INET6-2.51.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/IO-Socket-INET6/IO-Socket-INET6-2.51.ebuild,v 1.20 2010/01/21 12:11:58 tove Exp $ - -inherit perl-module - -DESCRIPTION="Work with IO sockets in ipv6" -HOMEPAGE="http://search.cpan.org/~mondejar/" -SRC_URI="mirror://cpan/authors/id/M/MO/MONDEJAR/${P}.tar.gz" - -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86" -IUSE="" - -DEPEND="dev-perl/Socket6 - dev-lang/perl" - -# Disabling tests since they seem to be more trouble than worth, esp. in re bug -# 115004 -#SRC_TEST="do" diff --git a/dev-perl/IO-Socket-INET6/IO-Socket-INET6-2.57.ebuild b/dev-perl/IO-Socket-INET6/IO-Socket-INET6-2.57.ebuild deleted file mode 100644 index f2dd69422ce4..000000000000 --- a/dev-perl/IO-Socket-INET6/IO-Socket-INET6-2.57.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/IO-Socket-INET6/IO-Socket-INET6-2.57.ebuild,v 1.2 2010/01/10 12:53:18 grobian Exp $ - -MODULE_AUTHOR="SHLOMIF" -inherit perl-module - -DESCRIPTION="Work with IO sockets in ipv6" - -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" -IUSE="" - -RDEPEND="dev-perl/Socket6 - dev-lang/perl" -DEPEND="${RDEPEND} - virtual/perl-Module-Build" - -# Disabling tests since they seem to be more trouble than worth, esp. in re bug -# 115004 -#SRC_TEST="do" diff --git a/dev-perl/IO-Socket-INET6/IO-Socket-INET6-2.61.ebuild b/dev-perl/IO-Socket-INET6/IO-Socket-INET6-2.61.ebuild deleted file mode 100644 index ebbcaae02481..000000000000 --- a/dev-perl/IO-Socket-INET6/IO-Socket-INET6-2.61.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/IO-Socket-INET6/IO-Socket-INET6-2.61.ebuild,v 1.1 2010/03/27 21:44:00 robbat2 Exp $ - -MODULE_AUTHOR="SHLOMIF" -inherit perl-module - -DESCRIPTION="Work with IO sockets in ipv6" - -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" -IUSE="" - -RDEPEND="dev-perl/Socket6 - dev-lang/perl" -DEPEND="${RDEPEND} - virtual/perl-Module-Build" - -# Disabling tests since they seem to be more trouble than worth, esp. in re bug -# 115004 -#SRC_TEST="do" diff --git a/dev-perl/IO-Socket-SSL/ChangeLog b/dev-perl/IO-Socket-SSL/ChangeLog index 4e4c8450dc06..e3b3e1663816 100644 --- a/dev-perl/IO-Socket-SSL/ChangeLog +++ b/dev-perl/IO-Socket-SSL/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/IO-Socket-SSL # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Socket-SSL/ChangeLog,v 1.142 2011/01/12 20:52:41 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Socket-SSL/ChangeLog,v 1.143 2011/01/14 17:18:24 tove Exp $ + + 14 Jan 2011; Torsten Veller <tove@gentoo.org> -IO-Socket-SSL-1.26.ebuild, + -IO-Socket-SSL-1.31.ebuild, -IO-Socket-SSL-1.32.ebuild, + -IO-Socket-SSL-1.33.ebuild, -IO-Socket-SSL-1.34.ebuild: + Cleanup *IO-Socket-SSL-1.370 (12 Jan 2011) diff --git a/dev-perl/IO-Socket-SSL/IO-Socket-SSL-1.26.ebuild b/dev-perl/IO-Socket-SSL/IO-Socket-SSL-1.26.ebuild deleted file mode 100644 index 062028be9d15..000000000000 --- a/dev-perl/IO-Socket-SSL/IO-Socket-SSL-1.26.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/IO-Socket-SSL/IO-Socket-SSL-1.26.ebuild,v 1.5 2009/07/06 18:22:38 ranger Exp $ - -EAPI=2 - -MODULE_AUTHOR=SULLR -inherit perl-module - -DESCRIPTION="Nearly transparent SSL encapsulation for IO::Socket::INET" - -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" -IUSE="idn" - -DEPEND=">=dev-perl/Net-SSLeay-1.33 - virtual/perl-Scalar-List-Utils - idn? ( dev-perl/Net-LibIDN )" -RDEPEND="${DEPEND}" - -SRC_TEST="do" diff --git a/dev-perl/IO-Socket-SSL/IO-Socket-SSL-1.31.ebuild b/dev-perl/IO-Socket-SSL/IO-Socket-SSL-1.31.ebuild deleted file mode 100644 index d1a4d77466ba..000000000000 --- a/dev-perl/IO-Socket-SSL/IO-Socket-SSL-1.31.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/IO-Socket-SSL/IO-Socket-SSL-1.31.ebuild,v 1.2 2010/01/10 12:54:40 grobian Exp $ - -EAPI=2 - -MODULE_AUTHOR=SULLR -inherit perl-module - -DESCRIPTION="Nearly transparent SSL encapsulation for IO::Socket::INET" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~ppc-aix ~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="idn" - -DEPEND=">=dev-perl/Net-SSLeay-1.33 - virtual/perl-Scalar-List-Utils - idn? ( dev-perl/Net-LibIDN )" -RDEPEND="${DEPEND}" - -SRC_TEST="do" diff --git a/dev-perl/IO-Socket-SSL/IO-Socket-SSL-1.32.ebuild b/dev-perl/IO-Socket-SSL/IO-Socket-SSL-1.32.ebuild deleted file mode 100644 index c2d36e53a538..000000000000 --- a/dev-perl/IO-Socket-SSL/IO-Socket-SSL-1.32.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/IO-Socket-SSL/IO-Socket-SSL-1.32.ebuild,v 1.1 2010/02/23 15:43:21 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=SULLR -inherit perl-module - -DESCRIPTION="Nearly transparent SSL encapsulation for IO::Socket::INET" - -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="idn" - -DEPEND=">=dev-perl/Net-SSLeay-1.33 - virtual/perl-Scalar-List-Utils - idn? ( dev-perl/Net-LibIDN )" -RDEPEND="${DEPEND}" - -SRC_TEST="do" diff --git a/dev-perl/IO-Socket-SSL/IO-Socket-SSL-1.33.ebuild b/dev-perl/IO-Socket-SSL/IO-Socket-SSL-1.33.ebuild deleted file mode 100644 index 1d558311c44d..000000000000 --- a/dev-perl/IO-Socket-SSL/IO-Socket-SSL-1.33.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/IO-Socket-SSL/IO-Socket-SSL-1.33.ebuild,v 1.7 2010/11/05 14:06:33 ssuominen Exp $ - -EAPI=2 - -MODULE_AUTHOR=SULLR -inherit perl-module - -DESCRIPTION="Nearly transparent SSL encapsulation for IO::Socket::INET" - -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="idn" - -DEPEND=">=dev-perl/Net-SSLeay-1.33 - virtual/perl-Scalar-List-Utils - idn? ( dev-perl/Net-LibIDN )" -RDEPEND="${DEPEND}" - -SRC_TEST="do" diff --git a/dev-perl/IO-Socket-SSL/IO-Socket-SSL-1.34.ebuild b/dev-perl/IO-Socket-SSL/IO-Socket-SSL-1.34.ebuild deleted file mode 100644 index f09e3d8e1ceb..000000000000 --- a/dev-perl/IO-Socket-SSL/IO-Socket-SSL-1.34.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/IO-Socket-SSL/IO-Socket-SSL-1.34.ebuild,v 1.1 2010/11/03 18:51:12 tove Exp $ - -EAPI=3 - -MODULE_AUTHOR=SULLR -inherit perl-module - -DESCRIPTION="Nearly transparent SSL encapsulation for IO::Socket::INET" - -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="idn" - -DEPEND=">=dev-perl/Net-SSLeay-1.33 - virtual/perl-Scalar-List-Utils - idn? ( dev-perl/Net-LibIDN )" -RDEPEND="${DEPEND}" - -SRC_TEST="do" diff --git a/dev-perl/IO-Tty/ChangeLog b/dev-perl/IO-Tty/ChangeLog index 11a7dd6f4f1d..71336379282a 100644 --- a/dev-perl/IO-Tty/ChangeLog +++ b/dev-perl/IO-Tty/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/IO-Tty -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Tty/ChangeLog,v 1.37 2010/10/15 11:46:19 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Tty/ChangeLog,v 1.38 2011/01/14 17:17:38 tove Exp $ + + 14 Jan 2011; Torsten Veller <tove@gentoo.org> -IO-Tty-1.09.ebuild: + Cleanup *IO-Tty-1.10 (15 Oct 2010) diff --git a/dev-perl/IO-Tty/IO-Tty-1.09.ebuild b/dev-perl/IO-Tty/IO-Tty-1.09.ebuild deleted file mode 100644 index 689c55d8a7e1..000000000000 --- a/dev-perl/IO-Tty/IO-Tty-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/IO-Tty/IO-Tty-1.09.ebuild,v 1.1 2010/10/05 16:34:51 tove Exp $ - -EAPI=3 - -MODULE_AUTHOR=TODDR -inherit perl-module - -DESCRIPTION="IO::Tty and IO::Pty modules for Perl" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" - -SRC_TEST=do diff --git a/dev-perl/IPC-Run/ChangeLog b/dev-perl/IPC-Run/ChangeLog index 1f81c14b46c7..d6d37fcadbee 100644 --- a/dev-perl/IPC-Run/ChangeLog +++ b/dev-perl/IPC-Run/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/IPC-Run -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run/ChangeLog,v 1.30 2010/06/21 20:02:24 armin76 Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run/ChangeLog,v 1.31 2011/01/14 17:16:54 tove Exp $ + + 14 Jan 2011; Torsten Veller <tove@gentoo.org> -IPC-Run-0.80.ebuild, + -IPC-Run-0.84.ebuild, -IPC-Run-0.86.ebuild, -IPC-Run-0.88.ebuild: + Cleanup 21 Jun 2010; Raúl Porcel <armin76@gentoo.org> IPC-Run-0.89.ebuild: alpha/ia64/sparc stable wrt #323529 diff --git a/dev-perl/IPC-Run/IPC-Run-0.80.ebuild b/dev-perl/IPC-Run/IPC-Run-0.80.ebuild deleted file mode 100644 index 83d0009d3e6a..000000000000 --- a/dev-perl/IPC-Run/IPC-Run-0.80.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/IPC-Run/IPC-Run-0.80.ebuild,v 1.10 2008/01/03 01:14:54 ranger Exp $ - -inherit perl-module - -DESCRIPTION="system() and background procs w/ piping, redirs, ptys" -SRC_URI="mirror://cpan/authors/id/R/RS/RSOD/${P}.tar.gz" -HOMEPAGE="http://search.cpan.org/search?module=${PN}" - -SLOT="0" -LICENSE="Artistic" -KEYWORDS="alpha amd64 ia64 ~ppc ~ppc64 sparc x86" -IUSE="" - -DEPEND=">=dev-perl/IO-Tty-1.0 - dev-lang/perl" diff --git a/dev-perl/IPC-Run/IPC-Run-0.84.ebuild b/dev-perl/IPC-Run/IPC-Run-0.84.ebuild deleted file mode 100644 index 6fb81c3dd593..000000000000 --- a/dev-perl/IPC-Run/IPC-Run-0.84.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/IPC-Run/IPC-Run-0.84.ebuild,v 1.1 2009/07/14 16:34:06 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=ADAMK -inherit perl-module - -DESCRIPTION="system() and background procs w/ piping, redirs, ptys" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="" - -DEPEND=">=dev-perl/IO-Tty-1.08" -RDEPEND="${DEPEND}" - -SRC_TEST=do diff --git a/dev-perl/IPC-Run/IPC-Run-0.86.ebuild b/dev-perl/IPC-Run/IPC-Run-0.86.ebuild deleted file mode 100644 index b56ea1d9a703..000000000000 --- a/dev-perl/IPC-Run/IPC-Run-0.86.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/IPC-Run/IPC-Run-0.86.ebuild,v 1.1 2010/03/26 12:35:53 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=TODDR -inherit perl-module - -DESCRIPTION="system() and background procs w/ piping, redirs, ptys" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="" - -DEPEND=">=dev-perl/IO-Tty-1.08" -RDEPEND="${DEPEND}" - -SRC_TEST=do diff --git a/dev-perl/IPC-Run/IPC-Run-0.88.ebuild b/dev-perl/IPC-Run/IPC-Run-0.88.ebuild deleted file mode 100644 index a51ea9b81032..000000000000 --- a/dev-perl/IPC-Run/IPC-Run-0.88.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/IPC-Run/IPC-Run-0.88.ebuild,v 1.1 2010/03/31 07:43:46 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=TODDR -inherit perl-module - -DESCRIPTION="system() and background procs w/ piping, redirs, ptys" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="test" - -RDEPEND=">=dev-perl/IO-Tty-1.08" -DEPEND="${RDEPEND} - test? ( dev-perl/Test-Pod - dev-perl/Test-Pod-Coverage )" - -SRC_TEST=do diff --git a/dev-perl/IPC-ShareLite/ChangeLog b/dev-perl/IPC-ShareLite/ChangeLog index 0c9481af952c..756941e07fbd 100644 --- a/dev-perl/IPC-ShareLite/ChangeLog +++ b/dev-perl/IPC-ShareLite/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/IPC-ShareLite -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-ShareLite/ChangeLog,v 1.33 2010/10/23 08:20:21 ssuominen Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-ShareLite/ChangeLog,v 1.34 2011/01/14 17:16:20 tove Exp $ + + 14 Jan 2011; Torsten Veller <tove@gentoo.org> -IPC-ShareLite-0.09.ebuild: + Cleanup 23 Oct 2010; Samuli Suominen <ssuominen@gentoo.org> IPC-ShareLite-0.17.ebuild: diff --git a/dev-perl/IPC-ShareLite/IPC-ShareLite-0.09.ebuild b/dev-perl/IPC-ShareLite/IPC-ShareLite-0.09.ebuild deleted file mode 100644 index fa80769ae7d2..000000000000 --- a/dev-perl/IPC-ShareLite/IPC-ShareLite-0.09.ebuild +++ /dev/null @@ -1,22 +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/IPC-ShareLite/IPC-ShareLite-0.09.ebuild,v 1.20 2007/07/10 23:33:33 mr_bones_ Exp $ - -inherit perl-module - -DESCRIPTION="IPC::ShareLite module for perl" -SRC_URI="mirror://cpan/authors/id/M/MA/MAURICE/${P}.tar.gz" -HOMEPAGE="http://www.cpan.org/authors/id/M/MA/MAURICE/" - -SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" -IUSE="" - -export OPTIMIZE="$CFLAGS" - -src_compile() { - echo "" | perl-module_src_compile -} - -DEPEND="dev-lang/perl" diff --git a/dev-perl/ImageSize/ChangeLog b/dev-perl/ImageSize/ChangeLog index 54f6c24a6373..7f84d5dd1d3a 100644 --- a/dev-perl/ImageSize/ChangeLog +++ b/dev-perl/ImageSize/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/ImageSize # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/ImageSize/ChangeLog,v 1.65 2011/01/14 09:29:00 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ImageSize/ChangeLog,v 1.66 2011/01/14 17:15:15 tove Exp $ + + 14 Jan 2011; Torsten Veller <tove@gentoo.org> -ImageSize-3.1.1.ebuild, + -ImageSize-3.2.2.1.ebuild: + Cleanup *ImageSize-3.230 (14 Jan 2011) diff --git a/dev-perl/ImageSize/ImageSize-3.1.1.ebuild b/dev-perl/ImageSize/ImageSize-3.1.1.ebuild deleted file mode 100644 index 919c52265fb5..000000000000 --- a/dev-perl/ImageSize/ImageSize-3.1.1.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/ImageSize/ImageSize-3.1.1.ebuild,v 1.8 2009/07/19 17:39:12 tove Exp $ - -inherit perl-module - -MY_P=Image-Size-${PV} -S=${WORKDIR}/${MY_P} -DESCRIPTION="The Perl Image-Size Module" -HOMEPAGE="http://search.cpan.org/dist/Image-Size/" -SRC_URI="mirror://cpan/authors/id/R/RJ/RJRAY/${MY_P}.tar.gz" - -LICENSE="|| ( Artistic-2 LGPL-2.1 )" -SLOT="0" -KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" -IUSE="test" -SRC_TEST="do" -mydoc="ToDo" - -RDEPEND="dev-lang/perl - virtual/perl-IO-Compress - virtual/perl-File-Spec" -DEPEND="${RDEPEND} - >=virtual/perl-Module-Build-0.28 - test? ( dev-perl/Test-Pod - dev-perl/Test-Pod-Coverage )" diff --git a/dev-perl/ImageSize/ImageSize-3.2.2.1.ebuild b/dev-perl/ImageSize/ImageSize-3.2.2.1.ebuild deleted file mode 100644 index 86880796e9a0..000000000000 --- a/dev-perl/ImageSize/ImageSize-3.2.2.1.ebuild +++ /dev/null @@ -1,28 +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/ImageSize/ImageSize-3.2.2.1.ebuild,v 1.1 2010/04/29 06:21:59 tove Exp $ - -EAPI=2 - -inherit versionator -MY_PN=Image-Size -MY_P=${MY_PN}-$(get_major_version).$(delete_all_version_separators $(get_after_major_version)) -S=${WORKDIR}/${MY_P} -MODULE_AUTHOR=RJRAY -inherit perl-module - -DESCRIPTION="The Perl Image-Size Module" - -LICENSE="|| ( Artistic-2 LGPL-2.1 )" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="" - -RDEPEND=" - virtual/perl-IO-Compress - virtual/perl-File-Spec" -DEPEND="${RDEPEND} - >=virtual/perl-Module-Build-0.28" - -SRC_TEST="do" -mydoc="ToDo" diff --git a/dev-perl/Inline-Python/ChangeLog b/dev-perl/Inline-Python/ChangeLog index ea2a6f956d5d..1242261dbc92 100644 --- a/dev-perl/Inline-Python/ChangeLog +++ b/dev-perl/Inline-Python/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Inline-Python -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline-Python/ChangeLog,v 1.18 2010/08/10 15:33:45 robbat2 Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline-Python/ChangeLog,v 1.19 2011/01/14 17:14:15 tove Exp $ + + 14 Jan 2011; Torsten Veller <tove@gentoo.org> -Inline-Python-0.28.ebuild, + -Inline-Python-0.36.ebuild: + Cleanup *Inline-Python-0.36 (10 Aug 2010) diff --git a/dev-perl/Inline-Python/Inline-Python-0.28.ebuild b/dev-perl/Inline-Python/Inline-Python-0.28.ebuild deleted file mode 100644 index 397d74c0d4b2..000000000000 --- a/dev-perl/Inline-Python/Inline-Python-0.28.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/Inline-Python/Inline-Python-0.28.ebuild,v 1.4 2009/05/08 20:09:04 tcunha Exp $ - -MODULE_AUTHOR=NINE -inherit perl-module - -DESCRIPTION="Easy implementation of Python extensions" - -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="amd64 sparc x86" -IUSE="" - -SRC_TEST="do" - -DEPEND=">=dev-perl/Inline-0.42 - dev-lang/python - dev-lang/perl" diff --git a/dev-perl/Inline-Python/Inline-Python-0.36.ebuild b/dev-perl/Inline-Python/Inline-Python-0.36.ebuild deleted file mode 100644 index 2625a0067a39..000000000000 --- a/dev-perl/Inline-Python/Inline-Python-0.36.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/Inline-Python/Inline-Python-0.36.ebuild,v 1.1 2010/08/10 15:33:45 robbat2 Exp $ - -EAPI=2 - -MODULE_AUTHOR=NINE -inherit perl-module - -DESCRIPTION="Easy implementation of Python extensions" - -SLOT="0" -KEYWORDS="~amd64 ~sparc ~x86" -IUSE="" - -DEPEND=">=dev-perl/Inline-0.42 - dev-lang/python" -RDEPEND="${DEPEND}" - -SRC_TEST="do" diff --git a/dev-perl/JSON-Any/ChangeLog b/dev-perl/JSON-Any/ChangeLog index f65e8be22235..94c63faae128 100644 --- a/dev-perl/JSON-Any/ChangeLog +++ b/dev-perl/JSON-Any/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/JSON-Any -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON-Any/ChangeLog,v 1.7 2010/11/22 17:03:51 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON-Any/ChangeLog,v 1.8 2011/01/14 17:13:40 tove Exp $ + + 14 Jan 2011; Torsten Veller <tove@gentoo.org> -JSON-Any-1.22.ebuild: + Cleanup *JSON-Any-1.25 (22 Nov 2010) diff --git a/dev-perl/JSON-Any/JSON-Any-1.22.ebuild b/dev-perl/JSON-Any/JSON-Any-1.22.ebuild deleted file mode 100644 index b2cb10d9e118..000000000000 --- a/dev-perl/JSON-Any/JSON-Any-1.22.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/JSON-Any/JSON-Any-1.22.ebuild,v 1.1 2009/10/13 14:45:24 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR="PERIGRIN" -inherit perl-module - -DESCRIPTION="Wrapper Class for the various JSON classes" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="dev-perl/JSON" -RDEPEND="${DEPEND}" - -SRC_TEST=do diff --git a/dev-perl/JSON-XS/ChangeLog b/dev-perl/JSON-XS/ChangeLog index 33b8b77e1a11..47eff9a88746 100644 --- a/dev-perl/JSON-XS/ChangeLog +++ b/dev-perl/JSON-XS/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/JSON-XS -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON-XS/ChangeLog,v 1.27 2010/08/19 07:03:46 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON-XS/ChangeLog,v 1.28 2011/01/14 17:13:05 tove Exp $ + + 14 Jan 2011; Torsten Veller <tove@gentoo.org> -JSON-XS-2.2.9.ebuild: + Cleanup *JSON-XS-2.3 (19 Aug 2010) diff --git a/dev-perl/JSON-XS/JSON-XS-2.2.9.ebuild b/dev-perl/JSON-XS/JSON-XS-2.2.9.ebuild deleted file mode 100644 index 2dbd0e062394..000000000000 --- a/dev-perl/JSON-XS/JSON-XS-2.2.9.ebuild +++ /dev/null @@ -1,23 +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/JSON-XS/JSON-XS-2.2.9.ebuild,v 1.1 2010/03/17 08:51:19 tove Exp $ - -EAPI=2 - -inherit versionator -MODULE_AUTHOR=MLEHMANN -MY_P=${PN}-"$(get_major_version).$(delete_all_version_separators $(get_after_major_version))" -S=${WORKDIR}/${MY_P} -inherit perl-module - -DESCRIPTION="JSON::XS - JSON serialising/deserialising, done correctly and fast" - -SLOT="0" -KEYWORDS="~amd64 ~x86 ~x86-solaris" -IUSE="test" - -RDEPEND="dev-perl/common-sense" -DEPEND="${RDEPEND} - test? ( virtual/perl-Test-Harness )" - -SRC_TEST="do" diff --git a/dev-perl/Locale-Msgfmt/ChangeLog b/dev-perl/Locale-Msgfmt/ChangeLog index cd95eb3e1992..eb716c34da16 100644 --- a/dev-perl/Locale-Msgfmt/ChangeLog +++ b/dev-perl/Locale-Msgfmt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Locale-Msgfmt -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Locale-Msgfmt/ChangeLog,v 1.2 2010/11/14 19:46:28 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Locale-Msgfmt/ChangeLog,v 1.3 2011/01/14 17:12:00 tove Exp $ + + 14 Jan 2011; Torsten Veller <tove@gentoo.org> -Locale-Msgfmt-0.14.ebuild: + Cleanup *Locale-Msgfmt-0.15 (14 Nov 2010) diff --git a/dev-perl/Locale-Msgfmt/Locale-Msgfmt-0.14.ebuild b/dev-perl/Locale-Msgfmt/Locale-Msgfmt-0.14.ebuild deleted file mode 100644 index 1d7fa609035e..000000000000 --- a/dev-perl/Locale-Msgfmt/Locale-Msgfmt-0.14.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/Locale-Msgfmt/Locale-Msgfmt-0.14.ebuild,v 1.1 2010/02/15 16:33:31 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=SZABGAB -inherit perl-module - -DESCRIPTION="Compile .po files to .mo files" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND="" -DEPEND="virtual/perl-Module-Build - test? ( dev-perl/Test-Pod )" - -SRC_TEST=do diff --git a/dev-perl/MIME-Types/ChangeLog b/dev-perl/MIME-Types/ChangeLog index 02dc1c059568..597fb18e7035 100644 --- a/dev-perl/MIME-Types/ChangeLog +++ b/dev-perl/MIME-Types/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for dev-perl/MIME-Types -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/MIME-Types/ChangeLog,v 1.68 2010/12/03 00:45:02 xmw Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MIME-Types/ChangeLog,v 1.69 2011/01/14 17:10:48 tove Exp $ + + 14 Jan 2011; Torsten Veller <tove@gentoo.org> -MIME-Types-1.27.ebuild, + -MIME-Types-1.28.ebuild, -MIME-Types-1.30.ebuild: + Cleanup + + 14 Jan 2011; Torsten Veller <tove@gentoo.org> -MIME-Types-1.27.ebuild, + -MIME-Types-1.28.ebuild, -MIME-Types-1.30.ebuild: + Cleanup 03 Dec 2010; Michael Weber <xmw@gentoo.org> MIME-Types-1.29.ebuild, MIME-Types-1.30.ebuild, MIME-Types-1.31.ebuild: diff --git a/dev-perl/MIME-Types/MIME-Types-1.27.ebuild b/dev-perl/MIME-Types/MIME-Types-1.27.ebuild deleted file mode 100644 index 06b14e41cc2b..000000000000 --- a/dev-perl/MIME-Types/MIME-Types-1.27.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/MIME-Types/MIME-Types-1.27.ebuild,v 1.7 2009/05/06 19:17:11 jer Exp $ - -MODULE_AUTHOR=MARKOV -inherit perl-module - -DESCRIPTION="Definition of MIME types" - -SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="test" -SRC_TEST="do" - -RDEPEND="dev-lang/perl" -DEPEND="${RDEPEND} - test? ( dev-perl/Test-Pod )" diff --git a/dev-perl/MIME-Types/MIME-Types-1.28.ebuild b/dev-perl/MIME-Types/MIME-Types-1.28.ebuild deleted file mode 100644 index 6333c56d6964..000000000000 --- a/dev-perl/MIME-Types/MIME-Types-1.28.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/MIME-Types/MIME-Types-1.28.ebuild,v 1.1 2009/09/07 10:42:40 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=MARKOV -inherit perl-module - -DESCRIPTION="Definition of MIME types" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="test" - -RDEPEND="" -DEPEND="${RDEPEND} - test? ( dev-perl/Test-Pod )" - -SRC_TEST="do" diff --git a/dev-perl/MIME-Types/MIME-Types-1.30.ebuild b/dev-perl/MIME-Types/MIME-Types-1.30.ebuild deleted file mode 100644 index 1ecd5fa2702b..000000000000 --- a/dev-perl/MIME-Types/MIME-Types-1.30.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/MIME-Types/MIME-Types-1.30.ebuild,v 1.2 2010/12/03 00:45:02 xmw Exp $ - -EAPI=3 - -MODULE_AUTHOR=MARKOV -inherit perl-module - -DESCRIPTION="Definition of MIME types" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~sparc-solaris ~x86-solaris" -IUSE="test" - -RDEPEND="" -DEPEND="${RDEPEND} - test? ( dev-perl/Test-Pod )" - -SRC_TEST="do" diff --git a/dev-perl/MP3-Tag/ChangeLog b/dev-perl/MP3-Tag/ChangeLog index 5c3d4ee9b3b7..32f530f4c2ba 100644 --- a/dev-perl/MP3-Tag/ChangeLog +++ b/dev-perl/MP3-Tag/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/MP3-Tag -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/MP3-Tag/ChangeLog,v 1.43 2010/12/03 02:47:30 xmw Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MP3-Tag/ChangeLog,v 1.44 2011/01/14 17:09:58 tove Exp $ + + 14 Jan 2011; Torsten Veller <tove@gentoo.org> -MP3-Tag-0.9709.ebuild: + Cleanup 03 Dec 2010; Michael Weber <xmw@gentoo.org> MP3-Tag-1.12.ebuild, MP3-Tag-1.13.ebuild: diff --git a/dev-perl/MP3-Tag/MP3-Tag-0.9709.ebuild b/dev-perl/MP3-Tag/MP3-Tag-0.9709.ebuild deleted file mode 100644 index 4300912c6845..000000000000 --- a/dev-perl/MP3-Tag/MP3-Tag-0.9709.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/MP3-Tag/MP3-Tag-0.9709.ebuild,v 1.8 2008/09/30 14:17:41 tove Exp $ - -MODULE_AUTHOR=ILYAZ -MODULE_SECTION=modules -inherit perl-module eutils - -DESCRIPTION="Tag - Module for reading tags of mp3 files" - -SLOT="0" -LICENSE="Artistic" -KEYWORDS="amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="" - -SRC_TEST="do" - -PATCHES=( "${FILESDIR}"/${PN}-makefile.patch ) - -DEPEND="dev-lang/perl" diff --git a/dev-perl/Mail-IMAPClient/ChangeLog b/dev-perl/Mail-IMAPClient/ChangeLog index e510fed4980f..3adabb115599 100644 --- a/dev-perl/Mail-IMAPClient/ChangeLog +++ b/dev-perl/Mail-IMAPClient/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Mail-IMAPClient -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-IMAPClient/ChangeLog,v 1.50 2010/06/26 17:08:22 nixnut Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-IMAPClient/ChangeLog,v 1.51 2011/01/14 17:09:12 tove Exp $ + + 14 Jan 2011; Torsten Veller <tove@gentoo.org> -Mail-IMAPClient-2.2.9.ebuild, + -Mail-IMAPClient-3.24.ebuild: + Cleanup 26 Jun 2010; <nixnut@gentoo.org> Mail-IMAPClient-3.23.ebuild: ppc stable #301836 diff --git a/dev-perl/Mail-IMAPClient/Mail-IMAPClient-2.2.9.ebuild b/dev-perl/Mail-IMAPClient/Mail-IMAPClient-2.2.9.ebuild deleted file mode 100644 index dade585d8698..000000000000 --- a/dev-perl/Mail-IMAPClient/Mail-IMAPClient-2.2.9.ebuild +++ /dev/null @@ -1,30 +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/Mail-IMAPClient/Mail-IMAPClient-2.2.9.ebuild,v 1.20 2007/10/11 11:23:34 corsair Exp $ - -inherit perl-module eutils - -DESCRIPTION="IMAP client module for Perl" -HOMEPAGE="http://search.cpan.org/~djkernen/" -SRC_URI="mirror://cpan/modules/by-module/Mail/${P}.tar.gz" - -LICENSE="Artistic" -SLOT="0" -KEYWORDS="alpha amd64 arm ia64 ppc ~ppc64 s390 sh sparc x86" -IUSE="" - -DEPEND=">=virtual/perl-libnet-1.0703 - dev-perl/Parse-RecDescent - dev-lang/perl" - -# Tests are not enabled for this package intentionally. They require -# an active imap server to connect to, as well as interaction. -#SRC_TEST="do" - -mydoc="FAQ" - -src_unpack(){ - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${PV}-skiptest.patch -} diff --git a/dev-perl/Mail-IMAPClient/Mail-IMAPClient-3.24.ebuild b/dev-perl/Mail-IMAPClient/Mail-IMAPClient-3.24.ebuild deleted file mode 100644 index 2fd21635c8dc..000000000000 --- a/dev-perl/Mail-IMAPClient/Mail-IMAPClient-3.24.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/Mail-IMAPClient/Mail-IMAPClient-3.24.ebuild,v 1.1 2010/05/08 07:23:35 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=PLOBBES -inherit perl-module eutils - -DESCRIPTION="IMAP client module for Perl" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="test" - -RDEPEND=">=dev-perl/Parse-RecDescent-1.94" -DEPEND="${RDEPEND} - test? ( dev-perl/Test-Pod )" -# >=virtual/perl-File-Temp-0.18 )" - # only used in t/basic.t - -SRC_TEST="do" - -mydoc="FAQ" diff --git a/dev-perl/MailTools/ChangeLog b/dev-perl/MailTools/ChangeLog index 8c56025aefb9..1147e06768bc 100644 --- a/dev-perl/MailTools/ChangeLog +++ b/dev-perl/MailTools/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/MailTools -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/MailTools/ChangeLog,v 1.74 2010/12/07 04:43:15 mattst88 Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MailTools/ChangeLog,v 1.75 2011/01/14 17:04:23 tove Exp $ + + 14 Jan 2011; Torsten Veller <tove@gentoo.org> -MailTools-1.77.ebuild, + -MailTools-2.04.ebuild, -MailTools-2.05.ebuild: + Cleanup 07 Dec 2010; Matt Turner <mattst88@gentoo.org> MailTools-2.07.ebuild: Added ~mips, bug 243346. diff --git a/dev-perl/MailTools/MailTools-1.77.ebuild b/dev-perl/MailTools/MailTools-1.77.ebuild deleted file mode 100644 index 0ed933b7f7a7..000000000000 --- a/dev-perl/MailTools/MailTools-1.77.ebuild +++ /dev/null @@ -1,18 +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/MailTools/MailTools-1.77.ebuild,v 1.7 2008/03/19 01:42:57 jer Exp $ - -inherit perl-module - -DESCRIPTION="Manipulation of electronic mail addresses" -SRC_URI="mirror://cpan/authors/id/M/MA/MARKOV/${P}.tar.gz" -HOMEPAGE="http://search.cpan.org/~markov/" - -SLOT="0" -LICENSE="Artistic" -KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="" -SRC_TEST="do" - -DEPEND=">=virtual/perl-libnet-1.0703 - dev-lang/perl" diff --git a/dev-perl/MailTools/MailTools-2.04.ebuild b/dev-perl/MailTools/MailTools-2.04.ebuild deleted file mode 100644 index da21b627c4d4..000000000000 --- a/dev-perl/MailTools/MailTools-2.04.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/MailTools/MailTools-2.04.ebuild,v 1.3 2009/01/01 19:44:05 armin76 Exp $ - -MODULE_AUTHOR=MARKOV -inherit perl-module - -DESCRIPTION="Manipulation of electronic mail addresses" - -SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-fbsd" -IUSE="test" -SRC_TEST="do" - -RDEPEND=">=virtual/perl-libnet-1.0703 - dev-perl/TimeDate - dev-lang/perl" -DEPEND="${RDEPEND} - test? ( dev-perl/Test-Pod )" diff --git a/dev-perl/MailTools/MailTools-2.05.ebuild b/dev-perl/MailTools/MailTools-2.05.ebuild deleted file mode 100644 index 5980880d32a6..000000000000 --- a/dev-perl/MailTools/MailTools-2.05.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/MailTools/MailTools-2.05.ebuild,v 1.2 2010/01/10 17:08:46 grobian Exp $ - -EAPI=2 - -MODULE_AUTHOR=MARKOV -inherit perl-module - -DESCRIPTION="Manipulation of electronic mail addresses" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" -IUSE="test" - -RDEPEND=">=virtual/perl-libnet-1.0703 - dev-perl/TimeDate" -DEPEND="${RDEPEND} - test? ( dev-perl/Test-Pod )" - -SRC_TEST="do" diff --git a/dev-perl/Math-Base36/ChangeLog b/dev-perl/Math-Base36/ChangeLog index 9ee1cdaa3fd4..b69ffaa2e3cf 100644 --- a/dev-perl/Math-Base36/ChangeLog +++ b/dev-perl/Math-Base36/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Math-Base36 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Base36/ChangeLog,v 1.2 2011/01/12 18:12:13 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Base36/ChangeLog,v 1.3 2011/01/14 17:03:37 tove Exp $ + + 14 Jan 2011; Torsten Veller <tove@gentoo.org> -Math-Base36-0.07.ebuild: + Cleanup 12 Jan 2011; Torsten Veller <tove@gentoo.org> +Math-Base36-0.90.ebuild: Version bump diff --git a/dev-perl/Math-Base36/Math-Base36-0.07.ebuild b/dev-perl/Math-Base36/Math-Base36-0.07.ebuild deleted file mode 100644 index b26b9f4e8baf..000000000000 --- a/dev-perl/Math-Base36/Math-Base36-0.07.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/Math-Base36/Math-Base36-0.07.ebuild,v 1.1 2010/07/22 19:49:59 tove Exp $ - -EAPI=3 - -MODULE_AUTHOR="BRICAS" -inherit perl-module - -DESCRIPTION="Encoding and decoding of base36 strings" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -SRC_TEST="do" diff --git a/dev-perl/Math-BigInt-GMP/ChangeLog b/dev-perl/Math-BigInt-GMP/ChangeLog index e1243ffe14d1..0bd21d34279d 100644 --- a/dev-perl/Math-BigInt-GMP/ChangeLog +++ b/dev-perl/Math-BigInt-GMP/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Math-BigInt-GMP -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-BigInt-GMP/ChangeLog,v 1.11 2010/09/24 17:49:15 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-BigInt-GMP/ChangeLog,v 1.12 2011/01/14 17:02:46 tove Exp $ + + 14 Jan 2011; Torsten Veller <tove@gentoo.org> -Math-BigInt-GMP-1.25.ebuild, + -Math-BigInt-GMP-1.28.ebuild: + Cleanup *Math-BigInt-GMP-1.32 (24 Sep 2010) diff --git a/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.25.ebuild b/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.25.ebuild deleted file mode 100644 index 9c00456b7826..000000000000 --- a/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.25.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/Math-BigInt-GMP/Math-BigInt-GMP-1.25.ebuild,v 1.1 2010/09/11 17:31:46 tove Exp $ - -EAPI=3 - -MODULE_AUTHOR=FLORA -inherit perl-module - -DESCRIPTION="Use the GMP library for Math::BigInt routines" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86" -IUSE="" - -RDEPEND=">=perl-core/Math-BigInt-1.90 - >=dev-libs/gmp-4.0.0" -DEPEND="${RDEPEND}" - -SRC_TEST="do" diff --git a/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.28.ebuild b/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.28.ebuild deleted file mode 100644 index 2da4dc403fac..000000000000 --- a/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.28.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/Math-BigInt-GMP/Math-BigInt-GMP-1.28.ebuild,v 1.1 2010/09/18 19:51:37 tove Exp $ - -EAPI=3 - -MODULE_AUTHOR=FLORA -inherit perl-module - -DESCRIPTION="Use the GMP library for Math::BigInt routines" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86" -IUSE="" - -RDEPEND=">=perl-core/Math-BigInt-1.90 - >=dev-libs/gmp-4.0.0" -DEPEND="${RDEPEND}" - -SRC_TEST="do" diff --git a/dev-perl/Module-Signature/ChangeLog b/dev-perl/Module-Signature/ChangeLog index 74c4722cfca7..8d620abe86ab 100644 --- a/dev-perl/Module-Signature/ChangeLog +++ b/dev-perl/Module-Signature/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Module-Signature -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Signature/ChangeLog,v 1.28 2010/11/05 13:14:28 hwoarang Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Signature/ChangeLog,v 1.29 2011/01/14 17:02:03 tove Exp $ + + 14 Jan 2011; Torsten Veller <tove@gentoo.org> -Module-Signature-0.55.ebuild, + -Module-Signature-0.64.ebuild, -Module-Signature-0.65.ebuild: + Cleanup 05 Nov 2010; Markos Chandras <hwoarang@gentoo.org> Module-Signature-0.66.ebuild: diff --git a/dev-perl/Module-Signature/Module-Signature-0.55.ebuild b/dev-perl/Module-Signature/Module-Signature-0.55.ebuild deleted file mode 100644 index 7c4e03a71143..000000000000 --- a/dev-perl/Module-Signature/Module-Signature-0.55.ebuild +++ /dev/null @@ -1,44 +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/Module-Signature/Module-Signature-0.55.ebuild,v 1.7 2009/07/19 17:39:56 tove Exp $ - -inherit perl-module - -DESCRIPTION="Module signature file manipulation " -HOMEPAGE="http://search.cpan.org/~autrijus/" -SRC_URI="mirror://cpan/authors/id/A/AU/AUDREYT/${P}.tar.gz" - -LICENSE="Artistic" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="test" - -SRC_TEST="do" - -DEPEND="virtual/perl-MIME-Base64 - dev-perl/PAR-Dist - virtual/perl-IO-Compress - dev-perl/crypt-cbc - dev-perl/Crypt-DES - dev-perl/Crypt-Blowfish - dev-perl/Crypt-RIPEMD160 - dev-perl/class-loader - dev-perl/tie-encryptedhash - dev-perl/convert-ascii-armour - dev-perl/data-buffer - dev-perl/digest-md2 - >=dev-perl/math-pari-2.010603 - dev-perl/crypt-random - dev-perl/crypt-primes - dev-perl/crypt-des-ede3 - dev-perl/crypt-dsa - dev-perl/crypt-rsa - dev-perl/Convert-ASN1 - dev-perl/convert-pem - dev-perl/Crypt-OpenPGP - dev-lang/perl" - -src_test() { - use test && export TEST_SIGNATURE="1" - perl-module_src_test -} diff --git a/dev-perl/Module-Signature/Module-Signature-0.64.ebuild b/dev-perl/Module-Signature/Module-Signature-0.64.ebuild deleted file mode 100644 index c7caea8876e6..000000000000 --- a/dev-perl/Module-Signature/Module-Signature-0.64.ebuild +++ /dev/null @@ -1,44 +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/Module-Signature/Module-Signature-0.64.ebuild,v 1.1 2010/05/09 11:47:25 tove Exp $ - -EAPI=3 - -MODULE_AUTHOR=FLORA -inherit perl-module - -DESCRIPTION="Module signature file manipulation " - -LICENSE="CC0-1.0-Universal" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -DEPEND="virtual/perl-MIME-Base64 - dev-perl/PAR-Dist - virtual/perl-IO-Compress - dev-perl/crypt-cbc - dev-perl/Crypt-DES - dev-perl/Crypt-Blowfish - dev-perl/Crypt-RIPEMD160 - dev-perl/class-loader - dev-perl/tie-encryptedhash - dev-perl/convert-ascii-armour - dev-perl/data-buffer - dev-perl/digest-md2 - >=dev-perl/math-pari-2.010603 - dev-perl/crypt-random - dev-perl/crypt-primes - dev-perl/crypt-des-ede3 - dev-perl/crypt-dsa - dev-perl/crypt-rsa - dev-perl/Convert-ASN1 - dev-perl/convert-pem - dev-perl/Crypt-OpenPGP" - -SRC_TEST="do" - -src_test() { - use test && export TEST_SIGNATURE="1" - perl-module_src_test -} diff --git a/dev-perl/Module-Signature/Module-Signature-0.65.ebuild b/dev-perl/Module-Signature/Module-Signature-0.65.ebuild deleted file mode 100644 index dda449c8ea39..000000000000 --- a/dev-perl/Module-Signature/Module-Signature-0.65.ebuild +++ /dev/null @@ -1,44 +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/Module-Signature/Module-Signature-0.65.ebuild,v 1.1 2010/09/04 07:33:16 tove Exp $ - -EAPI=3 - -MODULE_AUTHOR=FLORA -inherit perl-module - -DESCRIPTION="Module signature file manipulation " - -LICENSE="CC0-1.0-Universal" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -DEPEND="virtual/perl-MIME-Base64 - dev-perl/PAR-Dist - virtual/perl-IO-Compress - dev-perl/crypt-cbc - dev-perl/Crypt-DES - dev-perl/Crypt-Blowfish - dev-perl/Crypt-RIPEMD160 - dev-perl/class-loader - dev-perl/tie-encryptedhash - dev-perl/convert-ascii-armour - dev-perl/data-buffer - dev-perl/digest-md2 - >=dev-perl/math-pari-2.010603 - dev-perl/crypt-random - dev-perl/crypt-primes - dev-perl/crypt-des-ede3 - dev-perl/crypt-dsa - dev-perl/crypt-rsa - dev-perl/Convert-ASN1 - dev-perl/convert-pem - dev-perl/Crypt-OpenPGP" - -SRC_TEST="do" - -src_test() { - use test && export TEST_SIGNATURE="1" - perl-module_src_test -} diff --git a/dev-perl/Moose/ChangeLog b/dev-perl/Moose/ChangeLog index 348d12ac1506..22acbd1a89c5 100644 --- a/dev-perl/Moose/ChangeLog +++ b/dev-perl/Moose/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for dev-perl/Moose # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Moose/ChangeLog,v 1.67 2011/01/13 20:58:18 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Moose/ChangeLog,v 1.68 2011/01/14 17:01:00 tove Exp $ + + 14 Jan 2011; Torsten Veller <tove@gentoo.org> -Moose-1.15.ebuild, + -Moose-1.17.ebuild, -Moose-1.20.ebuild: + Cleanup + + 14 Jan 2011; Torsten Veller <tove@gentoo.org> -Moose-1.15.ebuild, + -Moose-1.17.ebuild, -Moose-1.20.ebuild: + Cleanup 13 Jan 2011; Brent Baude <ranger@gentoo.org> Moose-1.19.ebuild: Marking Moose-1.19 ~ppc for bug 343479 diff --git a/dev-perl/Moose/Moose-1.15.ebuild b/dev-perl/Moose/Moose-1.15.ebuild deleted file mode 100644 index e8e8844ff1a6..000000000000 --- a/dev-perl/Moose/Moose-1.15.ebuild +++ /dev/null @@ -1,38 +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/Moose/Moose-1.15.ebuild,v 1.2 2010/10/20 07:56:30 tove Exp $ - -EAPI=3 - -MODULE_AUTHOR=DROLSKY -#MODULE_AUTHOR=FLORA -inherit perl-module - -DESCRIPTION="A postmodern object system for Perl 5" - -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="test" - -RDEPEND="dev-perl/Data-OptList - >=virtual/perl-Scalar-List-Utils-1.19 - >=dev-perl/Class-MOP-1.09 - >=dev-perl/List-MoreUtils-0.12 - >=dev-perl/Package-DeprecationManager-0.04 - dev-perl/Params-Util - >=dev-perl/Sub-Exporter-0.980 - dev-perl/Sub-Name - dev-perl/Try-Tiny - dev-perl/Devel-GlobalDestruction" -DEPEND="${RDEPEND} - test? ( >=virtual/perl-Test-Simple-0.88 - >=dev-perl/Test-Exception-0.27 - dev-perl/Test-LongString - >=dev-perl/Test-Output-0.09 - >=dev-perl/Test-Requires-0.05 - >=dev-perl/Test-Warn-0.11 - dev-perl/Test-Deep - dev-perl/Module-Refresh - )" - -SRC_TEST=do diff --git a/dev-perl/Moose/Moose-1.17.ebuild b/dev-perl/Moose/Moose-1.17.ebuild deleted file mode 100644 index 011d07bd9899..000000000000 --- a/dev-perl/Moose/Moose-1.17.ebuild +++ /dev/null @@ -1,38 +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/Moose/Moose-1.17.ebuild,v 1.1 2010/10/20 16:43:07 tove Exp $ - -EAPI=3 - -MODULE_AUTHOR=DROLSKY -#MODULE_AUTHOR=FLORA -inherit perl-module - -DESCRIPTION="A postmodern object system for Perl 5" - -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="test" - -RDEPEND="dev-perl/Data-OptList - >=virtual/perl-Scalar-List-Utils-1.19 - >=dev-perl/Class-MOP-1.10 - >=dev-perl/List-MoreUtils-0.12 - >=dev-perl/Package-DeprecationManager-0.07 - >=dev-perl/Params-Util-1.00 - >=dev-perl/Sub-Exporter-0.980 - dev-perl/Sub-Name - dev-perl/Try-Tiny - dev-perl/Devel-GlobalDestruction" -DEPEND="${RDEPEND} - test? ( >=virtual/perl-Test-Simple-0.88 - >=dev-perl/Test-Exception-0.27 - dev-perl/Test-LongString - >=dev-perl/Test-Output-0.09 - >=dev-perl/Test-Requires-0.05 - >=dev-perl/Test-Warn-0.11 - dev-perl/Test-Deep - dev-perl/Module-Refresh - )" - -SRC_TEST=do diff --git a/dev-perl/Moose/Moose-1.20.ebuild b/dev-perl/Moose/Moose-1.20.ebuild deleted file mode 100644 index d5199ccb46da..000000000000 --- a/dev-perl/Moose/Moose-1.20.ebuild +++ /dev/null @@ -1,38 +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/Moose/Moose-1.20.ebuild,v 1.1 2010/11/22 16:49:08 tove Exp $ - -EAPI=3 - -MODULE_AUTHOR=DROLSKY -#MODULE_AUTHOR=FLORA -inherit perl-module - -DESCRIPTION="A postmodern object system for Perl 5" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND="dev-perl/Data-OptList - >=virtual/perl-Scalar-List-Utils-1.19 - >=dev-perl/Class-MOP-1.11 - >=dev-perl/List-MoreUtils-0.12 - >=dev-perl/Package-DeprecationManager-0.10 - >=dev-perl/Params-Util-1.00 - >=dev-perl/Sub-Exporter-0.980 - dev-perl/Sub-Name - dev-perl/Try-Tiny - dev-perl/Devel-GlobalDestruction" -DEPEND="${RDEPEND} - test? ( >=virtual/perl-Test-Simple-0.88 - dev-perl/Test-Fatal - dev-perl/Test-LongString - >=dev-perl/Test-Output-0.09 - >=dev-perl/Test-Requires-0.05 - >=dev-perl/Test-Warn-0.11 - dev-perl/Test-Deep - dev-perl/Module-Refresh - )" - -SRC_TEST=do diff --git a/dev-perl/MooseX-ClassAttribute/ChangeLog b/dev-perl/MooseX-ClassAttribute/ChangeLog index 132a43ff620f..f1306562a8b6 100644 --- a/dev-perl/MooseX-ClassAttribute/ChangeLog +++ b/dev-perl/MooseX-ClassAttribute/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/MooseX-ClassAttribute -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/MooseX-ClassAttribute/ChangeLog,v 1.12 2010/10/31 09:32:51 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MooseX-ClassAttribute/ChangeLog,v 1.13 2011/01/14 16:59:44 tove Exp $ + + 14 Jan 2011; Torsten Veller <tove@gentoo.org> + -MooseX-ClassAttribute-0.16.ebuild, -MooseX-ClassAttribute-0.20.ebuild: + Cleanup *MooseX-ClassAttribute-0.21 (31 Oct 2010) diff --git a/dev-perl/MooseX-ClassAttribute/MooseX-ClassAttribute-0.16.ebuild b/dev-perl/MooseX-ClassAttribute/MooseX-ClassAttribute-0.16.ebuild deleted file mode 100644 index 5a6dbc691a5a..000000000000 --- a/dev-perl/MooseX-ClassAttribute/MooseX-ClassAttribute-0.16.ebuild +++ /dev/null @@ -1,23 +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/MooseX-ClassAttribute/MooseX-ClassAttribute-0.16.ebuild,v 1.1 2010/07/16 07:10:12 tove Exp $ - -EAPI=3 - -MODULE_AUTHOR=DROLSKY -inherit perl-module - -DESCRIPTION="Declare class attributes Moose-style" - -LICENSE="Artistic-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND=">=dev-perl/Moose-0.98 - dev-perl/namespace-autoclean" -DEPEND="${RDEPEND} - >=virtual/perl-ExtUtils-MakeMaker-6.31 - test? ( >=virtual/perl-Test-Simple-0.88 )" - -SRC_TEST=do diff --git a/dev-perl/MooseX-ClassAttribute/MooseX-ClassAttribute-0.20.ebuild b/dev-perl/MooseX-ClassAttribute/MooseX-ClassAttribute-0.20.ebuild deleted file mode 100644 index 5214ce2a21d4..000000000000 --- a/dev-perl/MooseX-ClassAttribute/MooseX-ClassAttribute-0.20.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/MooseX-ClassAttribute/MooseX-ClassAttribute-0.20.ebuild,v 1.1 2010/10/09 07:40:35 tove Exp $ - -EAPI=3 - -MODULE_AUTHOR=DROLSKY -inherit perl-module - -DESCRIPTION="Declare class attributes Moose-style" - -LICENSE="Artistic-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND=">=dev-perl/Moose-1.15 - dev-perl/namespace-autoclean" -DEPEND="${RDEPEND} - >=virtual/perl-ExtUtils-MakeMaker-6.31 - test? ( >=virtual/perl-Test-Simple-0.88 - >=dev-perl/Test-Requires-0.05 )" - -SRC_TEST=do diff --git a/dev-perl/MooseX-Getopt/ChangeLog b/dev-perl/MooseX-Getopt/ChangeLog index 5d5bc44a250f..3df235d1a890 100644 --- a/dev-perl/MooseX-Getopt/ChangeLog +++ b/dev-perl/MooseX-Getopt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/MooseX-Getopt -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/MooseX-Getopt/ChangeLog,v 1.19 2010/08/27 12:17:23 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MooseX-Getopt/ChangeLog,v 1.20 2011/01/14 16:59:19 tove Exp $ + + 14 Jan 2011; Torsten Veller <tove@gentoo.org> -MooseX-Getopt-0.31.ebuild: + Cleanup *MooseX-Getopt-0.33 (27 Aug 2010) diff --git a/dev-perl/MooseX-Getopt/MooseX-Getopt-0.31.ebuild b/dev-perl/MooseX-Getopt/MooseX-Getopt-0.31.ebuild deleted file mode 100644 index 4a0945ddd97e..000000000000 --- a/dev-perl/MooseX-Getopt/MooseX-Getopt-0.31.ebuild +++ /dev/null @@ -1,25 +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/MooseX-Getopt/MooseX-Getopt-0.31.ebuild,v 1.1 2010/07/16 07:03:35 tove Exp $ - -EAPI=3 - -MODULE_AUTHOR=BOBTFISH -inherit perl-module - -DESCRIPTION="A Moose role for processing command line options" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND=">=dev-perl/Moose-0.56 - >=dev-perl/Getopt-Long-Descriptive-0.081 - >=virtual/perl-Getopt-Long-2.37" -DEPEND="${RDEPEND} - >=virtual/perl-ExtUtils-MakeMaker-6.31 - test? ( >=dev-perl/Test-Exception-0.21 - >=virtual/perl-Test-Simple-0.62 - >=dev-perl/Test-Warn-0.21 )" - -SRC_TEST=do diff --git a/dev-perl/MooseX-GlobRef/ChangeLog b/dev-perl/MooseX-GlobRef/ChangeLog index caebf49618f4..d3e32a71d79e 100644 --- a/dev-perl/MooseX-GlobRef/ChangeLog +++ b/dev-perl/MooseX-GlobRef/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/MooseX-GlobRef -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/MooseX-GlobRef/ChangeLog,v 1.4 2010/09/24 17:41:11 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MooseX-GlobRef/ChangeLog,v 1.5 2011/01/14 16:58:53 tove Exp $ + + 14 Jan 2011; Torsten Veller <tove@gentoo.org> -MooseX-GlobRef-0.07.ebuild: + Cleanup *MooseX-GlobRef-0.0701 (24 Sep 2010) diff --git a/dev-perl/MooseX-GlobRef/MooseX-GlobRef-0.07.ebuild b/dev-perl/MooseX-GlobRef/MooseX-GlobRef-0.07.ebuild deleted file mode 100644 index 54047cbce584..000000000000 --- a/dev-perl/MooseX-GlobRef/MooseX-GlobRef-0.07.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/MooseX-GlobRef/MooseX-GlobRef-0.07.ebuild,v 1.3 2010/02/03 17:37:51 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR="DEXTER" -inherit perl-module - -DESCRIPTION="Store a Moose object in glob reference" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="dev-perl/Moose" -DEPEND="${RDEPEND} - virtual/perl-Module-Build" -# test? ( >=dev-perl/Test-Unit-Lite-0.12 -# dev-perl/Test-Assert -# virtual/perl-parent )" diff --git a/dev-perl/MooseX-StrictConstructor/ChangeLog b/dev-perl/MooseX-StrictConstructor/ChangeLog index 2ee3abf45c3a..a0b90f7587eb 100644 --- a/dev-perl/MooseX-StrictConstructor/ChangeLog +++ b/dev-perl/MooseX-StrictConstructor/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/MooseX-StrictConstructor -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/MooseX-StrictConstructor/ChangeLog,v 1.9 2010/10/31 09:26:08 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MooseX-StrictConstructor/ChangeLog,v 1.10 2011/01/14 16:58:16 tove Exp $ + + 14 Jan 2011; Torsten Veller <tove@gentoo.org> + -MooseX-StrictConstructor-0.10.ebuild, -MooseX-StrictConstructor-0.11.ebuild: + Cleanup *MooseX-StrictConstructor-0.12 (31 Oct 2010) diff --git a/dev-perl/MooseX-StrictConstructor/MooseX-StrictConstructor-0.10.ebuild b/dev-perl/MooseX-StrictConstructor/MooseX-StrictConstructor-0.10.ebuild deleted file mode 100644 index 6a461941d8ac..000000000000 --- a/dev-perl/MooseX-StrictConstructor/MooseX-StrictConstructor-0.10.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/MooseX-StrictConstructor/MooseX-StrictConstructor-0.10.ebuild,v 1.1 2010/07/22 16:58:19 tove Exp $ - -EAPI=3 - -MODULE_AUTHOR=DROLSKY -inherit perl-module - -DESCRIPTION="Make your object constructors blow up on unknown attributes" - -LICENSE="Artistic-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-perl/Moose-0.94" -DEPEND="${RDEPEND} - >=virtual/perl-ExtUtils-MakeMaker-6.31" - -SRC_TEST=do diff --git a/dev-perl/MooseX-StrictConstructor/MooseX-StrictConstructor-0.11.ebuild b/dev-perl/MooseX-StrictConstructor/MooseX-StrictConstructor-0.11.ebuild deleted file mode 100644 index f91959f2afc6..000000000000 --- a/dev-perl/MooseX-StrictConstructor/MooseX-StrictConstructor-0.11.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/MooseX-StrictConstructor/MooseX-StrictConstructor-0.11.ebuild,v 1.1 2010/09/10 08:33:00 tove Exp $ - -EAPI=3 - -MODULE_AUTHOR=DROLSKY -inherit perl-module - -DESCRIPTION="Make your object constructors blow up on unknown attributes" - -LICENSE="Artistic-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND=">=dev-perl/Moose-0.94" -DEPEND="${RDEPEND} - >=virtual/perl-ExtUtils-MakeMaker-6.31 - test? ( dev-perl/Test-Exception )" - -SRC_TEST=do diff --git a/dev-perl/MooseX-Types/ChangeLog b/dev-perl/MooseX-Types/ChangeLog index fbf0485a5103..3bb376fc27e2 100644 --- a/dev-perl/MooseX-Types/ChangeLog +++ b/dev-perl/MooseX-Types/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/MooseX-Types # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/MooseX-Types/ChangeLog,v 1.19 2011/01/12 18:07:00 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MooseX-Types/ChangeLog,v 1.20 2011/01/14 16:57:46 tove Exp $ + + 14 Jan 2011; Torsten Veller <tove@gentoo.org> -MooseX-Types-0.23.ebuild, + -MooseX-Types-0.24.ebuild: + Cleanup *MooseX-Types-0.250 (12 Jan 2011) diff --git a/dev-perl/MooseX-Types/MooseX-Types-0.23.ebuild b/dev-perl/MooseX-Types/MooseX-Types-0.23.ebuild deleted file mode 100644 index f182ef45af39..000000000000 --- a/dev-perl/MooseX-Types/MooseX-Types-0.23.ebuild +++ /dev/null @@ -1,25 +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/MooseX-Types/MooseX-Types-0.23.ebuild,v 1.1 2010/07/22 16:55:31 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=FLORA -#MODULE_AUTHOR=JJNAPIORK -inherit perl-module - -DESCRIPTION="Organise your Moose types in libraries" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND=">=dev-perl/Moose-1.06 - dev-perl/Sub-Name - >=dev-perl/Carp-Clan-6.00 - >=dev-perl/Sub-Install-0.924 - >=dev-perl/namespace-clean-0.08" -DEPEND="${RDEPEND} - test? ( dev-perl/Test-Exception )" - -SRC_TEST=do diff --git a/dev-perl/MooseX-Types/MooseX-Types-0.24.ebuild b/dev-perl/MooseX-Types/MooseX-Types-0.24.ebuild deleted file mode 100644 index 8061300dcc73..000000000000 --- a/dev-perl/MooseX-Types/MooseX-Types-0.24.ebuild +++ /dev/null @@ -1,25 +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/MooseX-Types/MooseX-Types-0.24.ebuild,v 1.1 2010/09/12 07:00:17 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=FLORA -#MODULE_AUTHOR=JJNAPIORK -inherit perl-module - -DESCRIPTION="Organise your Moose types in libraries" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND=">=dev-perl/Moose-1.06 - dev-perl/Sub-Name - >=dev-perl/Carp-Clan-6.00 - >=dev-perl/Sub-Install-0.924 - >=dev-perl/namespace-clean-0.08" -DEPEND="${RDEPEND} - test? ( dev-perl/Test-Exception )" - -SRC_TEST=do diff --git a/dev-perl/Mouse/ChangeLog b/dev-perl/Mouse/ChangeLog index 7ebcce47b769..9ef060ebadfc 100644 --- a/dev-perl/Mouse/ChangeLog +++ b/dev-perl/Mouse/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Mouse # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mouse/ChangeLog,v 1.22 2011/01/12 18:03:19 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mouse/ChangeLog,v 1.23 2011/01/14 16:57:06 tove Exp $ + + 14 Jan 2011; Torsten Veller <tove@gentoo.org> -Mouse-0.64.ebuild, + -Mouse-0.67.ebuild, -Mouse-0.68.ebuild, -Mouse-0.70.ebuild, + -Mouse-0.80.ebuild, -Mouse-0.81.ebuild, -Mouse-0.82.ebuild, + -Mouse-0.87.ebuild: + Cleanup *Mouse-0.880 (12 Jan 2011) diff --git a/dev-perl/Mouse/Mouse-0.64.ebuild b/dev-perl/Mouse/Mouse-0.64.ebuild deleted file mode 100644 index 6522e107da25..000000000000 --- a/dev-perl/Mouse/Mouse-0.64.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/Mouse/Mouse-0.64.ebuild,v 1.2 2010/11/28 16:03:51 armin76 Exp $ - -EAPI=3 - -MODULE_AUTHOR=GFUJI -inherit eutils perl-module - -DESCRIPTION="Moose minus the antlers" -SRC_URI+=" mirror://gentoo/Mouse-0.64-ppport.h.bz2" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~sparc ~x86" -IUSE="test" - -RDEPEND="virtual/perl-XSLoader" -DEPEND=">=virtual/perl-ExtUtils-ParseXS-2.21 - test? ( dev-perl/Sub-Uplevel - >=dev-perl/Test-Exception-0.29 - >=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/Mouse/Mouse-0.67.ebuild b/dev-perl/Mouse/Mouse-0.67.ebuild deleted file mode 100644 index eae4d0197e5c..000000000000 --- a/dev-perl/Mouse/Mouse-0.67.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/Mouse/Mouse-0.67.ebuild,v 1.2 2010/11/28 16:03:51 armin76 Exp $ - -EAPI=3 - -MODULE_AUTHOR=GFUJI -inherit eutils perl-module - -DESCRIPTION="Moose minus the antlers" -SRC_URI+=" mirror://gentoo/Mouse-0.64-ppport.h.bz2" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~sparc ~x86" -IUSE="test" - -RDEPEND="virtual/perl-XSLoader" -DEPEND=">=virtual/perl-ExtUtils-ParseXS-2.21 - test? ( dev-perl/Sub-Uplevel - >=dev-perl/Test-Exception-0.29 - >=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/Mouse/Mouse-0.68.ebuild b/dev-perl/Mouse/Mouse-0.68.ebuild deleted file mode 100644 index 6dec96ba78a6..000000000000 --- a/dev-perl/Mouse/Mouse-0.68.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/Mouse/Mouse-0.68.ebuild,v 1.2 2010/11/28 16:03:51 armin76 Exp $ - -EAPI=3 - -MODULE_AUTHOR=GFUJI -inherit eutils perl-module - -DESCRIPTION="Moose minus the antlers" -SRC_URI+=" mirror://gentoo/Mouse-0.64-ppport.h.bz2" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~sparc ~x86" -IUSE="test" - -RDEPEND="virtual/perl-XSLoader" -DEPEND=">=virtual/perl-ExtUtils-ParseXS-2.21 - test? ( dev-perl/Sub-Uplevel - >=dev-perl/Test-Exception-0.29 - >=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/Mouse/Mouse-0.70.ebuild b/dev-perl/Mouse/Mouse-0.70.ebuild deleted file mode 100644 index c82a877f10a8..000000000000 --- a/dev-perl/Mouse/Mouse-0.70.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/Mouse/Mouse-0.70.ebuild,v 1.2 2010/11/28 16:03:51 armin76 Exp $ - -EAPI=3 - -MODULE_AUTHOR=GFUJI -inherit eutils perl-module - -DESCRIPTION="Moose minus the antlers" -SRC_URI+=" mirror://gentoo/Mouse-0.64-ppport.h.bz2" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~sparc ~x86" -IUSE="test" - -RDEPEND="virtual/perl-XSLoader" -DEPEND=">=virtual/perl-ExtUtils-ParseXS-2.21 - test? ( dev-perl/Sub-Uplevel - >=dev-perl/Test-Exception-0.29 - >=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/Mouse/Mouse-0.80.ebuild b/dev-perl/Mouse/Mouse-0.80.ebuild deleted file mode 100644 index 34cccc3434b1..000000000000 --- a/dev-perl/Mouse/Mouse-0.80.ebuild +++ /dev/null @@ -1,28 +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/Mouse/Mouse-0.80.ebuild,v 1.3 2010/11/28 16:03:51 armin76 Exp $ - -EAPI=3 - -MODULE_AUTHOR=GFUJI -inherit eutils perl-module - -DESCRIPTION="Moose minus the antlers" -SRC_URI+=" mirror://gentoo/Mouse-0.64-ppport.h.bz2" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~sparc ~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/Mouse/Mouse-0.81.ebuild b/dev-perl/Mouse/Mouse-0.81.ebuild deleted file mode 100644 index 84decafd7464..000000000000 --- a/dev-perl/Mouse/Mouse-0.81.ebuild +++ /dev/null @@ -1,28 +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/Mouse/Mouse-0.81.ebuild,v 1.2 2010/11/28 16:03:51 armin76 Exp $ - -EAPI=3 - -MODULE_AUTHOR=GFUJI -inherit eutils perl-module - -DESCRIPTION="Moose minus the antlers" -SRC_URI+=" mirror://gentoo/Mouse-0.64-ppport.h.bz2" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~sparc ~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/Mouse/Mouse-0.82.ebuild b/dev-perl/Mouse/Mouse-0.82.ebuild deleted file mode 100644 index fd20d4498d69..000000000000 --- a/dev-perl/Mouse/Mouse-0.82.ebuild +++ /dev/null @@ -1,28 +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/Mouse/Mouse-0.82.ebuild,v 1.2 2010/11/28 16:03:51 armin76 Exp $ - -EAPI=3 - -MODULE_AUTHOR=GFUJI -inherit eutils perl-module - -DESCRIPTION="Moose minus the antlers" -SRC_URI+=" mirror://gentoo/Mouse-0.64-ppport.h.bz2" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~sparc ~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/Mouse/Mouse-0.87.ebuild b/dev-perl/Mouse/Mouse-0.87.ebuild deleted file mode 100644 index 5a26a1d7a06c..000000000000 --- a/dev-perl/Mouse/Mouse-0.87.ebuild +++ /dev/null @@ -1,28 +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/Mouse/Mouse-0.87.ebuild,v 1.3 2010/11/28 16:03:51 armin76 Exp $ - -EAPI=3 - -MODULE_AUTHOR=GFUJI -inherit eutils perl-module - -DESCRIPTION="Moose minus the antlers" -SRC_URI+=" mirror://gentoo/Mouse-0.64-ppport.h.bz2" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~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-CIDR/ChangeLog b/dev-perl/Net-CIDR/ChangeLog index 40961d2da89a..888727173474 100644 --- a/dev-perl/Net-CIDR/ChangeLog +++ b/dev-perl/Net-CIDR/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Net-CIDR # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-CIDR/ChangeLog,v 1.30 2011/01/13 17:00:05 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-CIDR/ChangeLog,v 1.31 2011/01/14 16:56:06 tove Exp $ + + 14 Jan 2011; Torsten Veller <tove@gentoo.org> -Net-CIDR-0.11.ebuild, + -Net-CIDR-0.13.ebuild: + Cleanup 13 Jan 2011; Brent Baude <ranger@gentoo.org> Net-CIDR-0.14.ebuild: Marking Net-CIDR-0.14 ppc stable for bug 341865 diff --git a/dev-perl/Net-CIDR/Net-CIDR-0.11.ebuild b/dev-perl/Net-CIDR/Net-CIDR-0.11.ebuild deleted file mode 100644 index d82a00f35f53..000000000000 --- a/dev-perl/Net-CIDR/Net-CIDR-0.11.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/Net-CIDR/Net-CIDR-0.11.ebuild,v 1.11 2010/01/05 03:27:09 josejx Exp $ - -inherit perl-module - -DESCRIPTION="Manipulate netblock lists in CIDR notation" -SRC_URI="mirror://cpan/authors/id/M/MR/MRSAM/${P}.tar.gz" -HOMEPAGE="http://search.cpan.org/~mrsam/" - -SLOT="0" -LICENSE="Artistic" -KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86" -IUSE="" - -DEPEND="dev-lang/perl" diff --git a/dev-perl/Net-CIDR/Net-CIDR-0.13.ebuild b/dev-perl/Net-CIDR/Net-CIDR-0.13.ebuild deleted file mode 100644 index cb9d699bc1b4..000000000000 --- a/dev-perl/Net-CIDR/Net-CIDR-0.13.ebuild +++ /dev/null @@ -1,14 +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/Net-CIDR/Net-CIDR-0.13.ebuild,v 1.4 2010/02/18 20:31:45 darkside Exp $ - -EAPI=2 - -MODULE_AUTHOR=MRSAM -inherit perl-module - -DESCRIPTION="Manipulate netblock lists in CIDR notation" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~sparc ~x86" -IUSE="" diff --git a/dev-perl/Net-DNS/ChangeLog b/dev-perl/Net-DNS/ChangeLog index 40e48783512d..97289880151e 100644 --- a/dev-perl/Net-DNS/ChangeLog +++ b/dev-perl/Net-DNS/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Net-DNS # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-DNS/ChangeLog,v 1.155 2011/01/13 17:00:37 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-DNS/ChangeLog,v 1.156 2011/01/14 16:55:21 tove Exp $ + + 14 Jan 2011; Torsten Veller <tove@gentoo.org> -Net-DNS-0.65.ebuild, + -Net-DNS-0.66.ebuild: + Cleanup 13 Jan 2011; Brent Baude <ranger@gentoo.org> Net-DNS-0.66-r1.ebuild: Marking Net-DNS-0.66-r1 ppc stable for bug 341865 diff --git a/dev-perl/Net-DNS/Net-DNS-0.65.ebuild b/dev-perl/Net-DNS/Net-DNS-0.65.ebuild deleted file mode 100644 index 31a8a9393257..000000000000 --- a/dev-perl/Net-DNS/Net-DNS-0.65.ebuild +++ /dev/null @@ -1,38 +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/Net-DNS/Net-DNS-0.65.ebuild,v 1.7 2009/09/27 14:36:46 ranger Exp $ - -EAPI=2 - -MODULE_AUTHOR=OLAF -inherit perl-module - -DESCRIPTION="Perl Net::DNS - Perl DNS Resolver Module" - -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86" -IUSE="ipv6 test" - -RDEPEND="virtual/perl-Digest-MD5 - dev-perl/Digest-HMAC - dev-perl/Net-IP - ipv6? ( dev-perl/IO-Socket-INET6 ) - virtual/perl-MIME-Base64 - dev-lang/perl" -DEPEND="${RDEPEND} - test? ( virtual/perl-Test-Simple - dev-perl/Test-Pod )" - -SRC_TEST="do" - -src_prepare() { - perl-module_src_prepare - mydoc="TODO" - if use ipv6 ; then - myconf="--IPv6-tests" - else - myconf="--no-IPv6-tests" - fi - myconf="${myconf} --no-online-tests" -} diff --git a/dev-perl/Net-DNS/Net-DNS-0.66.ebuild b/dev-perl/Net-DNS/Net-DNS-0.66.ebuild deleted file mode 100644 index d0b2eddcdd96..000000000000 --- a/dev-perl/Net-DNS/Net-DNS-0.66.ebuild +++ /dev/null @@ -1,38 +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/Net-DNS/Net-DNS-0.66.ebuild,v 1.5 2010/02/13 19:29:29 armin76 Exp $ - -EAPI=2 - -MODULE_AUTHOR=OLAF -inherit perl-module - -DESCRIPTION="Perl Net::DNS - Perl DNS Resolver Module" - -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="ipv6 test" - -RDEPEND="virtual/perl-Digest-MD5 - dev-perl/Digest-HMAC - virtual/perl-Digest-SHA - dev-perl/Net-IP - ipv6? ( dev-perl/IO-Socket-INET6 ) - virtual/perl-MIME-Base64" -DEPEND="${RDEPEND} - test? ( virtual/perl-Test-Simple - dev-perl/Test-Pod )" - -SRC_TEST="do" - -src_prepare() { - perl-module_src_prepare - mydoc="TODO" - if use ipv6 ; then - myconf="--IPv6-tests" - else - myconf="--no-IPv6-tests" - fi - myconf="${myconf} --no-online-tests" -} diff --git a/dev-perl/Net-Ident/ChangeLog b/dev-perl/Net-Ident/ChangeLog index 33c0fc33c444..e0f35dc84f70 100644 --- a/dev-perl/Net-Ident/ChangeLog +++ b/dev-perl/Net-Ident/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Net-Ident # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Ident/ChangeLog,v 1.25 2011/01/13 17:01:05 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Ident/ChangeLog,v 1.26 2011/01/14 16:54:37 tove Exp $ + + 14 Jan 2011; Torsten Veller <tove@gentoo.org> -Net-Ident-1.20.ebuild, + -Net-Ident-1.22.ebuild: + Cleanup 13 Jan 2011; Brent Baude <ranger@gentoo.org> Net-Ident-1.23.ebuild: Marking Net-Ident-1.23 ppc stable for bug 341865 diff --git a/dev-perl/Net-Ident/Net-Ident-1.20.ebuild b/dev-perl/Net-Ident/Net-Ident-1.20.ebuild deleted file mode 100644 index cd04e63dc88e..000000000000 --- a/dev-perl/Net-Ident/Net-Ident-1.20.ebuild +++ /dev/null @@ -1,14 +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/Net-Ident/Net-Ident-1.20.ebuild,v 1.18 2010/02/04 20:59:01 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=JPC -inherit perl-module - -DESCRIPTION="lookup the username on the remote end of a TCP/IP connection" - -SLOT="0" -KEYWORDS="amd64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" -IUSE="" diff --git a/dev-perl/Net-Ident/Net-Ident-1.22.ebuild b/dev-perl/Net-Ident/Net-Ident-1.22.ebuild deleted file mode 100644 index ff6771920b3e..000000000000 --- a/dev-perl/Net-Ident/Net-Ident-1.22.ebuild +++ /dev/null @@ -1,14 +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/Net-Ident/Net-Ident-1.22.ebuild,v 1.1 2010/06/12 12:09:52 tove Exp $ - -EAPI=3 - -MODULE_AUTHOR=TODDR -inherit perl-module - -DESCRIPTION="lookup the username on the remote end of a TCP/IP connection" - -SLOT="0" -KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" -IUSE="" diff --git a/dev-perl/Net-Twitter/ChangeLog b/dev-perl/Net-Twitter/ChangeLog index eb354688e451..c5d6ed627972 100644 --- a/dev-perl/Net-Twitter/ChangeLog +++ b/dev-perl/Net-Twitter/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Net-Twitter # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Twitter/ChangeLog,v 1.26 2011/01/12 17:54:16 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Twitter/ChangeLog,v 1.27 2011/01/14 16:53:41 tove Exp $ + + 14 Jan 2011; Torsten Veller <tove@gentoo.org> -Net-Twitter-3.13009.ebuild, + -Net-Twitter-3.14001.ebuild: + Cleanup *Net-Twitter-3.140.20 (12 Jan 2011) diff --git a/dev-perl/Net-Twitter/Net-Twitter-3.13009.ebuild b/dev-perl/Net-Twitter/Net-Twitter-3.13009.ebuild deleted file mode 100644 index f619a9f40193..000000000000 --- a/dev-perl/Net-Twitter/Net-Twitter-3.13009.ebuild +++ /dev/null @@ -1,35 +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/Net-Twitter/Net-Twitter-3.13009.ebuild,v 1.1 2010/09/18 19:09:41 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=MMIMS -inherit perl-module - -DESCRIPTION="A perl interface to the Twitter API" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-perl/Moose-0.94 - dev-perl/Data-Visitor - >=dev-perl/DateTime-0.51 - dev-perl/DateTime-Format-Strptime - dev-perl/Devel-StackTrace - virtual/perl-Digest-SHA - dev-perl/HTML-Parser - dev-perl/libwww-perl - dev-perl/JSON-Any - dev-perl/JSON-XS - virtual/perl-Scalar-List-Utils - >=dev-perl/Try-Tiny-0.03 - dev-perl/MooseX-MultiInitArg - >=dev-perl/Net-OAuth-0.25 - dev-perl/namespace-autoclean - >=dev-perl/URI-1.40" -DEPEND="${RDEPEND}" - -# online test -SRC_TEST=skip diff --git a/dev-perl/Net-Twitter/Net-Twitter-3.14001.ebuild b/dev-perl/Net-Twitter/Net-Twitter-3.14001.ebuild deleted file mode 100644 index c39b263e5950..000000000000 --- a/dev-perl/Net-Twitter/Net-Twitter-3.14001.ebuild +++ /dev/null @@ -1,36 +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/Net-Twitter/Net-Twitter-3.14001.ebuild,v 1.1 2010/10/20 16:33:50 tove Exp $ - -EAPI=3 - -MODULE_AUTHOR=MMIMS -inherit perl-module - -DESCRIPTION="A perl interface to the Twitter API" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-perl/Moose-0.94 - dev-perl/Crypt-SSLeay - dev-perl/Data-Visitor - >=dev-perl/DateTime-0.51 - dev-perl/DateTime-Format-Strptime - dev-perl/Devel-StackTrace - virtual/perl-Digest-SHA - dev-perl/HTML-Parser - dev-perl/libwww-perl - dev-perl/JSON-Any - dev-perl/JSON-XS - virtual/perl-Scalar-List-Utils - >=dev-perl/Try-Tiny-0.03 - dev-perl/MooseX-MultiInitArg - >=dev-perl/Net-OAuth-0.25 - dev-perl/namespace-autoclean - >=dev-perl/URI-1.40" -DEPEND="${RDEPEND}" - -# online test -SRC_TEST=skip diff --git a/dev-perl/Net-Z3950-ZOOM/ChangeLog b/dev-perl/Net-Z3950-ZOOM/ChangeLog index 1e850152c8d8..eecbeee63aee 100644 --- a/dev-perl/Net-Z3950-ZOOM/ChangeLog +++ b/dev-perl/Net-Z3950-ZOOM/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Net-Z3950-ZOOM -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Z3950-ZOOM/ChangeLog,v 1.7 2010/10/29 02:06:06 robbat2 Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Z3950-ZOOM/ChangeLog,v 1.8 2011/01/14 16:52:20 tove Exp $ + + 14 Jan 2011; Torsten Veller <tove@gentoo.org> -Net-Z3950-ZOOM-1.26.ebuild: + Cleanup *Net-Z3950-ZOOM-1.28 (29 Oct 2010) diff --git a/dev-perl/Net-Z3950-ZOOM/Net-Z3950-ZOOM-1.26.ebuild b/dev-perl/Net-Z3950-ZOOM/Net-Z3950-ZOOM-1.26.ebuild deleted file mode 100644 index 8f35cd31343b..000000000000 --- a/dev-perl/Net-Z3950-ZOOM/Net-Z3950-ZOOM-1.26.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/Net-Z3950-ZOOM/Net-Z3950-ZOOM-1.26.ebuild,v 1.1 2010/06/09 05:56:39 tove Exp $ - -EAPI=3 - -MODULE_AUTHOR="MIRK" -inherit perl-module - -DESCRIPTION="Perl extension for invoking the ZOOM-C API" - -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -RDEPEND=">=dev-libs/yaz-2.1.50" -DEPEND="${RDEPEND}" - -#SRC_TEST=online diff --git a/dev-perl/NetPacket/ChangeLog b/dev-perl/NetPacket/ChangeLog index 587e7ce38869..ced525cab129 100644 --- a/dev-perl/NetPacket/ChangeLog +++ b/dev-perl/NetPacket/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/NetPacket -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/NetPacket/ChangeLog,v 1.33 2010/10/20 16:24:33 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/NetPacket/ChangeLog,v 1.34 2011/01/14 16:51:27 tove Exp $ + + 14 Jan 2011; Torsten Veller <tove@gentoo.org> -NetPacket-0.43.1.ebuild, + -NetPacket-0.43.2.ebuild, -NetPacket-1.0.0.ebuild: + Cleanup *NetPacket-1.0.1 (20 Oct 2010) diff --git a/dev-perl/NetPacket/NetPacket-0.43.1.ebuild b/dev-perl/NetPacket/NetPacket-0.43.1.ebuild deleted file mode 100644 index cdd5a0a315a8..000000000000 --- a/dev-perl/NetPacket/NetPacket-0.43.1.ebuild +++ /dev/null @@ -1,23 +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/NetPacket/NetPacket-0.43.1.ebuild,v 1.1 2010/06/12 12:04:47 tove Exp $ - -EAPI=3 - -MODULE_AUTHOR=YANICK -#MY_P="${PN}-v${PV}" -#S=${WORKDIR}/${MY_P} -inherit perl-module - -DESCRIPTION="Perl NetPacket - network packets assembly/disassembly" - -LICENSE="Artistic-2" -SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" -IUSE="" - -RDEPEND="" -DEPEND="${RDEPEND} - virtual/perl-Module-Build" - -SRC_TEST="do" diff --git a/dev-perl/NetPacket/NetPacket-0.43.2.ebuild b/dev-perl/NetPacket/NetPacket-0.43.2.ebuild deleted file mode 100644 index 2b805a70fc8b..000000000000 --- a/dev-perl/NetPacket/NetPacket-0.43.2.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/NetPacket/NetPacket-0.43.2.ebuild,v 1.1 2010/10/14 08:12:26 tove Exp $ - -EAPI=3 - -MODULE_AUTHOR=YANICK -#MY_P="${PN}-v${PV}" -#S=${WORKDIR}/${MY_P} -inherit perl-module - -DESCRIPTION="Perl NetPacket - network packets assembly/disassembly" - -LICENSE="Artistic-2" -SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" -IUSE="test" - -RDEPEND="" -DEPEND="${RDEPEND} - virtual/perl-Module-Build - test? ( >=virtual/perl-Test-Simple-0.94 )" - -SRC_TEST="do" diff --git a/dev-perl/NetPacket/NetPacket-1.0.0.ebuild b/dev-perl/NetPacket/NetPacket-1.0.0.ebuild deleted file mode 100644 index d39fda268207..000000000000 --- a/dev-perl/NetPacket/NetPacket-1.0.0.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/NetPacket/NetPacket-1.0.0.ebuild,v 1.1 2010/10/18 08:17:49 tove Exp $ - -EAPI=3 - -MODULE_AUTHOR=YANICK -#MY_P="${PN}-v${PV}" -#S=${WORKDIR}/${MY_P} -inherit perl-module - -DESCRIPTION="Perl NetPacket - network packets assembly/disassembly" - -LICENSE="Artistic-2" -SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" -IUSE="test" - -RDEPEND="" -DEPEND="${RDEPEND} - virtual/perl-Module-Build - test? ( >=virtual/perl-Test-Simple-0.94 )" - -SRC_TEST="do" diff --git a/dev-perl/ORLite/ChangeLog b/dev-perl/ORLite/ChangeLog index 3250f9010840..51cb07325c79 100644 --- a/dev-perl/ORLite/ChangeLog +++ b/dev-perl/ORLite/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/ORLite # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/ORLite/ChangeLog,v 1.11 2011/01/12 17:46:49 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ORLite/ChangeLog,v 1.12 2011/01/14 16:50:48 tove Exp $ + + 14 Jan 2011; Torsten Veller <tove@gentoo.org> -ORLite-1.45.ebuild, + -ORLite-1.46.ebuild: + Cleanup *ORLite-1.470 (12 Jan 2011) diff --git a/dev-perl/ORLite/ORLite-1.45.ebuild b/dev-perl/ORLite/ORLite-1.45.ebuild deleted file mode 100644 index 949057f4c239..000000000000 --- a/dev-perl/ORLite/ORLite-1.45.ebuild +++ /dev/null @@ -1,34 +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/ORLite/ORLite-1.45.ebuild,v 1.1 2010/08/09 13:15:51 tove Exp $ - -EAPI=3 - -MODULE_AUTHOR=ADAMK -inherit perl-module - -DESCRIPTION="Extremely light weight SQLite-specific ORM" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -COMMON_DEPEND=" - >=virtual/perl-File-Path-2.04 - >=virtual/perl-File-Temp-0.20 - >=dev-perl/Params-Util-0.33 - >=dev-perl/DBI-1.607 - >=dev-perl/DBD-SQLite-1.27 - >=dev-perl/File-Remove-1.40 -" -DEPEND=" - ${COMMON_DEPEND} - test? ( - >=dev-perl/Test-Script-1.06 - ) -" -RDEPEND=" - ${COMMON_DEPEND} -" - -SRC_TEST=do diff --git a/dev-perl/ORLite/ORLite-1.46.ebuild b/dev-perl/ORLite/ORLite-1.46.ebuild deleted file mode 100644 index 361c935181c6..000000000000 --- a/dev-perl/ORLite/ORLite-1.46.ebuild +++ /dev/null @@ -1,34 +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/ORLite/ORLite-1.46.ebuild,v 1.1 2010/11/30 19:25:35 tove Exp $ - -EAPI=3 - -MODULE_AUTHOR=ADAMK -inherit perl-module - -DESCRIPTION="Extremely light weight SQLite-specific ORM" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -COMMON_DEPEND=" - >=virtual/perl-File-Path-2.08 - >=virtual/perl-File-Temp-0.20 - >=dev-perl/Params-Util-0.33 - >=dev-perl/DBI-1.607 - >=dev-perl/DBD-SQLite-1.27 - >=dev-perl/File-Remove-1.40 -" -DEPEND=" - ${COMMON_DEPEND} - test? ( - >=dev-perl/Test-Script-1.06 - ) -" -RDEPEND=" - ${COMMON_DEPEND} -" - -SRC_TEST=do diff --git a/dev-perl/PDF-Create/ChangeLog b/dev-perl/PDF-Create/ChangeLog index d8545c5f8364..6f6550fb66ae 100644 --- a/dev-perl/PDF-Create/ChangeLog +++ b/dev-perl/PDF-Create/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/PDF-Create # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDF-Create/ChangeLog,v 1.30 2011/01/13 17:01:34 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDF-Create/ChangeLog,v 1.31 2011/01/14 16:50:19 tove Exp $ + + 14 Jan 2011; Torsten Veller <tove@gentoo.org> -PDF-Create-1.04.ebuild, + -PDF-Create-1.05.ebuild: + Cleanup 13 Jan 2011; Brent Baude <ranger@gentoo.org> PDF-Create-1.06.ebuild: Marking PDF-Create-1.06 ppc stable for bug 341865 diff --git a/dev-perl/PDF-Create/PDF-Create-1.04.ebuild b/dev-perl/PDF-Create/PDF-Create-1.04.ebuild deleted file mode 100644 index 9b4ef6897d87..000000000000 --- a/dev-perl/PDF-Create/PDF-Create-1.04.ebuild +++ /dev/null @@ -1,23 +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-Create/PDF-Create-1.04.ebuild,v 1.4 2009/11/17 01:58:09 josejx Exp $ - -EAPI=2 - -MODULE_AUTHOR=MARKUSB -inherit perl-module - -DESCRIPTION="PDF::Create allows you to create PDF documents" - -SLOT="0" -LICENSE="Artistic" -KEYWORDS="alpha amd64 ia64 ppc sparc x86" -IUSE="" - -SRC_TEST=do - -src_prepare() { - rm "${S}"/Changes.PL || die - sed -i "/Changes.PL/d" "${S}"/MANIFEST || die - perl-module_src_prepare -} diff --git a/dev-perl/PDF-Create/PDF-Create-1.05.ebuild b/dev-perl/PDF-Create/PDF-Create-1.05.ebuild deleted file mode 100644 index c0ff59190219..000000000000 --- a/dev-perl/PDF-Create/PDF-Create-1.05.ebuild +++ /dev/null @@ -1,23 +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/PDF-Create/PDF-Create-1.05.ebuild,v 1.1 2010/03/05 07:25:56 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=MARKUSB -inherit perl-module - -DESCRIPTION="PDF::Create allows you to create PDF documents" - -SLOT="0" -LICENSE="Artistic" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" -IUSE="" - -SRC_TEST=do - -src_prepare() { - rm "${S}"/Changes.PL || die - sed -i "/Changes.PL/d" "${S}"/MANIFEST || die - perl-module_src_prepare -} diff --git a/dev-perl/POE-API-Peek/ChangeLog b/dev-perl/POE-API-Peek/ChangeLog index 4472a8ec4eff..5c463328e206 100644 --- a/dev-perl/POE-API-Peek/ChangeLog +++ b/dev-perl/POE-API-Peek/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/POE-API-Peek -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/POE-API-Peek/ChangeLog,v 1.2 2010/10/05 17:42:54 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/POE-API-Peek/ChangeLog,v 1.3 2011/01/14 16:48:57 tove Exp $ + + 14 Jan 2011; Torsten Veller <tove@gentoo.org> -POE-API-Peek-1.34.ebuild: + Cleanup *POE-API-Peek-2.16 (05 Oct 2010) diff --git a/dev-perl/POE-API-Peek/POE-API-Peek-1.34.ebuild b/dev-perl/POE-API-Peek/POE-API-Peek-1.34.ebuild deleted file mode 100644 index c7b4710dce9d..000000000000 --- a/dev-perl/POE-API-Peek/POE-API-Peek-1.34.ebuild +++ /dev/null @@ -1,23 +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/POE-API-Peek/POE-API-Peek-1.34.ebuild,v 1.1 2009/06/23 07:45:04 robbat2 Exp $ - -EAPI=2 -MODULE_AUTHOR="SUNGO" - -inherit perl-module - -DESCRIPTION="Peek into the internals of a running POE env" - -IUSE="" - -SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="~amd64 ~x86" - -DEPEND="dev-perl/Test-Pod-Coverage - dev-perl/Devel-Size - dev-perl/Test-NoWarnings - dev-perl/Test-Distribution - dev-perl/POE" -RDEPEND="${DEPEND}" diff --git a/dev-perl/POE/ChangeLog b/dev-perl/POE/ChangeLog index 0d3001caf7ed..b37d972e5d49 100644 --- a/dev-perl/POE/ChangeLog +++ b/dev-perl/POE/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/POE -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/POE/ChangeLog,v 1.114 2010/11/22 16:07:42 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/POE/ChangeLog,v 1.115 2011/01/14 16:49:35 tove Exp $ + + 14 Jan 2011; Torsten Veller <tove@gentoo.org> -POE-1.292.ebuild, + -POE-1.293.ebuild: + Cleanup *POE-1.294 (22 Nov 2010) diff --git a/dev-perl/POE/POE-1.292.ebuild b/dev-perl/POE/POE-1.292.ebuild deleted file mode 100644 index 083bb361fb6c..000000000000 --- a/dev-perl/POE/POE-1.292.ebuild +++ /dev/null @@ -1,44 +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/POE/POE-1.292.ebuild,v 1.1 2010/08/04 09:08:43 tove Exp $ - -EAPI=2 - -inherit versionator -MODULE_AUTHOR=RCAPUTO -MY_P="${PN}-$(delete_version_separator 2)" -S=${WORKDIR}/${MY_P} -inherit perl-module - -DESCRIPTION="A framework for creating multitasking programs in Perl" - -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="ipv6 libwww ncurses tk test" - -RDEPEND=">=dev-perl/Event-1.09 - >=virtual/perl-File-Spec-0.87 - >=virtual/perl-IO-1.23.01 - >=virtual/perl-IO-Compress-1.33 - >=virtual/perl-Storable-2.12 - >=dev-perl/IO-Tty-1.08 - virtual/perl-Filter - dev-perl/FreezeThaw - dev-perl/yaml - >=dev-perl/TermReadKey-2.21 - >=virtual/perl-Time-HiRes-1.59 - ipv6? ( >=dev-perl/Socket6-0.14 ) - tk? ( >=dev-perl/perl-tk-800.027 ) - libwww? ( >=dev-perl/libwww-perl-5.79 - >=dev-perl/URI-1.30 ) - ncurses? ( >=dev-perl/Curses-1.08 )" -DEPEND="${RDEPEND} - test? ( - >=dev-perl/POE-Test-Loops-1.035 - >=virtual/perl-Test-Harness-2.26 - >=virtual/perl-Test-Simple-0.54 - dev-perl/Test-Pod - dev-perl/Test-Pod-Coverage - )" - -SRC_TEST=do diff --git a/dev-perl/POE/POE-1.293.ebuild b/dev-perl/POE/POE-1.293.ebuild deleted file mode 100644 index ebcb4d820f6c..000000000000 --- a/dev-perl/POE/POE-1.293.ebuild +++ /dev/null @@ -1,44 +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/POE/POE-1.293.ebuild,v 1.1 2010/09/09 05:50:00 tove Exp $ - -EAPI=3 - -inherit versionator -MODULE_AUTHOR=RCAPUTO -MY_P="${PN}-$(delete_version_separator 2)" -S=${WORKDIR}/${MY_P} -inherit perl-module - -DESCRIPTION="A framework for creating multitasking programs in Perl" - -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="ipv6 libwww ncurses tk test" - -RDEPEND=">=dev-perl/Event-1.09 - >=virtual/perl-File-Spec-0.87 - >=virtual/perl-IO-1.23.01 - >=virtual/perl-IO-Compress-1.33 - >=virtual/perl-Storable-2.12 - >=dev-perl/IO-Tty-1.08 - virtual/perl-Filter - dev-perl/FreezeThaw - dev-perl/yaml - >=dev-perl/TermReadKey-2.21 - >=virtual/perl-Time-HiRes-1.59 - ipv6? ( >=dev-perl/Socket6-0.14 ) - tk? ( >=dev-perl/perl-tk-800.027 ) - libwww? ( >=dev-perl/libwww-perl-5.79 - >=dev-perl/URI-1.30 ) - ncurses? ( >=dev-perl/Curses-1.08 )" -DEPEND="${RDEPEND} - test? ( - >=dev-perl/POE-Test-Loops-1.035 - >=virtual/perl-Test-Harness-2.26 - >=virtual/perl-Test-Simple-0.54 - dev-perl/Test-Pod - dev-perl/Test-Pod-Coverage - )" - -SRC_TEST=do diff --git a/dev-perl/PPIx-EditorTools/ChangeLog b/dev-perl/PPIx-EditorTools/ChangeLog index 5cddc6855e4c..1f7304804291 100644 --- a/dev-perl/PPIx-EditorTools/ChangeLog +++ b/dev-perl/PPIx-EditorTools/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/PPIx-EditorTools -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PPIx-EditorTools/ChangeLog,v 1.3 2010/11/22 15:41:07 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PPIx-EditorTools/ChangeLog,v 1.4 2011/01/14 16:48:22 tove Exp $ + + 14 Jan 2011; Torsten Veller <tove@gentoo.org> -PPIx-EditorTools-0.09.ebuild, + -PPIx-EditorTools-0.10.ebuild: + Cleanup *PPIx-EditorTools-0.11 (22 Nov 2010) diff --git a/dev-perl/PPIx-EditorTools/PPIx-EditorTools-0.09.ebuild b/dev-perl/PPIx-EditorTools/PPIx-EditorTools-0.09.ebuild deleted file mode 100644 index 46bc48aa348b..000000000000 --- a/dev-perl/PPIx-EditorTools/PPIx-EditorTools-0.09.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/PPIx-EditorTools/PPIx-EditorTools-0.09.ebuild,v 1.1 2010/02/15 13:57:10 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=AZAWAWI -inherit perl-module - -DESCRIPTION="Utility methods and base class for manipulating Perl via PPI" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND=">=dev-perl/Class-XSAccessor-1.02 - >=dev-perl/PPI-1.203" -DEPEND="test? ( ${RDEPEND} - >=dev-perl/Test-Differences-0.48.01 )" - -SRC_TEST=no diff --git a/dev-perl/PPIx-EditorTools/PPIx-EditorTools-0.10.ebuild b/dev-perl/PPIx-EditorTools/PPIx-EditorTools-0.10.ebuild deleted file mode 100644 index ad88c03f3527..000000000000 --- a/dev-perl/PPIx-EditorTools/PPIx-EditorTools-0.10.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/PPIx-EditorTools/PPIx-EditorTools-0.10.ebuild,v 1.1 2010/09/28 07:07:06 tove Exp $ - -EAPI=3 - -MODULE_AUTHOR=AZAWAWI -inherit perl-module - -DESCRIPTION="Utility methods and base class for manipulating Perl via PPI" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND=">=dev-perl/Class-XSAccessor-1.02 - >=dev-perl/PPI-1.203" -DEPEND="test? ( ${RDEPEND} - >=dev-perl/Test-Differences-0.48.01 )" - -SRC_TEST=do diff --git a/dev-perl/PPIx-Regexp/ChangeLog b/dev-perl/PPIx-Regexp/ChangeLog index 568c8dc7ce3d..e0fc0989b08a 100644 --- a/dev-perl/PPIx-Regexp/ChangeLog +++ b/dev-perl/PPIx-Regexp/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/PPIx-Regexp # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PPIx-Regexp/ChangeLog,v 1.13 2011/01/12 16:44:10 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PPIx-Regexp/ChangeLog,v 1.14 2011/01/14 16:47:35 tove Exp $ + + 14 Jan 2011; Torsten Veller <tove@gentoo.org> -PPIx-Regexp-0.010.ebuild, + -PPIx-Regexp-0.011.ebuild, -PPIx-Regexp-0.012.ebuild, + -PPIx-Regexp-0.013.ebuild, -PPIx-Regexp-0.014.ebuild, + -PPIx-Regexp-0.015.ebuild: + Cleanup *PPIx-Regexp-0.16 (12 Jan 2011) diff --git a/dev-perl/PPIx-Regexp/PPIx-Regexp-0.010.ebuild b/dev-perl/PPIx-Regexp/PPIx-Regexp-0.010.ebuild deleted file mode 100644 index c1be6be10d32..000000000000 --- a/dev-perl/PPIx-Regexp/PPIx-Regexp-0.010.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/PPIx-Regexp/PPIx-Regexp-0.010.ebuild,v 1.1 2010/08/07 07:53:48 tove Exp $ - -EAPI=3 - -MODULE_AUTHOR=WYANT -inherit perl-module - -DESCRIPTION="Represent a regular expression of some sort" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="dev-perl/List-MoreUtils - dev-perl/Readonly - dev-perl/PPI - dev-perl/Params-Util - virtual/perl-Scalar-List-Utils" -DEPEND="${RDEPEND} - virtual/perl-Module-Build" - -SRC_TEST=do diff --git a/dev-perl/PPIx-Regexp/PPIx-Regexp-0.011.ebuild b/dev-perl/PPIx-Regexp/PPIx-Regexp-0.011.ebuild deleted file mode 100644 index 4ce19ee3a172..000000000000 --- a/dev-perl/PPIx-Regexp/PPIx-Regexp-0.011.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/PPIx-Regexp/PPIx-Regexp-0.011.ebuild,v 1.1 2010/09/17 18:06:40 tove Exp $ - -EAPI=3 - -MODULE_AUTHOR=WYANT -inherit perl-module - -DESCRIPTION="Represent a regular expression of some sort" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="dev-perl/List-MoreUtils - dev-perl/PPI - virtual/perl-Scalar-List-Utils" -DEPEND="${RDEPEND} - virtual/perl-Module-Build" - -SRC_TEST=do diff --git a/dev-perl/PPIx-Regexp/PPIx-Regexp-0.012.ebuild b/dev-perl/PPIx-Regexp/PPIx-Regexp-0.012.ebuild deleted file mode 100644 index cb6f8531c410..000000000000 --- a/dev-perl/PPIx-Regexp/PPIx-Regexp-0.012.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/PPIx-Regexp/PPIx-Regexp-0.012.ebuild,v 1.1 2010/09/28 07:03:20 tove Exp $ - -EAPI=3 - -MODULE_AUTHOR=WYANT -inherit perl-module - -DESCRIPTION="Represent a regular expression of some sort" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="dev-perl/List-MoreUtils - dev-perl/PPI - virtual/perl-Scalar-List-Utils" -DEPEND="${RDEPEND} - virtual/perl-Module-Build" - -SRC_TEST=do diff --git a/dev-perl/PPIx-Regexp/PPIx-Regexp-0.013.ebuild b/dev-perl/PPIx-Regexp/PPIx-Regexp-0.013.ebuild deleted file mode 100644 index 704d11f94ce7..000000000000 --- a/dev-perl/PPIx-Regexp/PPIx-Regexp-0.013.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/PPIx-Regexp/PPIx-Regexp-0.013.ebuild,v 1.1 2010/10/11 07:08:03 tove Exp $ - -EAPI=3 - -MODULE_AUTHOR=WYANT -inherit perl-module - -DESCRIPTION="Represent a regular expression of some sort" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="dev-perl/List-MoreUtils - dev-perl/PPI - virtual/perl-Scalar-List-Utils" -DEPEND="${RDEPEND} - virtual/perl-Module-Build" - -SRC_TEST=do diff --git a/dev-perl/PPIx-Regexp/PPIx-Regexp-0.014.ebuild b/dev-perl/PPIx-Regexp/PPIx-Regexp-0.014.ebuild deleted file mode 100644 index ceff58d85a31..000000000000 --- a/dev-perl/PPIx-Regexp/PPIx-Regexp-0.014.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/PPIx-Regexp/PPIx-Regexp-0.014.ebuild,v 1.1 2010/10/15 11:43:35 tove Exp $ - -EAPI=3 - -MODULE_AUTHOR=WYANT -inherit perl-module - -DESCRIPTION="Represent a regular expression of some sort" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="dev-perl/List-MoreUtils - dev-perl/PPI - virtual/perl-Scalar-List-Utils" -DEPEND="${RDEPEND} - virtual/perl-Module-Build" - -SRC_TEST=do diff --git a/dev-perl/PPIx-Regexp/PPIx-Regexp-0.015.ebuild b/dev-perl/PPIx-Regexp/PPIx-Regexp-0.015.ebuild deleted file mode 100644 index 939989c1b8d7..000000000000 --- a/dev-perl/PPIx-Regexp/PPIx-Regexp-0.015.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/PPIx-Regexp/PPIx-Regexp-0.015.ebuild,v 1.1 2010/10/27 18:50:06 tove Exp $ - -EAPI=3 - -MODULE_AUTHOR=WYANT -inherit perl-module - -DESCRIPTION="Represent a regular expression of some sort" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="dev-perl/List-MoreUtils - dev-perl/PPI - virtual/perl-Scalar-List-Utils" -DEPEND="${RDEPEND} - virtual/perl-Module-Build" - -SRC_TEST=do diff --git a/dev-perl/PPIx-Utilities/ChangeLog b/dev-perl/PPIx-Utilities/ChangeLog index a47967a73cfc..3b692a1b3e92 100644 --- a/dev-perl/PPIx-Utilities/ChangeLog +++ b/dev-perl/PPIx-Utilities/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/PPIx-Utilities -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PPIx-Utilities/ChangeLog,v 1.6 2010/12/03 07:51:45 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PPIx-Utilities/ChangeLog,v 1.7 2011/01/14 16:47:00 tove Exp $ + + 14 Jan 2011; Torsten Veller <tove@gentoo.org> + -PPIx-Utilities-1.000001.ebuild: + Cleanup *PPIx-Utilities-1.001000 (03 Dec 2010) diff --git a/dev-perl/PPIx-Utilities/PPIx-Utilities-1.000001.ebuild b/dev-perl/PPIx-Utilities/PPIx-Utilities-1.000001.ebuild deleted file mode 100644 index 768aed3b8dd2..000000000000 --- a/dev-perl/PPIx-Utilities/PPIx-Utilities-1.000001.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/PPIx-Utilities/PPIx-Utilities-1.000001.ebuild,v 1.5 2010/10/14 19:03:26 ranger Exp $ - -EAPI=3 - -MODULE_AUTHOR="ELLIOTJS" -inherit perl-module - -DESCRIPTION="Extensions to PPI" - -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" -IUSE="test" - -RDEPEND=">=dev-perl/PPI-1.208 - dev-perl/Exception-Class - dev-perl/Readonly - virtual/perl-Scalar-List-Utils" -DEPEND="${RDEPEND} - virtual/perl-Module-Build - test? ( dev-perl/Test-Deep )" - -SRC_TEST="do" diff --git a/dev-perl/Parallel-ForkManager/ChangeLog b/dev-perl/Parallel-ForkManager/ChangeLog index 3890c995927c..d5ff8f438ee2 100644 --- a/dev-perl/Parallel-ForkManager/ChangeLog +++ b/dev-perl/Parallel-ForkManager/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Parallel-ForkManager -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parallel-ForkManager/ChangeLog,v 1.14 2010/11/03 19:10:55 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parallel-ForkManager/ChangeLog,v 1.15 2011/01/14 16:45:58 tove Exp $ + + 14 Jan 2011; Torsten Veller <tove@gentoo.org> + -Parallel-ForkManager-0.7.6.ebuild: + Cleanup *Parallel-ForkManager-0.7.9 (03 Nov 2010) diff --git a/dev-perl/Parallel-ForkManager/Parallel-ForkManager-0.7.6.ebuild b/dev-perl/Parallel-ForkManager/Parallel-ForkManager-0.7.6.ebuild deleted file mode 100644 index 69f58b3c4cae..000000000000 --- a/dev-perl/Parallel-ForkManager/Parallel-ForkManager-0.7.6.ebuild +++ /dev/null @@ -1,14 +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/Parallel-ForkManager/Parallel-ForkManager-0.7.6.ebuild,v 1.1 2010/08/20 21:10:17 robbat2 Exp $ - -EAPI=2 - -MODULE_AUTHOR=DLUX -inherit perl-module - -DESCRIPTION="Parallel ForkManager module" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~sparc-solaris ~x86-solaris" -IUSE="" diff --git a/dev-perl/Parse-ErrorString-Perl/ChangeLog b/dev-perl/Parse-ErrorString-Perl/ChangeLog index 13cdba4215cc..623b5e07cab6 100644 --- a/dev-perl/Parse-ErrorString-Perl/ChangeLog +++ b/dev-perl/Parse-ErrorString-Perl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Parse-ErrorString-Perl -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-ErrorString-Perl/ChangeLog,v 1.2 2010/11/30 07:54:35 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-ErrorString-Perl/ChangeLog,v 1.3 2011/01/14 16:44:18 tove Exp $ + + 14 Jan 2011; Torsten Veller <tove@gentoo.org> + -Parse-ErrorString-Perl-0.13.ebuild: + Cleanup *Parse-ErrorString-Perl-0.15 (30 Nov 2010) diff --git a/dev-perl/Parse-ErrorString-Perl/Parse-ErrorString-Perl-0.13.ebuild b/dev-perl/Parse-ErrorString-Perl/Parse-ErrorString-Perl-0.13.ebuild deleted file mode 100644 index f520d0002d1f..000000000000 --- a/dev-perl/Parse-ErrorString-Perl/Parse-ErrorString-Perl-0.13.ebuild +++ /dev/null @@ -1,23 +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/Parse-ErrorString-Perl/Parse-ErrorString-Perl-0.13.ebuild,v 1.1 2010/02/15 13:20:13 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=SZABGAB -inherit perl-module - -DESCRIPTION="Parse error messages from the perl interpreter" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND="dev-perl/Class-XSAccessor - virtual/perl-PodParser - dev-perl/Pod-POM" -DEPEND="${RDEPEND} - virtual/perl-Module-Build - test? ( dev-perl/Test-Differences )" - -SRC_TEST=do diff --git a/dev-perl/Parse-ExuberantCTags/ChangeLog b/dev-perl/Parse-ExuberantCTags/ChangeLog index baa35f944859..772aae00ee9e 100644 --- a/dev-perl/Parse-ExuberantCTags/ChangeLog +++ b/dev-perl/Parse-ExuberantCTags/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Parse-ExuberantCTags -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-ExuberantCTags/ChangeLog,v 1.2 2010/09/24 17:29:36 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-ExuberantCTags/ChangeLog,v 1.3 2011/01/14 16:43:49 tove Exp $ + + 14 Jan 2011; Torsten Veller <tove@gentoo.org> + -Parse-ExuberantCTags-1.01.ebuild: + Cleanup *Parse-ExuberantCTags-1.02 (24 Sep 2010) diff --git a/dev-perl/Parse-ExuberantCTags/Parse-ExuberantCTags-1.01.ebuild b/dev-perl/Parse-ExuberantCTags/Parse-ExuberantCTags-1.01.ebuild deleted file mode 100644 index 045016d33402..000000000000 --- a/dev-perl/Parse-ExuberantCTags/Parse-ExuberantCTags-1.01.ebuild +++ /dev/null @@ -1,18 +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/Parse-ExuberantCTags/Parse-ExuberantCTags-1.01.ebuild,v 1.1 2010/02/15 13:26:18 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=SMUELLER -inherit perl-module - -DESCRIPTION="Efficiently parse exuberant ctags files" - -# contains readtags.c from ctags -LICENSE="${LICENSE} public-domain" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -SRC_TEST=do diff --git a/dev-perl/Path-Class/ChangeLog b/dev-perl/Path-Class/ChangeLog index bc6e72375633..bf6e4045b820 100644 --- a/dev-perl/Path-Class/ChangeLog +++ b/dev-perl/Path-Class/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Path-Class # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Path-Class/ChangeLog,v 1.25 2011/01/13 17:02:02 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Path-Class/ChangeLog,v 1.26 2011/01/14 16:43:16 tove Exp $ + + 14 Jan 2011; Torsten Veller <tove@gentoo.org> -Path-Class-0.17.ebuild, + -Path-Class-0.18.ebuild, -Path-Class-0.19.ebuild: + Cleanup 13 Jan 2011; Brent Baude <ranger@gentoo.org> Path-Class-0.21.ebuild: Marking Path-Class-0.21 ppc stable for bug 341865 diff --git a/dev-perl/Path-Class/Path-Class-0.17.ebuild b/dev-perl/Path-Class/Path-Class-0.17.ebuild deleted file mode 100644 index 3dc8d1929bba..000000000000 --- a/dev-perl/Path-Class/Path-Class-0.17.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/Path-Class/Path-Class-0.17.ebuild,v 1.4 2009/08/26 16:11:57 armin76 Exp $ - -EAPI=2 - -MODULE_AUTHOR=KWILLIAMS -inherit perl-module - -DESCRIPTION="Cross-platform path specification manipulation" - -SLOT="0" -KEYWORDS="amd64 ~ia64 ppc ~ppc64 sparc x86" -IUSE="test" - -RDEPEND="dev-lang/perl - >=virtual/perl-File-Spec-0.87" -DEPEND="${RDEPEND} - virtual/perl-Module-Build - test? ( virtual/perl-Test-Simple )" - -SRC_TEST="do" diff --git a/dev-perl/Path-Class/Path-Class-0.18.ebuild b/dev-perl/Path-Class/Path-Class-0.18.ebuild deleted file mode 100644 index 518a22ac9f35..000000000000 --- a/dev-perl/Path-Class/Path-Class-0.18.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/Path-Class/Path-Class-0.18.ebuild,v 1.2 2010/01/10 19:32:23 grobian Exp $ - -EAPI=2 - -MODULE_AUTHOR=KWILLIAMS -inherit perl-module - -DESCRIPTION="Cross-platform path specification manipulation" - -SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" -IUSE="test" - -RDEPEND=">=virtual/perl-File-Spec-0.87" -DEPEND="${RDEPEND} - virtual/perl-Module-Build - test? ( virtual/perl-Test-Simple )" - -SRC_TEST="do" diff --git a/dev-perl/Path-Class/Path-Class-0.19.ebuild b/dev-perl/Path-Class/Path-Class-0.19.ebuild deleted file mode 100644 index 93f03ba3cc51..000000000000 --- a/dev-perl/Path-Class/Path-Class-0.19.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/Path-Class/Path-Class-0.19.ebuild,v 1.1 2010/06/07 12:10:19 tove Exp $ - -EAPI=3 - -MODULE_AUTHOR=KWILLIAMS -inherit perl-module - -DESCRIPTION="Cross-platform path specification manipulation" - -SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" -IUSE="test" - -RDEPEND=">=virtual/perl-File-Spec-0.87" -DEPEND="${RDEPEND} - virtual/perl-Module-Build - test? ( virtual/perl-Test-Simple )" - -SRC_TEST="do" diff --git a/dev-perl/Pod-Coverage/ChangeLog b/dev-perl/Pod-Coverage/ChangeLog index 7df808d5986d..816b642baa0f 100644 --- a/dev-perl/Pod-Coverage/ChangeLog +++ b/dev-perl/Pod-Coverage/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Pod-Coverage # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Pod-Coverage/ChangeLog,v 1.70 2011/01/13 17:02:32 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Pod-Coverage/ChangeLog,v 1.71 2011/01/14 16:42:22 tove Exp $ + + 14 Jan 2011; Torsten Veller <tove@gentoo.org> -Pod-Coverage-0.19.ebuild, + -Pod-Coverage-0.20.ebuild: + Cleanup 13 Jan 2011; Brent Baude <ranger@gentoo.org> Pod-Coverage-0.21.ebuild: Marking Pod-Coverage-0.21 ppc stable for bug 341865 diff --git a/dev-perl/Pod-Coverage/Pod-Coverage-0.19.ebuild b/dev-perl/Pod-Coverage/Pod-Coverage-0.19.ebuild deleted file mode 100644 index a5c0fc814e51..000000000000 --- a/dev-perl/Pod-Coverage/Pod-Coverage-0.19.ebuild +++ /dev/null @@ -1,21 +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/Pod-Coverage/Pod-Coverage-0.19.ebuild,v 1.11 2008/11/22 11:41:03 tove Exp $ - -MODULE_AUTHOR=RCLAMP -inherit perl-module - -DESCRIPTION="Checks if the documentation of a module is comprehensive" - -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" -IUSE="test" -SRC_TEST="do" - -RDEPEND=">=virtual/perl-PodParser-1.13 - >=dev-perl/Devel-Symdump-2.01 - dev-lang/perl" -DEPEND="${RDEPEND} - virtual/perl-Module-Build - test? ( dev-perl/Test-Pod )" diff --git a/dev-perl/Pod-Coverage/Pod-Coverage-0.20.ebuild b/dev-perl/Pod-Coverage/Pod-Coverage-0.20.ebuild deleted file mode 100644 index 1689520510f2..000000000000 --- a/dev-perl/Pod-Coverage/Pod-Coverage-0.20.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/Pod-Coverage/Pod-Coverage-0.20.ebuild,v 1.2 2010/01/10 19:41:48 grobian Exp $ - -MODULE_AUTHOR=RCLAMP -inherit perl-module - -DESCRIPTION="Checks if the documentation of a module is comprehensive" - -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" -IUSE="test" - -RDEPEND=">=virtual/perl-PodParser-1.13 - >=dev-perl/Devel-Symdump-2.01 - dev-lang/perl" -DEPEND="${RDEPEND} - virtual/perl-Module-Build - test? ( dev-perl/Test-Pod )" - -SRC_TEST="do" diff --git a/dev-perl/Pod-Readme/ChangeLog b/dev-perl/Pod-Readme/ChangeLog index ac93482a4d6f..169ac7fb09d5 100644 --- a/dev-perl/Pod-Readme/ChangeLog +++ b/dev-perl/Pod-Readme/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Pod-Readme # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Pod-Readme/ChangeLog,v 1.5 2011/01/12 17:04:39 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Pod-Readme/ChangeLog,v 1.6 2011/01/14 16:41:40 tove Exp $ + + 14 Jan 2011; Torsten Veller <tove@gentoo.org> -Pod-Readme-0.10.ebuild: + Cleanup *Pod-Readme-0.110 (12 Jan 2011) diff --git a/dev-perl/Pod-Readme/Pod-Readme-0.10.ebuild b/dev-perl/Pod-Readme/Pod-Readme-0.10.ebuild deleted file mode 100644 index c4bf17528427..000000000000 --- a/dev-perl/Pod-Readme/Pod-Readme-0.10.ebuild +++ /dev/null @@ -1,23 +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/Pod-Readme/Pod-Readme-0.10.ebuild,v 1.1 2010/05/21 07:08:25 tove Exp $ - -EAPI=3 - -MODULE_AUTHOR=BIGPRESH -inherit perl-module - -DESCRIPTION="Convert POD to README file" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="dev-perl/regexp-common" -DEPEND="${RDEPEND} - virtual/perl-Module-Build" -# test? ( virtual/perl-Test-Simple -# dev-perl/Test-Pod -# dev-perl/Test-Pod-Coverage )" - -SRC_TEST="do" diff --git a/dev-perl/Proc-Simple/ChangeLog b/dev-perl/Proc-Simple/ChangeLog index 6f95cd056927..1de3f9b3dcb2 100644 --- a/dev-perl/Proc-Simple/ChangeLog +++ b/dev-perl/Proc-Simple/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Proc-Simple -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Proc-Simple/ChangeLog,v 1.30 2010/11/03 18:40:36 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Proc-Simple/ChangeLog,v 1.31 2011/01/14 16:40:22 tove Exp $ + + 14 Jan 2011; Torsten Veller <tove@gentoo.org> -Proc-Simple-1.26.ebuild: + Cleanup *Proc-Simple-1.27 (03 Nov 2010) diff --git a/dev-perl/Proc-Simple/Proc-Simple-1.26.ebuild b/dev-perl/Proc-Simple/Proc-Simple-1.26.ebuild deleted file mode 100644 index b9d706d53baf..000000000000 --- a/dev-perl/Proc-Simple/Proc-Simple-1.26.ebuild +++ /dev/null @@ -1,16 +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/Proc-Simple/Proc-Simple-1.26.ebuild,v 1.1 2009/07/09 07:07:54 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=MSCHILLI -inherit perl-module - -DESCRIPTION="Perl Proc-Simple - Launch and control background processes" - -SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" -IUSE="" - -SRC_TEST="do" diff --git a/dev-perl/RPC-XML/ChangeLog b/dev-perl/RPC-XML/ChangeLog index 24c7f5bb4e22..6187de5caa59 100644 --- a/dev-perl/RPC-XML/ChangeLog +++ b/dev-perl/RPC-XML/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/RPC-XML -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/RPC-XML/ChangeLog,v 1.55 2010/06/27 19:18:30 nixnut Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/RPC-XML/ChangeLog,v 1.56 2011/01/14 16:39:30 tove Exp $ + + 14 Jan 2011; Torsten Veller <tove@gentoo.org> -RPC-XML-0.59.ebuild, + -RPC-XML-0.72.ebuild: + Cleanup 27 Jun 2010; <nixnut@gentoo.org> RPC-XML-0.73.ebuild: ppc stable #323529 diff --git a/dev-perl/RPC-XML/RPC-XML-0.59.ebuild b/dev-perl/RPC-XML/RPC-XML-0.59.ebuild deleted file mode 100644 index 7c565b83fa1f..000000000000 --- a/dev-perl/RPC-XML/RPC-XML-0.59.ebuild +++ /dev/null @@ -1,45 +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/RPC-XML/RPC-XML-0.59.ebuild,v 1.10 2007/07/29 16:48:58 phreak Exp $ - -inherit perl-module - -DESCRIPTION="A Perl extension interface to James Clark's XML parser, expat." -SRC_URI="mirror://cpan/authors/id/R/RJ/RJRAY/${P}.tar.gz" -HOMEPAGE="http://search.cpan.org/~rjray/${P}/" - -SLOT="0" -LICENSE="Artistic" -KEYWORDS="alpha amd64 ia64 ppc sparc x86 ~x86-fbsd" -IUSE="" - -#SRC_TEST="do" - -DEPEND=">=dev-perl/libwww-perl-5.801 - >=dev-perl/XML-LibXML-1.58 - >=dev-perl/XML-Parser-2.31 - dev-perl/net-server - dev-lang/perl" - -pkg_postinst() { - perl-module_pkg_postinst - - SETWARN=0 - has_version '=www-servers/apache-2*' && HAVE_APACHE2=1 - has_version '>=www-apache/mod_perl-2.0' && HAVE_MP2=2 - - [ -n "${HAVE_APACHE2}" ] && SETWARN=1 - [ -n "${HAVE_MP2}" ] && SETWARN=1 - - if [ "$SETWARN" == "1" ]; then - ewarn "Apache2 or mod_perl2 were detected." - ewarn "" - ewarn "NOTE FROM THE AUTHOR OF RPC-XML" - ewarn "" - ewarn "At present, this package does not work with Apache2 and the soon-to-be" - ewarn "mod_perl2. The changes to the API for location handlers are too drastic to" - ewarn "try and support both within the same class (I tried, using the compatibility" - ewarn "layer). Also, mp2 does not currently provide support for <Perl> sections, which" - ewarn "are the real strength of the Apache::RPC::Server class." - fi -} diff --git a/dev-perl/RPC-XML/RPC-XML-0.72.ebuild b/dev-perl/RPC-XML/RPC-XML-0.72.ebuild deleted file mode 100644 index c0ae2a0d02ea..000000000000 --- a/dev-perl/RPC-XML/RPC-XML-0.72.ebuild +++ /dev/null @@ -1,47 +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/RPC-XML/RPC-XML-0.72.ebuild,v 1.1 2009/12/14 19:33:00 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=RJRAY -inherit perl-module - -DESCRIPTION="An implementation of XML-RPC" - -SLOT="0" -LICENSE="|| ( Artistic-2 LGPL-2.1 )" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd" -IUSE="" - -SRC_TEST="do" - -RDEPEND=">=dev-perl/libwww-perl-5.801 - >=dev-perl/XML-LibXML-1.70 - >=dev-perl/XML-Parser-2.31 - dev-perl/net-server - >=virtual/perl-Scalar-List-Utils-1.20" -DEPEND="${RDEPEND}" - -pkg_postinst() { - perl-module_pkg_postinst - - SETWARN=0 - has_version '=www-servers/apache-2*' && HAVE_APACHE2=1 - has_version '>=www-apache/mod_perl-2.0' && HAVE_MP2=2 - - [ -n "${HAVE_APACHE2}" ] && SETWARN=1 - [ -n "${HAVE_MP2}" ] && SETWARN=1 - - if [ "$SETWARN" == "1" ]; then - ewarn "Apache2 or mod_perl2 were detected." - ewarn "" - ewarn "NOTE FROM THE AUTHOR OF RPC-XML" - ewarn "" - ewarn "At present, this package does not work with Apache2 and the soon-to-be" - ewarn "mod_perl2. The changes to the API for location handlers are too drastic to" - ewarn "try and support both within the same class (I tried, using the compatibility" - ewarn "layer). Also, mp2 does not currently provide support for <Perl> sections, which" - ewarn "are the real strength of the Apache::RPC::Server class." - fi -} diff --git a/dev-perl/SOAP-Lite/ChangeLog b/dev-perl/SOAP-Lite/ChangeLog index 9488c1c13382..f20794019e84 100644 --- a/dev-perl/SOAP-Lite/ChangeLog +++ b/dev-perl/SOAP-Lite/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/SOAP-Lite # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog,v 1.64 2011/01/13 17:08:44 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog,v 1.65 2011/01/14 16:38:50 tove Exp $ + + 14 Jan 2011; Torsten Veller <tove@gentoo.org> -SOAP-Lite-0.710.10.ebuild: + Cleanup 13 Jan 2011; Brent Baude <ranger@gentoo.org> SOAP-Lite-0.711.ebuild: stable ppc, bug 344591 diff --git a/dev-perl/SOAP-Lite/SOAP-Lite-0.710.10.ebuild b/dev-perl/SOAP-Lite/SOAP-Lite-0.710.10.ebuild deleted file mode 100644 index fe157744ce32..000000000000 --- a/dev-perl/SOAP-Lite/SOAP-Lite-0.710.10.ebuild +++ /dev/null @@ -1,50 +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/SOAP-Lite/SOAP-Lite-0.710.10.ebuild,v 1.5 2010/11/05 14:12:08 ssuominen Exp $ - -MODULE_AUTHOR="MKUTTER" -inherit perl-module eutils - -DESCRIPTION="Simple and lightweight interface to the SOAP protocol (sic) both on client and server side" - -IUSE="jabber ssl" -SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" - -myconf="${myconf} --noprompt" - -# TESTS ARE DISABLED ON PURPOSE -# This module attempts to access an external website for validation -# of the MIME::Parser - not only is that bad practice in general, -# but in this particular case the external site isn't even valid anymore# -mpc -# 24/10/04 -SRC_TEST="do" - -DEPEND="dev-perl/XML-Parser - dev-perl/libwww-perl - virtual/perl-libnet - dev-perl/MIME-Lite - virtual/perl-MIME-Base64 - ssl? ( dev-perl/Crypt-SSLeay ) - jabber? ( dev-perl/Net-Jabber ) - ssl? ( dev-perl/IO-Socket-SSL ) - virtual/perl-IO-Compress - >=dev-perl/MIME-tools-5.413 - virtual/perl-version - dev-lang/perl" - -src_unpack() { - unpack ${A} - cd "${S}" - # The author of this module put a dep for MIME::Parser 6.X - but the6.X - # release of MIME::Parser was a mistake during a change in maintainers on - # cpan. This patch alters the dependancy to the "real" stable version of - # MIME::Parser. - epatch "${FILESDIR}"/SOAP-Lite-0.710.08.patch -} - -src_test() { - has_version '>=www-apache/mod_perl-2' && export MOD_PERL_API_VERSION=2 - perl-module_src_test -} diff --git a/dev-perl/SQL-Abstract/ChangeLog b/dev-perl/SQL-Abstract/ChangeLog index 7f22c0ebe611..3684cc69e371 100644 --- a/dev-perl/SQL-Abstract/ChangeLog +++ b/dev-perl/SQL-Abstract/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/SQL-Abstract # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Abstract/ChangeLog,v 1.48 2011/01/13 18:49:41 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Abstract/ChangeLog,v 1.49 2011/01/14 16:37:50 tove Exp $ + + 14 Jan 2011; Torsten Veller <tove@gentoo.org> -SQL-Abstract-1.67.ebuild, + -SQL-Abstract-1.68.ebuild, -SQL-Abstract-1.71.ebuild: + Cleanup *SQL-Abstract-1.720 (13 Jan 2011) diff --git a/dev-perl/SQL-Abstract/SQL-Abstract-1.67.ebuild b/dev-perl/SQL-Abstract/SQL-Abstract-1.67.ebuild deleted file mode 100644 index 679f6e510394..000000000000 --- a/dev-perl/SQL-Abstract/SQL-Abstract-1.67.ebuild +++ /dev/null @@ -1,25 +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/SQL-Abstract/SQL-Abstract-1.67.ebuild,v 1.1 2010/06/03 08:12:14 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR="FREW" -#MODULE_AUTHOR="RIBASUSHI" -#MODULE_AUTHOR="MSTROUT" -inherit perl-module - -DESCRIPTION="Generate SQL from Perl data structures" - -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~x86-solaris" -IUSE="test" - -RDEPEND="dev-perl/Test-Deep" -DEPEND="${RDEPEND} - test? ( dev-perl/Test-Exception - dev-perl/Test-Pod - dev-perl/Test-Warn - >=dev-perl/Clone-0.31 )" -# dev-perl/Test-Pod-Coverage -SRC_TEST="do" diff --git a/dev-perl/SQL-Abstract/SQL-Abstract-1.68.ebuild b/dev-perl/SQL-Abstract/SQL-Abstract-1.68.ebuild deleted file mode 100644 index 36cc50600a53..000000000000 --- a/dev-perl/SQL-Abstract/SQL-Abstract-1.68.ebuild +++ /dev/null @@ -1,28 +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/SQL-Abstract/SQL-Abstract-1.68.ebuild,v 1.3 2010/10/14 19:27:18 ranger Exp $ - -EAPI=3 - -MODULE_AUTHOR="FREW" -#MODULE_AUTHOR="RIBASUSHI" -#MODULE_AUTHOR="MSTROUT" -inherit perl-module - -DESCRIPTION="Generate SQL from Perl data structures" - -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~ppc-macos ~x86-solaris" -IUSE="test" - -RDEPEND="dev-perl/Class-Accessor-Grouped - dev-perl/Hash-Merge" -DEPEND="${RDEPEND} - test? ( >=dev-perl/Test-Deep-0.106 - dev-perl/Test-Exception - dev-perl/Test-Pod - >=virtual/perl-Test-Simple-0.92 - dev-perl/Test-Warn - >=dev-perl/Clone-0.31 )" -# dev-perl/Test-Pod-Coverage -SRC_TEST="do" diff --git a/dev-perl/SQL-Abstract/SQL-Abstract-1.71.ebuild b/dev-perl/SQL-Abstract/SQL-Abstract-1.71.ebuild deleted file mode 100644 index 221a466d487a..000000000000 --- a/dev-perl/SQL-Abstract/SQL-Abstract-1.71.ebuild +++ /dev/null @@ -1,30 +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/SQL-Abstract/SQL-Abstract-1.71.ebuild,v 1.1 2010/11/14 19:38:58 tove Exp $ - -EAPI=3 - -#MODULE_AUTHOR="FREW" -#MODULE_AUTHOR="MSTROUT" -MODULE_AUTHOR="RIBASUSHI" -inherit perl-module - -DESCRIPTION="Generate SQL from Perl data structures" - -SLOT="0" -KEYWORDS="~amd64 ~x86 ~ppc-macos ~x86-solaris" -IUSE="test" - -RDEPEND="dev-perl/Class-Accessor-Grouped - >=dev-perl/Getopt-Long-Descriptive-0.086 - dev-perl/Hash-Merge" -DEPEND="${RDEPEND} - test? ( >=dev-perl/Test-Deep-0.106 - dev-perl/Test-Exception - dev-perl/Test-Pod - >=virtual/perl-Test-Simple-0.92 - dev-perl/Test-Warn - >=dev-perl/Clone-0.31 )" -# dev-perl/Test-Pod-Coverage - -SRC_TEST="do" diff --git a/dev-perl/SQL-Statement/ChangeLog b/dev-perl/SQL-Statement/ChangeLog index ef396e13bc07..b7f1e6d8c811 100644 --- a/dev-perl/SQL-Statement/ChangeLog +++ b/dev-perl/SQL-Statement/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/SQL-Statement -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Statement/ChangeLog,v 1.42 2010/12/03 02:09:48 xmw Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Statement/ChangeLog,v 1.43 2011/01/14 16:36:57 tove Exp $ + + 14 Jan 2011; Torsten Veller <tove@gentoo.org> -SQL-Statement-1.25.ebuild: + Cleanup 03 Dec 2010; Michael Weber <xmw@gentoo.org> SQL-Statement-1.25.ebuild, SQL-Statement-1.31.ebuild: diff --git a/dev-perl/SQL-Statement/SQL-Statement-1.25.ebuild b/dev-perl/SQL-Statement/SQL-Statement-1.25.ebuild deleted file mode 100644 index e5a955bcb589..000000000000 --- a/dev-perl/SQL-Statement/SQL-Statement-1.25.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/SQL-Statement/SQL-Statement-1.25.ebuild,v 1.4 2010/12/03 02:09:46 xmw Exp $ - -EAPI=2 - -MODULE_AUTHOR=REHSACK -inherit perl-module - -DESCRIPTION="Small SQL parser and engine" - -SLOT="0" -KEYWORDS="amd64 ~arm ia64 sparc x86" -IUSE="" - -RDEPEND=" - >=dev-perl/Clone-0.30 - >=dev-perl/Params-Util-0.35 - virtual/perl-Scalar-List-Utils" -DEPEND="${RDEPEND}" - -SRC_TEST="do" - -pkg_setup() { - export SQL_STATEMENT_WARN_UPDATE=sure - - if has_version "<=dev-perl/SQL-Statement-1.20" ; then - ewarn "Changes include (1.22):" - ewarn " * behavior for unquoted identifiers modified to lower case them" - ewarn " * IN and BETWEEN operators are supported native" - fi -} diff --git a/dev-perl/SQL-Translator/ChangeLog b/dev-perl/SQL-Translator/ChangeLog index b67f6ba97cc2..5727568110b2 100644 --- a/dev-perl/SQL-Translator/ChangeLog +++ b/dev-perl/SQL-Translator/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/SQL-Translator -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Translator/ChangeLog,v 1.14 2010/12/03 07:48:14 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Translator/ChangeLog,v 1.15 2011/01/14 16:36:15 tove Exp $ + + 14 Jan 2011; Torsten Veller <tove@gentoo.org> -SQL-Translator-0.11006.ebuild: + Cleanup *SQL-Translator-0.11007 (03 Dec 2010) diff --git a/dev-perl/SQL-Translator/SQL-Translator-0.11006.ebuild b/dev-perl/SQL-Translator/SQL-Translator-0.11006.ebuild deleted file mode 100644 index d69301c62773..000000000000 --- a/dev-perl/SQL-Translator/SQL-Translator-0.11006.ebuild +++ /dev/null @@ -1,40 +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/SQL-Translator/SQL-Translator-0.11006.ebuild,v 1.1 2010/06/05 07:40:52 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR="RIBASUSHI" -inherit perl-module - -DESCRIPTION="Convert RDBMS SQL CREATE syntax" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND=">=dev-perl/yaml-0.68 - >=dev-perl/IO-stringy-2.110 - dev-perl/Class-Base - >=dev-perl/Digest-SHA1-2.12 - dev-perl/Class-Accessor - >=dev-perl/Parse-RecDescent-1.962.2 - >=dev-perl/File-ShareDir-1.00 - dev-perl/Class-MakeMethods - >=dev-perl/XML-Writer-0.606 - dev-perl/Carp-Clan - dev-perl/Class-Data-Inheritable - dev-perl/DBI" -DEPEND="${RDEPEND} - test? ( - dev-perl/HTML-Parser - >=dev-perl/XML-LibXML-1.69 - dev-perl/Spreadsheet-ParseExcel - >=dev-perl/Template-Toolkit-2.2 - dev-perl/Test-Exception - dev-perl/Test-Differences - dev-perl/Test-Pod - )" - -SRC_TEST=do |