grknight 15/02/19 17:56:16 Modified: ChangeLog Added: PEAR-DB_DataObject-1.11.3.ebuild Log: Version bump (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key D1F781EFF9F4A3B6)
Revision Changes Path 1.60 dev-php/PEAR-DB_DataObject/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-DB_DataObject/ChangeLog?rev=1.60&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-DB_DataObject/ChangeLog?rev=1.60&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-DB_DataObject/ChangeLog?r1=1.59&r2=1.60 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB_DataObject/ChangeLog,v retrieving revision 1.59 retrieving revision 1.60 diff -u -r1.59 -r1.60 --- ChangeLog 19 Mar 2014 15:21:14 -0000 1.59 +++ ChangeLog 19 Feb 2015 17:56:16 -0000 1.60 @@ -1,6 +1,12 @@ # ChangeLog for dev-php/PEAR-DB_DataObject -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB_DataObject/ChangeLog,v 1.59 2014/03/19 15:21:14 ago Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB_DataObject/ChangeLog,v 1.60 2015/02/19 17:56:16 grknight Exp $ + +*PEAR-DB_DataObject-1.11.3 (19 Feb 2015) + + 19 Feb 2015; Brian Evans <[email protected]> + +PEAR-DB_DataObject-1.11.3.ebuild: + Version bump 19 Mar 2014; Agostino Sarubbo <[email protected]> PEAR-DB_DataObject-1.11.2.ebuild: 1.1 dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.11.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.11.3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.11.3.ebuild?rev=1.1&content-type=text/plain Index: PEAR-DB_DataObject-1.11.3.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.11.3.ebuild,v 1.1 2015/02/19 17:56:16 grknight Exp $ EAPI=5 inherit php-pear-r1 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" DESCRIPTION="A SQL Builder, Object Interface to Database Tables" LICENSE="PHP-2.02 PHP-3" SLOT="0" IUSE="minimal" DEPEND="" RDEPEND="|| ( >=dev-php/PEAR-DB-1.7.6-r1 >=dev-php/PEAR-MDB2-2.0.0_rc1 ) >=dev-php/PEAR-Date-1.4.3-r1 !minimal? ( >=dev-php/PEAR-Validate-0.5.0-r1 )" src_prepare() { # don't install windows-only stuff sed -re 's:<file baseinstalldir="DB" md5sum=".{32}" name="scripts/DB_DataObject_createTables.bat" role="script" />::' -i "${WORKDIR}/package.xml" || die "sed failed" }
