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: Thu, 08 Feb 2018 19:45:46
Message-Id: 1518119126.085ef50c391bd2745cbcb223b92b2511ae7548e5.jer@gentoo
1 commit: 085ef50c391bd2745cbcb223b92b2511ae7548e5
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 8 19:45:26 2018 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 8 19:45:26 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=085ef50c
7
8 net-analyzer/smokeping: Old.
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 net-analyzer/smokeping/Manifest | 1 -
13 net-analyzer/smokeping/smokeping-2.6.11-r1.ebuild | 141 ----------------------
14 2 files changed, 142 deletions(-)
15
16 diff --git a/net-analyzer/smokeping/Manifest b/net-analyzer/smokeping/Manifest
17 index 7502e5dc1a6..cb7aea8a2a7 100644
18 --- a/net-analyzer/smokeping/Manifest
19 +++ b/net-analyzer/smokeping/Manifest
20 @@ -1,4 +1,3 @@
21 -DIST smokeping-2.6.11.tar.gz 417338 BLAKE2B e1ff2fc05fd8d39f42e1cc89831aa36ef0522716d1768dba9bdedf09f6c64cc2b35f30c3b727959dd93ed8922235729a27c85acceb1e1c3ec9c5f60e21455ab9 SHA512 928722832d6e01ffbb7b74542678f7b9d5fc22819c0feae164ce58b8d8a5595800f617c8a672e07cae4b2c4ccbfa4883a11438ba2a172fc2887abc2933388422
22 DIST smokeping-2.6.9.tar.gz 427185 BLAKE2B 3b626d852542f5e9e616ce88a8fd2fd773036822f10f548a1cec242f5d420ec67d940ee49c08da99f7e0815921251cb474b103c8c12c364f90651a4e74e9abf3 SHA512 ab3cec15fd9f90510f902da7ce5bac5915558cac198cc88f0ce193a53a0158c9055e28c8c6671cc6653ac42ab51346e1eb19e537f1ab5c234fd498c6b777499d
23 DIST smokeping-2.7.0.tar.gz 8914621 BLAKE2B a139fdcaafe37c61695ea2e31e3ddaeb4389f754f28fd41318db120f2ae5f4b5f355ebfb5e0c852b48e2e6872194952bc3733ff5f6bcd2886859a1c276835121 SHA512 17ada10e2cdc7966e81e589dec603fe77bc0a273790734b36342ff2b8ac3d5bca6797f6eb95a6e2e22a576b7bb5d2ca4232b4fb23057b360de9c156d141ed0ca
24 DIST smokeping-2.7.1.tar.gz 8919251 BLAKE2B 91f348b573d5a7ce98e8b51c96d9f45bb0af21cae4b049ba113bfc97c60800d8fdea0c05eb5414ec861f07f30170abf64ee34e0e29899528c01283ddab0ecde8 SHA512 c7208a40725e5694813a0545d6f8b663bab49739fe716bed5fd85ed6258c1c0abde4a18a0678988fff067ecc7807c83313abf12c04b935377b0b7158f07d8626
25
26 diff --git a/net-analyzer/smokeping/smokeping-2.6.11-r1.ebuild b/net-analyzer/smokeping/smokeping-2.6.11-r1.ebuild
27 deleted file mode 100644
28 index a5f7c689ef1..00000000000
29 --- a/net-analyzer/smokeping/smokeping-2.6.11-r1.ebuild
30 +++ /dev/null
31 @@ -1,141 +0,0 @@
32 -# Copyright 1999-2017 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=5
36 -inherit eutils 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-Session
57 - dev-perl/Config-Grammar
58 - dev-perl/Digest-HMAC
59 - dev-perl/FCGI
60 - dev-perl/IO-Socket-SSL
61 - dev-perl/IO-Tty
62 - dev-perl/Net-DNS
63 - dev-perl/Net-OpenSSH
64 - dev-perl/Net-SNMP
65 - dev-perl/Net-Telnet
66 - dev-perl/libwww-perl
67 - dev-perl/perl-ldap
68 - virtual/perl-libnet
69 - || ( dev-perl/CGI-Fast <dev-perl/CGI-4 )
70 - !apache2? ( virtual/httpd-cgi )
71 - apache2? (
72 - >=www-apache/mod_perl-2.0.1
73 - www-apache/mod_fcgid
74 - )
75 - curl? ( >=net-misc/curl-7.21.4 )
76 - dig? ( net-dns/bind-tools )
77 - echoping? ( >=net-analyzer/echoping-6.0.2 )
78 - ipv6? ( >=dev-perl/Socket6-0.20 )
79 - radius? ( dev-perl/Authen-Radius )
80 -"
81 -
82 -RDEPEND="${DEPEND}"
83 -
84 -pkg_setup() {
85 - enewgroup smokeping
86 - enewuser smokeping -1 -1 /var/lib/smokeping smokeping
87 -}
88 -
89 -src_prepare() {
90 - rm -r lib/{BER.pm,SNMP_Session.pm,SNMP_util.pm} # dev-perl/SNMP_Session
91 -}
92 -
93 -src_configure() {
94 - econf \
95 - --sysconfdir=/etc/smokeping \
96 - --with-htdocs-dir=/var/www/localhost/smokeping
97 -}
98 -
99 -src_compile() {
100 - LC_ALL=C emake
101 -}
102 -
103 -src_install() {
104 - default
105 -
106 - newinitd "${FILESDIR}"/${PN}.init.4 ${PN}
107 - systemd_dotmpfilesd "${FILESDIR}"/"${PN}".conf
108 - systemd_dounit "${FILESDIR}"/"${PN}".service
109 -
110 - mv "${D}/etc/smokeping/basepage.html.dist" "${D}/etc/smokeping/basepage.html"
111 - mv "${D}/etc/smokeping/config.dist" "${D}/etc/smokeping/config"
112 - mv "${D}/etc/smokeping/smokemail.dist" "${D}/etc/smokeping/smokemail"
113 - mv "${D}/etc/smokeping/smokeping_secrets.dist" "${D}/etc/smokeping/smokeping_secrets"
114 - mv "${D}/etc/smokeping/tmail.dist" "${D}/etc/smokeping/tmail"
115 -
116 - sed -i \
117 - -e '/^imgcache/{s:\(^imgcache[ \t]*=\).*:\1 /var/lib/smokeping/.simg:}' \
118 - -e '/^imgurl/{s:\(^imgurl[ \t]*=\).*:\1 ../.simg:}' \
119 - -e '/^datadir/{s:\(^datadir[ \t]*=\).*:\1 /var/lib/smokeping:}' \
120 - -e '/^piddir/{s:\(^piddir[ \t]*=\).*:\1 /run/smokeping:}' \
121 - -e '/^cgiurl/{s#\(^cgiurl[ \t]*=\).*#\1 http://some.place.xyz/perl/smokeping.pl#}' \
122 - -e '/^smokemail/{s:\(^smokemail[ \t]*=\).*:\1 /etc/smokeping/smokemail:}' \
123 - -e '/^tmail/{s:\(^tmail[ \t]*=\).*:\1 /etc/smokeping/tmail:}' \
124 - -e '/^secrets/{s:\(^secrets[ \t]*=\).*:\1 /etc/smokeping/smokeping_secrets:}' \
125 - -e '/^template/{s:\(^template[ \t]*=\).*:\1 /etc/smokeping/basepage.html:}' \
126 - "${D}/etc/${PN}/config" || die
127 -
128 - sed -i \
129 - -e '/^<script/{s:cropper/:/cropper/:}' \
130 - "${D}/etc/${PN}/basepage.html" || die
131 -
132 - sed -i \
133 - -e 's/$FindBin::Bin\/..\/etc\/config/\/etc\/smokeping\/config/g' \
134 - "${D}/usr/bin/smokeping" "${D}/usr/bin/smokeping_cgi" || die
135 -
136 - sed -i \
137 - -e 's:etc/config.dist:/etc/smokeping/config:' \
138 - "${D}/usr/bin/tSmoke" || die
139 -
140 - sed -i \
141 - -e 's:/usr/etc/config:/etc/smokeping/config:' \
142 - "${D}/var/www/localhost/smokeping/smokeping.fcgi.dist" || die
143 -
144 - dodir /var/www/localhost/cgi-bin
145 - mv "${D}/var/www/localhost/smokeping/smokeping.fcgi.dist" \
146 - "${D}/var/www/localhost/cgi-bin/smokeping.fcgi"
147 -
148 - fperms 700 /etc/${PN}/smokeping_secrets
149 -
150 - if use apache2 ; then
151 - insinto /etc/apache2/modules.d
152 - doins "${FILESDIR}/79_${PN}.conf"
153 - fi
154 -
155 - # Create the files in /var for rrd file storage
156 - keepdir /var/lib/${PN}/.simg
157 - fowners smokeping:smokeping /var/lib/${PN}
158 -
159 - if use apache2 ; then
160 - fowners apache:apache /var/lib/${PN}/.simg
161 - fowners -R apache:apache /var/www
162 - else
163 - fowners smokeping:smokeping /var/lib/${PN}/.simg
164 - fi
165 -
166 - fperms 775 /var/lib/${PN} /var/lib/${PN}/.simg
167 -}
168 -
169 -pkg_postinst() {
170 - chown smokeping:smokeping "${ROOT}/var/lib/${PN}"
171 - chmod 755 "${ROOT}/var/lib/${PN}"
172 -}