diff options
author | Torsten Veller <tove@gentoo.org> | 2010-07-15 10:49:04 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-07-15 10:49:04 +0000 |
commit | 2ec7c67b2d5283a1507e0a34cbbd0503d9aef8b1 (patch) | |
tree | 8f28914c093fa32bc0389fc3d34d01a973bafe02 /perl-core | |
parent | Stable on amd64 wrt bug #325651 (diff) | |
download | gentoo-2-2ec7c67b2d5283a1507e0a34cbbd0503d9aef8b1.tar.gz gentoo-2-2ec7c67b2d5283a1507e0a34cbbd0503d9aef8b1.tar.bz2 gentoo-2-2ec7c67b2d5283a1507e0a34cbbd0503d9aef8b1.zip |
Version bump
(Portage version: 2.2_rc67_p226/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.60.ebuild | 21 |
2 files changed, 27 insertions, 1 deletions
diff --git a/perl-core/IPC-Cmd/ChangeLog b/perl-core/IPC-Cmd/ChangeLog index adfc35772876..d283aea426b5 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.10 2010/05/02 10:07:13 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/IPC-Cmd/ChangeLog,v 1.11 2010/07/15 10:49:04 tove Exp $ + +*IPC-Cmd-0.60 (15 Jul 2010) + + 15 Jul 2010; Torsten Veller <tove@gentoo.org> +IPC-Cmd-0.60.ebuild: + Version bump *IPC-Cmd-0.58 (02 May 2010) diff --git a/perl-core/IPC-Cmd/IPC-Cmd-0.60.ebuild b/perl-core/IPC-Cmd/IPC-Cmd-0.60.ebuild new file mode 100644 index 000000000000..2f3738986227 --- /dev/null +++ b/perl-core/IPC-Cmd/IPC-Cmd-0.60.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.60.ebuild,v 1.1 2010/07/15 10:49:04 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 |