diff options
author | Torsten Veller <tove@gentoo.org> | 2011-08-31 10:21:45 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-08-31 10:21:45 +0000 |
commit | 7912539e83bb65cd893865f1e67f274adc6b740f (patch) | |
tree | c60d04b575ac436a293f5f335ffaaca895c4330e /dev-perl | |
parent | Revision bump. Add dependency on external xolox-misc scripts. (diff) | |
download | historical-7912539e83bb65cd893865f1e67f274adc6b740f.tar.gz historical-7912539e83bb65cd893865f1e67f274adc6b740f.tar.bz2 historical-7912539e83bb65cd893865f1e67f274adc6b740f.zip |
Change version scheme
Package-Manager: portage-2.2.0_alpha51/cvs/Linux x86_64
Diffstat (limited to 'dev-perl')
24 files changed, 332 insertions, 20 deletions
diff --git a/dev-perl/Expect/ChangeLog b/dev-perl/Expect/ChangeLog index b0e3476037ab..18153ff0770a 100644 --- a/dev-perl/Expect/ChangeLog +++ b/dev-perl/Expect/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Expect -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Expect/ChangeLog,v 1.18 2009/11/19 14:45:52 fauli Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Expect/ChangeLog,v 1.19 2011/08/31 10:21:45 tove Exp $ + +*Expect-1.210.0 (31 Aug 2011) + + 31 Aug 2011; Torsten Veller <tove@gentoo.org> +Expect-1.210.0.ebuild: + Change version scheme 19 Nov 2009; Christian Faulhammer <fauli@gentoo.org> Expect-1.21.ebuild: stable x86, bug 284544 diff --git a/dev-perl/Expect/Expect-1.210.0.ebuild b/dev-perl/Expect/Expect-1.210.0.ebuild new file mode 100644 index 000000000000..da0b5d500e3d --- /dev/null +++ b/dev-perl/Expect/Expect-1.210.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Expect/Expect-1.210.0.ebuild,v 1.1 2011/08/31 10:21:45 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=RGIERSIG +MODULE_VERSION=1.21 +inherit perl-module + +DESCRIPTION="Expect for Perl" + +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +RDEPEND=">=dev-perl/IO-Tty-1.03" +DEPEND="${RDEPEND}" + +SRC_TEST="do" diff --git a/dev-perl/Exporter-Cluster/ChangeLog b/dev-perl/Exporter-Cluster/ChangeLog index 95e1d41db37f..be187f21c74c 100644 --- a/dev-perl/Exporter-Cluster/ChangeLog +++ b/dev-perl/Exporter-Cluster/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Exporter-Cluster -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exporter-Cluster/ChangeLog,v 1.8 2007/01/15 17:41:54 mcummings Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exporter-Cluster/ChangeLog,v 1.9 2011/08/31 10:20:23 tove Exp $ + +*Exporter-Cluster-0.310.0 (31 Aug 2011) + + 31 Aug 2011; Torsten Veller <tove@gentoo.org> + +Exporter-Cluster-0.310.0.ebuild: + Change version scheme 15 Jan 2007; Michael Cummings <mcummings@gentoo.org> Exporter-Cluster-0.31.ebuild: diff --git a/dev-perl/Exporter-Cluster/Exporter-Cluster-0.310.0.ebuild b/dev-perl/Exporter-Cluster/Exporter-Cluster-0.310.0.ebuild new file mode 100644 index 000000000000..be45cc1e409d --- /dev/null +++ b/dev-perl/Exporter-Cluster/Exporter-Cluster-0.310.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exporter-Cluster/Exporter-Cluster-0.310.0.ebuild,v 1.1 2011/08/31 10:20:23 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=DHAGEMAN +MODULE_VERSION=0.31 +inherit perl-module + +DESCRIPTION="Extension for easy multiple module imports" + +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~x86" +IUSE="" + +SRC_TEST="do" diff --git a/dev-perl/Exporter-Lite/ChangeLog b/dev-perl/Exporter-Lite/ChangeLog index 1a2bf89052e0..4c8a176997b4 100644 --- a/dev-perl/Exporter-Lite/ChangeLog +++ b/dev-perl/Exporter-Lite/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Exporter-Lite -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exporter-Lite/ChangeLog,v 1.19 2009/12/23 18:10:35 grobian Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exporter-Lite/ChangeLog,v 1.20 2011/08/31 10:19:24 tove Exp $ + +*Exporter-Lite-0.20.0 (31 Aug 2011) + + 31 Aug 2011; Torsten Veller <tove@gentoo.org> +Exporter-Lite-0.20.0.ebuild: + Change version scheme 23 Dec 2009; Fabian Groffen <grobian@gentoo.org> Exporter-Lite-0.02.ebuild: diff --git a/dev-perl/Exporter-Lite/Exporter-Lite-0.20.0.ebuild b/dev-perl/Exporter-Lite/Exporter-Lite-0.20.0.ebuild new file mode 100644 index 000000000000..fe00d55b4709 --- /dev/null +++ b/dev-perl/Exporter-Lite/Exporter-Lite-0.20.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exporter-Lite/Exporter-Lite-0.20.0.ebuild,v 1.1 2011/08/31 10:19:24 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=MSCHWERN +MODULE_VERSION=0.02 +inherit perl-module + +DESCRIPTION="Lightweight exporting of variables" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86 ~x86-solaris" +IUSE="" + +SRC_TEST="do" diff --git a/dev-perl/ExtUtils-AutoInstall/ChangeLog b/dev-perl/ExtUtils-AutoInstall/ChangeLog index f23163562bfa..aa39ce804261 100644 --- a/dev-perl/ExtUtils-AutoInstall/ChangeLog +++ b/dev-perl/ExtUtils-AutoInstall/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/ExtUtils-AutoInstall -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-AutoInstall/ChangeLog,v 1.33 2010/01/09 19:56:13 grobian Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-AutoInstall/ChangeLog,v 1.34 2011/08/31 10:18:17 tove Exp $ + +*ExtUtils-AutoInstall-0.630.0 (31 Aug 2011) + + 31 Aug 2011; Torsten Veller <tove@gentoo.org> + +ExtUtils-AutoInstall-0.630.0.ebuild: + Change version scheme 09 Jan 2010; Fabian Groffen <grobian@gentoo.org> ExtUtils-AutoInstall-0.63.ebuild: diff --git a/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.630.0.ebuild b/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.630.0.ebuild new file mode 100644 index 000000000000..ab7f8c27527b --- /dev/null +++ b/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.630.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.630.0.ebuild,v 1.1 2011/08/31 10:18:17 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=AUTRIJUS +MODULE_VERSION=0.63 +inherit perl-module + +DESCRIPTION="Allows module writers to specify a more sophisticated form of dependency information" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" +IUSE="" + +# TESTS BAD. Wants to write to cpan's config on the live system +#SRC_TEST="do" + +RDEPEND="dev-perl/Sort-Versions" +DEPEND="${RDEPEND}" + +src_compile() { + echo "n" | perl-module_src_compile +} diff --git a/dev-perl/ExtUtils-F77/ChangeLog b/dev-perl/ExtUtils-F77/ChangeLog index 12c4a30bb72d..c30f5363436e 100644 --- a/dev-perl/ExtUtils-F77/ChangeLog +++ b/dev-perl/ExtUtils-F77/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/ExtUtils-F77 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-F77/ChangeLog,v 1.40 2011/01/12 21:06:44 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-F77/ChangeLog,v 1.41 2011/08/31 10:15:37 tove Exp $ + +*ExtUtils-F77-1.170.0 (31 Aug 2011) + + 31 Aug 2011; Torsten Veller <tove@gentoo.org> +ExtUtils-F77-1.170.0.ebuild: + Change version scheme *ExtUtils-F77-1.170 (12 Jan 2011) diff --git a/dev-perl/ExtUtils-F77/ExtUtils-F77-1.170.0.ebuild b/dev-perl/ExtUtils-F77/ExtUtils-F77-1.170.0.ebuild new file mode 100644 index 000000000000..554ea9deb87e --- /dev/null +++ b/dev-perl/ExtUtils-F77/ExtUtils-F77-1.170.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-F77/ExtUtils-F77-1.170.0.ebuild,v 1.1 2011/08/31 10:15:37 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=KGB +MODULE_VERSION=1.17 +inherit perl-module + +DESCRIPTION="Facilitate use of FORTRAN from Perl/XS code" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~s390 ~sh ~sparc ~x86" +IUSE="" + +SRC_TEST="do" diff --git a/dev-perl/ExtUtils-XSBuilder/ChangeLog b/dev-perl/ExtUtils-XSBuilder/ChangeLog index 79e7f75f3f91..021d2a41283b 100644 --- a/dev-perl/ExtUtils-XSBuilder/ChangeLog +++ b/dev-perl/ExtUtils-XSBuilder/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/ExtUtils-XSBuilder -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-XSBuilder/ChangeLog,v 1.25 2008/11/01 13:41:43 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-XSBuilder/ChangeLog,v 1.26 2011/08/31 10:14:46 tove Exp $ + +*ExtUtils-XSBuilder-0.280.0 (31 Aug 2011) + + 31 Aug 2011; Torsten Veller <tove@gentoo.org> + +ExtUtils-XSBuilder-0.280.0.ebuild: + Change version scheme 01 Nov 2008; Torsten Veller <tove@gentoo.org> -ExtUtils-XSBuilder-0.27.ebuild: diff --git a/dev-perl/ExtUtils-XSBuilder/ExtUtils-XSBuilder-0.280.0.ebuild b/dev-perl/ExtUtils-XSBuilder/ExtUtils-XSBuilder-0.280.0.ebuild new file mode 100644 index 000000000000..1ef452e252dd --- /dev/null +++ b/dev-perl/ExtUtils-XSBuilder/ExtUtils-XSBuilder-0.280.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-XSBuilder/ExtUtils-XSBuilder-0.280.0.ebuild,v 1.1 2011/08/31 10:14:46 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=GRICHTER +MODULE_VERSION=0.28 +inherit perl-module + +DESCRIPTION="Modules to parse C header files and create XS glue code." + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +RDEPEND="dev-perl/Parse-RecDescent + dev-perl/Tie-IxHash" +DEPEND="${RDEPEND}" + +SRC_TEST="do" diff --git a/dev-perl/Fatal-Exception/ChangeLog b/dev-perl/Fatal-Exception/ChangeLog index 1e99c72a0901..356a0b9900c9 100644 --- a/dev-perl/Fatal-Exception/ChangeLog +++ b/dev-perl/Fatal-Exception/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Fatal-Exception -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Fatal-Exception/ChangeLog,v 1.3 2010/02/03 11:53:06 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Fatal-Exception/ChangeLog,v 1.4 2011/08/31 10:13:10 tove Exp $ + +*Fatal-Exception-0.50.0 (31 Aug 2011) + + 31 Aug 2011; Torsten Veller <tove@gentoo.org> +Fatal-Exception-0.50.0.ebuild: + Change version scheme 03 Feb 2010; Torsten Veller <tove@gentoo.org> Fatal-Exception-0.05.ebuild: Depend on Module-Build. Remove test dependencies diff --git a/dev-perl/Fatal-Exception/Fatal-Exception-0.50.0.ebuild b/dev-perl/Fatal-Exception/Fatal-Exception-0.50.0.ebuild new file mode 100644 index 000000000000..0234bf03e7a0 --- /dev/null +++ b/dev-perl/Fatal-Exception/Fatal-Exception-0.50.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Fatal-Exception/Fatal-Exception-0.50.0.ebuild,v 1.1 2011/08/31 10:13:10 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=DEXTER +MODULE_VERSION=0.05 +inherit perl-module + +DESCRIPTION="Succeed or throw exception" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-perl/Exception-Died + >=dev-perl/Exception-Base-0.22.01" +DEPEND="${RDEPEND} + virtual/perl-Module-Build" +# test? ( >=dev-perl/Test-Unit-Lite-0.12 +# dev-perl/Test-Assert +# dev-perl/Exception-Warning )" diff --git a/dev-perl/Feed-Find/ChangeLog b/dev-perl/Feed-Find/ChangeLog index b88a82975efc..0d77043c5236 100644 --- a/dev-perl/Feed-Find/ChangeLog +++ b/dev-perl/Feed-Find/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Feed-Find # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Feed-Find/ChangeLog,v 1.5 2011/04/03 06:34:18 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Feed-Find/ChangeLog,v 1.6 2011/08/31 10:12:30 tove Exp $ + +*Feed-Find-0.70.0 (31 Aug 2011) + + 31 Aug 2011; Torsten Veller <tove@gentoo.org> +Feed-Find-0.70.0.ebuild: + Change version scheme 03 Apr 2011; Torsten Veller <tove@gentoo.org> -Feed-Find-0.06.ebuild: Cleanup diff --git a/dev-perl/Feed-Find/Feed-Find-0.70.0.ebuild b/dev-perl/Feed-Find/Feed-Find-0.70.0.ebuild new file mode 100644 index 000000000000..354453444316 --- /dev/null +++ b/dev-perl/Feed-Find/Feed-Find-0.70.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Feed-Find/Feed-Find-0.70.0.ebuild,v 1.1 2011/08/31 10:12:30 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=BTROTT +MODULE_VERSION=0.07 +inherit perl-module + +DESCRIPTION="Syndication feed auto-discovery" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + dev-perl/Class-ErrorHandler + dev-perl/HTML-Parser + dev-perl/libwww-perl + dev-perl/URI +" +DEPEND="${RDEPEND}" + +SRC_TEST=online diff --git a/dev-perl/Festival-Client-Async/ChangeLog b/dev-perl/Festival-Client-Async/ChangeLog index 037cd9f52c4e..4b8541bce83f 100644 --- a/dev-perl/Festival-Client-Async/ChangeLog +++ b/dev-perl/Festival-Client-Async/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Festival-Client-Async -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Festival-Client-Async/ChangeLog,v 1.13 2007/01/15 18:49:59 mcummings Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Festival-Client-Async/ChangeLog,v 1.14 2011/08/31 10:12:04 tove Exp $ + +*Festival-Client-Async-0.30.300 (31 Aug 2011) + + 31 Aug 2011; Torsten Veller <tove@gentoo.org> + +Festival-Client-Async-0.30.300.ebuild: + Change version scheme 15 Jan 2007; Michael Cummings <mcummings@gentoo.org> Festival-Client-Async-0.0303.ebuild: diff --git a/dev-perl/Festival-Client-Async/Festival-Client-Async-0.30.300.ebuild b/dev-perl/Festival-Client-Async/Festival-Client-Async-0.30.300.ebuild new file mode 100644 index 000000000000..396b793043a9 --- /dev/null +++ b/dev-perl/Festival-Client-Async/Festival-Client-Async-0.30.300.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Festival-Client-Async/Festival-Client-Async-0.30.300.ebuild,v 1.1 2011/08/31 10:12:04 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=DJHD +MODULE_VERSION=0.0303 +inherit perl-module + +DESCRIPTION="Festival-Async - Non-blocking interface to a Festival server." + +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~sparc ~x86" +IUSE="" diff --git a/dev-perl/File-BOM/ChangeLog b/dev-perl/File-BOM/ChangeLog index 05217ee6b4ee..cd9eead11853 100644 --- a/dev-perl/File-BOM/ChangeLog +++ b/dev-perl/File-BOM/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/File-BOM # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-BOM/ChangeLog,v 1.2 2011/04/24 16:03:30 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-BOM/ChangeLog,v 1.3 2011/08/31 10:10:45 tove Exp $ + +*File-BOM-0.140.0 (31 Aug 2011) + + 31 Aug 2011; Torsten Veller <tove@gentoo.org> +File-BOM-0.140.0.ebuild: + Change version scheme 24 Apr 2011; Fabian Groffen <grobian@gentoo.org> File-BOM-0.14.ebuild: Marked ~x86-solaris, bug #296509 diff --git a/dev-perl/File-BOM/File-BOM-0.140.0.ebuild b/dev-perl/File-BOM/File-BOM-0.140.0.ebuild new file mode 100644 index 000000000000..60509c77a210 --- /dev/null +++ b/dev-perl/File-BOM/File-BOM-0.140.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-BOM/File-BOM-0.140.0.ebuild,v 1.1 2011/08/31 10:10:45 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=MATTLAW +MODULE_VERSION=0.14 +inherit perl-module + +DESCRIPTION="Utilities for handling Byte Order Marks" + +SLOT="0" +KEYWORDS="~amd64 ~x86 ~x86-solaris" +IUSE="test" + +RDEPEND="dev-perl/Readonly" +DEPEND="virtual/perl-Module-Build + test? ( + ${RDEPEND} + dev-perl/Test-Pod + dev-perl/Test-Pod-Coverage + dev-perl/Test-Exception + )" + +SRC_TEST=do diff --git a/dev-perl/File-BaseDir/ChangeLog b/dev-perl/File-BaseDir/ChangeLog index 9bc5b756afaa..e7d6ea35191a 100644 --- a/dev-perl/File-BaseDir/ChangeLog +++ b/dev-perl/File-BaseDir/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/File-BaseDir # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-BaseDir/ChangeLog,v 1.32 2011/08/17 16:44:59 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-BaseDir/ChangeLog,v 1.33 2011/08/31 10:10:03 tove Exp $ + +*File-BaseDir-0.30.0 (31 Aug 2011) + + 31 Aug 2011; Torsten Veller <tove@gentoo.org> +File-BaseDir-0.30.0.ebuild: + Change version scheme 17 Aug 2011; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> File-BaseDir-0.03.ebuild: diff --git a/dev-perl/File-BaseDir/File-BaseDir-0.30.0.ebuild b/dev-perl/File-BaseDir/File-BaseDir-0.30.0.ebuild new file mode 100644 index 000000000000..21c4b50f4186 --- /dev/null +++ b/dev-perl/File-BaseDir/File-BaseDir-0.30.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-BaseDir/File-BaseDir-0.30.0.ebuild,v 1.1 2011/08/31 10:10:03 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=PARDUS +MODULE_VERSION=0.03 +inherit perl-module + +DESCRIPTION="Use the Freedesktop.org base directory specification" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~sparc-solaris" +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/File-Copy-Recursive/ChangeLog b/dev-perl/File-Copy-Recursive/ChangeLog index 4892b6653c34..990a97254674 100644 --- a/dev-perl/File-Copy-Recursive/ChangeLog +++ b/dev-perl/File-Copy-Recursive/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/File-Copy-Recursive -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Copy-Recursive/ChangeLog,v 1.26 2010/01/09 20:02:00 grobian Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Copy-Recursive/ChangeLog,v 1.27 2011/08/31 10:09:02 tove Exp $ + +*File-Copy-Recursive-0.380.0 (31 Aug 2011) + + 31 Aug 2011; Torsten Veller <tove@gentoo.org> + +File-Copy-Recursive-0.380.0.ebuild: + Change version scheme 09 Jan 2010; Fabian Groffen <grobian@gentoo.org> File-Copy-Recursive-0.38.ebuild: diff --git a/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.380.0.ebuild b/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.380.0.ebuild new file mode 100644 index 000000000000..f2d77a462e35 --- /dev/null +++ b/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.380.0.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.380.0.ebuild,v 1.1 2011/08/31 10:09:02 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=DMUEY +MODULE_VERSION=0.38 +inherit perl-module + +DESCRIPTION="uses File::Copy to recursively copy dirs" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +IUSE="" +SRC_TEST="do" |