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 CEB5E138350 for ; Wed, 29 Apr 2020 23:15:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC272E08C8; Wed, 29 Apr 2020 23:15:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 BAC93E08C8 for ; Wed, 29 Apr 2020 23:15:01 +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 6A07534EE1D for ; Wed, 29 Apr 2020 23:15:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 28AFF1F6 for ; Wed, 29 Apr 2020 23:14:59 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1588202084.15f460e622b2a4b2c6054b8560e0ccf79f791ea2.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Authen-Radius/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Authen-Radius/Authen-Radius-0.310.0.ebuild dev-perl/Authen-Radius/Manifest X-VCS-Directories: dev-perl/Authen-Radius/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 15f460e622b2a4b2c6054b8560e0ccf79f791ea2 X-VCS-Branch: master Date: Wed, 29 Apr 2020 23:14:59 +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: 1b4b68be-c859-4e34-a65a-67b345c0ca23 X-Archives-Hash: 2e169ee7744ea05cf2e9f087de8f278b commit: 15f460e622b2a4b2c6054b8560e0ccf79f791ea2 Author: Kent Fredric gentoo org> AuthorDate: Wed Apr 29 23:14:16 2020 +0000 Commit: Kent Fredric gentoo org> CommitDate: Wed Apr 29 23:14:44 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15f460e6 dev-perl/Authen-Radius: Bump to version 0.310.0 - EAPI7 Upstream: - Fixed tagger integer attribute encoding - Fix tests if FreeRADIUS is not available - Fix warning when NoteList parameter used without Host Package-Manager: Portage-2.3.97, Repoman-2.3.22 Signed-off-by: Kent Fredric gentoo.org> .../Authen-Radius/Authen-Radius-0.310.0.ebuild | 50 ++++++++++++++++++++++ dev-perl/Authen-Radius/Manifest | 1 + 2 files changed, 51 insertions(+) diff --git a/dev-perl/Authen-Radius/Authen-Radius-0.310.0.ebuild b/dev-perl/Authen-Radius/Authen-Radius-0.310.0.ebuild new file mode 100644 index 00000000000..47be5be0bbe --- /dev/null +++ b/dev-perl/Authen-Radius/Authen-Radius-0.310.0.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=PORTAONE +DIST_VERSION=0.31 +DIST_EXAMPLES=("contrib/*") +inherit perl-module + +DESCRIPTION="Communicate with a Radius server from Perl" + +LICENSE="Artistic-2" +SLOT="0" +KEYWORDS="~amd64 ~hppa ~sparc ~x86" +IUSE="test" +RESTRICT="!test? ( test )" + +RDEPEND=" + >=virtual/perl-Data-Dumper-1.0.0 + >=dev-perl/Data-HexDump-0.20.0 + >=virtual/perl-Digest-MD5-2.200.0 + >=virtual/perl-IO-1.120.0 + >=dev-perl/Net-IP-1.260.0 +" +DEPEND="${RDEPEND} + >=virtual/perl-ExtUtils-MakeMaker-6.640.0 + test? ( + dev-perl/Test-NoWarnings + virtual/perl-Test-Simple + ) +" + +PATCHES=( + "${FILESDIR}"/${PN}-0.26-cisco-dictionary.patch + "${FILESDIR}"/${PN}-0.26-no-install-db.patch +) + +src_configure() { + export OPTIMIZE="$CFLAGS" + perl-module_src_configure +} + +src_install() { + perl-module_src_install + + # Really want to install these radius dictionaries? + insinto /etc/raddb + doins raddb/dictionary* +} diff --git a/dev-perl/Authen-Radius/Manifest b/dev-perl/Authen-Radius/Manifest index b2e89c2ffe3..d6fdbe53fbf 100644 --- a/dev-perl/Authen-Radius/Manifest +++ b/dev-perl/Authen-Radius/Manifest @@ -1 +1,2 @@ DIST Authen-Radius-0.27.tar.gz 49679 BLAKE2B 81a676cce378054b971932f78b37c6e9683b2acd0f214ad4dbdb84e089b683e6011cc3f75e952d687a364d29c1907b586f369fe6e5e9d1cf77ce131b8ce9035d SHA512 0b039b3b5b434225a92596075a3943f278f87c634c6764de477a31de515065d1ded762b38621c338785f73fe2a0e132d835a33a00891707950777a16e0277f67 +DIST Authen-Radius-0.31.tar.gz 51311 BLAKE2B 52aaa623ca28b1b406c027fb54f38c9f24b347815aefb3336649b4ff505a0b97db516b6877546bd330505516f3481934b0c46975c017ae76ed475bc476bd1c6d SHA512 6b78254a6a94f67bd3a5529d4313da779d630a57e2300b02a49034c153b34fec0c6e745c5419f5a5e3ba2996d39907834d3f909ce9fdbd0edc6c43668f89d380