Diff pecl-yaz-1.2.3-r1 with a pecl-yaz-1.2.4
/usr/portage/dev-php/pecl-yaz/pecl-yaz-1.2.4.ebuild 2023-10-09 14:52:30.240368369 +0300 | ||
---|---|---|
1 | 1 |
# Copyright 1999-2023 Gentoo Authors |
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 |
EAPI=7 |
|
4 |
EAPI=8 |
|
5 | 5 | |
6 | 6 |
PHP_EXT_NAME="yaz" |
7 | 7 |
PHP_EXT_INI="yes" |
8 | 8 |
PHP_EXT_ZENDEXT="no" |
9 | 9 |
DOCS=( README ) |
10 | 10 | |
11 |
USE_PHP="php8-0" |
|
11 |
USE_PHP="php8-0 php8-1 php8-2" |
|
12 | 12 | |
13 | 13 |
inherit php-ext-pecl-r3 |
14 | 14 | |
... | ... | |
21 | 21 | |
22 | 22 |
DEPEND=">=dev-libs/yaz-3.0.2:0=" |
23 | 23 |
RDEPEND="${DEPEND}" |
24 |
BDEPEND="virtual/pkgconfig" |
|
24 | 25 | |
25 |
# Needs network access |
|
26 |
# Needs network access to z3950.indexdata.com |
|
27 |
PROPERTIES="test_network" |
|
26 | 28 |
RESTRICT="test" |
27 | 29 | |
28 | 30 |
PHP_EXT_ECONF_ARGS="--with-yaz=/usr" |
29 | ||
30 |
PATCHES=( "${FILESDIR}/${PV}" ) |