From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QQk6c-0002Mo-6S for garchives@archives.gentoo.org; Sun, 29 May 2011 17:48:50 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 28E97E05DB; Sun, 29 May 2011 17:46:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id DB1FDE05D9 for ; Sun, 29 May 2011 17:46:52 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 506AF2AC051 for ; Sun, 29 May 2011 17:46:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id B6ADC8050D for ; Sun, 29 May 2011 17:46:51 +0000 (UTC) From: "Torsten Veller" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Torsten Veller" Message-ID: <3d5fac1f1c44824e3c8118fcb532f73275c909ba.tove@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/IO-CaptureOutput/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/IO-CaptureOutput/ChangeLog dev-perl/IO-CaptureOutput/IO-CaptureOutput-1.110.200.ebuild dev-perl/IO-CaptureOutput/IO-CaptureOutput-1.1101.ebuild dev-perl/IO-CaptureOutput/IO-CaptureOutput-1.1102.ebuild X-VCS-Directories: dev-perl/IO-CaptureOutput/ X-VCS-Committer: tove X-VCS-Committer-Name: Torsten Veller X-VCS-Revision: 3d5fac1f1c44824e3c8118fcb532f73275c909ba Date: Sun, 29 May 2011 17:46:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: ed1644517ca4f6aa8452e15d936080cf commit: 3d5fac1f1c44824e3c8118fcb532f73275c909ba Author: Torsten Veller gentoo org> AuthorDate: Sun May 29 17:12:55 2011 +0000 Commit: Torsten Veller gentoo org> CommitDate: Sun May 29 17:12:55 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/perl-overlay.= git;a=3Dcommit;h=3D3d5fac1f [fix] dev-perl/IO-CaptureOutput 1.1102 -> 1.110.200 (Portage version: 2.2.0_alpha37/git/Linux x86_64, signed Manifest commit = with key 0x4E046AEC) --- dev-perl/IO-CaptureOutput/ChangeLog | 9 ++++++- ...02.ebuild =3D> IO-CaptureOutput-1.110.200.ebuild} | 3 +- .../IO-CaptureOutput-1.1101.ebuild | 25 --------------= ------ 3 files changed, 10 insertions(+), 27 deletions(-) diff --git a/dev-perl/IO-CaptureOutput/ChangeLog b/dev-perl/IO-CaptureOut= put/ChangeLog index 8e62743..7f11adc 100644 --- a/dev-perl/IO-CaptureOutput/ChangeLog +++ b/dev-perl/IO-CaptureOutput/ChangeLog @@ -1,7 +1,14 @@ # ChangeLog for dev-perl/IO-CaptureOutput -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 +*IO-CaptureOutput-1.110.200 (29 May 2011) + + 29 May 2011; Torsten Veller + +IO-CaptureOutput-1.110.200.ebuild, -IO-CaptureOutput-1.1101.ebuild, + -IO-CaptureOutput-1.1102.ebuild: + Change version scheme. Looks like a downgrade + *IO-CaptureOutput-1.1102 (11 May 2010) =20 11 May 2010; Torsten Veller diff --git a/dev-perl/IO-CaptureOutput/IO-CaptureOutput-1.1102.ebuild b/d= ev-perl/IO-CaptureOutput/IO-CaptureOutput-1.110.200.ebuild similarity index 87% rename from dev-perl/IO-CaptureOutput/IO-CaptureOutput-1.1102.ebuild rename to dev-perl/IO-CaptureOutput/IO-CaptureOutput-1.110.200.ebuild index 1ea3917..2b319dd 100644 --- a/dev-perl/IO-CaptureOutput/IO-CaptureOutput-1.1102.ebuild +++ b/dev-perl/IO-CaptureOutput/IO-CaptureOutput-1.110.200.ebuild @@ -1,10 +1,11 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ =20 EAPI=3D3 =20 MODULE_AUTHOR=3DDAGOLDEN +MODULE_VERSION=3D1.1102 inherit perl-module =20 DESCRIPTION=3D"Capture STDOUT and STDERR from Perl code, subprocesses or= XS" diff --git a/dev-perl/IO-CaptureOutput/IO-CaptureOutput-1.1101.ebuild b/d= ev-perl/IO-CaptureOutput/IO-CaptureOutput-1.1101.ebuild deleted file mode 100644 index 28bdbbb..0000000 --- a/dev-perl/IO-CaptureOutput/IO-CaptureOutput-1.1101.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=3D2 - -MODULE_AUTHOR=3DDAGOLDEN -inherit perl-module - -DESCRIPTION=3D"Capture STDOUT and STDERR from Perl code, subprocesses or= XS" - -SLOT=3D"0" -KEYWORDS=3D"~amd64 ~x86" -IUSE=3D"test" - -RDEPEND=3D" - >=3Dvirtual/perl-File-Spec-3.27 - >=3Dvirtual/perl-File-Temp-0.16 -" -DEPEND=3D"${RDEPEND} - test? ( - >=3Dvirtual/perl-Test-Simple-0.62 - ) -" -SRC_TEST=3D"do"