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 8AE491381F3 for ; Wed, 26 Jun 2013 02:53:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4D07E09F2; Wed, 26 Jun 2013 02:53:42 +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 60274E09F2 for ; Wed, 26 Jun 2013 02:53:42 +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 7AC3733E727 for ; Wed, 26 Jun 2013 02:53:41 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2314) id 304E82171D; Wed, 26 Jun 2013 02:53:40 +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: <20130626025340.304E82171D@flycatcher.gentoo.org> Date: Wed, 26 Jun 2013 02:53:40 +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: dba5eff6-fbe7-4a23-821a-6a0b89213e4f X-Archives-Hash: f605b44872a0a9b806d36db0cd04620f ago 13/06/26 02:53:40 Modified: libpqxx-4.0.1.ebuild ChangeLog Log: Stable for alpha, wrt bug #472450 (Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F) Revision Changes Path 1.8 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.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpqxx/libpqxx-4.0.1.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpqxx/libpqxx-4.0.1.ebuild?r1=1.7&r2=1.8 Index: libpqxx-4.0.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/libpqxx/libpqxx-4.0.1.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- libpqxx-4.0.1.ebuild 25 Jun 2013 12:59:54 -0000 1.7 +++ libpqxx-4.0.1.ebuild 26 Jun 2013 02:53:39 -0000 1.8 @@ -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.7 2013/06/25 12:59:54 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpqxx/libpqxx-4.0.1.ebuild,v 1.8 2013/06/26 02:53:39 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.96 dev-libs/libpqxx/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpqxx/ChangeLog?rev=1.96&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpqxx/ChangeLog?rev=1.96&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpqxx/ChangeLog?r1=1.95&r2=1.96 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/libpqxx/ChangeLog,v retrieving revision 1.95 retrieving revision 1.96 diff -u -r1.95 -r1.96 --- ChangeLog 25 Jun 2013 12:59:54 -0000 1.95 +++ ChangeLog 26 Jun 2013 02:53:39 -0000 1.96 @@ -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.95 2013/06/25 12:59:54 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpqxx/ChangeLog,v 1.96 2013/06/26 02:53:39 ago Exp $ + + 26 Jun 2013; Agostino Sarubbo libpqxx-4.0.1.ebuild: + Stable for alpha, wrt bug #472450 25 Jun 2013; Agostino Sarubbo libpqxx-4.0.1.ebuild: Stable for amd64, wrt bug #472450