grknight 15/04/14 18:01:54 Modified: PEAR-MDB2_Driver_pgsql-1.5.0_beta4.ebuild ChangeLog Log: Fix repoman warning wrt slot operator (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key D1F781EFF9F4A3B6)
Revision Changes Path 1.2 dev-php/PEAR-MDB2_Driver_pgsql/PEAR-MDB2_Driver_pgsql-1.5.0_beta4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-MDB2_Driver_pgsql/PEAR-MDB2_Driver_pgsql-1.5.0_beta4.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-MDB2_Driver_pgsql/PEAR-MDB2_Driver_pgsql-1.5.0_beta4.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-MDB2_Driver_pgsql/PEAR-MDB2_Driver_pgsql-1.5.0_beta4.ebuild?r1=1.1&r2=1.2 Index: PEAR-MDB2_Driver_pgsql-1.5.0_beta4.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-MDB2_Driver_pgsql/PEAR-MDB2_Driver_pgsql-1.5.0_beta4.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- PEAR-MDB2_Driver_pgsql-1.5.0_beta4.ebuild 3 Nov 2013 21:11:54 -0000 1.1 +++ PEAR-MDB2_Driver_pgsql-1.5.0_beta4.ebuild 14 Apr 2015 18:01:54 -0000 1.2 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-MDB2_Driver_pgsql/PEAR-MDB2_Driver_pgsql-1.5.0_beta4.ebuild,v 1.1 2013/11/03 21:11:54 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-MDB2_Driver_pgsql/PEAR-MDB2_Driver_pgsql-1.5.0_beta4.ebuild,v 1.2 2015/04/14 18:01:54 grknight Exp $ EAPI="5" @@ -13,5 +13,5 @@ IUSE="" DEPEND=">=dev-php/PEAR-MDB2-2.5.0_beta3 - dev-lang/php[postgres]" + dev-lang/php:*[postgres]" RDEPEND="${DEPEND}" 1.39 dev-php/PEAR-MDB2_Driver_pgsql/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-MDB2_Driver_pgsql/ChangeLog?rev=1.39&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-MDB2_Driver_pgsql/ChangeLog?rev=1.39&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-MDB2_Driver_pgsql/ChangeLog?r1=1.38&r2=1.39 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-MDB2_Driver_pgsql/ChangeLog,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- ChangeLog 26 Jan 2014 18:34:54 -0000 1.38 +++ ChangeLog 14 Apr 2015 18:01:54 -0000 1.39 @@ -1,6 +1,10 @@ # ChangeLog for dev-php/PEAR-MDB2_Driver_pgsql -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-MDB2_Driver_pgsql/ChangeLog,v 1.38 2014/01/26 18:34:54 olemarkus Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-MDB2_Driver_pgsql/ChangeLog,v 1.39 2015/04/14 18:01:54 grknight Exp $ + + 14 Apr 2015; Brian Evans <[email protected]> + PEAR-MDB2_Driver_pgsql-1.5.0_beta4.ebuild: + Fix repoman warning wrt slot operator 26 Jan 2014; Ole Markus With <[email protected]> PEAR-MDB2_Driver_pgsql-1.5.0_beta3.ebuild:
