grknight 14/10/17 14:53:25 Modified: ChangeLog Added: pecl-uuid-1.0.3-r2.ebuild Removed: pecl-uuid-1.0.3-r1.ebuild Log: Revbump to drop 5.3 and add 5.6 wrt bug 524250 ack by dev-zero on irc (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key 67C78E1D)
Revision Changes Path 1.5 dev-php/pecl-uuid/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-uuid/ChangeLog?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-uuid/ChangeLog?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-uuid/ChangeLog?r1=1.4&r2=1.5 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-uuid/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ChangeLog 10 Aug 2014 21:04:19 -0000 1.4 +++ ChangeLog 17 Oct 2014 14:53:25 -0000 1.5 @@ -1,6 +1,12 @@ # ChangeLog for dev-php/pecl-uuid # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-uuid/ChangeLog,v 1.4 2014/08/10 21:04:19 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-uuid/ChangeLog,v 1.5 2014/10/17 14:53:25 grknight Exp $ + +*pecl-uuid-1.0.3-r2 (17 Oct 2014) + + 17 Oct 2014; Brian Evans <[email protected]> +pecl-uuid-1.0.3-r2.ebuild, + -pecl-uuid-1.0.3-r1.ebuild: + Revbump to drop 5.3 and add 5.6 wrt bug 524250 ack by dev-zero on irc 10 Aug 2014; Sergei Trofimovich <[email protected]> pecl-uuid-1.0.3-r1.ebuild: QA: drop trailing '.' from DESCRIPTION 1.1 dev-php/pecl-uuid/pecl-uuid-1.0.3-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-uuid/pecl-uuid-1.0.3-r2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-uuid/pecl-uuid-1.0.3-r2.ebuild?rev=1.1&content-type=text/plain Index: pecl-uuid-1.0.3-r2.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-uuid/pecl-uuid-1.0.3-r2.ebuild,v 1.1 2014/10/17 14:53:25 grknight Exp $ EAPI="5" PHP_EXT_NAME="uuid" PHP_EXT_INIT="yes" PHP_EXT_ZENDEXT="no" DOCS="CREDITS" USE_PHP="php5-6 php5-5 php5-4" inherit php-ext-pecl-r2 DESCRIPTION="A wrapper around libuuid" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64" IUSE="" DEPEND="sys-apps/util-linux" RDEPEND="${DEPEND}"
