diff options
author | Brian Evans <grknight@gentoo.org> | 2019-08-23 14:10:39 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2019-08-23 14:11:05 -0400 |
commit | 27eaf3c882e3f23c460d9b1b8c38c0d183f3db6d (patch) | |
tree | c09f9b649e1e43eb1611a1d568aebcbe533e285c /dev-php | |
parent | dev-libs/openssl-compat: bump to v1.0.2s (diff) | |
download | gentoo-27eaf3c882e3f23c460d9b1b8c38c0d183f3db6d.tar.gz gentoo-27eaf3c882e3f23c460d9b1b8c38c0d183f3db6d.tar.bz2 gentoo-27eaf3c882e3f23c460d9b1b8c38c0d183f3db6d.zip |
dev-php/pecl-radius: Drop old
Package-Manager: Portage-2.3.72, Repoman-2.3.17
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/pecl-radius/Manifest | 1 | ||||
-rw-r--r-- | dev-php/pecl-radius/pecl-radius-1.3.0-r1.ebuild | 21 |
2 files changed, 0 insertions, 22 deletions
diff --git a/dev-php/pecl-radius/Manifest b/dev-php/pecl-radius/Manifest index b50beb68077f..fa8821785645 100644 --- a/dev-php/pecl-radius/Manifest +++ b/dev-php/pecl-radius/Manifest @@ -1,2 +1 @@ -DIST radius-1.3.0.tgz 43060 BLAKE2B e348ca5693872a7af142f2f60dd91613980046ff1479894518591a9db4229147963bfc70dd7f2797ace070d89015096b7877915df18decc03ae3cc092d8d02c6 SHA512 79126a852701e77f782283b0cf2ad99cb05418c69ed39d70608f62021f3da06f5e5867ac5b09cc75806feeb3d1a06f24eeb6ff4e56cb2fde5f05bcd198b5a661 DIST radius-1.4.0b1.tgz 50953 BLAKE2B 1f6f2a4c4cfa7600a37b8bc30e4d263b899a687becac83fd01bac2466de08cad4233984ca694dc73eaf20b64ef94e1e6a6ca7f843474c8f0c9de2c39df9d9705 SHA512 db6ebe928673db1ff4c565338010ef5acf6029844994eb240f2e8eaeda4aff734ed300a7ddf16c09e245671aad377283f99cf1c485569b3bad0c7c7b24a19664 diff --git a/dev-php/pecl-radius/pecl-radius-1.3.0-r1.ebuild b/dev-php/pecl-radius/pecl-radius-1.3.0-r1.ebuild deleted file mode 100644 index 0b5a3b4507f4..000000000000 --- a/dev-php/pecl-radius/pecl-radius-1.3.0-r1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PHP_EXT_NAME="radius" -PHP_EXT_INI="yes" -PHP_EXT_ZENDEXT="no" - -USE_PHP="php5-6" - -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" - -RDEPEND="php_targets_php5-6? ( dev-lang/php:5.6[pcntl,sockets] )" |