Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/RadiusPerl/files/, dev-perl/RadiusPerl/
Date: Sat, 30 Dec 2017 02:40:16
Message-Id: 1514601528.211b30ff79c1487a5dd94cdfb3a4bd2747c56414.kentnl@gentoo
1 commit: 211b30ff79c1487a5dd94cdfb3a4bd2747c56414
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 28 08:08:22 2017 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 30 02:38:48 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=211b30ff
7
8 dev-perl/RadiusPerl: remove, gone to dev-perl/Authen-Radius
9
10 dev-perl/RadiusPerl/Manifest | 1 -
11 dev-perl/RadiusPerl/RadiusPerl-0.220.0-r1.ebuild | 43 ----------------------
12 .../RadiusPerl/files/dictionary.cisco.ssg.patch | 14 -------
13 dev-perl/RadiusPerl/metadata.xml | 12 ------
14 4 files changed, 70 deletions(-)
15
16 diff --git a/dev-perl/RadiusPerl/Manifest b/dev-perl/RadiusPerl/Manifest
17 deleted file mode 100644
18 index 3642180cf55..00000000000
19 --- a/dev-perl/RadiusPerl/Manifest
20 +++ /dev/null
21 @@ -1 +0,0 @@
22 -DIST RadiusPerl-0.22.tar.gz 40980 BLAKE2B 5c8a1870d7a95c89f9f2b8546c0285b5cf62873b3960ee67d45db3c9edfa0117fc40f3238d42a1306a15c4740e739381ae7bb88234bfceff2a79d73a84e384f1 SHA512 d5c7327fa3d4b6f74405e905f01be23479be542073d035c3babc34b63577069f6069e44dda9709b69b5dc25552170a764eb02ab6d2b6c2f7b366da566ae8e967
23
24 diff --git a/dev-perl/RadiusPerl/RadiusPerl-0.220.0-r1.ebuild b/dev-perl/RadiusPerl/RadiusPerl-0.220.0-r1.ebuild
25 deleted file mode 100644
26 index a40722cc607..00000000000
27 --- a/dev-perl/RadiusPerl/RadiusPerl-0.220.0-r1.ebuild
28 +++ /dev/null
29 @@ -1,43 +0,0 @@
30 -# Copyright 1999-2014 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=5
34 -
35 -MODULE_AUTHOR=MANOWAR
36 -MODULE_VERSION=0.22
37 -inherit perl-module
38 -
39 -DESCRIPTION="Communicate with a Radius server from Perl"
40 -
41 -LICENSE="Artistic-2"
42 -SLOT="0"
43 -KEYWORDS="amd64 ~hppa ~sparc x86"
44 -IUSE=""
45 -
46 -DEPEND="
47 - >=virtual/perl-Digest-MD5-2.200.0
48 - >=virtual/perl-IO-1.12
49 - >=dev-perl/Data-HexDump-0.02
50 -"
51 -RDEPEND="${DEPEND}"
52 -
53 -S=${WORKDIR}/Authen-Radius-${MODULE_VERSION}
54 -
55 -SRC_TEST="do"
56 -export OPTIMIZE="$CFLAGS"
57 -PATCHES=( "${FILESDIR}"/dictionary.cisco.ssg.patch )
58 -
59 -src_prepare() {
60 - sed -i '/install-radius-db.PL/d' Makefile.PL MANIFEST || die
61 - mv "${S}"/install-radius-db.PL{,.orig} || die
62 -
63 - perl-module_src_prepare
64 -}
65 -
66 -src_install() {
67 - perl-module_src_install
68 -
69 - # Really want to install these radius dictionaries?
70 - insinto /etc/raddb
71 - doins raddb/dictionary*
72 -}
73
74 diff --git a/dev-perl/RadiusPerl/files/dictionary.cisco.ssg.patch b/dev-perl/RadiusPerl/files/dictionary.cisco.ssg.patch
75 deleted file mode 100644
76 index bbec7052ff6..00000000000
77 --- a/dev-perl/RadiusPerl/files/dictionary.cisco.ssg.patch
78 +++ /dev/null
79 @@ -1,14 +0,0 @@
80 ---- /etc/raddb/dictionary.cisco 2010-02-10 01:04:00.000000000 +0200
81 -+++ dictionary.cisco 2010-02-10 01:06:10.000000000 +0200
82 -@@ -118,3 +118,11 @@
83 - VALUE Cisco-Disconnect-Cause Session-End-Callback 102
84 - VALUE Cisco-Disconnect-Cause Invalid-Protocol 120
85 -
86 -+#ISG Support http://www.cisco.com/en/US/docs/ios/12_2sb/isg/coa/guide/isgcaapa.html
87 -+ATTRIBUTE Cisco-Policy-Up 37 string Cisco
88 -+ATTRIBUTE Cisco-Policy-Down 38 string Cisco
89 -+ATTRIBUTE Cisco-SSG-Subscriber-Password 249 string Cisco
90 -+ATTRIBUTE Cisco-SSG-Account-Info 250 string Cisco
91 -+ATTRIBUTE Cisco-SSG-Service-Info 251 string Cisco
92 -+ATTRIBUTE Cisco-SSG-Command-Code 252 string Cisco
93 -+ATTRIBUTE Cisco-SSG-Control-Info 253 string Cisco
94
95 diff --git a/dev-perl/RadiusPerl/metadata.xml b/dev-perl/RadiusPerl/metadata.xml
96 deleted file mode 100644
97 index ce2c24ac611..00000000000
98 --- a/dev-perl/RadiusPerl/metadata.xml
99 +++ /dev/null
100 @@ -1,12 +0,0 @@
101 -<?xml version="1.0" encoding="UTF-8"?>
102 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
103 -<pkgmetadata>
104 - <maintainer type="project">
105 - <email>perl@g.o</email>
106 - <name>Gentoo Perl Project</name>
107 - </maintainer>
108 - <upstream>
109 - <remote-id type="cpan">RadiusPerl</remote-id>
110 - <remote-id type="cpan-module">Authen::Radius</remote-id>
111 - </upstream>
112 -</pkgmetadata>