Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-radius/
Date: Fri, 23 Aug 2019 18:11:14
Message-Id: 1566583865.27eaf3c882e3f23c460d9b1b8c38c0d183f3db6d.grknight@gentoo
1 commit: 27eaf3c882e3f23c460d9b1b8c38c0d183f3db6d
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 23 18:10:39 2019 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 23 18:11:05 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27eaf3c8
7
8 dev-php/pecl-radius: Drop old
9
10 Package-Manager: Portage-2.3.72, Repoman-2.3.17
11 Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
12
13 dev-php/pecl-radius/Manifest | 1 -
14 dev-php/pecl-radius/pecl-radius-1.3.0-r1.ebuild | 21 ---------------------
15 2 files changed, 22 deletions(-)
16
17 diff --git a/dev-php/pecl-radius/Manifest b/dev-php/pecl-radius/Manifest
18 index b50beb68077..fa882178564 100644
19 --- a/dev-php/pecl-radius/Manifest
20 +++ b/dev-php/pecl-radius/Manifest
21 @@ -1,2 +1 @@
22 -DIST radius-1.3.0.tgz 43060 BLAKE2B e348ca5693872a7af142f2f60dd91613980046ff1479894518591a9db4229147963bfc70dd7f2797ace070d89015096b7877915df18decc03ae3cc092d8d02c6 SHA512 79126a852701e77f782283b0cf2ad99cb05418c69ed39d70608f62021f3da06f5e5867ac5b09cc75806feeb3d1a06f24eeb6ff4e56cb2fde5f05bcd198b5a661
23 DIST radius-1.4.0b1.tgz 50953 BLAKE2B 1f6f2a4c4cfa7600a37b8bc30e4d263b899a687becac83fd01bac2466de08cad4233984ca694dc73eaf20b64ef94e1e6a6ca7f843474c8f0c9de2c39df9d9705 SHA512 db6ebe928673db1ff4c565338010ef5acf6029844994eb240f2e8eaeda4aff734ed300a7ddf16c09e245671aad377283f99cf1c485569b3bad0c7c7b24a19664
24
25 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
26 deleted file mode 100644
27 index 0b5a3b4507f..00000000000
28 --- a/dev-php/pecl-radius/pecl-radius-1.3.0-r1.ebuild
29 +++ /dev/null
30 @@ -1,21 +0,0 @@
31 -# Copyright 1999-2016 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -PHP_EXT_NAME="radius"
37 -PHP_EXT_INI="yes"
38 -PHP_EXT_ZENDEXT="no"
39 -
40 -USE_PHP="php5-6"
41 -
42 -inherit php-ext-pecl-r3
43 -
44 -KEYWORDS="~amd64 ~x86"
45 -
46 -DESCRIPTION="Provides support for RADIUS authentication (RFC 2865) and accounting (RFC 2866)"
47 -LICENSE="BSD"
48 -SLOT="0"
49 -IUSE="examples"
50 -
51 -RDEPEND="php_targets_php5-6? ( dev-lang/php:5.6[pcntl,sockets] )"