Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/smokeping/
Date: Sun, 04 Feb 2018 22:31:37
Message-Id: 1517783483.d0448bdc05cbf803e0b6c26c18d51c765ee6ae7b.jer@gentoo
1 commit: d0448bdc05cbf803e0b6c26c18d51c765ee6ae7b
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 4 22:24:51 2018 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 4 22:31:23 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0448bdc
7
8 net-analyzer/smokeping: Version 2.7.0.
9
10 Package-Manager: Portage-2.3.20, Repoman-2.3.6
11
12 net-analyzer/smokeping/Manifest | 1 +
13 net-analyzer/smokeping/smokeping-2.7.0.ebuild | 150 ++++++++++++++++++++++++++
14 2 files changed, 151 insertions(+)
15
16 diff --git a/net-analyzer/smokeping/Manifest b/net-analyzer/smokeping/Manifest
17 index 4181f2e7ebd..47d285bad19 100644
18 --- a/net-analyzer/smokeping/Manifest
19 +++ b/net-analyzer/smokeping/Manifest
20 @@ -1,3 +1,4 @@
21 DIST smokeping-2.6.10.tar.gz 415383 BLAKE2B 7a502eddeb634404e379df67470595cf85512d64a5e137f6d7c344ceb606f99275016e1044ec820b2e9217e1d1b567164b636186bfe54e91249d585ef75c646a SHA512 e91ac80ceafccb945ec48cc80020b8cbf2afe29b5f422dc5aaf7c52387eafc498180c293cf82dccc4fdec88ec56f80fb1bd08ebcb2ae9aea563475a069b91f13
22 DIST smokeping-2.6.11.tar.gz 417338 BLAKE2B e1ff2fc05fd8d39f42e1cc89831aa36ef0522716d1768dba9bdedf09f6c64cc2b35f30c3b727959dd93ed8922235729a27c85acceb1e1c3ec9c5f60e21455ab9 SHA512 928722832d6e01ffbb7b74542678f7b9d5fc22819c0feae164ce58b8d8a5595800f617c8a672e07cae4b2c4ccbfa4883a11438ba2a172fc2887abc2933388422
23 DIST smokeping-2.6.9.tar.gz 427185 BLAKE2B 3b626d852542f5e9e616ce88a8fd2fd773036822f10f548a1cec242f5d420ec67d940ee49c08da99f7e0815921251cb474b103c8c12c364f90651a4e74e9abf3 SHA512 ab3cec15fd9f90510f902da7ce5bac5915558cac198cc88f0ce193a53a0158c9055e28c8c6671cc6653ac42ab51346e1eb19e537f1ab5c234fd498c6b777499d
24 +DIST smokeping-2.7.0.tar.gz 8914621 BLAKE2B a139fdcaafe37c61695ea2e31e3ddaeb4389f754f28fd41318db120f2ae5f4b5f355ebfb5e0c852b48e2e6872194952bc3733ff5f6bcd2886859a1c276835121 SHA512 17ada10e2cdc7966e81e589dec603fe77bc0a273790734b36342ff2b8ac3d5bca6797f6eb95a6e2e22a576b7bb5d2ca4232b4fb23057b360de9c156d141ed0ca
25
26 diff --git a/net-analyzer/smokeping/smokeping-2.7.0.ebuild b/net-analyzer/smokeping/smokeping-2.7.0.ebuild
27 new file mode 100644
28 index 00000000000..47835a3a6b7
29 --- /dev/null
30 +++ b/net-analyzer/smokeping/smokeping-2.7.0.ebuild
31 @@ -0,0 +1,150 @@
32 +# Copyright 1999-2018 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=6
36 +inherit autotools eutils multilib user systemd
37 +
38 +DESCRIPTION="A powerful latency measurement tool"
39 +HOMEPAGE="http://oss.oetiker.ch/smokeping/"
40 +SRC_URI="http://oss.oetiker.ch/smokeping/pub/${P}.tar.gz"
41 +
42 +LICENSE="GPL-2"
43 +SLOT="0"
44 +# dropping hppa and sparc because of way too may dependencies not having
45 +# keywords in those architectures.
46 +KEYWORDS="~amd64 ~x86"
47 +
48 +# removing fcgi useflag as the configure script can't avoid it without patching
49 +IUSE="apache2 curl dig echoping ipv6 radius"
50 +
51 +DEPEND="
52 + >=dev-lang/perl-5.8.8-r8
53 + >=dev-perl/SNMP_Session-1.13
54 + >=net-analyzer/fping-2.4_beta2-r2[suid]
55 + >=net-analyzer/rrdtool-1.2[graph,perl]
56 + dev-perl/CGI
57 + dev-perl/CGI-Session
58 + dev-perl/Config-Grammar
59 + dev-perl/Digest-HMAC
60 + dev-perl/FCGI
61 + dev-perl/IO-Socket-SSL
62 + dev-perl/IO-Tty
63 + dev-perl/Net-DNS
64 + dev-perl/Net-OpenSSH
65 + dev-perl/Net-SNMP
66 + dev-perl/Net-Telnet
67 + dev-perl/libwww-perl
68 + dev-perl/perl-ldap
69 + virtual/perl-libnet
70 + || ( dev-perl/CGI-Fast <dev-perl/CGI-4 )
71 + !apache2? ( virtual/httpd-cgi )
72 + apache2? (
73 + >=www-apache/mod_perl-2.0.1
74 + www-apache/mod_fcgid
75 + )
76 + curl? ( >=net-misc/curl-7.21.4 )
77 + dig? ( net-dns/bind-tools )
78 + echoping? ( >=net-analyzer/echoping-6.0.2 )
79 + ipv6? ( >=dev-perl/Socket6-0.20 )
80 + radius? ( dev-perl/Authen-Radius )
81 +"
82 +
83 +RDEPEND="${DEPEND}"
84 +
85 +pkg_setup() {
86 + enewgroup smokeping
87 + enewuser smokeping -1 -1 /var/lib/smokeping smokeping
88 +}
89 +
90 +src_prepare() {
91 + default
92 +
93 + sed -i -e '/^SUBDIRS = / s|thirdparty||g' Makefile.am || die
94 + sed -i -e '/^perllibdir = / s|= .*|= $(libdir)|g' lib/Makefile.am || die
95 + rm -r lib/{BER.pm,SNMP_Session.pm,SNMP_util.pm} || die # dev-perl/SNMP_Session
96 + echo ${PV} > VERSION
97 +
98 + eautoreconf
99 +}
100 +
101 +src_configure() {
102 + econf \
103 + --sysconfdir=/etc/smokeping \
104 + --with-htdocs-dir=/var/www/localhost/smokeping
105 +}
106 +
107 +src_compile() {
108 + LC_ALL=C emake
109 +}
110 +
111 +src_install() {
112 + dodir /usr/$(get_libdir)
113 + default
114 +
115 + newinitd "${FILESDIR}"/${PN}.init.4 ${PN}
116 + systemd_dotmpfilesd "${FILESDIR}"/"${PN}".conf
117 + systemd_dounit "${FILESDIR}"/"${PN}".service
118 +
119 + mv "${D}/etc/smokeping/basepage.html.dist" "${D}/etc/smokeping/basepage.html"
120 + mv "${D}/etc/smokeping/config.dist" "${D}/etc/smokeping/config"
121 + mv "${D}/etc/smokeping/smokemail.dist" "${D}/etc/smokeping/smokemail"
122 + mv "${D}/etc/smokeping/smokeping_secrets.dist" "${D}/etc/smokeping/smokeping_secrets"
123 + mv "${D}/etc/smokeping/tmail.dist" "${D}/etc/smokeping/tmail"
124 +
125 + sed -i \
126 + -e '/^imgcache/{s:\(^imgcache[ \t]*=\).*:\1 /var/lib/smokeping/.simg:}' \
127 + -e '/^imgurl/{s:\(^imgurl[ \t]*=\).*:\1 ../.simg:}' \
128 + -e '/^datadir/{s:\(^datadir[ \t]*=\).*:\1 /var/lib/smokeping:}' \
129 + -e '/^piddir/{s:\(^piddir[ \t]*=\).*:\1 /run/smokeping:}' \
130 + -e '/^cgiurl/{s#\(^cgiurl[ \t]*=\).*#\1 http://some.place.xyz/perl/smokeping.pl#}' \
131 + -e '/^smokemail/{s:\(^smokemail[ \t]*=\).*:\1 /etc/smokeping/smokemail:}' \
132 + -e '/^tmail/{s:\(^tmail[ \t]*=\).*:\1 /etc/smokeping/tmail:}' \
133 + -e '/^secrets/{s:\(^secrets[ \t]*=\).*:\1 /etc/smokeping/smokeping_secrets:}' \
134 + -e '/^template/{s:\(^template[ \t]*=\).*:\1 /etc/smokeping/basepage.html:}' \
135 + "${D}/etc/${PN}/config" || die
136 +
137 + sed -i \
138 + -e '/^<script/{s:cropper/:/cropper/:}' \
139 + "${D}/etc/${PN}/basepage.html" || die
140 +
141 + sed -i \
142 + -e 's/$FindBin::Bin\/..\/etc\/config/\/etc\/smokeping\/config/g' \
143 + "${D}/usr/bin/smokeping" "${D}/usr/bin/smokeping_cgi" || die
144 +
145 + sed -i \
146 + -e 's:etc/config.dist:/etc/smokeping/config:' \
147 + "${D}/usr/bin/tSmoke" || die
148 +
149 + sed -i \
150 + -e 's:/usr/etc/config:/etc/smokeping/config:' \
151 + "${D}/var/www/localhost/smokeping/smokeping.fcgi.dist" || die
152 +
153 + dodir /var/www/localhost/cgi-bin
154 + mv "${D}/var/www/localhost/smokeping/smokeping.fcgi.dist" \
155 + "${D}/var/www/localhost/cgi-bin/smokeping.fcgi"
156 +
157 + fperms 700 /etc/${PN}/smokeping_secrets
158 +
159 + if use apache2 ; then
160 + insinto /etc/apache2/modules.d
161 + doins "${FILESDIR}/79_${PN}.conf"
162 + fi
163 +
164 + # Create the files in /var for rrd file storage
165 + keepdir /var/lib/${PN}/.simg
166 + fowners smokeping:smokeping /var/lib/${PN}
167 +
168 + if use apache2 ; then
169 + fowners apache:apache /var/lib/${PN}/.simg
170 + fowners -R apache:apache /var/www
171 + else
172 + fowners smokeping:smokeping /var/lib/${PN}/.simg
173 + fi
174 +
175 + fperms 775 /var/lib/${PN} /var/lib/${PN}/.simg
176 +}
177 +
178 +pkg_postinst() {
179 + chown smokeping:smokeping "${ROOT}/var/lib/${PN}"
180 + chmod 755 "${ROOT}/var/lib/${PN}"
181 +}