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 1RCwjr-0004PZ-OK for garchives@archives.gentoo.org; Sun, 09 Oct 2011 17:00:36 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9015D21C1FB; Sun, 9 Oct 2011 17:00:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 50ACF21C1FB for ; Sun, 9 Oct 2011 17:00:28 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8F0E51B4009 for ; Sun, 9 Oct 2011 17:00:27 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2160) id 519CE2004C; Sun, 9 Oct 2011 17:00:26 +0000 (UTC) From: "Raul Porcel (armin76)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, armin76@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Test-Warn: Test-Warn-0.21.ebuild ChangeLog Test-Warn-0.230.0.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: Test-Warn-0.21.ebuild ChangeLog Test-Warn-0.230.0.ebuild X-VCS-Directories: dev-perl/Test-Warn X-VCS-Committer: armin76 X-VCS-Committer-Name: Raul Porcel Content-Type: text/plain; charset=utf8 Message-Id: <20111009170026.519CE2004C@flycatcher.gentoo.org> Date: Sun, 9 Oct 2011 17:00:26 +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: 2918f6cebaef11b565f7a208a0a6f866 armin76 11/10/09 17:00:26 Modified: Test-Warn-0.21.ebuild ChangeLog Test-Warn-0.230.0.ebuild Log: Add ~alpha/~arm/~ia64/~s390/~sh wrt #384677 =20 (Portage version: 2.1.10.11/cvs/Linux ia64) Revision Changes Path 1.7 dev-perl/Test-Warn/Test-Warn-0.21.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-Warn= /Test-Warn-0.21.ebuild?rev=3D1.7&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-Warn= /Test-Warn-0.21.ebuild?rev=3D1.7&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-Warn= /Test-Warn-0.21.ebuild?r1=3D1.6&r2=3D1.7 Index: Test-Warn-0.21.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/dev-perl/Test-Warn/Test-Warn-0.21.ebuil= d,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- Test-Warn-0.21.ebuild 27 Jun 2010 19:21:20 -0000 1.6 +++ Test-Warn-0.21.ebuild 9 Oct 2011 17:00:25 -0000 1.7 @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Warn/Test-Warn-0.21.ebu= ild,v 1.6 2010/06/27 19:21:20 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Warn/Test-Warn-0.21.ebu= ild,v 1.7 2011/10/09 17:00:25 armin76 Exp $ =20 EAPI=3D2 =20 @@ -11,7 +11,7 @@ DESCRIPTION=3D"Perl extension to test methods for warnings" =20 SLOT=3D"0" -KEYWORDS=3D"amd64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-= macos" +KEYWORDS=3D"~alpha amd64 ~arm ~ia64 ppc ~s390 ~sh sparc x86 ~amd64-linux= ~x86-linux ~ppc-macos ~x86-macos" IUSE=3D"test" =20 RDEPEND=3D">=3Ddev-perl/Sub-Uplevel-0.12 1.33 dev-perl/Test-Warn/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-Warn= /ChangeLog?rev=3D1.33&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-Warn= /ChangeLog?rev=3D1.33&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-Warn= /ChangeLog?r1=3D1.32&r2=3D1.33 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/dev-perl/Test-Warn/ChangeLog,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- ChangeLog 29 Jul 2011 12:43:47 -0000 1.32 +++ ChangeLog 9 Oct 2011 17:00:25 -0000 1.33 @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Test-Warn # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Warn/ChangeLog,v 1.32 2= 011/07/29 12:43:47 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Warn/ChangeLog,v 1.33 2= 011/10/09 17:00:25 armin76 Exp $ + + 09 Oct 2011; Ra=C3=BAl Porcel Test-Warn-0.21.ebui= ld, + Test-Warn-0.230.0.ebuild: + Add ~alpha/~arm/~ia64/~s390/~sh wrt #384677 =20 29 Jul 2011; Torsten Veller -Test-Warn-0.22.ebuild: Cleanup 1.2 dev-perl/Test-Warn/Test-Warn-0.230.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-Warn= /Test-Warn-0.230.0.ebuild?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-Warn= /Test-Warn-0.230.0.ebuild?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-Warn= /Test-Warn-0.230.0.ebuild?r1=3D1.1&r2=3D1.2 Index: Test-Warn-0.230.0.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/dev-perl/Test-Warn/Test-Warn-0.230.0.eb= uild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- Test-Warn-0.230.0.ebuild 26 Feb 2011 07:12:10 -0000 1.1 +++ Test-Warn-0.230.0.ebuild 9 Oct 2011 17:00:26 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Warn/Test-Warn-0.230.0.= ebuild,v 1.1 2011/02/26 07:12:10 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Warn/Test-Warn-0.230.0.= ebuild,v 1.2 2011/10/09 17:00:26 armin76 Exp $ =20 EAPI=3D3 =20 @@ -11,7 +11,7 @@ DESCRIPTION=3D"Perl extension to test methods for warnings" =20 SLOT=3D"0" -KEYWORDS=3D"~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~= x86-macos" +KEYWORDS=3D"~alpha ~amd64 ~arm ~ia64 ~ppc ~s390 ~sh ~sparc ~x86 ~amd64-l= inux ~x86-linux ~ppc-macos ~x86-macos" IUSE=3D"test" =20 RDEPEND=3D">=3Ddev-perl/Sub-Uplevel-0.12