summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2020-12-07 22:25:46 -0500
committerBrian Evans <grknight@gentoo.org>2020-12-07 22:25:46 -0500
commitc63cc154064656836724d7125c0be3454c1a1d35 (patch)
tree4935b45928005b645b7dc203334402b5707dd04e /dev-php/pecl-radius
parentdev-php/pecl-radius: Fix dependencies; drop old targets (diff)
downloadgentoo-c63cc154064656836724d7125c0be3454c1a1d35.tar.gz
gentoo-c63cc154064656836724d7125c0be3454c1a1d35.tar.bz2
gentoo-c63cc154064656836724d7125c0be3454c1a1d35.zip
dev-php/pecl-radius: Drop old revision
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'dev-php/pecl-radius')
-rw-r--r--dev-php/pecl-radius/pecl-radius-1.4.0_beta1-r2.ebuild31
1 files changed, 0 insertions, 31 deletions
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-r2.ebuild
deleted file mode 100644
index a18ff95d221c..000000000000
--- a/dev-php/pecl-radius/pecl-radius-1.4.0_beta1-r2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="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"
-PHP_EXT_PECL_FILENAME="${PN/pecl-/}-${PV/_beta/b}.tgz"
-PHP_EXT_S="${WORKDIR}/${PHP_EXT_PECL_FILENAME%.tgz}"
-
-inherit php-ext-pecl-r3
-
-KEYWORDS="~amd64 ~x86"
-
-DESCRIPTION="Provides support for RADIUS authentication (RFC 2865) and accounting (RFC 2866)"
-LICENSE="BSD"
-SLOT="0"
-IUSE="examples"
-
-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] )
-"