Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/smokeping/
Date: Sat, 30 Dec 2017 02:40:15
Message-Id: 1514601526.7cac80f1d4eef2ef9668ef45f34028f8e8f9f338.kentnl@gentoo
1 commit: 7cac80f1d4eef2ef9668ef45f34028f8e8f9f338
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 28 08:02:33 2017 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 30 02:38:46 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cac80f1
7
8 net-analyzer/smokeping: Fix dependency on dev-perl/Authen-Radius
9
10 -r1 bump for rdep propagation
11
12 Package-Manager: Portage-2.3.18, Repoman-2.3.6
13
14 .../smokeping/{smokeping-2.6.10.ebuild => smokeping-2.6.10-r1.ebuild} | 2 +-
15 .../smokeping/{smokeping-2.6.11.ebuild => smokeping-2.6.11-r1.ebuild} | 2 +-
16 .../smokeping/{smokeping-2.6.9.ebuild => smokeping-2.6.9-r1.ebuild} | 2 +-
17 3 files changed, 3 insertions(+), 3 deletions(-)
18
19 diff --git a/net-analyzer/smokeping/smokeping-2.6.10.ebuild b/net-analyzer/smokeping/smokeping-2.6.10-r1.ebuild
20 similarity index 99%
21 rename from net-analyzer/smokeping/smokeping-2.6.10.ebuild
22 rename to net-analyzer/smokeping/smokeping-2.6.10-r1.ebuild
23 index cc533d1bb99..69850616126 100644
24 --- a/net-analyzer/smokeping/smokeping-2.6.10.ebuild
25 +++ b/net-analyzer/smokeping/smokeping-2.6.10-r1.ebuild
26 @@ -28,7 +28,7 @@ DEPEND="
27 echoping? ( >=net-analyzer/echoping-6.0.2 )
28 ipv6? ( >=dev-perl/Socket6-0.20 )
29 ldap? ( dev-perl/perl-ldap )
30 - radius? ( dev-perl/RadiusPerl )
31 + radius? ( dev-perl/Authen-Radius )
32 ssh? ( dev-perl/Net-OpenSSH )
33 telnet? ( dev-perl/Net-Telnet )
34 || ( dev-perl/CGI-Fast <dev-perl/CGI-4 )
35
36 diff --git a/net-analyzer/smokeping/smokeping-2.6.11.ebuild b/net-analyzer/smokeping/smokeping-2.6.11-r1.ebuild
37 similarity index 99%
38 rename from net-analyzer/smokeping/smokeping-2.6.11.ebuild
39 rename to net-analyzer/smokeping/smokeping-2.6.11-r1.ebuild
40 index 6a253fbb7b7..a5f7c689ef1 100644
41 --- a/net-analyzer/smokeping/smokeping-2.6.11.ebuild
42 +++ b/net-analyzer/smokeping/smokeping-2.6.11-r1.ebuild
43 @@ -45,7 +45,7 @@ DEPEND="
44 dig? ( net-dns/bind-tools )
45 echoping? ( >=net-analyzer/echoping-6.0.2 )
46 ipv6? ( >=dev-perl/Socket6-0.20 )
47 - radius? ( dev-perl/RadiusPerl )
48 + radius? ( dev-perl/Authen-Radius )
49 "
50
51 RDEPEND="${DEPEND}"
52
53 diff --git a/net-analyzer/smokeping/smokeping-2.6.9.ebuild b/net-analyzer/smokeping/smokeping-2.6.9-r1.ebuild
54 similarity index 99%
55 rename from net-analyzer/smokeping/smokeping-2.6.9.ebuild
56 rename to net-analyzer/smokeping/smokeping-2.6.9-r1.ebuild
57 index 096133b50ea..c5e0b1b312c 100644
58 --- a/net-analyzer/smokeping/smokeping-2.6.9.ebuild
59 +++ b/net-analyzer/smokeping/smokeping-2.6.9-r1.ebuild
60 @@ -28,7 +28,7 @@ DEPEND="
61 echoping? ( >=net-analyzer/echoping-6.0.2 )
62 ipv6? ( >=dev-perl/Socket6-0.20 )
63 ldap? ( dev-perl/perl-ldap )
64 - radius? ( dev-perl/RadiusPerl )
65 + radius? ( dev-perl/Authen-Radius )
66 ssh? ( dev-perl/Net-OpenSSH )
67 telnet? ( dev-perl/Net-Telnet )
68 || ( dev-perl/CGI-Fast <dev-perl/CGI-4 )