summaryrefslogtreecommitdiff
path: root/dev-php/pecl-radius
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2016-12-02 10:34:57 -0500
committerBrian Evans <grknight@gentoo.org>2016-12-06 09:05:23 -0500
commitcc87f2a6caa2b8e68cf3e61a3b27ee2f8f952e5c (patch)
treec2d8f3ee57c6fc81f55c37309322ba7b028c492d /dev-php/pecl-radius
parent52dc2a10b405e8e355041ef01c115f16699cd948 (diff)
downloadgentoo-cc87f2a6caa2b8e68cf3e61a3b27ee2f8f952e5c.tar.gz
gentoo-cc87f2a6caa2b8e68cf3e61a3b27ee2f8f952e5c.tar.xz
dev-php/pecl-radius: Drop old
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-php/pecl-radius')
-rw-r--r--dev-php/pecl-radius/pecl-radius-1.3.0.ebuild20
-rw-r--r--dev-php/pecl-radius/pecl-radius-1.4.0_beta1.ebuild21
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 1904c19234a..00000000000
--- 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 309b8577204..00000000000
--- 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"