grknight 15/02/25 02:10:23 Modified: ChangeLog Added: pecl-yaz-1.1.9.ebuild Log: Version bump; Update LICENSE to BSD per upstream (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0xD1F781EFF9F4A3B6)
Revision Changes Path 1.13 dev-php/pecl-yaz/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-yaz/ChangeLog?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-yaz/ChangeLog?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-yaz/ChangeLog?r1=1.12&r2=1.13 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-yaz/ChangeLog,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- ChangeLog 24 Feb 2015 08:46:45 -0000 1.12 +++ ChangeLog 25 Feb 2015 02:10:23 -0000 1.13 @@ -1,6 +1,11 @@ # ChangeLog for dev-php/pecl-yaz # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-yaz/ChangeLog,v 1.12 2015/02/24 08:46:45 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-yaz/ChangeLog,v 1.13 2015/02/25 02:10:23 grknight Exp $ + +*pecl-yaz-1.1.9 (25 Feb 2015) + + 25 Feb 2015; Brian Evans <[email protected]> +pecl-yaz-1.1.9.ebuild: + Version bump; Update LICENSE to BSD per upstream 24 Feb 2015; Agostino Sarubbo <[email protected]> pecl-yaz-1.1.6.ebuild: Stable for alpha, wrt bug #534568 1.1 dev-php/pecl-yaz/pecl-yaz-1.1.9.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-yaz/pecl-yaz-1.1.9.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-yaz/pecl-yaz-1.1.9.ebuild?rev=1.1&content-type=text/plain Index: pecl-yaz-1.1.9.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-yaz/pecl-yaz-1.1.9.ebuild,v 1.1 2015/02/25 02:10:23 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="BSD" SLOT="0" IUSE="" DEPEND=">=dev-libs/yaz-3.0.2:0=" RDEPEND="${DEPEND}" my_conf="--with-yaz=/usr"
