diff options
author | Matti Bickel <mabi@gentoo.org> | 2010-11-04 17:00:49 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2010-11-04 17:00:49 +0000 |
commit | dd83acbcab292cfe64bde43b5fee32b05f1ee5b6 (patch) | |
tree | 96805f7d914dbbabc14545ec063dd7ca5a251342 /dev-php5/pecl-yaz | |
parent | add version supporting minor version slotting (diff) | |
download | gentoo-2-dd83acbcab292cfe64bde43b5fee32b05f1ee5b6.tar.gz gentoo-2-dd83acbcab292cfe64bde43b5fee32b05f1ee5b6.tar.bz2 gentoo-2-dd83acbcab292cfe64bde43b5fee32b05f1ee5b6.zip |
add version supporting minor version slotting
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-php5/pecl-yaz')
-rw-r--r-- | dev-php5/pecl-yaz/ChangeLog | 10 | ||||
-rw-r--r-- | dev-php5/pecl-yaz/pecl-yaz-1.0.14-r1.ebuild (renamed from dev-php5/pecl-yaz/pecl-yaz-1.0.8.ebuild) | 19 |
2 files changed, 16 insertions, 13 deletions
diff --git a/dev-php5/pecl-yaz/ChangeLog b/dev-php5/pecl-yaz/ChangeLog index f4653576e040..6e93b6f52f67 100644 --- a/dev-php5/pecl-yaz/ChangeLog +++ b/dev-php5/pecl-yaz/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-php5/pecl-yaz -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-yaz/ChangeLog,v 1.33 2008/03/31 21:18:02 maekke Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-yaz/ChangeLog,v 1.34 2010/11/04 17:00:49 mabi Exp $ + +*pecl-yaz-1.0.14-r1 (04 Nov 2010) + + 04 Nov 2010; Matti Bickel <mabi@gentoo.org> -pecl-yaz-1.0.8.ebuild, + +pecl-yaz-1.0.14-r1.ebuild: + add version supporting minor version slotting 31 Mar 2008; Markus Meier <maekke@gentoo.org> pecl-yaz-1.0.13.ebuild: amd64 stable, bug #208545 diff --git a/dev-php5/pecl-yaz/pecl-yaz-1.0.8.ebuild b/dev-php5/pecl-yaz/pecl-yaz-1.0.14-r1.ebuild index e7acea31311f..5c593a46b276 100644 --- a/dev-php5/pecl-yaz/pecl-yaz-1.0.8.ebuild +++ b/dev-php5/pecl-yaz/pecl-yaz-1.0.14-r1.ebuild @@ -1,27 +1,24 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-yaz/pecl-yaz-1.0.8.ebuild,v 1.12 2007/12/06 01:22:27 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-yaz/pecl-yaz-1.0.14-r1.ebuild,v 1.1 2010/11/04 17:00:49 mabi Exp $ + +EAPI=3 PHP_EXT_NAME="yaz" PHP_EXT_INI="yes" PHP_EXT_ZENDEXT="no" DOCS="README" -inherit php-ext-pecl-r1 +inherit php-ext-pecl-r2 -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86" +KEYWORDS="~amd64 ~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-2.0.13" +DEPEND=">=dev-libs/yaz-3.0.2" RDEPEND="${DEPEND}" -need_php_by_category - -src_compile() { - my_conf="--with-yaz=/usr" - php-ext-pecl-r1_src_compile -} +my_conf="--with-yaz=/usr" |