diff options
author | Torsten Veller <tove@gentoo.org> | 2010-10-22 07:56:43 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-10-22 07:56:43 +0000 |
commit | eadc4c75d16d88f8c7b7a3395cf83672360383fb (patch) | |
tree | 4833a88cf68be2b035f05ef97305f5c356efc8f8 /perl-core | |
parent | Version bump. Let leftovers search for old files not only in current INC (diff) | |
download | historical-eadc4c75d16d88f8c7b7a3395cf83672360383fb.tar.gz historical-eadc4c75d16d88f8c7b7a3395cf83672360383fb.tar.bz2 historical-eadc4c75d16d88f8c7b7a3395cf83672360383fb.zip |
Version bump
Package-Manager: portage-2.2_rc98/cvs/Linux x86_64
Diffstat (limited to 'perl-core')
-rw-r--r-- | perl-core/IPC-Cmd/ChangeLog | 7 | ||||
-rw-r--r-- | perl-core/IPC-Cmd/IPC-Cmd-0.64.ebuild | 21 | ||||
-rw-r--r-- | perl-core/Module-CoreList/ChangeLog | 8 | ||||
-rw-r--r-- | perl-core/Module-CoreList/Module-CoreList-2.40.ebuild | 19 |
4 files changed, 53 insertions, 2 deletions
diff --git a/perl-core/IPC-Cmd/ChangeLog b/perl-core/IPC-Cmd/ChangeLog index d283aea426b5..effdf9745145 100644 --- a/perl-core/IPC-Cmd/ChangeLog +++ b/perl-core/IPC-Cmd/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for perl-core/IPC-Cmd # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/IPC-Cmd/ChangeLog,v 1.11 2010/07/15 10:49:04 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/IPC-Cmd/ChangeLog,v 1.12 2010/10/22 07:56:43 tove Exp $ + +*IPC-Cmd-0.64 (22 Oct 2010) + + 22 Oct 2010; Torsten Veller <tove@gentoo.org> +IPC-Cmd-0.64.ebuild: + Version bump *IPC-Cmd-0.60 (15 Jul 2010) diff --git a/perl-core/IPC-Cmd/IPC-Cmd-0.64.ebuild b/perl-core/IPC-Cmd/IPC-Cmd-0.64.ebuild new file mode 100644 index 000000000000..1a7454e50c95 --- /dev/null +++ b/perl-core/IPC-Cmd/IPC-Cmd-0.64.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/IPC-Cmd/IPC-Cmd-0.64.ebuild,v 1.1 2010/10/22 07:56:43 tove Exp $ + +EAPI=3 + +MODULE_AUTHOR=BINGOS +inherit perl-module + +DESCRIPTION="Finding and running system commands made easy" + +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +DEPEND="virtual/perl-Locale-Maketext-Simple + virtual/perl-Module-Load-Conditional + >=virtual/perl-Params-Check-0.26" +RDEPEND="${DEPEND}" + +SRC_TEST=do diff --git a/perl-core/Module-CoreList/ChangeLog b/perl-core/Module-CoreList/ChangeLog index 9821a3a84769..72657a8af0ad 100644 --- a/perl-core/Module-CoreList/ChangeLog +++ b/perl-core/Module-CoreList/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for perl-core/Module-CoreList # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-CoreList/ChangeLog,v 1.19 2010/09/26 07:32:36 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-CoreList/ChangeLog,v 1.20 2010/10/22 07:51:48 tove Exp $ + +*Module-CoreList-2.40 (22 Oct 2010) + + 22 Oct 2010; Torsten Veller <tove@gentoo.org> + +Module-CoreList-2.40.ebuild: + Version bump *Module-CoreList-2.39 (26 Sep 2010) diff --git a/perl-core/Module-CoreList/Module-CoreList-2.40.ebuild b/perl-core/Module-CoreList/Module-CoreList-2.40.ebuild new file mode 100644 index 000000000000..231c9c4a8f1e --- /dev/null +++ b/perl-core/Module-CoreList/Module-CoreList-2.40.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-CoreList/Module-CoreList-2.40.ebuild,v 1.1 2010/10/22 07:51:48 tove Exp $ + +EAPI=3 + +MODULE_AUTHOR=BINGOS +inherit perl-module + +DESCRIPTION="what modules shipped with versions of perl" + +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +#RDEPEND="" +#DEPEND="test? ( dev-perl/Test-Pod )" + +SRC_TEST=do |