grknight 14/09/29 23:42:32 Modified: ChangeLog Added: pecl-yaz-1.1.6.ebuild Log: Version bump; Add new php version support (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 67C78E1D)
Revision Changes Path 1.7 dev-php/pecl-yaz/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-yaz/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-yaz/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-yaz/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-yaz/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 10 Aug 2014 21:04:31 -0000 1.6 +++ ChangeLog 29 Sep 2014 23:42:32 -0000 1.7 @@ -1,6 +1,11 @@ # ChangeLog for dev-php/pecl-yaz # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-yaz/ChangeLog,v 1.6 2014/08/10 21:04:31 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-yaz/ChangeLog,v 1.7 2014/09/29 23:42:32 grknight Exp $ + +*pecl-yaz-1.1.6 (29 Sep 2014) + + 29 Sep 2014; Brian Evans <[email protected]> +pecl-yaz-1.1.6.ebuild: + Version bump; Add new php version support 10 Aug 2014; Sergei Trofimovich <[email protected]> pecl-yaz-1.1.1.ebuild: QA: drop trailing '.' from DESCRIPTION 1.1 dev-php/pecl-yaz/pecl-yaz-1.1.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-yaz/pecl-yaz-1.1.6.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-yaz/pecl-yaz-1.1.6.ebuild?rev=1.1&content-type=text/plain Index: pecl-yaz-1.1.6.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-yaz/pecl-yaz-1.1.6.ebuild,v 1.1 2014/09/29 23:42:32 grknight Exp $ EAPI=5 PHP_EXT_NAME="yaz" PHP_EXT_INI="yes" PHP_EXT_ZENDEXT="no" DOCS="README" USE_PHP="php5-6 php5-5 php5-4" inherit php-ext-pecl-r2 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" DESCRIPTION="This extension implements a Z39.50 client for PHP using the YAZ toolkit" LICENSE="PHP-3" SLOT="0" IUSE="" DEPEND=">=dev-libs/yaz-3.0.2" RDEPEND="${DEPEND}" my_conf="--with-yaz=/usr"
