diff options
author | 2009-11-22 10:58:18 +0000 | |
---|---|---|
committer | 2009-11-22 10:58:18 +0000 | |
commit | affc973a85da6e47d86a541f98b5f3c507f3c25f (patch) | |
tree | d3f3961c24d32b9756447b01c6a0d8c3c9a13f2d /virtual | |
parent | Version bump via perl-bump experimental tool. (diff) | |
download | gentoo-2-affc973a85da6e47d86a541f98b5f3c507f3c25f.tar.gz gentoo-2-affc973a85da6e47d86a541f98b5f3c507f3c25f.tar.bz2 gentoo-2-affc973a85da6e47d86a541f98b5f3c507f3c25f.zip |
Version bump via perl-bump experimental tool.
(Portage version: 2.2_rc51/cvs/Linux x86_64)
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/perl-IPC-Cmd/ChangeLog | 8 | ||||
-rw-r--r-- | virtual/perl-IPC-Cmd/perl-IPC-Cmd-0.54.ebuild | 14 |
2 files changed, 21 insertions, 1 deletions
diff --git a/virtual/perl-IPC-Cmd/ChangeLog b/virtual/perl-IPC-Cmd/ChangeLog index 9049b955dae0..057c2410bbc4 100644 --- a/virtual/perl-IPC-Cmd/ChangeLog +++ b/virtual/perl-IPC-Cmd/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for virtual/perl-IPC-Cmd # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-IPC-Cmd/ChangeLog,v 1.7 2009/11/14 09:12:59 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-IPC-Cmd/ChangeLog,v 1.8 2009/11/22 10:58:18 robbat2 Exp $ + +*perl-IPC-Cmd-0.54 (22 Nov 2009) + + 22 Nov 2009; Robin H. Johnson <robbat2@gentoo.org> + +perl-IPC-Cmd-0.54.ebuild: + Version bump via perl-bump experimental tool. *perl-IPC-Cmd-0.52 (14 Nov 2009) diff --git a/virtual/perl-IPC-Cmd/perl-IPC-Cmd-0.54.ebuild b/virtual/perl-IPC-Cmd/perl-IPC-Cmd-0.54.ebuild new file mode 100644 index 000000000000..c6bd0f95b420 --- /dev/null +++ b/virtual/perl-IPC-Cmd/perl-IPC-Cmd-0.54.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-IPC-Cmd/perl-IPC-Cmd-0.54.ebuild,v 1.1 2009/11/22 10:58:18 robbat2 Exp $ + +DESCRIPTION="finding and running system commands made easy" +HOMEPAGE="http://www.gentoo.org/proj/en/perl/" +SRC_URI="" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +RDEPEND="~perl-core/IPC-Cmd-${PV}" |