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 16EF21387EC for ; Sat, 2 Feb 2013 07:58:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 85F9C21C008; Sat, 2 Feb 2013 07:58:28 +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 0F92C21C00A for ; Sat, 2 Feb 2013 07:58:27 +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 0260133DD0F for ; Sat, 2 Feb 2013 07:58:27 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 807) id 65DB42171D; Sat, 2 Feb 2013 07:58:25 +0000 (UTC) From: "Patrick Lauer (patrick)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, patrick@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: patrick X-VCS-Committer-Name: Patrick Lauer Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130202075825.65DB42171D@flycatcher.gentoo.org> Date: Sat, 2 Feb 2013 07:58:25 +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: 63b7a980-50b6-41ce-9fff-c4e5b25b05a9 X-Archives-Hash: 0b87418d96b2c532c1a81939684d1797 patrick 13/02/02 07:58:25 Modified: ChangeLog Added: libpqxx-4.0.1.ebuild Log: Bump (Portage version: 2.2.0_alpha161/cvs/Linux x86_64, unsigned Manifest commit) Revision Changes Path 1.89 dev-libs/libpqxx/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpqxx/ChangeLog?rev=1.89&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpqxx/ChangeLog?rev=1.89&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpqxx/ChangeLog?r1=1.88&r2=1.89 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/libpqxx/ChangeLog,v retrieving revision 1.88 retrieving revision 1.89 diff -u -r1.88 -r1.89 --- ChangeLog 8 Dec 2012 18:24:07 -0000 1.88 +++ ChangeLog 2 Feb 2013 07:58:25 -0000 1.89 @@ -1,6 +1,11 @@ # ChangeLog for dev-libs/libpqxx -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpqxx/ChangeLog,v 1.88 2012/12/08 18:24:07 jer Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpqxx/ChangeLog,v 1.89 2013/02/02 07:58:25 patrick Exp $ + +*libpqxx-4.0.1 (02 Feb 2013) + + 02 Feb 2013; Patrick Lauer +libpqxx-4.0.1.ebuild: + Bump 08 Dec 2012; Jeroen Roovers libpqxx-4.0-r1.ebuild: Stable for HPPA (bug #396483). @@ -334,4 +339,3 @@ 06 Jun 2003; Masatomo Nakano libpqxx-1.5.1.ebuild: Initial import. Thanks to Andy Pyles . - 1.1 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.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpqxx/libpqxx-4.0.1.ebuild?rev=1.1&content-type=text/plain Index: libpqxx-4.0.1.ebuild =================================================================== # 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.1 2013/02/02 07:58:25 patrick Exp $ EAPI="4" inherit eutils 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" HOMEPAGE="http://pqxx.org/development/libpqxx/" LICENSE="BSD" SLOT="0" IUSE="doc static-libs" DEPEND="dev-db/postgresql-base" RDEPEND="${DEPEND}" src_configure() { if use static-libs ; then econf --enable-static else econf --enable-shared fi } src_install () { emake DESTDIR="${D}" install dodoc AUTHORS ChangeLog NEWS README* use doc && dohtml -r doc/html/* } src_test() { einfo "The tests need a running PostgreSQL server and an existing database." einfo "Test requires PGDATABASE and PGUSER to be set at a minimum. Optionally," einfo "set PGPORT and PGHOST. Define them at the command line or in:" einfo " ${EROOT%/}/etc/libpqxx_test_env" if [[ -z $PGDATABASE || -z $PGUSER ]] ; then if [[ -f ${EROOT%/}/etc/libpqxx_test_env ]] ; then source "${EROOT%/}/etc/libpqxx_test_env" [[ -n $PGDATABASE ]] && export PGDATABASE [[ -n $PGHOST ]] && export PGHOST [[ -n $PGPORT ]] && export PGPORT [[ -n $PGUSER ]] && export PGUSER fi fi if [[ -n $PGDATABASE && -n $PGUSER ]] ; then local server_version server_version=$(psql -Aqtc 'SELECT version();' 2> /dev/null) if [[ $? = 0 ]] ; then # Currently works with highest server version in tree #server_version=$(echo ${server_version} | cut -d " " -f 2 | cut -d "." -f -2 | tr -d .) #if [[ $server_version < 92 ]] ; then cd "${S}/test" emake check #else # eerror "Server version must be 8.4.x or below." # die "Server version isn't 8.4.x or below" #fi else eerror "Is the server running?" eerror "Verify role and database exist, and are permitted in pg_hba.conf for:" eerror " Role: ${PGUSER}" eerror " Database: ${PGDATABASE}" die "Couldn't connect to server." fi else eerror "PGDATABASE and PGUSER must be set to perform tests." eerror "Skipping tests." fi }