summaryrefslogtreecommitdiff
path: root/dev-php/pecl-radius
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-12-14 13:26:14 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-12-14 13:26:14 +0000
commit6abbf81ef2f298e3221ff5e67a1f3c5f23958212 (patch)
tree25413d1cb3a0cbfe36029db32398c0f333609215 /dev-php/pecl-radius
parent9c417bacd51da6d8b57fa9f37425161d30d4b95b (diff)
gentoo resync : 14.12.2020
Diffstat (limited to 'dev-php/pecl-radius')
-rw-r--r--dev-php/pecl-radius/Manifest2
-rw-r--r--dev-php/pecl-radius/pecl-radius-1.4.0_beta1-r3.ebuild (renamed from dev-php/pecl-radius/pecl-radius-1.4.0_beta1-r2.ebuild)16
2 files changed, 9 insertions, 9 deletions
diff --git a/dev-php/pecl-radius/Manifest b/dev-php/pecl-radius/Manifest
index 0b8204c478b1..1ac9136c5d28 100644
--- a/dev-php/pecl-radius/Manifest
+++ b/dev-php/pecl-radius/Manifest
@@ -1,3 +1,3 @@
DIST radius-1.4.0b1.tgz 50953 BLAKE2B 1f6f2a4c4cfa7600a37b8bc30e4d263b899a687becac83fd01bac2466de08cad4233984ca694dc73eaf20b64ef94e1e6a6ca7f843474c8f0c9de2c39df9d9705 SHA512 db6ebe928673db1ff4c565338010ef5acf6029844994eb240f2e8eaeda4aff734ed300a7ddf16c09e245671aad377283f99cf1c485569b3bad0c7c7b24a19664
-EBUILD pecl-radius-1.4.0_beta1-r2.ebuild 829 BLAKE2B da5781ed23af8292df6bb9f40589130e10cb81cdf7e5c6996f9545f286c94969a0df0715b8bc0e995b578d66c70cb9d3d5260f13bdd440353b781623504ac50c SHA512 26d4c42a1cef310af9a940b9b82deb1b6163f2a3949b08494557c21077e977b991c4f1656ab88510481461faef197d040e82b2af4536f719aa078c88e6ad0eb5
+EBUILD pecl-radius-1.4.0_beta1-r3.ebuild 781 BLAKE2B 6a4ae327771de09f3b6b19d0f2f5bbaf6cdcbd0278644b32d5bd5d306cbbacae37884e75510749a997d3dbf7b617f725d771b1f436a004d21048dde8cfc6006a SHA512 adc5f01561131d9786d5f165bbe2c87d40b6ae8ac5488971dc0675c95756e6d7c24dd3e2e79fef72e8ac72056379df0cabf88bf7777c448a4f0dd003c06ed441
MISC metadata.xml 239 BLAKE2B 9b7c5dcb74289073481cf07031b7a92f32496cc1097becb074d74a8fbb8133de429ce1baf284e446e44132943c8b32e6b824570f15828588e42ea49ef5661f00 SHA512 2181b874bfe8cd31e7730d8207e26cfd2f272eaf2d1b57ae0faff126347a5298fa1c506d9107e1da9736c8a0ed9c8c339e4d9509a8726b79dbe86e073c12dee0
diff --git a/dev-php/pecl-radius/pecl-radius-1.4.0_beta1-r2.ebuild b/dev-php/pecl-radius/pecl-radius-1.4.0_beta1-r3.ebuild
index a18ff95d221c..467867d6f62c 100644
--- a/dev-php/pecl-radius/pecl-radius-1.4.0_beta1-r2.ebuild
+++ b/dev-php/pecl-radius/pecl-radius-1.4.0_beta1-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
@@ -7,7 +7,7 @@ PHP_EXT_NAME="radius"
PHP_EXT_INI="yes"
PHP_EXT_ZENDEXT="no"
-USE_PHP="php5-6 php7-1 php7-2 php7-3 php7-4"
+USE_PHP="php7-2 php7-3 php7-4"
PHP_EXT_PECL_FILENAME="${PN/pecl-/}-${PV/_beta/b}.tgz"
PHP_EXT_S="${WORKDIR}/${PHP_EXT_PECL_FILENAME%.tgz}"
@@ -18,14 +18,14 @@ KEYWORDS="~amd64 ~x86"
DESCRIPTION="Provides support for RADIUS authentication (RFC 2865) and accounting (RFC 2866)"
LICENSE="BSD"
SLOT="0"
-IUSE="examples"
+IUSE="examples test"
+RESTRICT="!test? ( test )"
S="${PHP_EXT_S}"
RDEPEND="
- php_targets_php5-6? ( dev-lang/php:5.6[pcntl,sockets] )
- php_targets_php7-1? ( dev-lang/php:7.1[pcntl,sockets] )
- php_targets_php7-2? ( dev-lang/php:7.2[pcntl,sockets] )
- php_targets_php7-3? ( dev-lang/php:7.3[pcntl,sockets] )
- php_targets_php7-4? ( dev-lang/php:7.3[pcntl,sockets] )
+ php_targets_php7-2? ( dev-lang/php:7.2[pcntl(-),sockets(-)] )
+ php_targets_php7-3? ( dev-lang/php:7.3[pcntl(-),sockets(-)] )
+ php_targets_php7-4? ( dev-lang/php:7.4[pcntl(-),sockets(-)] )
"
+DEPEND="test? ( ${RDEPEND} )"