diff options
author | Brian Evans <grknight@gentoo.org> | 2016-12-02 10:34:57 -0500 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2016-12-06 09:05:23 -0500 |
commit | cc87f2a6caa2b8e68cf3e61a3b27ee2f8f952e5c (patch) | |
tree | c2d8f3ee57c6fc81f55c37309322ba7b028c492d /dev-php | |
parent | dev-php/pecl-radius: Revbump to drop support for php 5.5 and refine deps (diff) | |
download | gentoo-cc87f2a6caa2b8e68cf3e61a3b27ee2f8f952e5c.tar.gz gentoo-cc87f2a6caa2b8e68cf3e61a3b27ee2f8f952e5c.tar.bz2 gentoo-cc87f2a6caa2b8e68cf3e61a3b27ee2f8f952e5c.zip |
dev-php/pecl-radius: Drop old
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/pecl-radius/pecl-radius-1.3.0.ebuild | 20 | ||||
-rw-r--r-- | dev-php/pecl-radius/pecl-radius-1.4.0_beta1.ebuild | 21 |
2 files changed, 0 insertions, 41 deletions
diff --git a/dev-php/pecl-radius/pecl-radius-1.3.0.ebuild b/dev-php/pecl-radius/pecl-radius-1.3.0.ebuild deleted file mode 100644 index 1904c19234a0..000000000000 --- a/dev-php/pecl-radius/pecl-radius-1.3.0.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -PHP_EXT_NAME="radius" -PHP_EXT_INI="yes" -PHP_EXT_ZENDEXT="no" - -USE_PHP="php5-6 php5-5" - -inherit php-ext-pecl-r2 - -KEYWORDS="~amd64 ~x86" - -DESCRIPTION="Provides support for RADIUS authentication (RFC 2865) and accounting (RFC 2866)" -LICENSE="BSD" -SLOT="0" -IUSE="examples" diff --git a/dev-php/pecl-radius/pecl-radius-1.4.0_beta1.ebuild b/dev-php/pecl-radius/pecl-radius-1.4.0_beta1.ebuild deleted file mode 100644 index 309b85772048..000000000000 --- a/dev-php/pecl-radius/pecl-radius-1.4.0_beta1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -PHP_EXT_NAME="radius" -PHP_EXT_INI="yes" -PHP_EXT_ZENDEXT="no" - -USE_PHP="php7-0 php5-6 php5-5" -MY_PV="${PV/_beta/b}" - -inherit php-ext-pecl-r2 - -KEYWORDS="~amd64 ~x86" - -DESCRIPTION="Provides support for RADIUS authentication (RFC 2865) and accounting (RFC 2866)" -LICENSE="BSD" -SLOT="0" -IUSE="examples" |