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 60F301381F3 for ; Tue, 25 Jun 2013 12:59:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E76CBE07FA; Tue, 25 Jun 2013 12:59:57 +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 5A8E3E0984 for ; Tue, 25 Jun 2013 12:59:57 +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 2464C33E70E for ; Tue, 25 Jun 2013 12:59:56 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2314) id E390621710; Tue, 25 Jun 2013 12:59:54 +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-libs/libpqxx: libpqxx-4.0.1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: libpqxx-4.0.1.ebuild ChangeLog X-VCS-Directories: dev-libs/libpqxx X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130625125954.E390621710@flycatcher.gentoo.org> Date: Tue, 25 Jun 2013 12:59:54 +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: 0e8f046f-9de9-427c-b69b-e2205a2e6bd4 X-Archives-Hash: 6716e25ae388aa1b2c573b11a6c3328a ago 13/06/25 12:59:54 Modified: libpqxx-4.0.1.ebuild ChangeLog Log: Stable for amd64, wrt bug #472450 (Portage version: 2.1.12.9/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F) Revision Changes Path 1.7 dev-libs/libpqxx/libpqxx-4.0.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpqxx/libpqxx-4.0.1.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpqxx/libpqxx-4.0.1.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpqxx/libpqxx-4.0.1.ebuild?r1=1.6&r2=1.7 Index: libpqxx-4.0.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/libpqxx/libpqxx-4.0.1.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- libpqxx-4.0.1.ebuild 25 Jun 2013 12:14:34 -0000 1.6 +++ libpqxx-4.0.1.ebuild 25 Jun 2013 12:59:54 -0000 1.7 @@ -1,13 +1,13 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpqxx/libpqxx-4.0.1.ebuild,v 1.6 2013/06/25 12:14:34 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpqxx/libpqxx-4.0.1.ebuild,v 1.7 2013/06/25 12:59:54 ago Exp $ EAPI="4" PYTHON_COMPAT=( python{2_6,2_7} ) inherit python-any-r1 -KEYWORDS="~alpha ~amd64 hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd" DESCRIPTION="C++ client API for PostgreSQL. The standard front-end for writing C++ programs that use PostgreSQL." SRC_URI="http://pqxx.org/download/software/${PN}/${P}.tar.gz" 1.95 dev-libs/libpqxx/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpqxx/ChangeLog?rev=1.95&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpqxx/ChangeLog?rev=1.95&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpqxx/ChangeLog?r1=1.94&r2=1.95 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/libpqxx/ChangeLog,v retrieving revision 1.94 retrieving revision 1.95 diff -u -r1.94 -r1.95 --- ChangeLog 25 Jun 2013 12:14:34 -0000 1.94 +++ ChangeLog 25 Jun 2013 12:59:54 -0000 1.95 @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libpqxx # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpqxx/ChangeLog,v 1.94 2013/06/25 12:14:34 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpqxx/ChangeLog,v 1.95 2013/06/25 12:59:54 ago Exp $ + + 25 Jun 2013; Agostino Sarubbo libpqxx-4.0.1.ebuild: + Stable for amd64, wrt bug #472450 25 Jun 2013; Agostino Sarubbo libpqxx-4.0.1.ebuild: Stable for x86, wrt bug #472450