diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2009-11-14 09:12:19 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2009-11-14 09:12:19 +0000 |
commit | 00b3087034078a351441038557d47d0119ad939b (patch) | |
tree | 972c00c332f14a331248a44f645c7f59f5be091d /perl-core | |
parent | Add alternatives script linking to perl-5.8.8 (diff) | |
download | gentoo-2-00b3087034078a351441038557d47d0119ad939b.tar.gz gentoo-2-00b3087034078a351441038557d47d0119ad939b.tar.bz2 gentoo-2-00b3087034078a351441038557d47d0119ad939b.zip |
Version bump via perl-bump experimental tool.
(Portage version: 2.2_rc49/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.52.ebuild | 21 |
2 files changed, 27 insertions, 1 deletions
diff --git a/perl-core/IPC-Cmd/ChangeLog b/perl-core/IPC-Cmd/ChangeLog index 4ec25c99acf2..bbd3fafd1ad5 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/IPC-Cmd/ChangeLog,v 1.5 2009/10/27 17:49:30 volkmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/IPC-Cmd/ChangeLog,v 1.6 2009/11/14 09:12:19 robbat2 Exp $ + +*IPC-Cmd-0.52 (14 Nov 2009) + + 14 Nov 2009; Robin H. Johnson <robbat2@gentoo.org> +IPC-Cmd-0.52.ebuild: + Version bump via perl-bump experimental tool. 27 Oct 2009; Mounir Lamouri <volkmar@gentoo.org> IPC-Cmd-0.50.ebuild: Keywording for ppc. diff --git a/perl-core/IPC-Cmd/IPC-Cmd-0.52.ebuild b/perl-core/IPC-Cmd/IPC-Cmd-0.52.ebuild new file mode 100644 index 000000000000..bef56b026535 --- /dev/null +++ b/perl-core/IPC-Cmd/IPC-Cmd-0.52.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2009 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.52.ebuild,v 1.1 2009/11/14 09:12:19 robbat2 Exp $ + +EAPI=2 + +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 |