grknight 14/09/29 18:24:58 Modified: ChangeLog Added: pecl-stomp-1.0.5-r1.ebuild Removed: pecl-stomp-1.0.5.ebuild Log: Revbump to increase valid PHP compatibility (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 67C78E1D)
Revision Changes Path 1.4 dev-php/pecl-stomp/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-stomp/ChangeLog?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-stomp/ChangeLog?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-stomp/ChangeLog?r1=1.3&r2=1.4 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-stomp/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ChangeLog 5 Mar 2013 10:50:44 -0000 1.3 +++ ChangeLog 29 Sep 2014 18:24:58 -0000 1.4 @@ -1,6 +1,12 @@ # ChangeLog for dev-php/pecl-stomp -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-stomp/ChangeLog,v 1.3 2013/03/05 10:50:44 olemarkus Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-stomp/ChangeLog,v 1.4 2014/09/29 18:24:58 grknight Exp $ + +*pecl-stomp-1.0.5-r1 (29 Sep 2014) + + 29 Sep 2014; <grkni...@gentoo.org> +pecl-stomp-1.0.5-r1.ebuild, + -pecl-stomp-1.0.5.ebuild: + Revbump to increase valid PHP compatibility *pecl-stomp-1.0.5 (05 Mar 2013) 1.1 dev-php/pecl-stomp/pecl-stomp-1.0.5-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-stomp/pecl-stomp-1.0.5-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-stomp/pecl-stomp-1.0.5-r1.ebuild?rev=1.1&content-type=text/plain Index: pecl-stomp-1.0.5-r1.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-stomp/pecl-stomp-1.0.5-r1.ebuild,v 1.1 2014/09/29 18:24:58 grknight Exp $ EAPI="5" USE_PHP="php5-4 php5-5 php5-6" PHP_EXT_NAME="stomp" PHP_EXT_INI="yes" PHP_EXT_ZENDEXT="no" DOCS="CREDITS EXPERIMENTAL README" inherit php-ext-pecl-r2 KEYWORDS="~amd64 ~x86" DESCRIPTION="PHP extension to communicate with any Stomp compliant Message Brokers" LICENSE="PHP-3" SLOT="0" IUSE="+ssl" DEPEND="${DEPEND} ssl? ( dev-lang/php[ssl] ) " RDEPEND="${DEPEND}" src_compile() { my_conf="--enable-stomp $(use_with ssl openssl-dir=/usr)" php-ext-pecl-r2_src_compile }