titanofold 14/12/28 15:19:00 Modified: ChangeLog soci-3.2.2.ebuild Log: Rename virtual/postgresql to dev-db/postgresql (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key D1BBFDA0)
Revision Changes Path 1.3 dev-db/soci/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/soci/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/soci/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/soci/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-db/soci/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 3 Nov 2014 11:36:07 -0000 1.2 +++ ChangeLog 28 Dec 2014 15:19:00 -0000 1.3 @@ -1,6 +1,9 @@ # ChangeLog for dev-db/soci # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/soci/ChangeLog,v 1.2 2014/11/03 11:36:07 titanofold Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/soci/ChangeLog,v 1.3 2014/12/28 15:19:00 titanofold Exp $ + + 28 Dec 2014; Aaron W. Swenson <[email protected]> soci-3.2.2.ebuild: + Rename virtual/postgresql to dev-db/postgresql 03 Nov 2014; Aaron W. Swenson <[email protected]> soci-3.2.2.ebuild: Update PostgreSQL dependencies and/or checks to virtual/postgresql. 1.3 dev-db/soci/soci-3.2.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/soci/soci-3.2.2.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/soci/soci-3.2.2.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/soci/soci-3.2.2.ebuild?r1=1.2&r2=1.3 Index: soci-3.2.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-db/soci/soci-3.2.2.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- soci-3.2.2.ebuild 3 Nov 2014 11:36:07 -0000 1.2 +++ soci-3.2.2.ebuild 28 Dec 2014 15:19:00 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/soci/soci-3.2.2.ebuild,v 1.2 2014/11/03 11:36:07 titanofold Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/soci/soci-3.2.2.ebuild,v 1.3 2014/12/28 15:19:00 titanofold Exp $ EAPI=5 @@ -20,7 +20,7 @@ mysql? ( virtual/mysql ) odbc? ( dev-db/unixODBC ) oracle? ( dev-db/oracle-instantclient-basic ) - postgres? ( virtual/postgresql ) + postgres? ( dev-db/postgresql ) sqlite? ( dev-db/sqlite:3 ) " RDEPEND=${DEPEND}
