titanofold 14/11/03 11:19:22 Modified: ChangeLog pficommon-1.3.1.0.ebuild Log: Update PostgreSQL dependencies and/or checks to virtual/postgresql. (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key D1BBFDA0)
Revision Changes Path 1.3 dev-cpp/pficommon/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/pficommon/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/pficommon/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/pficommon/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-cpp/pficommon/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 8 Jul 2012 19:56:24 -0000 1.2 +++ ChangeLog 3 Nov 2014 11:19:22 -0000 1.3 @@ -1,6 +1,10 @@ # ChangeLog for dev-cpp/pficommon -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/pficommon/ChangeLog,v 1.2 2012/07/08 19:56:24 naota Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/pficommon/ChangeLog,v 1.3 2014/11/03 11:19:22 titanofold Exp $ + + 03 Nov 2014; Aaron W. Swenson <[email protected]> + pficommon-1.3.1.0.ebuild: + Update PostgreSQL dependencies and/or checks to virtual/postgresql. 08 Jul 2012; Naohiro Aota <[email protected]> +files/pficommon-1.3.1.0-gcc-4.7.patch, pficommon-1.3.1.0.ebuild: 1.3 dev-cpp/pficommon/pficommon-1.3.1.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/pficommon/pficommon-1.3.1.0.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/pficommon/pficommon-1.3.1.0.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/pficommon/pficommon-1.3.1.0.ebuild?r1=1.2&r2=1.3 Index: pficommon-1.3.1.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-cpp/pficommon/pficommon-1.3.1.0.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- pficommon-1.3.1.0.ebuild 8 Jul 2012 19:56:24 -0000 1.2 +++ pficommon-1.3.1.0.ebuild 3 Nov 2014 11:19:22 -0000 1.3 @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/pficommon/pficommon-1.3.1.0.ebuild,v 1.2 2012/07/08 19:56:24 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/pficommon/pficommon-1.3.1.0.ebuild,v 1.3 2014/11/03 11:19:22 titanofold Exp $ EAPI=4 @@ -23,7 +23,7 @@ ) mprpc? ( dev-libs/msgpack ) mysql? ( virtual/mysql ) - postgres? ( dev-db/postgresql-base ) + postgres? ( virtual/postgresql ) " DEPEND="${RDEPEND} test? ( dev-cpp/gtest )"
