titanofold 14/12/28 15:37:07 Modified: ChangeLog luadbi-0.5-r5.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.26 dev-lua/luadbi/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lua/luadbi/ChangeLog?rev=1.26&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lua/luadbi/ChangeLog?rev=1.26&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lua/luadbi/ChangeLog?r1=1.25&r2=1.26 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lua/luadbi/ChangeLog,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- ChangeLog 3 Nov 2014 11:49:44 -0000 1.25 +++ ChangeLog 28 Dec 2014 15:37:07 -0000 1.26 @@ -1,6 +1,9 @@ # ChangeLog for dev-lua/luadbi # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lua/luadbi/ChangeLog,v 1.25 2014/11/03 11:49:44 titanofold Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lua/luadbi/ChangeLog,v 1.26 2014/12/28 15:37:07 titanofold Exp $ + + 28 Dec 2014; Aaron W. Swenson <[email protected]> luadbi-0.5-r5.ebuild: + Rename virtual/postgresql to dev-db/postgresql 03 Nov 2014; Aaron W. Swenson <[email protected]> luadbi-0.5-r5.ebuild: Update PostgreSQL dependencies and/or checks to virtual/postgresql. 1.5 dev-lua/luadbi/luadbi-0.5-r5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lua/luadbi/luadbi-0.5-r5.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lua/luadbi/luadbi-0.5-r5.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lua/luadbi/luadbi-0.5-r5.ebuild?r1=1.4&r2=1.5 Index: luadbi-0.5-r5.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lua/luadbi/luadbi-0.5-r5.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- luadbi-0.5-r5.ebuild 3 Nov 2014 11:49:44 -0000 1.4 +++ luadbi-0.5-r5.ebuild 28 Dec 2014 15:37:07 -0000 1.5 @@ -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-lua/luadbi/luadbi-0.5-r5.ebuild,v 1.4 2014/11/03 11:49:44 titanofold Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lua/luadbi/luadbi-0.5-r5.ebuild,v 1.5 2014/12/28 15:37:07 titanofold Exp $ EAPI=5 @@ -18,7 +18,7 @@ RDEPEND=">=dev-lang/lua-5.1 mysql? ( virtual/mysql ) - postgres? ( virtual/postgresql ) + postgres? ( dev-db/postgresql ) sqlite? ( >=dev-db/sqlite-3 )" DEPEND="${RDEPEND} virtual/pkgconfig"
