grknight 15/04/29 01:40:29 Modified: ChangeLog Added: pecl-stomp-1.0.6.ebuild Removed: pecl-stomp-1.0.5-r1.ebuild Log: Version bump and silence repoman warnings (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xD1F781EFF9F4A3B6)
Revision Changes Path 1.6 dev-php/pecl-stomp/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-stomp/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-stomp/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-stomp/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-stomp/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 9 Oct 2014 20:32:58 -0000 1.5 +++ ChangeLog 29 Apr 2015 01:40:29 -0000 1.6 @@ -1,6 +1,12 @@ # ChangeLog for dev-php/pecl-stomp -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-stomp/ChangeLog,v 1.5 2014/10/09 20:32:58 grknight Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-stomp/ChangeLog,v 1.6 2015/04/29 01:40:29 grknight Exp $ + +*pecl-stomp-1.0.6 (29 Apr 2015) + + 29 Apr 2015; Brian Evans <[email protected]> +pecl-stomp-1.0.6.ebuild, + -pecl-stomp-1.0.5-r1.ebuild: + Version bump and silence repoman warnings *pecl-stomp-1.0.5-r1 (29 Sep 2014) 1.1 dev-php/pecl-stomp/pecl-stomp-1.0.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-stomp/pecl-stomp-1.0.6.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-stomp/pecl-stomp-1.0.6.ebuild?rev=1.1&content-type=text/plain Index: pecl-stomp-1.0.6.ebuild =================================================================== # Copyright 1999-2015 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.6.ebuild,v 1.1 2015/04/29 01:40:29 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" for target in ${USE_PHP}; do slot=${target/php} slot=${slot/-/.} PHPUSEDEPEND="${PHPUSEDEPEND} php_targets_${target}? ( dev-lang/php:${slot}[ssl?] )" done DEPEND="${DEPEND} ${PHPUSEDEPEND} " RDEPEND="${DEPEND}" src_compile() { my_conf="--enable-stomp $(use_with ssl openssl-dir=/usr)" php-ext-pecl-r2_src_compile }
