From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8F6381381F3 for ; Sat, 14 Sep 2013 15:05:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 73989E0C74; Sat, 14 Sep 2013 15:05:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F415EE0C74 for ; Sat, 14 Sep 2013 15:05:26 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B362E33E0B3 for ; Sat, 14 Sep 2013 15:05:25 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2342) id A05E42004C; Sat, 14 Sep 2013 15:05:23 +0000 (UTC) From: "Mikle Kolyada (zlogene)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, zlogene@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Test-Taint: Test-Taint-1.60.0.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: Test-Taint-1.60.0.ebuild ChangeLog X-VCS-Directories: dev-perl/Test-Taint X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130914150523.A05E42004C@flycatcher.gentoo.org> Date: Sat, 14 Sep 2013 15:05:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ae4d0791-c594-4609-923c-8021efc76b80 X-Archives-Hash: cf7a0c909ef8f3f56cd44f710c56f29a zlogene 13/09/14 15:05:23 Modified: Test-Taint-1.60.0.ebuild ChangeLog Log: spatc stable wrt bug #449620 (Portage version: 2.2.1/cvs/Linux i686, signed Manifest commit with key 0xC42EB5D6) Revision Changes Path 1.10 dev-perl/Test-Taint/Test-Taint-1.60.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-Taint/Test-Taint-1.60.0.ebuild?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-Taint/Test-Taint-1.60.0.ebuild?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-Taint/Test-Taint-1.60.0.ebuild?r1=1.9&r2=1.10 Index: Test-Taint-1.60.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/Test-Taint/Test-Taint-1.60.0.ebuild,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- Test-Taint-1.60.0.ebuild 14 Sep 2013 10:56:02 -0000 1.9 +++ Test-Taint-1.60.0.ebuild 14 Sep 2013 15:05:23 -0000 1.10 @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Taint/Test-Taint-1.60.0.ebuild,v 1.9 2013/09/14 10:56:02 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Taint/Test-Taint-1.60.0.ebuild,v 1.10 2013/09/14 15:05:23 zlogene Exp $ EAPI=4 @@ -11,7 +11,7 @@ DESCRIPTION="Tools to test taintedness" SLOT="0" -KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="test" RDEPEND="" 1.33 dev-perl/Test-Taint/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-Taint/ChangeLog?rev=1.33&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-Taint/ChangeLog?rev=1.33&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-Taint/ChangeLog?r1=1.32&r2=1.33 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/Test-Taint/ChangeLog,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- ChangeLog 14 Sep 2013 10:56:02 -0000 1.32 +++ ChangeLog 14 Sep 2013 15:05:23 -0000 1.33 @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Test-Taint # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Taint/ChangeLog,v 1.32 2013/09/14 10:56:02 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Taint/ChangeLog,v 1.33 2013/09/14 15:05:23 zlogene Exp $ + + 14 Sep 2013; Mikle Kolyada Test-Taint-1.60.0.ebuild: + spatc stable wrt bug #449620 14 Sep 2013; Agostino Sarubbo Test-Taint-1.60.0.ebuild: Stable for alpha, wrt bug #449620