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 8633E138010 for ; Sun, 30 Sep 2012 19:02:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 39C93E0128; Sun, 30 Sep 2012 19:02:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id EA169E0128 for ; Sun, 30 Sep 2012 19:02:49 +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 2919033D2A8 for ; Sun, 30 Sep 2012 19:02:49 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2160) id E37E321600; Sun, 30 Sep 2012 19:02:47 +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/ImageSize: ChangeLog ImageSize-3.230.0.ebuild ImageSize-3.231.0.ebuild ImageSize-3.232.0.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog ImageSize-3.230.0.ebuild ImageSize-3.231.0.ebuild ImageSize-3.232.0.ebuild X-VCS-Directories: dev-perl/ImageSize X-VCS-Committer: armin76 X-VCS-Committer-Name: Raul Porcel Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20120930190247.E37E321600@flycatcher.gentoo.org> Date: Sun, 30 Sep 2012 19:02:47 +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: c62d7d57-4e09-462d-8860-74e24275844a X-Archives-Hash: ece621396c4425c292bc80d941bee903 armin76 12/09/30 19:02:47 Modified: ChangeLog ImageSize-3.230.0.ebuild ImageSize-3.231.0.ebuild ImageSize-3.232.0.ebuild Log: Drop alpha keywords (Portage version: 2.1.11.16/cvs/Linux ia64) Revision Changes Path 1.81 dev-perl/ImageSize/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/ImageSize/ChangeLog?rev=1.81&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/ImageSize/ChangeLog?rev=1.81&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/ImageSize/ChangeLog?r1=1.80&r2=1.81 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/ImageSize/ChangeLog,v retrieving revision 1.80 retrieving revision 1.81 diff -u -r1.80 -r1.81 --- ChangeLog 12 Sep 2012 10:59:40 -0000 1.80 +++ ChangeLog 30 Sep 2012 19:02:47 -0000 1.81 @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/ImageSize # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/ImageSize/ChangeLog,v 1.80 2012/09/12 10:59:40 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ImageSize/ChangeLog,v 1.81 2012/09/30 19:02:47 armin76 Exp $ + + 30 Sep 2012; Raúl Porcel ImageSize-3.230.0.ebuild, + ImageSize-3.231.0.ebuild, ImageSize-3.232.0.ebuild: + Drop alpha keywords 12 Sep 2012; Johannes Huber ImageSize-3.232.0.ebuild: Stable for x86, wrt bug #428986 1.8 dev-perl/ImageSize/ImageSize-3.230.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/ImageSize/ImageSize-3.230.0.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/ImageSize/ImageSize-3.230.0.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/ImageSize/ImageSize-3.230.0.ebuild?r1=1.7&r2=1.8 Index: ImageSize-3.230.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/ImageSize/ImageSize-3.230.0.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ImageSize-3.230.0.ebuild 25 Mar 2012 16:20:21 -0000 1.7 +++ ImageSize-3.230.0.ebuild 30 Sep 2012 19:02:47 -0000 1.8 @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/ImageSize/ImageSize-3.230.0.ebuild,v 1.7 2012/03/25 16:20:21 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ImageSize/ImageSize-3.230.0.ebuild,v 1.8 2012/09/30 19:02:47 armin76 Exp $ EAPI=4 @@ -13,7 +13,7 @@ LICENSE="|| ( Artistic-2 LGPL-2.1 )" SLOT="0" -KEYWORDS="alpha amd64 ppc ppc64 x86" +KEYWORDS="amd64 ppc ppc64 x86" IUSE="" RDEPEND=" 1.2 dev-perl/ImageSize/ImageSize-3.231.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/ImageSize/ImageSize-3.231.0.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/ImageSize/ImageSize-3.231.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/ImageSize/ImageSize-3.231.0.ebuild?r1=1.1&r2=1.2 Index: ImageSize-3.231.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/ImageSize/ImageSize-3.231.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ImageSize-3.231.0.ebuild 26 May 2012 12:37:05 -0000 1.1 +++ ImageSize-3.231.0.ebuild 30 Sep 2012 19:02:47 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/ImageSize/ImageSize-3.231.0.ebuild,v 1.1 2012/05/26 12:37:05 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ImageSize/ImageSize-3.231.0.ebuild,v 1.2 2012/09/30 19:02:47 armin76 Exp $ EAPI=4 @@ -13,7 +13,7 @@ LICENSE="|| ( Artistic-2 LGPL-2.1 )" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="" RDEPEND=" 1.4 dev-perl/ImageSize/ImageSize-3.232.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/ImageSize/ImageSize-3.232.0.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/ImageSize/ImageSize-3.232.0.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/ImageSize/ImageSize-3.232.0.ebuild?r1=1.3&r2=1.4 Index: ImageSize-3.232.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/ImageSize/ImageSize-3.232.0.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ImageSize-3.232.0.ebuild 12 Sep 2012 10:59:40 -0000 1.3 +++ ImageSize-3.232.0.ebuild 30 Sep 2012 19:02:47 -0000 1.4 @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/ImageSize/ImageSize-3.232.0.ebuild,v 1.3 2012/09/12 10:59:40 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ImageSize/ImageSize-3.232.0.ebuild,v 1.4 2012/09/30 19:02:47 armin76 Exp $ EAPI=4 @@ -13,7 +13,7 @@ LICENSE="|| ( Artistic-2 LGPL-2.1 )" SLOT="0" -KEYWORDS="~alpha amd64 ~ppc ~ppc64 x86" +KEYWORDS="amd64 ~ppc ~ppc64 x86" IUSE="" RDEPEND="