grknight 14/09/30 23:15:52 Modified: ChangeLog Added: pecl-rrd-1.1.3.ebuild Removed: pecl-rrd-1.0.5.ebuild Log: Version bump; add 5.6 support; drop 5.3 support (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 67C78E1D)
Revision Changes Path 1.4 dev-php/pecl-rrd/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-rrd/ChangeLog?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-rrd/ChangeLog?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-rrd/ChangeLog?r1=1.3&r2=1.4 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-rrd/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ChangeLog 15 Jul 2014 14:49:41 -0000 1.3 +++ ChangeLog 30 Sep 2014 23:15:52 -0000 1.4 @@ -1,6 +1,12 @@ # ChangeLog for dev-php/pecl-rrd # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-rrd/ChangeLog,v 1.3 2014/07/15 14:49:41 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-rrd/ChangeLog,v 1.4 2014/09/30 23:15:52 grknight Exp $ + +*pecl-rrd-1.1.3 (30 Sep 2014) + + 30 Sep 2014; Brian Evans <[email protected]> +pecl-rrd-1.1.3.ebuild, + -pecl-rrd-1.0.5.ebuild: + Version bump; add 5.6 support; drop 5.3 support 15 Jul 2014; Jeroen Roovers <[email protected]> pecl-rrd-1.0.5.ebuild, pecl-rrd-1.1.0.ebuild: 1.1 dev-php/pecl-rrd/pecl-rrd-1.1.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-rrd/pecl-rrd-1.1.3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-rrd/pecl-rrd-1.1.3.ebuild?rev=1.1&content-type=text/plain Index: pecl-rrd-1.1.3.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-rrd/pecl-rrd-1.1.3.ebuild,v 1.1 2014/09/30 23:15:52 grknight Exp $ EAPI=5 USE_PHP="php5-6 php5-5 php5-4" inherit php-ext-pecl-r2 KEYWORDS="~amd64 ~x86" DESCRIPTION="RRDtool bindings for PHP" LICENSE="BSD" SLOT="0" DEPEND=">=net-analyzer/rrdtool-1.4.5-r1[graph]" RDEPEND="${DEPEND}"
