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/rrdtool/
Date: Sat, 24 Mar 2018 12:44:33
Message-Id: 1521895464.5d6f6c6b6aade8275782d989c18cce074a12066c.jer@gentoo
1 commit: 5d6f6c6b6aade8275782d989c18cce074a12066c
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 24 12:43:09 2018 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 24 12:44:24 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d6f6c6b
7
8 net-analyzer/rrdtool: Use HTTPS.
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 net-analyzer/rrdtool/rrdtool-1.6.0-r1.ebuild | 9 +++++----
13 net-analyzer/rrdtool/rrdtool-1.7.0.ebuild | 11 ++++++-----
14 2 files changed, 11 insertions(+), 9 deletions(-)
15
16 diff --git a/net-analyzer/rrdtool/rrdtool-1.6.0-r1.ebuild b/net-analyzer/rrdtool/rrdtool-1.6.0-r1.ebuild
17 index 9d61df1ee9a..b6a50b53619 100644
18 --- a/net-analyzer/rrdtool/rrdtool-1.6.0-r1.ebuild
19 +++ b/net-analyzer/rrdtool/rrdtool-1.6.0-r1.ebuild
20 @@ -9,9 +9,11 @@ GENTOO_DEPEND_ON_PERL=no
21 PYTHON_COMPAT=( python2_7 )
22 inherit autotools eutils perl-module distutils-r1 flag-o-matic multilib
23
24 +MY_P=${P/_/-}
25 +
26 DESCRIPTION="A system to store and display time-series data"
27 -HOMEPAGE="http://oss.oetiker.ch/rrdtool/"
28 -SRC_URI="http://oss.oetiker.ch/rrdtool/pub/${P/_/-}.tar.gz"
29 +HOMEPAGE="https://oss.oetiker.ch/rrdtool/"
30 +SRC_URI="${HOMEPAGE}pub/${MY_P}.tar.gz"
31
32 LICENSE="GPL-2"
33 SLOT="0/8.0.0"
34 @@ -48,8 +50,7 @@ RDEPEND="
35 PDEPEND="
36 ruby? ( ~dev-ruby/rrdtool-bindings-${PV} )
37 "
38 -
39 -S=${WORKDIR}/${P/_/-}
40 +S=${WORKDIR}/${MY_P}
41
42 python_compile() {
43 cd bindings/python || die
44
45 diff --git a/net-analyzer/rrdtool/rrdtool-1.7.0.ebuild b/net-analyzer/rrdtool/rrdtool-1.7.0.ebuild
46 index 88256ecc9dc..955b659434e 100644
47 --- a/net-analyzer/rrdtool/rrdtool-1.7.0.ebuild
48 +++ b/net-analyzer/rrdtool/rrdtool-1.7.0.ebuild
49 @@ -1,4 +1,4 @@
50 -# Copyright 1999-2017 Gentoo Foundation
51 +# Copyright 1999-2018 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53
54 EAPI=6
55 @@ -9,9 +9,11 @@ GENTOO_DEPEND_ON_PERL=no
56 PYTHON_COMPAT=( python{2_7,3_4,3_5} )
57 inherit autotools perl-module distutils-r1 flag-o-matic multilib
58
59 +MY_P=${P/_/-}
60 +
61 DESCRIPTION="A system to store and display time-series data"
62 -HOMEPAGE="http://oss.oetiker.ch/rrdtool/"
63 -SRC_URI="http://oss.oetiker.ch/rrdtool/pub/${P/_/-}.tar.gz"
64 +HOMEPAGE="https://oss.oetiker.ch/rrdtool/"
65 +SRC_URI="${HOMEPAGE}pub/${MY_P}.tar.gz"
66
67 LICENSE="GPL-2"
68 SLOT="0/8.0.0"
69 @@ -55,8 +57,7 @@ PATCHES=(
70 "${FILESDIR}"/${PN}-1.7.0-disable-rrd_graph-cgi.patch
71
72 )
73 -
74 -S=${WORKDIR}/${P/_/-}
75 +S=${WORKDIR}/${MY_P}
76
77 python_compile() {
78 cd bindings/python || die