Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/
Date: Sat, 02 Jan 2021 05:04:05
Message-Id: 1609563836.1a9e4893d0449db923e9ec37a686c419c24a84e2.sam@gentoo
1 commit: 1a9e4893d0449db923e9ec37a686c419c24a84e2
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 2 05:03:01 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 2 05:03:56 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a9e4893
7
8 net-analyzer/cacti-spine: bump to 1.2.16
9
10 Package-Manager: Portage-3.0.9, Repoman-3.0.2
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 net-analyzer/cacti-spine/Manifest | 1 +
14 ...-spine-99999.ebuild => cacti-spine-1.2.16.ebuild} | 20 +++++++++-----------
15 net-analyzer/cacti-spine/cacti-spine-99999.ebuild | 14 ++++++--------
16 3 files changed, 16 insertions(+), 19 deletions(-)
17
18 diff --git a/net-analyzer/cacti-spine/Manifest b/net-analyzer/cacti-spine/Manifest
19 index ce570009bfd..9f8ae426ed5 100644
20 --- a/net-analyzer/cacti-spine/Manifest
21 +++ b/net-analyzer/cacti-spine/Manifest
22 @@ -1,2 +1,3 @@
23 DIST cacti-spine-1.2.13.tar.gz 107543 BLAKE2B e0de75688334d27604a76c00a09ac53587a1e57f45df925e30a1a88a5e0449df803dfad901328c65b55484bc9022bf81d53880f17d4bd4efd9214315f01f7e92 SHA512 86d44195847c7b3acb1f6aed2bd6a57f562645b20724560d6b4bf7962707be4eb2f5326731453937b64420b5d51b714aecbd8dbea58d95f29ef4341515df8b00
24 DIST cacti-spine-1.2.14.tar.gz 107577 BLAKE2B 5865d93ffefeeafac1d2245000467deac79f8008e81b66de310bf08e7aa31f17299a82fc107ad49c3741bc2f183bdbc9554f814bf9e3e4b1dc85e267e4f16112 SHA512 44dec1077b419dfc987a1d423f2df597bf2026ca7f39aaafabfc7de9e6fdc616f505b86ace43bb2ad628f220cf8d8cf136a04f00c4fd23ab73da75068f804999
25 +DIST cacti-spine-1.2.16.tar.gz 108252 BLAKE2B ba0349cff7f4e82a5dc1d90c216cf7a4e0f939e28ab20d008b1725c948a85a00e2594f8997c8bbd69c305e3e58d944858c8439210956f45220b67229bc6df13d SHA512 0259084d70f9c8d20a8b19daf61e525228f99fba3eac4e2e5c9865114a5f1231b18389ca955fc4644c71c6c48cc45dda9b17e969a02c80552b84f98ad8945951
26
27 diff --git a/net-analyzer/cacti-spine/cacti-spine-99999.ebuild b/net-analyzer/cacti-spine/cacti-spine-1.2.16.ebuild
28 similarity index 75%
29 copy from net-analyzer/cacti-spine/cacti-spine-99999.ebuild
30 copy to net-analyzer/cacti-spine/cacti-spine-1.2.16.ebuild
31 index 34e6c184a65..86a76185c47 100644
32 --- a/net-analyzer/cacti-spine/cacti-spine-99999.ebuild
33 +++ b/net-analyzer/cacti-spine/cacti-spine-1.2.16.ebuild
34 @@ -1,41 +1,39 @@
35 -# Copyright 1999-2020 Gentoo Authors
36 +# Copyright 1999-2021 Gentoo Authors
37 # Distributed under the terms of the GNU General Public License v2
38
39 EAPI=7
40 -inherit autotools git-r3
41 +
42 +inherit autotools
43
44 MY_P=${PN}-${PV/_p/-}
45
46 DESCRIPTION="Spine is a fast poller for Cacti (formerly known as Cactid)"
47 HOMEPAGE="https://cacti.net/spine_info.php"
48 -EGIT_REPO_URI="https://github.com/Cacti/spine"
49 +SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz"
50
51 LICENSE="LGPL-2.1"
52 SLOT="0"
53 -KEYWORDS=""
54 +KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
55 IUSE="libressl"
56
57 -CDEPEND="
58 +BDEPEND="sys-apps/help2man"
59 +DEPEND="
60 !libressl? ( dev-libs/openssl:0= )
61 libressl? ( dev-libs/libressl:0= )
62 net-analyzer/net-snmp:=
63 dev-db/mysql-connector-c:0=
64 "
65 -DEPEND="
66 - ${CDEPEND}
67 - sys-apps/help2man
68 -"
69 RDEPEND="
70 - ${CDEPEND}
71 + ${DEPEND}
72 >net-analyzer/cacti-0.8.8
73 "
74 +
75 PATCHES=(
76 "${FILESDIR}"/${PN}-0.8.8g-net-snmp.patch
77 )
78
79 src_prepare() {
80 default
81 -
82 eautoreconf
83 }
84
85
86 diff --git a/net-analyzer/cacti-spine/cacti-spine-99999.ebuild b/net-analyzer/cacti-spine/cacti-spine-99999.ebuild
87 index 34e6c184a65..1367debdc14 100644
88 --- a/net-analyzer/cacti-spine/cacti-spine-99999.ebuild
89 +++ b/net-analyzer/cacti-spine/cacti-spine-99999.ebuild
90 @@ -1,7 +1,8 @@
91 -# Copyright 1999-2020 Gentoo Authors
92 +# Copyright 1999-2021 Gentoo Authors
93 # Distributed under the terms of the GNU General Public License v2
94
95 EAPI=7
96 +
97 inherit autotools git-r3
98
99 MY_P=${PN}-${PV/_p/-}
100 @@ -15,27 +16,24 @@ SLOT="0"
101 KEYWORDS=""
102 IUSE="libressl"
103
104 -CDEPEND="
105 +BDEPEND="sys-apps/help2man"
106 +DEPEND="
107 !libressl? ( dev-libs/openssl:0= )
108 libressl? ( dev-libs/libressl:0= )
109 net-analyzer/net-snmp:=
110 dev-db/mysql-connector-c:0=
111 "
112 -DEPEND="
113 - ${CDEPEND}
114 - sys-apps/help2man
115 -"
116 RDEPEND="
117 - ${CDEPEND}
118 + ${DEPEND}
119 >net-analyzer/cacti-0.8.8
120 "
121 +
122 PATCHES=(
123 "${FILESDIR}"/${PN}-0.8.8g-net-snmp.patch
124 )
125
126 src_prepare() {
127 default
128 -
129 eautoreconf
130 }