grknight 15/04/14 17:58:06 Modified: PEAR-MDB2_Driver_mysql-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_mysql/PEAR-MDB2_Driver_mysql-1.5.0_beta4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-MDB2_Driver_mysql/PEAR-MDB2_Driver_mysql-1.5.0_beta4.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-MDB2_Driver_mysql/PEAR-MDB2_Driver_mysql-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_mysql/PEAR-MDB2_Driver_mysql-1.5.0_beta4.ebuild?r1=1.1&r2=1.2 Index: PEAR-MDB2_Driver_mysql-1.5.0_beta4.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-MDB2_Driver_mysql/PEAR-MDB2_Driver_mysql-1.5.0_beta4.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- PEAR-MDB2_Driver_mysql-1.5.0_beta4.ebuild 3 Nov 2013 21:10:51 -0000 1.1 +++ PEAR-MDB2_Driver_mysql-1.5.0_beta4.ebuild 14 Apr 2015 17:58:06 -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_mysql/PEAR-MDB2_Driver_mysql-1.5.0_beta4.ebuild,v 1.1 2013/11/03 21:10:51 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-MDB2_Driver_mysql/PEAR-MDB2_Driver_mysql-1.5.0_beta4.ebuild,v 1.2 2015/04/14 17:58:06 grknight Exp $ EAPI="5" @@ -13,5 +13,5 @@ IUSE="" DEPEND=">=dev-php/PEAR-MDB2-2.5.0_beta3 - dev-lang/php[mysql]" + dev-lang/php:*[mysql]" RDEPEND="${DEPEND}" 1.42 dev-php/PEAR-MDB2_Driver_mysql/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-MDB2_Driver_mysql/ChangeLog?rev=1.42&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-MDB2_Driver_mysql/ChangeLog?rev=1.42&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-MDB2_Driver_mysql/ChangeLog?r1=1.41&r2=1.42 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-MDB2_Driver_mysql/ChangeLog,v retrieving revision 1.41 retrieving revision 1.42 diff -u -r1.41 -r1.42 --- ChangeLog 26 Jan 2014 18:34:04 -0000 1.41 +++ ChangeLog 14 Apr 2015 17:58:06 -0000 1.42 @@ -1,6 +1,10 @@ # ChangeLog for dev-php/PEAR-MDB2_Driver_mysql -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-MDB2_Driver_mysql/ChangeLog,v 1.41 2014/01/26 18:34:04 olemarkus Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-MDB2_Driver_mysql/ChangeLog,v 1.42 2015/04/14 17:58:06 grknight Exp $ + + 14 Apr 2015; Brian Evans <[email protected]> + PEAR-MDB2_Driver_mysql-1.5.0_beta4.ebuild: + Fix repoman warning wrt slot operator 26 Jan 2014; Ole Markus With <[email protected]> PEAR-MDB2_Driver_mysql-1.5.0_beta3.ebuild:
