From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2099F138334 for ; Fri, 23 Aug 2019 18:11:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62F5BE0826; Fri, 23 Aug 2019 18:11:13 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4D9ACE0826 for ; Fri, 23 Aug 2019 18:11:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B76C234A21B for ; Fri, 23 Aug 2019 18:11:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4288C266 for ; Fri, 23 Aug 2019 18:11:10 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1566583865.27eaf3c882e3f23c460d9b1b8c38c0d183f3db6d.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-radius/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/pecl-radius/Manifest dev-php/pecl-radius/pecl-radius-1.3.0-r1.ebuild X-VCS-Directories: dev-php/pecl-radius/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 27eaf3c882e3f23c460d9b1b8c38c0d183f3db6d X-VCS-Branch: master Date: Fri, 23 Aug 2019 18:11:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0bd49b21-bfb0-482b-994e-1808d77243e3 X-Archives-Hash: b700faac6951337fbe8124d0248a751e commit: 27eaf3c882e3f23c460d9b1b8c38c0d183f3db6d Author: Brian Evans gentoo org> AuthorDate: Fri Aug 23 18:10:39 2019 +0000 Commit: Brian Evans gentoo org> CommitDate: Fri Aug 23 18:11:05 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27eaf3c8 dev-php/pecl-radius: Drop old Package-Manager: Portage-2.3.72, Repoman-2.3.17 Signed-off-by: Brian Evans gentoo.org> dev-php/pecl-radius/Manifest | 1 - dev-php/pecl-radius/pecl-radius-1.3.0-r1.ebuild | 21 --------------------- 2 files changed, 22 deletions(-) diff --git a/dev-php/pecl-radius/Manifest b/dev-php/pecl-radius/Manifest index b50beb68077..fa882178564 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 0b5a3b4507f..00000000000 --- 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] )"