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 2CFB71381F3 for ; Thu, 6 Dec 2012 18:08:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6AC4821C00B; Thu, 6 Dec 2012 18:08:04 +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 BEDCF21C02B for ; Thu, 6 Dec 2012 18:08:03 +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 CB6F333D7F4 for ; Thu, 6 Dec 2012 18:08:02 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2314) id 91FDC2171D; Thu, 6 Dec 2012 18:08:01 +0000 (UTC) From: "Agostino Sarubbo (ago)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ago@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/DBD-Pg: DBD-Pg-2.19.3.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: DBD-Pg-2.19.3.ebuild ChangeLog X-VCS-Directories: dev-perl/DBD-Pg X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20121206180801.91FDC2171D@flycatcher.gentoo.org> Date: Thu, 6 Dec 2012 18:08:01 +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: eec5cb7b-6661-471f-8a3f-79a14f6adbca X-Archives-Hash: 8bf9085576a038a9b95b308fc3da03c4 ago 12/12/06 18:08:01 Modified: DBD-Pg-2.19.3.ebuild ChangeLog Log: Stable for amd64, wrt bug #441218 (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit) Revision Changes Path 1.3 dev-perl/DBD-Pg/DBD-Pg-2.19.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.19.3.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.19.3.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.19.3.ebuild?r1=1.2&r2=1.3 Index: DBD-Pg-2.19.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.19.3.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- DBD-Pg-2.19.3.ebuild 1 Sep 2012 11:26:26 -0000 1.2 +++ DBD-Pg-2.19.3.ebuild 6 Dec 2012 18:08:01 -0000 1.3 @@ -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/DBD-Pg/DBD-Pg-2.19.3.ebuild,v 1.2 2012/09/01 11:26:26 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.19.3.ebuild,v 1.3 2012/12/06 18:08:01 ago Exp $ EAPI=4 @@ -11,7 +11,7 @@ DESCRIPTION="The Perl DBD::Pg Module" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="" RDEPEND="virtual/perl-version 1.125 dev-perl/DBD-Pg/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/ChangeLog?rev=1.125&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/ChangeLog?rev=1.125&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/ChangeLog?r1=1.124&r2=1.125 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v retrieving revision 1.124 retrieving revision 1.125 diff -u -r1.124 -r1.125 --- ChangeLog 2 Sep 2012 17:31:28 -0000 1.124 +++ ChangeLog 6 Dec 2012 18:08:01 -0000 1.125 @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/DBD-Pg # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v 1.124 2012/09/02 17:31:28 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v 1.125 2012/12/06 18:08:01 ago Exp $ + + 06 Dec 2012; DBD-Pg-2.19.3.ebuild: + Stable for amd64, wrt bug #441218 02 Sep 2012; Torsten Veller -DBD-Pg-2.19.0.ebuild: Cleanup