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 B6F4C13835A for ; Wed, 24 Feb 2021 18:36:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E7655E0825; Wed, 24 Feb 2021 18:36:37 +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 D2A50E0825 for ; Wed, 24 Feb 2021 18:36:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 7BE97340B63 for ; Wed, 24 Feb 2021 18:36:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A734E4E9 for ; Wed, 24 Feb 2021 18:36:34 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1614191451.12b3ca16b60d374e308c7695e42194949f69124b.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dialup/freeradius-client/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dialup/freeradius-client/freeradius-client-1.1.7.ebuild X-VCS-Directories: net-dialup/freeradius-client/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 12b3ca16b60d374e308c7695e42194949f69124b X-VCS-Branch: master Date: Wed, 24 Feb 2021 18:36:34 +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: 3fcd51f5-10c5-4318-8197-4542045e2c44 X-Archives-Hash: 869c7575dad0d1751dc2d7d23e12bd0b commit: 12b3ca16b60d374e308c7695e42194949f69124b Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Feb 24 17:32:23 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Feb 24 18:30:51 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12b3ca16 net-dialup/freeradius-client: Drop 1.1.7 (r0) Closes: https://bugs.gentoo.org/771255 Package-Manager: Portage-3.0.15, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> .../freeradius-client-1.1.7.ebuild | 38 ---------------------- 1 file changed, 38 deletions(-) diff --git a/net-dialup/freeradius-client/freeradius-client-1.1.7.ebuild b/net-dialup/freeradius-client/freeradius-client-1.1.7.ebuild deleted file mode 100644 index 70cf54b3fda..00000000000 --- a/net-dialup/freeradius-client/freeradius-client-1.1.7.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -inherit autotools-utils - -DESCRIPTION="FreeRADIUS Client framework" -HOMEPAGE="http://wiki.freeradius.org/Radiusclient" -SRC_URI="ftp://ftp.freeradius.org/pub/freeradius/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86" - -IUSE="scp shadow static-libs" - -DEPEND="!net-dialup/radiusclient - !net-dialup/radiusclient-ng" -RDEPEND="${DEPEND}" - -DOCS=( BUGS doc/ChangeLog doc/login.example doc/release-method.txt ) - -src_configure() { - local myeconfargs=( - $(use_enable scp) - $(use_enable shadow) - --with-secure-path - ) - autotools-utils_src_configure -} - -src_install() { - autotools-utils_src_install - dodoc README* - newdoc doc/README README.login.example - dohtml doc/instop.html -}