summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klausmann <klausman@gentoo.org>2015-07-13 15:21:19 +0000
committerTobias Klausmann <klausman@gentoo.org>2015-07-13 15:21:19 +0000
commitb35ed4316d0c5e8f296f7e1a2d218eefb756f8fc (patch)
tree903c9ff8c160ae879e6dad1ac229e4f8778bb0e1 /net-analyzer
parentsystemd: Eliminate EnvironmentFile, bug 554664. Switch to forking mode so we ... (diff)
downloadgentoo-2-b35ed4316d0c5e8f296f7e1a2d218eefb756f8fc.tar.gz
gentoo-2-b35ed4316d0c5e8f296f7e1a2d218eefb756f8fc.tar.bz2
gentoo-2-b35ed4316d0c5e8f296f7e1a2d218eefb756f8fc.zip
Make sure smokeping pulls in <dev-perl/CGI or dev-perl/CGI-Fast as needed
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key CE5D54E8)
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/smokeping/ChangeLog8
-rw-r--r--net-analyzer/smokeping/smokeping-2.6.10.ebuild5
-rw-r--r--net-analyzer/smokeping/smokeping-2.6.11.ebuild5
-rw-r--r--net-analyzer/smokeping/smokeping-2.6.9.ebuild5
4 files changed, 15 insertions, 8 deletions
diff --git a/net-analyzer/smokeping/ChangeLog b/net-analyzer/smokeping/ChangeLog
index 858b9fab0285..eff7fae6f0a6 100644
--- a/net-analyzer/smokeping/ChangeLog
+++ b/net-analyzer/smokeping/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-analyzer/smokeping
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/smokeping/ChangeLog,v 1.60 2014/11/08 20:07:40 jer Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/smokeping/ChangeLog,v 1.61 2015/07/13 15:21:19 klausman Exp $
+
+ 13 Jul 2015; Tobias Klausmann <klausman@gentoo.org> smokeping-2.6.9.ebuild,
+ smokeping-2.6.10.ebuild, smokeping-2.6.11.ebuild:
+ Make sure smokeping pulls in <dev-perl/CGI or dev-perl/CGI-Fast as needed
*smokeping-2.6.11 (08 Nov 2014)
diff --git a/net-analyzer/smokeping/smokeping-2.6.10.ebuild b/net-analyzer/smokeping/smokeping-2.6.10.ebuild
index 38096e3a795b..885e31ff55b8 100644
--- a/net-analyzer/smokeping/smokeping-2.6.10.ebuild
+++ b/net-analyzer/smokeping/smokeping-2.6.10.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/smokeping/smokeping-2.6.10.ebuild,v 1.1 2014/11/05 15:54:40 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/smokeping/smokeping-2.6.10.ebuild,v 1.2 2015/07/13 15:21:19 klausman Exp $
EAPI=5
inherit eutils user systemd
@@ -32,6 +32,7 @@ DEPEND="
radius? ( dev-perl/RadiusPerl )
ssh? ( dev-perl/Net-OpenSSH )
telnet? ( dev-perl/Net-Telnet )
+ || ( dev-perl/CGI-Fast <dev-perl/CGI-4 )
>=dev-lang/perl-5.8.8-r8
>=dev-perl/SNMP_Session-1.13
>=net-analyzer/fping-2.4_beta2-r2[suid]
diff --git a/net-analyzer/smokeping/smokeping-2.6.11.ebuild b/net-analyzer/smokeping/smokeping-2.6.11.ebuild
index ed66e5dc3f0b..427358f951d8 100644
--- a/net-analyzer/smokeping/smokeping-2.6.11.ebuild
+++ b/net-analyzer/smokeping/smokeping-2.6.11.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/smokeping/smokeping-2.6.11.ebuild,v 1.1 2014/11/08 20:07:40 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/smokeping/smokeping-2.6.11.ebuild,v 1.2 2015/07/13 15:21:19 klausman Exp $
EAPI=5
inherit eutils user systemd
@@ -36,6 +36,7 @@ DEPEND="
dev-perl/libwww-perl
dev-perl/perl-ldap
virtual/perl-libnet
+ || ( dev-perl/CGI-Fast <dev-perl/CGI-4 )
!apache2? ( virtual/httpd-cgi )
apache2? (
>=www-apache/mod_perl-2.0.1
diff --git a/net-analyzer/smokeping/smokeping-2.6.9.ebuild b/net-analyzer/smokeping/smokeping-2.6.9.ebuild
index b51dba3040b4..e2293091245f 100644
--- a/net-analyzer/smokeping/smokeping-2.6.9.ebuild
+++ b/net-analyzer/smokeping/smokeping-2.6.9.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/smokeping/smokeping-2.6.9.ebuild,v 1.11 2014/08/10 21:00:44 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/smokeping/smokeping-2.6.9.ebuild,v 1.12 2015/07/13 15:21:19 klausman Exp $
EAPI=5
inherit eutils user systemd
@@ -32,6 +32,7 @@ DEPEND="
radius? ( dev-perl/RadiusPerl )
ssh? ( dev-perl/Net-OpenSSH )
telnet? ( dev-perl/Net-Telnet )
+ || ( dev-perl/CGI-Fast <dev-perl/CGI-4 )
>=dev-lang/perl-5.8.8-r8
>=dev-perl/SNMP_Session-1.13
>=net-analyzer/fping-2.4_beta2-r2[suid]