diff options
author | Torsten Veller <tove@gentoo.org> | 2009-05-01 21:21:45 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-05-01 21:21:45 +0000 |
commit | 38283a052f1d11eaa9752b3077a6e9049b5891e5 (patch) | |
tree | 9f9e1e907fe819802a8c56d192e4a73b1085cd30 | |
parent | Rename "wxwindows" USE flag to "wxwidgets". (diff) | |
download | historical-38283a052f1d11eaa9752b3077a6e9049b5891e5.tar.gz historical-38283a052f1d11eaa9752b3077a6e9049b5891e5.tar.bz2 historical-38283a052f1d11eaa9752b3077a6e9049b5891e5.zip |
Cleanup
Package-Manager: portage-2.2_rc31/cvs/Linux i686
67 files changed, 102 insertions, 1139 deletions
diff --git a/dev-perl/CGI-Session/CGI-Session-4.39.ebuild b/dev-perl/CGI-Session/CGI-Session-4.39.ebuild deleted file mode 100644 index 79f061050852..000000000000 --- a/dev-perl/CGI-Session/CGI-Session-4.39.ebuild +++ /dev/null @@ -1,26 +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/CGI-Session/CGI-Session-4.39.ebuild,v 1.1 2008/12/16 15:28:36 tove Exp $ - -inherit perl-module - -DESCRIPTION="persistent session data in CGI applications " -HOMEPAGE="http://search.cpan.org/~sherzodr" -SRC_URI="mirror://cpan/authors/id/M/MA/MARKSTOS/${P}.tar.gz" - -LICENSE="Artistic" -SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" -IUSE="test" - -SRC_TEST="do" - -RDEPEND="virtual/perl-Digest-MD5 - virtual/perl-Scalar-List-Utils - >=virtual/perl-CGI-3.26 - dev-lang/perl" -DEPEND="${RDEPEND} - virtual/perl-Module-Build - test? ( virtual/perl-Test-Simple - dev-perl/Cgi-Simple - dev-perl/Test-Pod )" diff --git a/dev-perl/CGI-Session/CGI-Session-4.40.ebuild b/dev-perl/CGI-Session/CGI-Session-4.40.ebuild deleted file mode 100644 index b743f3d9daf4..000000000000 --- a/dev-perl/CGI-Session/CGI-Session-4.40.ebuild +++ /dev/null @@ -1,25 +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/CGI-Session/CGI-Session-4.40.ebuild,v 1.1 2009/01/04 10:25:34 tove Exp $ - -MODULE_AUTHOR=MARKSTOS -inherit perl-module - -DESCRIPTION="persistent session data in CGI applications " - -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" -IUSE="test" - -RDEPEND="virtual/perl-Digest-MD5 - virtual/perl-Scalar-List-Utils - >=virtual/perl-CGI-3.26 - dev-lang/perl" -DEPEND="${RDEPEND} - virtual/perl-Module-Build - test? ( virtual/perl-Test-Simple - dev-perl/Cgi-Simple - dev-perl/Test-Pod )" - -SRC_TEST="do" diff --git a/dev-perl/CGI-Session/ChangeLog b/dev-perl/CGI-Session/ChangeLog index b0a5860660c2..5cc9a1085f85 100644 --- a/dev-perl/CGI-Session/ChangeLog +++ b/dev-perl/CGI-Session/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/CGI-Session # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/CGI-Session/ChangeLog,v 1.31 2009/03/21 20:38:59 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/CGI-Session/ChangeLog,v 1.32 2009/05/01 20:48:13 tove Exp $ + + 01 May 2009; Torsten Veller <tove@gentoo.org> -CGI-Session-4.39.ebuild, + -CGI-Session-4.40.ebuild: + Cleanup *CGI-Session-4.41 (21 Mar 2009) diff --git a/dev-perl/Cgi-Simple/Cgi-Simple-1.1.06.ebuild b/dev-perl/Cgi-Simple/Cgi-Simple-1.1.06.ebuild deleted file mode 100644 index 53366a438266..000000000000 --- a/dev-perl/Cgi-Simple/Cgi-Simple-1.1.06.ebuild +++ /dev/null @@ -1,24 +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/Cgi-Simple/Cgi-Simple-1.1.06.ebuild,v 1.2 2008/11/18 14:30:35 tove Exp $ - -MODULE_AUTHOR=ANDYA -inherit versionator perl-module - -MY_P="CGI-Simple-$(delete_version_separator 2)" -S=${WORKDIR}/${MY_P} - -DESCRIPTION="A Simple totally OO CGI interface that is CGI.pm compliant" -SRC_URI="mirror://cpan/authors/id/A/AN/ANDYA/${MY_P}.tar.gz" - -SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="" - -RDEPEND="dev-lang/perl - virtual/perl-version" -DEPEND="${RDEPEND} - virtual/perl-Module-Build" - -SRC_TEST="do" diff --git a/dev-perl/Cgi-Simple/Cgi-Simple-1.1.08.ebuild b/dev-perl/Cgi-Simple/Cgi-Simple-1.1.08.ebuild deleted file mode 100644 index a40017e3951d..000000000000 --- a/dev-perl/Cgi-Simple/Cgi-Simple-1.1.08.ebuild +++ /dev/null @@ -1,27 +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/Cgi-Simple/Cgi-Simple-1.1.08.ebuild,v 1.1 2009/03/14 10:11:52 tove Exp $ - -EAPI=2 - -inherit versionator -MY_PN=CGI-Simple -MY_P=${MY_PN}-$(delete_version_separator 2) -MODULE_AUTHOR=ANDYA -inherit perl-module - -DESCRIPTION="A Simple totally OO CGI interface that is CGI.pm compliant" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="test" - -RDEPEND="" -DEPEND="virtual/perl-Module-Build - test? ( dev-perl/libwww-perl - dev-perl/Test-Pod - dev-perl/Test-Pod-Coverage )" - -S=${WORKDIR}/${MY_P} - -SRC_TEST="do" diff --git a/dev-perl/Cgi-Simple/ChangeLog b/dev-perl/Cgi-Simple/ChangeLog index e7cc94f29074..394f46fb6ea3 100644 --- a/dev-perl/Cgi-Simple/ChangeLog +++ b/dev-perl/Cgi-Simple/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Cgi-Simple # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Cgi-Simple/ChangeLog,v 1.48 2009/04/17 20:37:04 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Cgi-Simple/ChangeLog,v 1.49 2009/05/01 20:49:40 tove Exp $ + + 01 May 2009; Torsten Veller <tove@gentoo.org> -Cgi-Simple-1.1.06.ebuild, + -Cgi-Simple-1.1.08.ebuild: + Cleanup *Cgi-Simple-1.1.09 (17 Apr 2009) diff --git a/dev-perl/Class-C3-XS/ChangeLog b/dev-perl/Class-C3-XS/ChangeLog index 167a59199f0d..d73d303bfb9f 100644 --- a/dev-perl/Class-C3-XS/ChangeLog +++ b/dev-perl/Class-C3-XS/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Class-C3-XS # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-C3-XS/ChangeLog,v 1.3 2009/04/01 08:24:07 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-C3-XS/ChangeLog,v 1.4 2009/05/01 20:51:00 tove Exp $ + + 01 May 2009; Torsten Veller <tove@gentoo.org> -Class-C3-XS-0.08.ebuild, + -Class-C3-XS-0.09.ebuild: + Cleanup *Class-C3-XS-0.11 (01 Apr 2009) diff --git a/dev-perl/Class-C3-XS/Class-C3-XS-0.08.ebuild b/dev-perl/Class-C3-XS/Class-C3-XS-0.08.ebuild deleted file mode 100644 index 85ef5961c2d5..000000000000 --- a/dev-perl/Class-C3-XS/Class-C3-XS-0.08.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/Class-C3-XS/Class-C3-XS-0.08.ebuild,v 1.1 2009/01/14 10:08:13 tove Exp $ - -MODULE_AUTHOR=BLBLACK -inherit perl-module - -DESCRIPTION="XS speedups for Class::C3" - -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND="dev-lang/perl" -DEPEND="${RDEPEND} - test? ( dev-perl/Test-Pod )" - -SRC_TEST=do diff --git a/dev-perl/Class-C3-XS/Class-C3-XS-0.09.ebuild b/dev-perl/Class-C3-XS/Class-C3-XS-0.09.ebuild deleted file mode 100644 index 30d09451a468..000000000000 --- a/dev-perl/Class-C3-XS/Class-C3-XS-0.09.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/Class-C3-XS/Class-C3-XS-0.09.ebuild,v 1.1 2009/03/25 10:28:03 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=FLORA -inherit perl-module - -DESCRIPTION="XS speedups for Class::C3" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND="" -DEPEND="${RDEPEND} - test? ( dev-perl/Test-Pod )" - -SRC_TEST=do diff --git a/dev-perl/Class-MOP/ChangeLog b/dev-perl/Class-MOP/ChangeLog index 7d550ecf9a2e..4110c9fcc261 100644 --- a/dev-perl/Class-MOP/ChangeLog +++ b/dev-perl/Class-MOP/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Class-MOP # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-MOP/ChangeLog,v 1.11 2009/04/27 18:44:42 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-MOP/ChangeLog,v 1.12 2009/05/01 20:51:54 tove Exp $ + + 01 May 2009; Torsten Veller <tove@gentoo.org> -Class-MOP-0.81.ebuild, + -Class-MOP-0.82.ebuild: + Cleanup *Class-MOP-0.83 (27 Apr 2009) diff --git a/dev-perl/Class-MOP/Class-MOP-0.81.ebuild b/dev-perl/Class-MOP/Class-MOP-0.81.ebuild deleted file mode 100644 index 2e4e950a8b81..000000000000 --- a/dev-perl/Class-MOP/Class-MOP-0.81.ebuild +++ /dev/null @@ -1,28 +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/Class-MOP/Class-MOP-0.81.ebuild,v 1.1 2009/04/10 09:13:16 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=DROLSKY -inherit perl-module - -DESCRIPTION="A Meta Object Protocol for Perl 5" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND=" - >=virtual/perl-Scalar-List-Utils-1.18 - >=dev-perl/Sub-Name-0.04 - >=dev-perl/Sub-Identify-0.03 - >=dev-perl/MRO-Compat-0.05 - dev-perl/Devel-GlobalDestruction - dev-perl/Task-Weaken" -DEPEND="${RDEPEND} - virtual/perl-ExtUtils-CBuilder - test? ( virtual/perl-Test-Simple - dev-perl/Test-Exception )" - -SRC_TEST=do diff --git a/dev-perl/Class-MOP/Class-MOP-0.82.ebuild b/dev-perl/Class-MOP/Class-MOP-0.82.ebuild deleted file mode 100644 index 1614a4cbd731..000000000000 --- a/dev-perl/Class-MOP/Class-MOP-0.82.ebuild +++ /dev/null @@ -1,28 +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/Class-MOP/Class-MOP-0.82.ebuild,v 1.1 2009/04/21 16:45:56 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=DROLSKY -inherit perl-module - -DESCRIPTION="A Meta Object Protocol for Perl 5" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND=" - >=virtual/perl-Scalar-List-Utils-1.18 - >=dev-perl/Sub-Name-0.04 - >=dev-perl/Sub-Identify-0.03 - >=dev-perl/MRO-Compat-0.05 - dev-perl/Devel-GlobalDestruction - dev-perl/Task-Weaken" -DEPEND="${RDEPEND} - virtual/perl-ExtUtils-CBuilder - test? ( virtual/perl-Test-Simple - dev-perl/Test-Exception )" - -SRC_TEST=do diff --git a/dev-perl/DateTime-TimeZone/ChangeLog b/dev-perl/DateTime-TimeZone/ChangeLog index a9e422e39712..feadd2407b5b 100644 --- a/dev-perl/DateTime-TimeZone/ChangeLog +++ b/dev-perl/DateTime-TimeZone/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/DateTime-TimeZone # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-TimeZone/ChangeLog,v 1.100 2009/04/27 18:52:57 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-TimeZone/ChangeLog,v 1.101 2009/05/01 20:56:38 tove Exp $ + + 01 May 2009; Torsten Veller <tove@gentoo.org> + -DateTime-TimeZone-0.83.01.ebuild, -DateTime-TimeZone-0.84.ebuild, + -DateTime-TimeZone-0.85.ebuild, -DateTime-TimeZone-0.86.ebuild, + -DateTime-TimeZone-0.88.ebuild: + Cleanup *DateTime-TimeZone-0.90 (27 Apr 2009) diff --git a/dev-perl/DateTime-TimeZone/DateTime-TimeZone-0.83.01.ebuild b/dev-perl/DateTime-TimeZone/DateTime-TimeZone-0.83.01.ebuild deleted file mode 100644 index 1178f8e7b72a..000000000000 --- a/dev-perl/DateTime-TimeZone/DateTime-TimeZone-0.83.01.ebuild +++ /dev/null @@ -1,23 +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/DateTime-TimeZone/DateTime-TimeZone-0.83.01.ebuild,v 1.1 2008/12/08 03:26:10 robbat2 Exp $ - -inherit versionator -MY_P=${PN}-$(delete_version_separator 2) -MODULE_AUTHOR=DROLSKY -S=${WORKDIR}/${MY_P} -inherit perl-module - -DESCRIPTION="Time zone object base class and factory" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="" -SRC_TEST="do" - -RDEPEND=">=dev-perl/Params-Validate-0.72 - >=dev-perl/Class-Singleton-1.03 - dev-lang/perl" -DEPEND="${RDEPEND} - >=virtual/perl-Module-Build-0.28" diff --git a/dev-perl/DateTime-TimeZone/DateTime-TimeZone-0.84.ebuild b/dev-perl/DateTime-TimeZone/DateTime-TimeZone-0.84.ebuild deleted file mode 100644 index a1ec2839f516..000000000000 --- a/dev-perl/DateTime-TimeZone/DateTime-TimeZone-0.84.ebuild +++ /dev/null @@ -1,24 +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/DateTime-TimeZone/DateTime-TimeZone-0.84.ebuild,v 1.1 2009/01/23 08:17:33 tove Exp $ - -inherit versionator -MY_P=${PN}-$(delete_version_separator 2) -MODULE_AUTHOR=DROLSKY -S=${WORKDIR}/${MY_P} -inherit perl-module - -DESCRIPTION="Time zone object base class and factory" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="" - -RDEPEND=">=dev-perl/Params-Validate-0.72 - >=dev-perl/Class-Singleton-1.03 - dev-lang/perl" -DEPEND="${RDEPEND} - >=virtual/perl-Module-Build-0.28" - -SRC_TEST="do" diff --git a/dev-perl/DateTime-TimeZone/DateTime-TimeZone-0.85.ebuild b/dev-perl/DateTime-TimeZone/DateTime-TimeZone-0.85.ebuild deleted file mode 100644 index 2fde5f755ae9..000000000000 --- a/dev-perl/DateTime-TimeZone/DateTime-TimeZone-0.85.ebuild +++ /dev/null @@ -1,24 +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/DateTime-TimeZone/DateTime-TimeZone-0.85.ebuild,v 1.1 2009/03/16 21:43:42 tove Exp $ - -EAPI=2 - -inherit versionator -MY_P=${PN}-$(delete_version_separator 2) -MODULE_AUTHOR=DROLSKY -S=${WORKDIR}/${MY_P} -inherit perl-module - -DESCRIPTION="Time zone object base class and factory" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="" - -RDEPEND=">=dev-perl/Params-Validate-0.72 - >=dev-perl/Class-Singleton-1.03" -DEPEND="${RDEPEND} - >=virtual/perl-Module-Build-0.28" - -SRC_TEST="do" diff --git a/dev-perl/DateTime-TimeZone/DateTime-TimeZone-0.86.ebuild b/dev-perl/DateTime-TimeZone/DateTime-TimeZone-0.86.ebuild deleted file mode 100644 index 748c31103b9d..000000000000 --- a/dev-perl/DateTime-TimeZone/DateTime-TimeZone-0.86.ebuild +++ /dev/null @@ -1,24 +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/DateTime-TimeZone/DateTime-TimeZone-0.86.ebuild,v 1.1 2009/03/23 18:56:40 tove Exp $ - -EAPI=2 - -inherit versionator -MY_P=${PN}-$(delete_version_separator 2) -MODULE_AUTHOR=DROLSKY -S=${WORKDIR}/${MY_P} -inherit perl-module - -DESCRIPTION="Time zone object base class and factory" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="" - -RDEPEND=">=dev-perl/Params-Validate-0.72 - >=dev-perl/Class-Singleton-1.03" -DEPEND="${RDEPEND} - >=virtual/perl-Module-Build-0.28" - -SRC_TEST="do" diff --git a/dev-perl/DateTime-TimeZone/DateTime-TimeZone-0.88.ebuild b/dev-perl/DateTime-TimeZone/DateTime-TimeZone-0.88.ebuild deleted file mode 100644 index fe7bf52fd5f8..000000000000 --- a/dev-perl/DateTime-TimeZone/DateTime-TimeZone-0.88.ebuild +++ /dev/null @@ -1,24 +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/DateTime-TimeZone/DateTime-TimeZone-0.88.ebuild,v 1.1 2009/04/07 04:26:13 tove Exp $ - -EAPI=2 - -inherit versionator -MY_P=${PN}-$(delete_version_separator 2) -MODULE_AUTHOR=DROLSKY -S=${WORKDIR}/${MY_P} -inherit perl-module - -DESCRIPTION="Time zone object base class and factory" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="" - -RDEPEND=">=dev-perl/Params-Validate-0.72 - >=dev-perl/Class-Singleton-1.03" -DEPEND="${RDEPEND} - >=virtual/perl-Module-Build-0.28" - -SRC_TEST="do" diff --git a/dev-perl/File-HomeDir/ChangeLog b/dev-perl/File-HomeDir/ChangeLog index 70a44d922034..32433c8e6fb4 100644 --- a/dev-perl/File-HomeDir/ChangeLog +++ b/dev-perl/File-HomeDir/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/File-HomeDir # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-HomeDir/ChangeLog,v 1.48 2009/03/28 09:16:47 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-HomeDir/ChangeLog,v 1.49 2009/05/01 20:59:25 tove Exp $ + + 01 May 2009; Torsten Veller <tove@gentoo.org> -File-HomeDir-0.82.ebuild, + -File-HomeDir-0.84.ebuild: + Cleanup *File-HomeDir-0.86 (28 Mar 2009) diff --git a/dev-perl/File-HomeDir/File-HomeDir-0.82.ebuild b/dev-perl/File-HomeDir/File-HomeDir-0.82.ebuild deleted file mode 100644 index acdc721e01be..000000000000 --- a/dev-perl/File-HomeDir/File-HomeDir-0.82.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/File-HomeDir/File-HomeDir-0.82.ebuild,v 1.2 2008/10/27 16:19:59 aballier Exp $ - -MODULE_AUTHOR=ADAMK -inherit perl-module - -DESCRIPTION="Get home directory for self or other user" - -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="" - -SRC_TEST="do" - -DEPEND="virtual/perl-File-Spec - dev-lang/perl" diff --git a/dev-perl/File-HomeDir/File-HomeDir-0.84.ebuild b/dev-perl/File-HomeDir/File-HomeDir-0.84.ebuild deleted file mode 100644 index 0ada931ab915..000000000000 --- a/dev-perl/File-HomeDir/File-HomeDir-0.84.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/File-HomeDir/File-HomeDir-0.84.ebuild,v 1.1 2009/03/12 17:44:07 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=ADAMK -inherit perl-module - -DESCRIPTION="Get home directory for self or other user" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="" - -DEPEND="virtual/perl-File-Spec" - -SRC_TEST="do" diff --git a/dev-perl/IO-Socket-SSL/ChangeLog b/dev-perl/IO-Socket-SSL/ChangeLog index d41896bf2cbd..5a8cb0a262be 100644 --- a/dev-perl/IO-Socket-SSL/ChangeLog +++ b/dev-perl/IO-Socket-SSL/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/IO-Socket-SSL # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Socket-SSL/ChangeLog,v 1.103 2009/04/03 18:46:45 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Socket-SSL/ChangeLog,v 1.104 2009/05/01 21:01:32 tove Exp $ + + 01 May 2009; Torsten Veller <tove@gentoo.org> -IO-Socket-SSL-1.20.ebuild, + -IO-Socket-SSL-1.23.ebuild: + Cleanup *IO-Socket-SSL-1.24 (03 Apr 2009) diff --git a/dev-perl/IO-Socket-SSL/IO-Socket-SSL-1.20.ebuild b/dev-perl/IO-Socket-SSL/IO-Socket-SSL-1.20.ebuild deleted file mode 100644 index 53be2ef7b138..000000000000 --- a/dev-perl/IO-Socket-SSL/IO-Socket-SSL-1.20.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/IO-Socket-SSL/IO-Socket-SSL-1.20.ebuild,v 1.1 2009/01/16 10:37:32 robbat2 Exp $ - -MODULE_AUTHOR=SULLR -inherit perl-module - -DESCRIPTION="Nearly transparent SSL encapsulation for IO::Socket::INET" - -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" -IUSE="" - -DEPEND="dev-lang/perl - >=dev-perl/Net-SSLeay-1.33 - virtual/perl-Scalar-List-Utils - dev-perl/Net-LibIDN" - -SRC_TEST="do" diff --git a/dev-perl/IO-Socket-SSL/IO-Socket-SSL-1.23.ebuild b/dev-perl/IO-Socket-SSL/IO-Socket-SSL-1.23.ebuild deleted file mode 100644 index b2550cd1aea8..000000000000 --- a/dev-perl/IO-Socket-SSL/IO-Socket-SSL-1.23.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/IO-Socket-SSL/IO-Socket-SSL-1.23.ebuild,v 1.1 2009/02/24 03:47:38 robbat2 Exp $ - -MODULE_AUTHOR=SULLR -inherit perl-module - -DESCRIPTION="Nearly transparent SSL encapsulation for IO::Socket::INET" - -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" -IUSE="" - -DEPEND="dev-lang/perl - >=dev-perl/Net-SSLeay-1.33 - virtual/perl-Scalar-List-Utils - dev-perl/Net-LibIDN" - -SRC_TEST="do" diff --git a/dev-perl/Mail-IMAPClient/ChangeLog b/dev-perl/Mail-IMAPClient/ChangeLog index 05ceaf239dbe..e766da502bf9 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-IMAPClient/ChangeLog,v 1.32 2009/04/06 18:38:52 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-IMAPClient/ChangeLog,v 1.33 2009/05/01 21:02:43 tove Exp $ + + 01 May 2009; Torsten Veller <tove@gentoo.org> + -Mail-IMAPClient-3.14.ebuild, -Mail-IMAPClient-3.15.ebuild: + Cleanup *Mail-IMAPClient-3.16 (06 Apr 2009) diff --git a/dev-perl/Mail-IMAPClient/Mail-IMAPClient-3.14.ebuild b/dev-perl/Mail-IMAPClient/Mail-IMAPClient-3.14.ebuild deleted file mode 100644 index c69fe5d0bf44..000000000000 --- a/dev-perl/Mail-IMAPClient/Mail-IMAPClient-3.14.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/Mail-IMAPClient/Mail-IMAPClient-3.14.ebuild,v 1.1 2009/02/16 20:56:52 tove Exp $ - -MODULE_AUTHOR=MARKOV -inherit perl-module eutils - -DESCRIPTION="IMAP client module for Perl" - -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="test" - -RDEPEND=">=virtual/perl-libnet-1.0703 - >=dev-perl/Parse-RecDescent-1.94 - dev-perl/Digest-HMAC - dev-lang/perl" -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/Mail-IMAPClient/Mail-IMAPClient-3.15.ebuild b/dev-perl/Mail-IMAPClient/Mail-IMAPClient-3.15.ebuild deleted file mode 100644 index eb917b710f6c..000000000000 --- a/dev-perl/Mail-IMAPClient/Mail-IMAPClient-3.15.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/Mail-IMAPClient/Mail-IMAPClient-3.15.ebuild,v 1.1 2009/03/20 20:52:38 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=MARKOV -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=">=virtual/perl-libnet-1.0703 - >=dev-perl/Parse-RecDescent-1.94 - dev-perl/Digest-HMAC" -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/Moose/ChangeLog b/dev-perl/Moose/ChangeLog index ad8862e5c66a..a4f10a3753ac 100644 --- a/dev-perl/Moose/ChangeLog +++ b/dev-perl/Moose/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Moose # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Moose/ChangeLog,v 1.12 2009/04/27 18:43:49 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Moose/ChangeLog,v 1.13 2009/05/01 21:03:26 tove Exp $ + + 01 May 2009; Torsten Veller <tove@gentoo.org> -Moose-0.74.ebuild, + -Moose-0.75.ebuild: + Cleanup *Moose-0.76 (27 Apr 2009) diff --git a/dev-perl/Moose/Moose-0.74.ebuild b/dev-perl/Moose/Moose-0.74.ebuild deleted file mode 100644 index 1f9abf059bce..000000000000 --- a/dev-perl/Moose/Moose-0.74.ebuild +++ /dev/null @@ -1,30 +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/Moose/Moose-0.74.ebuild,v 1.2 2009/04/19 13:15:40 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=DROLSKY -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-0.81 - >=dev-perl/List-MoreUtils-0.12 - >=dev-perl/Sub-Exporter-0.972 - dev-perl/Task-Weaken" -DEPEND="${RDEPEND} - test? ( >=virtual/perl-Test-Simple-0.77 - >=dev-perl/Test-Exception-0.21 - dev-perl/Test-LongString - >=dev-perl/Test-Warn-0.11 - dev-perl/Test-Deep - dev-perl/Module-Refresh )" - -SRC_TEST=do diff --git a/dev-perl/Moose/Moose-0.75.ebuild b/dev-perl/Moose/Moose-0.75.ebuild deleted file mode 100644 index 2dc4ac0c413b..000000000000 --- a/dev-perl/Moose/Moose-0.75.ebuild +++ /dev/null @@ -1,30 +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/Moose/Moose-0.75.ebuild,v 1.1 2009/04/21 16:43:43 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=DROLSKY -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-0.81 - >=dev-perl/List-MoreUtils-0.12 - >=dev-perl/Sub-Exporter-0.972 - dev-perl/Task-Weaken" -DEPEND="${RDEPEND} - test? ( >=virtual/perl-Test-Simple-0.77 - >=dev-perl/Test-Exception-0.21 - dev-perl/Test-LongString - >=dev-perl/Test-Warn-0.11 - dev-perl/Test-Deep - dev-perl/Module-Refresh )" - -SRC_TEST=do diff --git a/dev-perl/POE/ChangeLog b/dev-perl/POE/ChangeLog index 3a4bec752ec7..e6f9b791ac64 100644 --- a/dev-perl/POE/ChangeLog +++ b/dev-perl/POE/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/POE # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/POE/ChangeLog,v 1.85 2009/04/21 17:20:09 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/POE/ChangeLog,v 1.86 2009/05/01 21:04:52 tove Exp $ + + 01 May 2009; Torsten Veller <tove@gentoo.org> -POE-0.99.89.ebuild, + -POE-1.003.ebuild, -POE-1.004.ebuild: + Cleanup *POE-1.005 (21 Apr 2009) diff --git a/dev-perl/POE/POE-0.99.89.ebuild b/dev-perl/POE/POE-0.99.89.ebuild deleted file mode 100644 index 975b2815a5af..000000000000 --- a/dev-perl/POE/POE-0.99.89.ebuild +++ /dev/null @@ -1,38 +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/POE/POE-0.99.89.ebuild,v 1.7 2008/11/18 15:22:08 tove Exp $ - -IUSE="ipv6 libwww ncurses tk" - -inherit versionator perl-module -MY_P="${PN}-$(delete_version_separator 2)" -S=${WORKDIR}/${MY_P} - -DESCRIPTION="A framework for creating multitasking programs in Perl" -HOMEPAGE="http://search.cpan.org/~rcaputo/${MY_P}/" -SRC_URI="mirror://cpan/authors/id/R/RC/RCAPUTO/${MY_P}.tar.gz" - -SLOT="0" -LICENSE="as-is" -KEYWORDS="amd64 ppc sparc x86" - -DEPEND="dev-perl/ExtUtils-AutoInstall - >=dev-perl/Event-1.00 - >=virtual/perl-Time-HiRes-1.59 - >=virtual/perl-Compress-Zlib-1.33 - >=virtual/perl-Storable-2.12 - >=dev-perl/IO-Tty-1.02 - perl-core/Filter - >=virtual/perl-File-Spec-0.87 - >=virtual/perl-Test-Harness-2.26 - dev-perl/FreezeThaw - >=virtual/perl-Test-Simple-0.54 - >=dev-perl/TermReadKey-2.21 - 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 ) - dev-lang/perl" - -mymake="/usr" diff --git a/dev-perl/POE/POE-1.003.ebuild b/dev-perl/POE/POE-1.003.ebuild deleted file mode 100644 index 1fe3678141d3..000000000000 --- a/dev-perl/POE/POE-1.003.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/POE/POE-1.003.ebuild,v 1.3 2009/01/09 21:25:39 josejx Exp $ - -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" - -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="ipv6 libwww ncurses tk" - -DEPEND="dev-lang/perl - >=dev-perl/Event-1.09 - >=virtual/perl-File-Spec-0.87 - >=virtual/perl-IO-1.23.01 - >=virtual/perl-Compress-Zlib-1.33 - >=virtual/perl-Storable-2.12 - >=dev-perl/IO-Tty-1.02 - perl-core/Filter - >=virtual/perl-Test-Harness-2.26 - dev-perl/FreezeThaw - dev-perl/yaml - >=virtual/perl-Test-Simple-0.54 - >=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 )" - -mymake="/usr" diff --git a/dev-perl/POE/POE-1.004.ebuild b/dev-perl/POE/POE-1.004.ebuild deleted file mode 100644 index 718899b430f0..000000000000 --- a/dev-perl/POE/POE-1.004.ebuild +++ /dev/null @@ -1,37 +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/POE-1.004.ebuild,v 1.1 2009/04/03 20:42:50 tove Exp $ - -EAPI=2 - -inherit versionator -MODULE_AUTHOR=RCAPUTO -MY_P="${PN}-$(delete_version_separator 2)" -inherit perl-module - -DESCRIPTION="A framework for creating multitasking programs in Perl" - -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="ipv6 libwww ncurses tk" - -DEPEND=">=dev-perl/Event-1.09 - >=virtual/perl-File-Spec-0.87 - >=virtual/perl-IO-1.23.01 - >=virtual/perl-Compress-Zlib-1.33 - >=virtual/perl-Storable-2.12 - >=dev-perl/IO-Tty-1.08 - perl-core/Filter - >=virtual/perl-Test-Harness-2.26 - dev-perl/FreezeThaw - dev-perl/yaml - >=virtual/perl-Test-Simple-0.54 - >=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 )" - -S=${WORKDIR}/${MY_P} diff --git a/dev-perl/Proc-Simple/ChangeLog b/dev-perl/Proc-Simple/ChangeLog index 0602ca844a89..56b4450f07d2 100644 --- a/dev-perl/Proc-Simple/ChangeLog +++ b/dev-perl/Proc-Simple/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Proc-Simple # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Proc-Simple/ChangeLog,v 1.23 2009/03/20 15:52:56 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Proc-Simple/ChangeLog,v 1.24 2009/05/01 21:06:16 tove Exp $ + + 01 May 2009; Torsten Veller <tove@gentoo.org> -Proc-Simple-1.21.ebuild, + -Proc-Simple-1.23.ebuild: + Cleanup *Proc-Simple-1.24 (20 Mar 2009) diff --git a/dev-perl/Proc-Simple/Proc-Simple-1.21.ebuild b/dev-perl/Proc-Simple/Proc-Simple-1.21.ebuild deleted file mode 100644 index 7b9e4f8dbe02..000000000000 --- a/dev-perl/Proc-Simple/Proc-Simple-1.21.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Proc-Simple/Proc-Simple-1.21.ebuild,v 1.13 2007/07/10 23:33:28 mr_bones_ Exp $ - -inherit perl-module - -DESCRIPTION="Perl Proc-Simple - Launch and control background processes." -HOMEPAGE="http://search.cpan.org/~mschilli/" -SRC_URI="mirror://cpan/authors/id/M/MS/MSCHILLI/${P}.tar.gz" -LICENSE="Artistic" -SLOT="0" -KEYWORDS="amd64 ia64 ppc sparc x86" -IUSE="" - -SRC_TEST="do" - -DEPEND="dev-lang/perl" diff --git a/dev-perl/Proc-Simple/Proc-Simple-1.23.ebuild b/dev-perl/Proc-Simple/Proc-Simple-1.23.ebuild deleted file mode 100644 index 1cecb0779bb2..000000000000 --- a/dev-perl/Proc-Simple/Proc-Simple-1.23.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Proc-Simple/Proc-Simple-1.23.ebuild,v 1.1 2008/07/22 09:53:26 tove Exp $ - -MODULE_AUTHOR=MSCHILLI -inherit perl-module - -DESCRIPTION="Perl Proc-Simple - Launch and control background processes." -LICENSE="Artistic" -SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" -IUSE="" - -SRC_TEST="do" - -DEPEND="dev-lang/perl" diff --git a/dev-perl/SQL-Abstract/ChangeLog b/dev-perl/SQL-Abstract/ChangeLog index 9759983039d0..d6bd2274d351 100644 --- a/dev-perl/SQL-Abstract/ChangeLog +++ b/dev-perl/SQL-Abstract/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/SQL-Abstract # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Abstract/ChangeLog,v 1.21 2009/05/01 11:04:11 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Abstract/ChangeLog,v 1.22 2009/05/01 21:07:43 tove Exp $ + + 01 May 2009; Torsten Veller <tove@gentoo.org> -SQL-Abstract-1.20.ebuild, + -SQL-Abstract-1.24.ebuild, -SQL-Abstract-1.50.ebuild, + -SQL-Abstract-1.51.ebuild: + Cleanup *SQL-Abstract-1.53 (01 May 2009) diff --git a/dev-perl/SQL-Abstract/SQL-Abstract-1.20.ebuild b/dev-perl/SQL-Abstract/SQL-Abstract-1.20.ebuild deleted file mode 100644 index 7bac6f328890..000000000000 --- a/dev-perl/SQL-Abstract/SQL-Abstract-1.20.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Abstract/SQL-Abstract-1.20.ebuild,v 1.7 2007/01/08 17:22:05 mcummings Exp $ - -inherit perl-module -SRC_TEST="do" - -DESCRIPTION="Generate SQL from Perl data structures" -HOMEPAGE="http://search.cpan.org/~nwiger/SQL-Abstract-1.20/" -SRC_URI="mirror://cpan/authors/id/N/NW/NWIGER/${P}.tar.gz" - -LICENSE="Artistic" -SLOT="0" -KEYWORDS="ia64 ~ppc x86" -IUSE="" - -DEPEND="dev-lang/perl" diff --git a/dev-perl/SQL-Abstract/SQL-Abstract-1.24.ebuild b/dev-perl/SQL-Abstract/SQL-Abstract-1.24.ebuild deleted file mode 100644 index 0bc2885a4314..000000000000 --- a/dev-perl/SQL-Abstract/SQL-Abstract-1.24.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Abstract/SQL-Abstract-1.24.ebuild,v 1.1 2008/12/08 01:59:56 robbat2 Exp $ - -MODULE_AUTHOR="MSTROUT" -inherit perl-module -SRC_TEST="do" - -DESCRIPTION="Generate SQL from Perl data structures" - -LICENSE="Artistic" -SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~x86" -IUSE="" - -DEPEND="dev-lang/perl" diff --git a/dev-perl/SQL-Abstract/SQL-Abstract-1.50.ebuild b/dev-perl/SQL-Abstract/SQL-Abstract-1.50.ebuild deleted file mode 100644 index 944b5396a2f7..000000000000 --- a/dev-perl/SQL-Abstract/SQL-Abstract-1.50.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/SQL-Abstract/SQL-Abstract-1.50.ebuild,v 1.2 2009/03/16 09:25:13 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR="MSTROUT" -inherit perl-module - -DESCRIPTION="Generate SQL from Perl data structures" - -SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~x86" -IUSE="test" - -RDEPEND="dev-perl/Test-Deep" -DEPEND="${RDEPEND} - test? ( dev-perl/Test-Exception - dev-perl/Test-Warn )" - -SRC_TEST="do" - -src_prepare() { - rm "${S}/lib/SQL/.Abstract.pm.swp" || die - sed -i "/^lib\/SQL\/\.Abstract\.pm\.swp/d" "${S}/MANIFEST" || die -} diff --git a/dev-perl/SQL-Abstract/SQL-Abstract-1.51.ebuild b/dev-perl/SQL-Abstract/SQL-Abstract-1.51.ebuild deleted file mode 100644 index db256c66b499..000000000000 --- a/dev-perl/SQL-Abstract/SQL-Abstract-1.51.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/SQL-Abstract/SQL-Abstract-1.51.ebuild,v 1.1 2009/04/19 13:01:07 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR="MSTROUT" -inherit perl-module - -DESCRIPTION="Generate SQL from Perl data structures" - -SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~x86" -IUSE="test" - -RDEPEND="dev-perl/Test-Deep" -DEPEND="${RDEPEND} - test? ( dev-perl/Test-Exception - dev-perl/Test-Warn )" - -SRC_TEST="do" diff --git a/dev-perl/Sys-Statistics-Linux/ChangeLog b/dev-perl/Sys-Statistics-Linux/ChangeLog index 5ef3f3b082dd..9ffac9634786 100644 --- a/dev-perl/Sys-Statistics-Linux/ChangeLog +++ b/dev-perl/Sys-Statistics-Linux/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Sys-Statistics-Linux # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Statistics-Linux/ChangeLog,v 1.35 2009/04/29 21:06:32 tcunha Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Statistics-Linux/ChangeLog,v 1.36 2009/05/01 21:08:44 tove Exp $ + + 01 May 2009; Torsten Veller <tove@gentoo.org> + -Sys-Statistics-Linux-0.34.ebuild, -Sys-Statistics-Linux-0.48.ebuild: + Cleanup 29 Apr 2009; Tiago Cunha <tcunha@gentoo.org> Sys-Statistics-Linux-0.49.ebuild: diff --git a/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.34.ebuild b/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.34.ebuild deleted file mode 100644 index 7e1d17e6a197..000000000000 --- a/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.34.ebuild +++ /dev/null @@ -1,22 +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/Sys-Statistics-Linux/Sys-Statistics-Linux-0.34.ebuild,v 1.4 2008/11/18 15:32:31 tove Exp $ - -inherit perl-module - -DESCRIPTION="Collect linux system statistics" -HOMEPAGE="http://search.cpan.org/~bloonix/" -SRC_URI="mirror://cpan/authors/id/B/BL/BLOONIX/${P}.tar.gz" - -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="amd64 sparc x86" -IUSE="test" -SRC_TEST="do" - -RDEPEND="dev-lang/perl - dev-perl/UNIVERSAL-require" -DEPEND="${RDEPEND} - virtual/perl-Module-Build - test? ( dev-perl/Test-Pod - dev-perl/Test-Pod-Coverage )" diff --git a/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.48.ebuild b/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.48.ebuild deleted file mode 100644 index b5a97f5d44ca..000000000000 --- a/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.48.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.48.ebuild,v 1.1 2009/03/08 18:53:39 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=BLOONIX -inherit perl-module - -DESCRIPTION="Collect linux system statistics" - -SLOT="0" -KEYWORDS="~amd64 ~sparc ~x86" -IUSE="test" - -RDEPEND="" -DEPEND="${RDEPEND} - virtual/perl-Module-Build - test? ( dev-perl/Test-Pod - dev-perl/Test-Pod-Coverage )" - -SRC_TEST="do" diff --git a/dev-perl/Term-ReadLine-Gnu/ChangeLog b/dev-perl/Term-ReadLine-Gnu/ChangeLog index 2ba7a73451e8..10920b8ba47d 100644 --- a/dev-perl/Term-ReadLine-Gnu/ChangeLog +++ b/dev-perl/Term-ReadLine-Gnu/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Term-ReadLine-Gnu # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Term-ReadLine-Gnu/ChangeLog,v 1.10 2009/03/21 20:19:10 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Term-ReadLine-Gnu/ChangeLog,v 1.11 2009/05/01 21:10:28 tove Exp $ + + 01 May 2009; Torsten Veller <tove@gentoo.org> + -Term-ReadLine-Gnu-1.17a.ebuild, -Term-ReadLine-Gnu-1.18.ebuild: + Cleanup *Term-ReadLine-Gnu-1.19 (21 Mar 2009) diff --git a/dev-perl/Term-ReadLine-Gnu/Term-ReadLine-Gnu-1.17a.ebuild b/dev-perl/Term-ReadLine-Gnu/Term-ReadLine-Gnu-1.17a.ebuild deleted file mode 100644 index 3a113b7ad636..000000000000 --- a/dev-perl/Term-ReadLine-Gnu/Term-ReadLine-Gnu-1.17a.ebuild +++ /dev/null @@ -1,19 +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/Term-ReadLine-Gnu/Term-ReadLine-Gnu-1.17a.ebuild,v 1.1 2008/09/08 07:08:40 tove Exp $ - -MODULE_AUTHOR=HAYASHI -inherit perl-module - -S=${WORKDIR}/${P/%a} - -DESCRIPTION="GNU Readline XS library wrapper" - -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" -IUSE="" -#SRC_TEST="do" - -DEPEND="sys-libs/readline - dev-lang/perl" diff --git a/dev-perl/Term-ReadLine-Gnu/Term-ReadLine-Gnu-1.18.ebuild b/dev-perl/Term-ReadLine-Gnu/Term-ReadLine-Gnu-1.18.ebuild deleted file mode 100644 index 97be3302b3f9..000000000000 --- a/dev-perl/Term-ReadLine-Gnu/Term-ReadLine-Gnu-1.18.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/Term-ReadLine-Gnu/Term-ReadLine-Gnu-1.18.ebuild,v 1.1 2009/03/01 12:45:13 tove Exp $ - -MODULE_AUTHOR=HAYASHI -inherit perl-module - -DESCRIPTION="GNU Readline XS library wrapper" - -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" -IUSE="" - -DEPEND="sys-libs/readline - dev-lang/perl" -RDEPEND="${DEPEND}" - -#SRC_TEST="do" diff --git a/dev-perl/Test-Base/ChangeLog b/dev-perl/Test-Base/ChangeLog index 293d764f3d07..c701c6ad6678 100644 --- a/dev-perl/Test-Base/ChangeLog +++ b/dev-perl/Test-Base/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Test-Base # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Base/ChangeLog,v 1.44 2009/04/06 15:47:10 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Base/ChangeLog,v 1.45 2009/05/01 21:12:49 tove Exp $ + + 01 May 2009; Torsten Veller <tove@gentoo.org> -Test-Base-0.50.ebuild, + -Test-Base-0.56.ebuild: + Cleanup 06 Apr 2009; Raúl Porcel <armin76@gentoo.org> Test-Base-0.50.ebuild, Test-Base-0.54.ebuild, Test-Base-0.56.ebuild, Test-Base-0.58.ebuild: diff --git a/dev-perl/Test-Base/Test-Base-0.50.ebuild b/dev-perl/Test-Base/Test-Base-0.50.ebuild deleted file mode 100644 index ff3566396b15..000000000000 --- a/dev-perl/Test-Base/Test-Base-0.50.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Base/Test-Base-0.50.ebuild,v 1.14 2009/04/06 15:47:10 armin76 Exp $ - -inherit perl-module - -DESCRIPTION="A Data Driven Testing Framework" -HOMEPAGE="http://search.cpan.org/search?query=${PN}" -SRC_URI="mirror://cpan/authors/id/I/IN/INGY/${P}.tar.gz" -LICENSE="Artistic" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc ~x86 ~x86-fbsd" -IUSE="" - -SRC_TEST="do" - -DEPEND=">=virtual/perl-Test-Simple-0.62 - >=dev-perl/Spiffy-0.30 - >=dev-lang/perl-5.6.1" diff --git a/dev-perl/Test-Base/Test-Base-0.56.ebuild b/dev-perl/Test-Base/Test-Base-0.56.ebuild deleted file mode 100644 index 23bbeeab17ff..000000000000 --- a/dev-perl/Test-Base/Test-Base-0.56.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/Test-Base/Test-Base-0.56.ebuild,v 1.4 2009/04/06 15:47:10 armin76 Exp $ - -EAPI=2 - -MODULE_AUTHOR=INGY -inherit perl-module - -DESCRIPTION="A Data Driven Testing Framework" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="" - -DEPEND=">=virtual/perl-Test-Simple-0.62 - >=dev-perl/Spiffy-0.30 - dev-perl/Test-Deep" -RDEPEND="${DEPEND}" - -SRC_TEST="do" diff --git a/dev-perl/Text-CSV_XS/ChangeLog b/dev-perl/Text-CSV_XS/ChangeLog index afcab0462de6..8a3e6fd80fa4 100644 --- a/dev-perl/Text-CSV_XS/ChangeLog +++ b/dev-perl/Text-CSV_XS/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Text-CSV_XS # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.40 2009/04/04 10:27:49 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.41 2009/05/01 21:14:48 tove Exp $ + + 01 May 2009; Torsten Veller <tove@gentoo.org> -Text-CSV_XS-0.61.ebuild, + -Text-CSV_XS-0.62.ebuild, -Text-CSV_XS-0.63.ebuild: + Cleanup *Text-CSV_XS-0.64 (04 Apr 2009) diff --git a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.61.ebuild b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.61.ebuild deleted file mode 100644 index 5ebe55b63ff9..000000000000 --- a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.61.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/Text-CSV_XS/Text-CSV_XS-0.61.ebuild,v 1.1 2009/03/08 18:48:21 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=HMBRAND -MODULE_A=${P}.tgz -inherit perl-module - -DESCRIPTION="comma-separated values manipulation routines" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="test" - -RDEPEND="" -DEPEND="${RDEPEND} - test? ( dev-perl/Test-Pod - dev-perl/Test-Pod-Coverage )" - -SRC_TEST="do" diff --git a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.62.ebuild b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.62.ebuild deleted file mode 100644 index a1b504d0b5e7..000000000000 --- a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.62.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/Text-CSV_XS/Text-CSV_XS-0.62.ebuild,v 1.1 2009/03/14 10:15:02 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=HMBRAND -MODULE_A=${P}.tgz -inherit perl-module - -DESCRIPTION="comma-separated values manipulation routines" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="test" - -RDEPEND="" -DEPEND="${RDEPEND} - test? ( dev-perl/Test-Pod - dev-perl/Test-Pod-Coverage )" - -SRC_TEST="do" diff --git a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.63.ebuild b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.63.ebuild deleted file mode 100644 index cd90b1e9cb3d..000000000000 --- a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.63.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/Text-CSV_XS/Text-CSV_XS-0.63.ebuild,v 1.1 2009/03/21 20:28:35 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=HMBRAND -MODULE_A=${P}.tgz -inherit perl-module - -DESCRIPTION="comma-separated values manipulation routines" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="test" - -RDEPEND="" -DEPEND="${RDEPEND} - test? ( dev-perl/Test-Pod - dev-perl/Test-Pod-Coverage )" - -SRC_TEST="do" diff --git a/dev-perl/Variable-Magic/ChangeLog b/dev-perl/Variable-Magic/ChangeLog index c37d6b861401..73c05e43516b 100644 --- a/dev-perl/Variable-Magic/ChangeLog +++ b/dev-perl/Variable-Magic/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Variable-Magic # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Variable-Magic/ChangeLog,v 1.10 2009/04/21 16:14:03 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Variable-Magic/ChangeLog,v 1.11 2009/05/01 21:15:53 tove Exp $ + + 01 May 2009; Torsten Veller <tove@gentoo.org> -Variable-Magic-0.32.ebuild, + -Variable-Magic-0.33.ebuild: + Cleanup *Variable-Magic-0.34 (21 Apr 2009) diff --git a/dev-perl/Variable-Magic/Variable-Magic-0.32.ebuild b/dev-perl/Variable-Magic/Variable-Magic-0.32.ebuild deleted file mode 100644 index 8dd97ffe16a0..000000000000 --- a/dev-perl/Variable-Magic/Variable-Magic-0.32.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/Variable-Magic/Variable-Magic-0.32.ebuild,v 1.1 2009/03/02 21:04:10 robbat2 Exp $ - -MODULE_AUTHOR=VPIT -inherit perl-module - -DESCRIPTION="Associate user-defined magic to variables from Perl" - -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND="dev-lang/perl" -DEPEND="${RDEPEND} - test? ( dev-perl/Test-Pod - dev-perl/Test-Pod-Coverage )" - -SRC_TEST=do diff --git a/dev-perl/Variable-Magic/Variable-Magic-0.33.ebuild b/dev-perl/Variable-Magic/Variable-Magic-0.33.ebuild deleted file mode 100644 index c959135feac0..000000000000 --- a/dev-perl/Variable-Magic/Variable-Magic-0.33.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/Variable-Magic/Variable-Magic-0.33.ebuild,v 1.1 2009/03/26 09:33:44 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=VPIT -inherit perl-module - -DESCRIPTION="Associate user-defined magic to variables from Perl" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND="" -DEPEND="${RDEPEND} - test? ( dev-perl/Test-Pod - dev-perl/Test-Pod-Coverage )" - -SRC_TEST=do diff --git a/dev-perl/glib-perl/ChangeLog b/dev-perl/glib-perl/ChangeLog index a6d650ec1577..83c232a0281d 100644 --- a/dev-perl/glib-perl/ChangeLog +++ b/dev-perl/glib-perl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/glib-perl # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/glib-perl/ChangeLog,v 1.105 2009/04/06 14:40:02 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/glib-perl/ChangeLog,v 1.106 2009/05/01 21:18:09 tove Exp $ + + 01 May 2009; Torsten Veller <tove@gentoo.org> -glib-perl-1.183.ebuild, + -glib-perl-1.201.ebuild, -glib-perl-1.220.ebuild: + Cleanup 06 Apr 2009; Raúl Porcel <armin76@gentoo.org> glib-perl-1.144.ebuild, glib-perl-1.182.ebuild, glib-perl-1.183.ebuild, glib-perl-1.200.ebuild, diff --git a/dev-perl/glib-perl/glib-perl-1.183.ebuild b/dev-perl/glib-perl/glib-perl-1.183.ebuild deleted file mode 100644 index 6e8339329048..000000000000 --- a/dev-perl/glib-perl/glib-perl-1.183.ebuild +++ /dev/null @@ -1,30 +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/glib-perl/glib-perl-1.183.ebuild,v 1.2 2009/04/06 14:40:02 armin76 Exp $ - -inherit perl-module - -MY_P=Glib-${PV} -S=${WORKDIR}/${MY_P} - -DESCRIPTION="Glib - Perl wrappers for the GLib utility and Object libraries" -HOMEPAGE="http://gtk2-perl.sf.net/" -SRC_URI="mirror://cpan/authors/id/T/TS/TSCH/${MY_P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86" -IUSE="" -# 080408 - can't find where the xml stuff is used -- tove -#IUSE="xml" - -RDEPEND=">=dev-libs/glib-2 - dev-lang/perl" -# xml? ( dev-perl/XML-Writer -# dev-perl/XML-Parser )" -DEPEND="${RDEPEND} - dev-util/pkgconfig - >=dev-perl/extutils-pkgconfig-1.0 - >=dev-perl/extutils-depends-0.300" - -SRC_TEST="do" diff --git a/dev-perl/glib-perl/glib-perl-1.201.ebuild b/dev-perl/glib-perl/glib-perl-1.201.ebuild deleted file mode 100644 index eeb39db93498..000000000000 --- a/dev-perl/glib-perl/glib-perl-1.201.ebuild +++ /dev/null @@ -1,27 +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/glib-perl/glib-perl-1.201.ebuild,v 1.3 2009/04/06 14:40:02 armin76 Exp $ - -MODULE_AUTHOR=TSCH -MY_PN=Glib -MY_P=${MY_PN}-${PV} -inherit perl-module - -DESCRIPTION="Glib - Perl wrappers for the GLib utility and Object libraries" -HOMEPAGE="http://gtk2-perl.sf.net/" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" -IUSE="" - -RDEPEND=">=dev-libs/glib-2 - dev-lang/perl" -DEPEND="${RDEPEND} - dev-util/pkgconfig - >=dev-perl/extutils-pkgconfig-1.0 - >=dev-perl/extutils-depends-0.300" - -S=${WORKDIR}/${MY_P} - -SRC_TEST="do" diff --git a/dev-perl/glib-perl/glib-perl-1.220.ebuild b/dev-perl/glib-perl/glib-perl-1.220.ebuild deleted file mode 100644 index 53da93662791..000000000000 --- a/dev-perl/glib-perl/glib-perl-1.220.ebuild +++ /dev/null @@ -1,28 +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/glib-perl/glib-perl-1.220.ebuild,v 1.2 2009/04/06 14:40:02 armin76 Exp $ - -EAPI=2 - -MODULE_AUTHOR=TSCH -MY_PN=Glib -MY_P=${MY_PN}-${PV} -inherit perl-module - -DESCRIPTION="Glib - Perl wrappers for the GLib utility and Object libraries" -HOMEPAGE="http://gtk2-perl.sf.net/" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" -IUSE="" - -RDEPEND=">=dev-libs/glib-2" -DEPEND="${RDEPEND} - dev-util/pkgconfig - >=dev-perl/extutils-pkgconfig-1.0 - >=dev-perl/extutils-depends-0.300" - -S=${WORKDIR}/${MY_P} - -SRC_TEST="do" diff --git a/dev-perl/perltidy/ChangeLog b/dev-perl/perltidy/ChangeLog index 324446657d0e..b1c2351ff217 100644 --- a/dev-perl/perltidy/ChangeLog +++ b/dev-perl/perltidy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/perltidy # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/perltidy/ChangeLog,v 1.42 2009/03/18 07:32:07 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/perltidy/ChangeLog,v 1.43 2009/05/01 21:20:11 tove Exp $ + + 01 May 2009; Torsten Veller <tove@gentoo.org> -perltidy-20070508.ebuild: + Cleanup 18 Mar 2009; Joseph Jezak <josejx@gentoo.org> perltidy-20071205.ebuild: Marked ppc stable for bug #261760. diff --git a/dev-perl/perltidy/perltidy-20070508.ebuild b/dev-perl/perltidy/perltidy-20070508.ebuild deleted file mode 100644 index 16fec2073e00..000000000000 --- a/dev-perl/perltidy/perltidy-20070508.ebuild +++ /dev/null @@ -1,27 +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/perltidy/perltidy-20070508.ebuild,v 1.6 2007/11/10 19:14:13 drac Exp $ - -inherit perl-module - -S=${WORKDIR}/${P/perltidy/Perl-Tidy} -DESCRIPTION="Perl script indenter and beautifier." -HOMEPAGE="http://perltidy.sourceforge.net/" -SRC_URI="mirror://sourceforge/perltidy/${P/perltidy/Perl-Tidy}.tar.gz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="alpha amd64 ia64 ppc sparc x86" -IUSE="" - -SRC_TEST="do" - -mydoc="examples/*" - -mymake="/usr" - -pkg_postinst() { - elog "Example scripts can be found in /usr/share/doc/${P}" -} - -DEPEND="dev-lang/perl" diff --git a/dev-perl/yaml/ChangeLog b/dev-perl/yaml/ChangeLog index ee8780dcb396..de9ff8fcaecc 100644 --- a/dev-perl/yaml/ChangeLog +++ b/dev-perl/yaml/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/yaml # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/yaml/ChangeLog,v 1.67 2009/03/19 14:30:31 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/yaml/ChangeLog,v 1.68 2009/05/01 21:21:45 tove Exp $ + + 01 May 2009; Torsten Veller <tove@gentoo.org> -yaml-0.39.ebuild, + -yaml-0.66.ebuild: + Cleanup 19 Mar 2009; Raúl Porcel <armin76@gentoo.org> yaml-0.65.ebuild, yaml-0.66.ebuild, yaml-0.68.ebuild: diff --git a/dev-perl/yaml/yaml-0.39.ebuild b/dev-perl/yaml/yaml-0.39.ebuild deleted file mode 100644 index f3fc9855eccd..000000000000 --- a/dev-perl/yaml/yaml-0.39.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/yaml/yaml-0.39.ebuild,v 1.13 2007/07/10 23:33:30 mr_bones_ Exp $ - -inherit perl-module - -MY_P="YAML-${PV}" -S=${WORKDIR}/${MY_P} -DESCRIPTION="YAML Ain't Markup Language (tm)" -HOMEPAGE="http://www.cpan.org/modules/by-authors/id/I/IN/INGY/Yaml-0.39.readme" -SRC_URI="mirror://cpan/authors/id/I/IN/INGY/${MY_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=">=virtual/perl-Test-Simple-0.54 - dev-lang/perl" - -SRC_TEST="do" - -src_compile() { - echo "" | perl-module_src_compile -} diff --git a/dev-perl/yaml/yaml-0.66.ebuild b/dev-perl/yaml/yaml-0.66.ebuild deleted file mode 100644 index c531da3c79ee..000000000000 --- a/dev-perl/yaml/yaml-0.66.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/yaml/yaml-0.66.ebuild,v 1.3 2009/03/19 14:30:31 armin76 Exp $ - -inherit perl-module - -MY_P="YAML-${PV}" -S=${WORKDIR}/${MY_P} -DESCRIPTION="YAML Ain't Markup Language (tm)" -HOMEPAGE="http://search.cpan.org/dist/YAML/" -SRC_URI="mirror://cpan/authors/id/I/IN/INGY/${MY_P}.tar.gz" - -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" -IUSE="" -SRC_TEST="do" - -DEPEND="dev-lang/perl" - -src_compile() { - echo "" | perl-module_src_compile -} |