[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/, net-analyzer/cacti-spine/files/

2023-05-01 Thread Sam James
commit: dfdbad3541a49c0b4515cdb6d761361b2ee2f66b
Author: Sam James  gentoo  org>
AuthorDate: Mon May  1 12:39:35 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon May  1 12:48:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfdbad35

net-analyzer/cacti-spine: drop 1.2.17, 1.2.19

Signed-off-by: Sam James  gentoo.org>

 net-analyzer/cacti-spine/Manifest  |  2 -
 net-analyzer/cacti-spine/cacti-spine-1.2.17.ebuild | 47 --
 net-analyzer/cacti-spine/cacti-spine-1.2.19.ebuild | 47 --
 ...ti-spine-1.2.19-configure.ac-fix-bashisms.patch | 33 ---
 4 files changed, 129 deletions(-)

diff --git a/net-analyzer/cacti-spine/Manifest 
b/net-analyzer/cacti-spine/Manifest
index 80deba0f5188..8686e9b07669 100644
--- a/net-analyzer/cacti-spine/Manifest
+++ b/net-analyzer/cacti-spine/Manifest
@@ -1,3 +1 @@
-DIST cacti-spine-1.2.17.tar.gz 110371 BLAKE2B 
1f9605d34fcff0e4e7921ccbb5a22eeb9e2f2e2f22cf56189790dcdec798db5bff681df11cd82006254cc270174248c07ce3d94dca8d3367add6b220f1599adf
 SHA512 
4c616af041d2f08e18fd274409c98d3efce84b7cca2d6e23db3d6c2a0d4c9a77a2c52c0ef8e0ed0c6ad409f28b56fdf3160e27654522d8aeb1b88e3cb4128d4a
-DIST cacti-spine-1.2.19.tar.gz 113974 BLAKE2B 
6ec71e1480e9dfd2636c61bcea10c6581009908334fddbaab5cf4bf6948bc6f8ffb27b0325ab1f325b9ad0b0f2ba7e018373c34534ca5d4967f66100fba76934
 SHA512 
407a4e83aabaa62693c2f7c3d3952da9178bb28e2b8b914a5649e3eaccb9ea77d0c7db8e251a113a308bfaaa0674be941abfb2fc4f8e50d43fb73c8cd9deec63
 DIST cacti-spine-1.2.20.tar.gz 115258 BLAKE2B 
78a9ed8a9e7e69e98bfa9971134dd6f34f540a93b0b1a2aababb66781f3c9787712d57d86b81d7f409487c4cc4447d4f84bd7292890b7eb70ec4137d97248793
 SHA512 
d7e129f7b42542d7ecc78d55cebc6d9ce481834342d3f3da1fce5538d8e42bc194a825795053d5e3a065b54574e2a3b9413725f1bc0562e55f1db213f9a94d0c

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.2.17.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.2.17.ebuild
deleted file mode 100644
index 6c9200ecdceb..
--- a/net-analyzer/cacti-spine/cacti-spine-1.2.17.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-MY_P=${PN}-${PV/_p/-}
-
-DESCRIPTION="Spine is a fast poller for Cacti (formerly known as Cactid)"
-HOMEPAGE="https://cacti.net/spine_info.php;
-SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 sparc x86"
-
-BDEPEND="sys-apps/help2man"
-DEPEND="
-   dev-libs/openssl:0=
-   net-analyzer/net-snmp:=
-   dev-db/mysql-connector-c:0=
-"
-RDEPEND="
-   ${DEPEND}
-   >net-analyzer/cacti-0.8.8
-"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-0.8.8g-net-snmp.patch
-)
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_install() {
-   dosbin spine
-
-   insinto /etc/
-   insopts -m0640 -o root
-   newins spine.conf{.dist,}
-
-   doman spine.1
-   dodoc CHANGELOG
-}

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.2.19.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.2.19.ebuild
deleted file mode 100644
index 97df3de4d3d4..
--- a/net-analyzer/cacti-spine/cacti-spine-1.2.19.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-MY_P=${PN}-${PV/_p/-}
-
-DESCRIPTION="Spine is a fast poller for Cacti (formerly known as Cactid)"
-HOMEPAGE="https://cacti.net/spine_info.php;
-SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 sparc x86"
-
-BDEPEND="sys-apps/help2man"
-DEPEND="dev-libs/openssl:=
-   net-analyzer/net-snmp:=
-   dev-db/mysql-connector-c:0="
-RDEPEND="
-   ${DEPEND}
-   >net-analyzer/cacti-0.8.8
-"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-0.8.8g-net-snmp.patch
-   "${FILESDIR}"/${PN}-1.2.19-configure.ac-fix-bashisms.patch
-)
-
-src_prepare() {
-   default
-
-   eautoreconf
-}
-
-src_install() {
-   dosbin spine
-
-   insinto /etc/
-   insopts -m0640 -o root
-   newins spine.conf{.dist,}
-
-   doman spine.1
-   dodoc CHANGELOG
-}

diff --git 
a/net-analyzer/cacti-spine/files/cacti-spine-1.2.19-configure.ac-fix-bashisms.patch
 
b/net-analyzer/cacti-spine/files/cacti-spine-1.2.19-configure.ac-fix-bashisms.patch
deleted file mode 100644
index 53a220fbf0de..
--- 
a/net-analyzer/cacti-spine/files/cacti-spine-1.2.19-configure.ac-fix-bashisms.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-https://github.com/Cacti/spine/pull/245
-
-From: Sam James 
-Date: Fri, 10 Dec 2021 03:42:21 +
-Subject: [PATCH] configure.ac: fix bashisms
-
-configure needs to work with a POSIX-compliant shell so we need
-to avoid bashisms like '=='. This fixes configure with e.g. /bin/sh
-provided by dash.
-

[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/

2022-07-24 Thread Sam James
commit: 69f1bd21a5a3e122a7007f1a94d83b99ef7f5815
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 25 04:17:39 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 25 04:17:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69f1bd21

net-analyzer/cacti-spine: Stabilize 1.2.20 sparc, #858164

Signed-off-by: Sam James  gentoo.org>

 net-analyzer/cacti-spine/cacti-spine-1.2.20.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.2.20.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.2.20.ebuild
index e17b6b0afd94..8cadbd1d2cb0 100644
--- a/net-analyzer/cacti-spine/cacti-spine-1.2.20.ebuild
+++ b/net-analyzer/cacti-spine/cacti-spine-1.2.20.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 sparc x86"
 
 DEPEND="dev-db/mysql-connector-c:=
dev-libs/openssl:=



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/

2022-07-16 Thread Agostino Sarubbo
commit: 241b8694aac1e1db18c2572e76a1056c80b9a984
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jul 16 08:55:16 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jul 16 08:55:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=241b8694

net-analyzer/cacti-spine: amd64 stable wrt bug #858164

Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-analyzer/cacti-spine/cacti-spine-1.2.20.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.2.20.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.2.20.ebuild
index b15238c31742..e17b6b0afd94 100644
--- a/net-analyzer/cacti-spine/cacti-spine-1.2.20.ebuild
+++ b/net-analyzer/cacti-spine/cacti-spine-1.2.20.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 ~sparc x86"
 
 DEPEND="dev-db/mysql-connector-c:=
dev-libs/openssl:=



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/

2022-07-15 Thread Arthur Zamarin
commit: 91c71016ef569f46de5d0c88bf7fab3ab114de41
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Jul 15 10:12:49 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Jul 15 10:12:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91c71016

net-analyzer/cacti-spine: Stabilize 1.2.20 x86, #858164

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-analyzer/cacti-spine/cacti-spine-1.2.20.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.2.20.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.2.20.ebuild
index a8ac30938351..b15238c31742 100644
--- a/net-analyzer/cacti-spine/cacti-spine-1.2.20.ebuild
+++ b/net-analyzer/cacti-spine/cacti-spine-1.2.20.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc x86"
 
 DEPEND="dev-db/mysql-connector-c:=
dev-libs/openssl:=



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/

2022-05-16 Thread Sam James
commit: 7527905c4777bb0c1afe4336bfd963a269463722
Author: Sam James  gentoo  org>
AuthorDate: Mon May 16 07:02:43 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon May 16 19:56:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7527905c

net-analyzer/cacti-spine: add 1.2.20

Bug: https://bugs.gentoo.org/834597
Signed-off-by: Sam James  gentoo.org>

 net-analyzer/cacti-spine/Manifest  |  1 +
 net-analyzer/cacti-spine/cacti-spine-1.2.20.ebuild | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/net-analyzer/cacti-spine/Manifest 
b/net-analyzer/cacti-spine/Manifest
index 30385882f72e..80deba0f5188 100644
--- a/net-analyzer/cacti-spine/Manifest
+++ b/net-analyzer/cacti-spine/Manifest
@@ -1,2 +1,3 @@
 DIST cacti-spine-1.2.17.tar.gz 110371 BLAKE2B 
1f9605d34fcff0e4e7921ccbb5a22eeb9e2f2e2f22cf56189790dcdec798db5bff681df11cd82006254cc270174248c07ce3d94dca8d3367add6b220f1599adf
 SHA512 
4c616af041d2f08e18fd274409c98d3efce84b7cca2d6e23db3d6c2a0d4c9a77a2c52c0ef8e0ed0c6ad409f28b56fdf3160e27654522d8aeb1b88e3cb4128d4a
 DIST cacti-spine-1.2.19.tar.gz 113974 BLAKE2B 
6ec71e1480e9dfd2636c61bcea10c6581009908334fddbaab5cf4bf6948bc6f8ffb27b0325ab1f325b9ad0b0f2ba7e018373c34534ca5d4967f66100fba76934
 SHA512 
407a4e83aabaa62693c2f7c3d3952da9178bb28e2b8b914a5649e3eaccb9ea77d0c7db8e251a113a308bfaaa0674be941abfb2fc4f8e50d43fb73c8cd9deec63
+DIST cacti-spine-1.2.20.tar.gz 115258 BLAKE2B 
78a9ed8a9e7e69e98bfa9971134dd6f34f540a93b0b1a2aababb66781f3c9787712d57d86b81d7f409487c4cc4447d4f84bd7292890b7eb70ec4137d97248793
 SHA512 
d7e129f7b42542d7ecc78d55cebc6d9ce481834342d3f3da1fce5538d8e42bc194a825795053d5e3a065b54574e2a3b9413725f1bc0562e55f1db213f9a94d0c

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.2.20.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.2.20.ebuild
new file mode 100644
index ..a8ac30938351
--- /dev/null
+++ b/net-analyzer/cacti-spine/cacti-spine-1.2.20.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+MY_P=${PN}-${PV/_p/-}
+
+DESCRIPTION="Spine is a fast poller for Cacti (formerly known as Cactid)"
+HOMEPAGE="https://cacti.net/spine_info.php;
+SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+
+DEPEND="dev-db/mysql-connector-c:=
+   dev-libs/openssl:=
+   net-analyzer/net-snmp:="
+RDEPEND="${DEPEND}
+   >net-analyzer/cacti-0.8.8"
+BDEPEND="sys-apps/help2man"
+
+src_prepare() {
+   default
+
+   eautoreconf
+}
+
+src_configure() {
+   # Drop CONFIG_SHELL after 1.2.x (fix is on develop branch)
+   CONFIG_SHELL="${BROOT}"/bin/bash econf
+}
+
+src_install() {
+   dosbin spine
+
+   insinto /etc/
+   insopts -m0640 -o root
+   newins spine.conf{.dist,}
+
+   doman spine.1
+   dodoc CHANGELOG
+}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/

2022-02-19 Thread Sam James
commit: 05a0b51a4b0c9f9e310e148e744e2a46e1d5ccc2
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 20 05:14:19 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 20 05:26:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05a0b51a

net-analyzer/cacti-spine: drop 1.2.16

Signed-off-by: Sam James  gentoo.org>

 net-analyzer/cacti-spine/Manifest  |  1 -
 net-analyzer/cacti-spine/cacti-spine-1.2.16.ebuild | 47 --
 2 files changed, 48 deletions(-)

diff --git a/net-analyzer/cacti-spine/Manifest 
b/net-analyzer/cacti-spine/Manifest
index f0c5a377c342..30385882f72e 100644
--- a/net-analyzer/cacti-spine/Manifest
+++ b/net-analyzer/cacti-spine/Manifest
@@ -1,3 +1,2 @@
-DIST cacti-spine-1.2.16.tar.gz 108252 BLAKE2B 
ba0349cff7f4e82a5dc1d90c216cf7a4e0f939e28ab20d008b1725c948a85a00e2594f8997c8bbd69c305e3e58d944858c8439210956f45220b67229bc6df13d
 SHA512 
0259084d70f9c8d20a8b19daf61e525228f99fba3eac4e2e5c9865114a5f1231b18389ca955fc4644c71c6c48cc45dda9b17e969a02c80552b84f98ad8945951
 DIST cacti-spine-1.2.17.tar.gz 110371 BLAKE2B 
1f9605d34fcff0e4e7921ccbb5a22eeb9e2f2e2f22cf56189790dcdec798db5bff681df11cd82006254cc270174248c07ce3d94dca8d3367add6b220f1599adf
 SHA512 
4c616af041d2f08e18fd274409c98d3efce84b7cca2d6e23db3d6c2a0d4c9a77a2c52c0ef8e0ed0c6ad409f28b56fdf3160e27654522d8aeb1b88e3cb4128d4a
 DIST cacti-spine-1.2.19.tar.gz 113974 BLAKE2B 
6ec71e1480e9dfd2636c61bcea10c6581009908334fddbaab5cf4bf6948bc6f8ffb27b0325ab1f325b9ad0b0f2ba7e018373c34534ca5d4967f66100fba76934
 SHA512 
407a4e83aabaa62693c2f7c3d3952da9178bb28e2b8b914a5649e3eaccb9ea77d0c7db8e251a113a308bfaaa0674be941abfb2fc4f8e50d43fb73c8cd9deec63

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.2.16.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.2.16.ebuild
deleted file mode 100644
index 6c9200ecdceb..
--- a/net-analyzer/cacti-spine/cacti-spine-1.2.16.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-MY_P=${PN}-${PV/_p/-}
-
-DESCRIPTION="Spine is a fast poller for Cacti (formerly known as Cactid)"
-HOMEPAGE="https://cacti.net/spine_info.php;
-SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 sparc x86"
-
-BDEPEND="sys-apps/help2man"
-DEPEND="
-   dev-libs/openssl:0=
-   net-analyzer/net-snmp:=
-   dev-db/mysql-connector-c:0=
-"
-RDEPEND="
-   ${DEPEND}
-   >net-analyzer/cacti-0.8.8
-"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-0.8.8g-net-snmp.patch
-)
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_install() {
-   dosbin spine
-
-   insinto /etc/
-   insopts -m0640 -o root
-   newins spine.conf{.dist,}
-
-   doman spine.1
-   dodoc CHANGELOG
-}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/

2022-02-19 Thread Sam James
commit: a98a6b3ed5171fd252379636ae96864decce312f
Author: Sam James  gentoo  org>
AuthorDate: Sat Feb 19 19:27:01 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Feb 19 19:27:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a98a6b3e

net-analyzer/cacti-spine: Stabilize 1.2.19 sparc, #833730

Signed-off-by: Sam James  gentoo.org>

 net-analyzer/cacti-spine/cacti-spine-1.2.19.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.2.19.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.2.19.ebuild
index 21736d742d76..97df3de4d3d4 100644
--- a/net-analyzer/cacti-spine/cacti-spine-1.2.19.ebuild
+++ b/net-analyzer/cacti-spine/cacti-spine-1.2.19.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 sparc x86"
 
 BDEPEND="sys-apps/help2man"
 DEPEND="dev-libs/openssl:=



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/

2022-02-19 Thread Jakov Smolić
commit: 279a67a92161430f8cc6aef24b75871def042d0b
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sat Feb 19 13:21:06 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sat Feb 19 13:21:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=279a67a9

net-analyzer/cacti-spine: Stabilize 1.2.19 x86, #833730

Signed-off-by: Jakov Smolić  gentoo.org>

 net-analyzer/cacti-spine/cacti-spine-1.2.19.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.2.19.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.2.19.ebuild
index d0c531e30d88..21736d742d76 100644
--- a/net-analyzer/cacti-spine/cacti-spine-1.2.19.ebuild
+++ b/net-analyzer/cacti-spine/cacti-spine-1.2.19.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 ~sparc x86"
 
 BDEPEND="sys-apps/help2man"
 DEPEND="dev-libs/openssl:=



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/

2022-02-19 Thread Jakov Smolić
commit: 22443bfa063ff1d9e5e62b44ce2591202949a4c5
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sat Feb 19 13:10:20 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sat Feb 19 13:15:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22443bfa

net-analyzer/cacti-spine: Stabilize 1.2.19 amd64, #833730

Signed-off-by: Jakov Smolić  gentoo.org>

 net-analyzer/cacti-spine/cacti-spine-1.2.19.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.2.19.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.2.19.ebuild
index d70a52735b10..d0c531e30d88 100644
--- a/net-analyzer/cacti-spine/cacti-spine-1.2.19.ebuild
+++ b/net-analyzer/cacti-spine/cacti-spine-1.2.19.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -13,7 +13,7 @@ SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 
 BDEPEND="sys-apps/help2man"
 DEPEND="dev-libs/openssl:=



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/, net-analyzer/cacti-spine/files/

2021-12-09 Thread Sam James
commit: 3ab7ffa686e3e09293631319aedf3def59174d18
Author: Sam James  gentoo  org>
AuthorDate: Fri Dec 10 03:40:37 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec 10 03:48:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ab7ffa6

net-analyzer/cacti-spine: add 1.2.19

Signed-off-by: Sam James  gentoo.org>

 net-analyzer/cacti-spine/Manifest  |  1 +
 ...pine-9.ebuild => cacti-spine-1.2.19.ebuild} | 16 +--
 ...-spine-9.ebuild => cacti-spine-.ebuild} | 16 ---
 ...ti-spine-1.2.19-configure.ac-fix-bashisms.patch | 33 ++
 4 files changed, 48 insertions(+), 18 deletions(-)

diff --git a/net-analyzer/cacti-spine/Manifest 
b/net-analyzer/cacti-spine/Manifest
index 9d350c261ff8..f0c5a377c342 100644
--- a/net-analyzer/cacti-spine/Manifest
+++ b/net-analyzer/cacti-spine/Manifest
@@ -1,2 +1,3 @@
 DIST cacti-spine-1.2.16.tar.gz 108252 BLAKE2B 
ba0349cff7f4e82a5dc1d90c216cf7a4e0f939e28ab20d008b1725c948a85a00e2594f8997c8bbd69c305e3e58d944858c8439210956f45220b67229bc6df13d
 SHA512 
0259084d70f9c8d20a8b19daf61e525228f99fba3eac4e2e5c9865114a5f1231b18389ca955fc4644c71c6c48cc45dda9b17e969a02c80552b84f98ad8945951
 DIST cacti-spine-1.2.17.tar.gz 110371 BLAKE2B 
1f9605d34fcff0e4e7921ccbb5a22eeb9e2f2e2f22cf56189790dcdec798db5bff681df11cd82006254cc270174248c07ce3d94dca8d3367add6b220f1599adf
 SHA512 
4c616af041d2f08e18fd274409c98d3efce84b7cca2d6e23db3d6c2a0d4c9a77a2c52c0ef8e0ed0c6ad409f28b56fdf3160e27654522d8aeb1b88e3cb4128d4a
+DIST cacti-spine-1.2.19.tar.gz 113974 BLAKE2B 
6ec71e1480e9dfd2636c61bcea10c6581009908334fddbaab5cf4bf6948bc6f8ffb27b0325ab1f325b9ad0b0f2ba7e018373c34534ca5d4967f66100fba76934
 SHA512 
407a4e83aabaa62693c2f7c3d3952da9178bb28e2b8b914a5649e3eaccb9ea77d0c7db8e251a113a308bfaaa0674be941abfb2fc4f8e50d43fb73c8cd9deec63

diff --git a/net-analyzer/cacti-spine/cacti-spine-9.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.2.19.ebuild
similarity index 70%
copy from net-analyzer/cacti-spine/cacti-spine-9.ebuild
copy to net-analyzer/cacti-spine/cacti-spine-1.2.19.ebuild
index d929a4df7fcb..d70a52735b10 100644
--- a/net-analyzer/cacti-spine/cacti-spine-9.ebuild
+++ b/net-analyzer/cacti-spine/cacti-spine-1.2.19.ebuild
@@ -1,26 +1,24 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-inherit autotools git-r3
+inherit autotools
 
 MY_P=${PN}-${PV/_p/-}
 
 DESCRIPTION="Spine is a fast poller for Cacti (formerly known as Cactid)"
 HOMEPAGE="https://cacti.net/spine_info.php;
-EGIT_REPO_URI="https://github.com/Cacti/spine;
+SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS=""
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 
 BDEPEND="sys-apps/help2man"
-DEPEND="
-   dev-libs/openssl:0=
+DEPEND="dev-libs/openssl:=
net-analyzer/net-snmp:=
-   dev-db/mysql-connector-c:0=
-"
+   dev-db/mysql-connector-c:0="
 RDEPEND="
${DEPEND}
>net-analyzer/cacti-0.8.8
@@ -28,10 +26,12 @@ RDEPEND="
 
 PATCHES=(
"${FILESDIR}"/${PN}-0.8.8g-net-snmp.patch
+   "${FILESDIR}"/${PN}-1.2.19-configure.ac-fix-bashisms.patch
 )
 
 src_prepare() {
default
+
eautoreconf
 }
 

diff --git a/net-analyzer/cacti-spine/cacti-spine-9.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-.ebuild
similarity index 82%
rename from net-analyzer/cacti-spine/cacti-spine-9.ebuild
rename to net-analyzer/cacti-spine/cacti-spine-.ebuild
index d929a4df7fcb..cfc27aa3907f 100644
--- a/net-analyzer/cacti-spine/cacti-spine-9.ebuild
+++ b/net-analyzer/cacti-spine/cacti-spine-.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit autotools git-r3
 
@@ -13,18 +13,13 @@ EGIT_REPO_URI="https://github.com/Cacti/spine;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS=""
 
 BDEPEND="sys-apps/help2man"
-DEPEND="
-   dev-libs/openssl:0=
+DEPEND="dev-libs/openssl:=
net-analyzer/net-snmp:=
-   dev-db/mysql-connector-c:0=
-"
-RDEPEND="
-   ${DEPEND}
-   >net-analyzer/cacti-0.8.8
-"
+   dev-db/mysql-connector-c:0="
+RDEPEND="${DEPEND}
+   >net-analyzer/cacti-0.8.8"
 
 PATCHES=(
"${FILESDIR}"/${PN}-0.8.8g-net-snmp.patch
@@ -32,6 +27,7 @@ PATCHES=(
 
 src_prepare() {
default
+
eautoreconf
 }
 

diff --git 
a/net-analyzer/cacti-spine/files/cacti-spine-1.2.19-configure.ac-fix-bashisms.patch
 
b/net-analyzer/cacti-spine/files/cacti-spine-1.2.19-configure.ac-fix-bashisms.patch
new file mode 100644
index ..53a220fbf0de
--- /dev/null
+++ 
b/net-analyzer/cacti-spine/files/cacti-spine-1.2.19-configure.ac-fix-bashisms.patch
@@ -0,0 +1,33 @@
+https://github.com/Cacti/spine/pull/245
+
+From: Sam James 
+Date: Fri, 10 Dec 2021 03:42:21 +
+Subject: [PATCH] configure.ac: fix bashisms
+
+configure 

[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/

2021-08-24 Thread Agostino Sarubbo
commit: c238beae75cbb28f5d265526581d3a0609863adf
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Aug 25 04:22:54 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Aug 25 04:22:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c238beae

net-analyzer/cacti-spine: x86 stable wrt bug #765022

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-analyzer/cacti-spine/cacti-spine-1.2.17.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.2.17.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.2.17.ebuild
index 1bfe8dbbdff..6c9200ecdce 100644
--- a/net-analyzer/cacti-spine/cacti-spine-1.2.17.ebuild
+++ b/net-analyzer/cacti-spine/cacti-spine-1.2.17.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 sparc x86"
 
 BDEPEND="sys-apps/help2man"
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/

2021-08-11 Thread Agostino Sarubbo
commit: 6a4aea4584c727487e5fa3b91ab06b6bb4605650
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Aug 11 06:41:41 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Aug 11 06:41:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a4aea45

net-analyzer/cacti-spine: sparc stable wrt bug #765022

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-analyzer/cacti-spine/cacti-spine-1.2.17.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.2.17.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.2.17.ebuild
index b88cabed7e7..1bfe8dbbdff 100644
--- a/net-analyzer/cacti-spine/cacti-spine-1.2.17.ebuild
+++ b/net-analyzer/cacti-spine/cacti-spine-1.2.17.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 sparc ~x86"
 
 BDEPEND="sys-apps/help2man"
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/

2021-08-11 Thread Agostino Sarubbo
commit: 93cb1353c787993d51d45e2cfd982fbb9c4e576b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Aug 11 06:38:34 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Aug 11 06:38:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93cb1353

net-analyzer/cacti-spine: amd64 stable wrt bug #765022

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-analyzer/cacti-spine/cacti-spine-1.2.17.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.2.17.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.2.17.ebuild
index 32cee394447..b88cabed7e7 100644
--- a/net-analyzer/cacti-spine/cacti-spine-1.2.17.ebuild
+++ b/net-analyzer/cacti-spine/cacti-spine-1.2.17.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 
 BDEPEND="sys-apps/help2man"
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/

2021-05-16 Thread Sam James
commit: 574408eb9ce5a4703ee474e754b46f4a1c87
Author: Sam James  gentoo  org>
AuthorDate: Mon May 17 02:58:21 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon May 17 02:58:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=574408eb

net-analyzer/cacti-spine: add 1.2.17

Signed-off-by: Sam James  gentoo.org>

 net-analyzer/cacti-spine/Manifest  |  1 +
 net-analyzer/cacti-spine/cacti-spine-1.2.17.ebuild | 47 ++
 2 files changed, 48 insertions(+)

diff --git a/net-analyzer/cacti-spine/Manifest 
b/net-analyzer/cacti-spine/Manifest
index 0da9f590a8d..9d350c261ff 100644
--- a/net-analyzer/cacti-spine/Manifest
+++ b/net-analyzer/cacti-spine/Manifest
@@ -1 +1,2 @@
 DIST cacti-spine-1.2.16.tar.gz 108252 BLAKE2B 
ba0349cff7f4e82a5dc1d90c216cf7a4e0f939e28ab20d008b1725c948a85a00e2594f8997c8bbd69c305e3e58d944858c8439210956f45220b67229bc6df13d
 SHA512 
0259084d70f9c8d20a8b19daf61e525228f99fba3eac4e2e5c9865114a5f1231b18389ca955fc4644c71c6c48cc45dda9b17e969a02c80552b84f98ad8945951
+DIST cacti-spine-1.2.17.tar.gz 110371 BLAKE2B 
1f9605d34fcff0e4e7921ccbb5a22eeb9e2f2e2f22cf56189790dcdec798db5bff681df11cd82006254cc270174248c07ce3d94dca8d3367add6b220f1599adf
 SHA512 
4c616af041d2f08e18fd274409c98d3efce84b7cca2d6e23db3d6c2a0d4c9a77a2c52c0ef8e0ed0c6ad409f28b56fdf3160e27654522d8aeb1b88e3cb4128d4a

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.2.17.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.2.17.ebuild
new file mode 100644
index 000..32cee394447
--- /dev/null
+++ b/net-analyzer/cacti-spine/cacti-spine-1.2.17.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+MY_P=${PN}-${PV/_p/-}
+
+DESCRIPTION="Spine is a fast poller for Cacti (formerly known as Cactid)"
+HOMEPAGE="https://cacti.net/spine_info.php;
+SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+
+BDEPEND="sys-apps/help2man"
+DEPEND="
+   dev-libs/openssl:0=
+   net-analyzer/net-snmp:=
+   dev-db/mysql-connector-c:0=
+"
+RDEPEND="
+   ${DEPEND}
+   >net-analyzer/cacti-0.8.8
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.8.8g-net-snmp.patch
+)
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_install() {
+   dosbin spine
+
+   insinto /etc/
+   insopts -m0640 -o root
+   newins spine.conf{.dist,}
+
+   doman spine.1
+   dodoc CHANGELOG
+}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/

2021-04-30 Thread Mikle Kolyada
commit: f899f18b11d3af02fbb5db145ba9c1eb78bee1e9
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Apr 30 18:36:39 2021 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Apr 30 18:36:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f899f18b

net-analyzer/cacti-spine: remove libressl support

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada  gentoo.org>

 net-analyzer/cacti-spine/cacti-spine-1.2.16.ebuild | 4 +---
 net-analyzer/cacti-spine/cacti-spine-9.ebuild  | 4 +---
 2 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.2.16.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.2.16.ebuild
index 8bce1cc74d0..6c9200ecdce 100644
--- a/net-analyzer/cacti-spine/cacti-spine-1.2.16.ebuild
+++ b/net-analyzer/cacti-spine/cacti-spine-1.2.16.ebuild
@@ -14,12 +14,10 @@ 
SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 sparc x86"
-IUSE="libressl"
 
 BDEPEND="sys-apps/help2man"
 DEPEND="
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
+   dev-libs/openssl:0=
net-analyzer/net-snmp:=
dev-db/mysql-connector-c:0=
 "

diff --git a/net-analyzer/cacti-spine/cacti-spine-9.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-9.ebuild
index 1367debdc14..d929a4df7fc 100644
--- a/net-analyzer/cacti-spine/cacti-spine-9.ebuild
+++ b/net-analyzer/cacti-spine/cacti-spine-9.ebuild
@@ -14,12 +14,10 @@ EGIT_REPO_URI="https://github.com/Cacti/spine;
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS=""
-IUSE="libressl"
 
 BDEPEND="sys-apps/help2man"
 DEPEND="
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
+   dev-libs/openssl:0=
net-analyzer/net-snmp:=
dev-db/mysql-connector-c:0=
 "



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/

2021-03-01 Thread Agostino Sarubbo
commit: 5d8e01b15df6748b75923d7aa28138e341278ef6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Mar  1 09:19:20 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Mar  1 09:19:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d8e01b1

net-analyzer/cacti-spine: amd64 stable wrt bug #768462

Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-analyzer/cacti-spine/cacti-spine-1.2.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.2.16.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.2.16.ebuild
index 4b56a685b01..8bce1cc74d0 100644
--- a/net-analyzer/cacti-spine/cacti-spine-1.2.16.ebuild
+++ b/net-analyzer/cacti-spine/cacti-spine-1.2.16.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 sparc x86"
 IUSE="libressl"
 
 BDEPEND="sys-apps/help2man"



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/

2021-02-04 Thread Sam James
commit: 108a3587c9eb6d44d62abf57a43cb66532526b42
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb  4 08:00:03 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb  4 08:00:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=108a3587

net-analyzer/cacti-spine: Stabilize 1.2.16 sparc, #768462

Signed-off-by: Sam James  gentoo.org>

 net-analyzer/cacti-spine/cacti-spine-1.2.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.2.16.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.2.16.ebuild
index 88f3dace125..4b56a685b01 100644
--- a/net-analyzer/cacti-spine/cacti-spine-1.2.16.ebuild
+++ b/net-analyzer/cacti-spine/cacti-spine-1.2.16.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 sparc x86"
 IUSE="libressl"
 
 BDEPEND="sys-apps/help2man"



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/

2021-02-03 Thread Thomas Deutschmann
commit: 38b0e5e28f0a4db564830234a8804ed0cee30820
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Feb  3 23:49:26 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Feb  3 23:49:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38b0e5e2

net-analyzer/cacti-spine: x86 stable (bug #768462)

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann  gentoo.org>

 net-analyzer/cacti-spine/cacti-spine-1.2.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.2.16.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.2.16.ebuild
index 86a76185c47..88f3dace125 100644
--- a/net-analyzer/cacti-spine/cacti-spine-1.2.16.ebuild
+++ b/net-analyzer/cacti-spine/cacti-spine-1.2.16.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc x86"
 IUSE="libressl"
 
 BDEPEND="sys-apps/help2man"



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/

2021-01-01 Thread Sam James
commit: 40bf14a4c461c992bb4d4d4c6846da7e9bfec3cb
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan  2 05:03:38 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan  2 05:03:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40bf14a4

net-analyzer/cacti-spine: add github remote-id

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 net-analyzer/cacti-spine/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/net-analyzer/cacti-spine/metadata.xml 
b/net-analyzer/cacti-spine/metadata.xml
index 3c9260bb290..4a1f3100821 100644
--- a/net-analyzer/cacti-spine/metadata.xml
+++ b/net-analyzer/cacti-spine/metadata.xml
@@ -13,4 +13,7 @@
replacement for the default cmd.php poller so you must decide 
if using
Spine makes sense for your installation.

+   
+   Cacti/spine
+   
 



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/

2021-01-01 Thread Sam James
commit: 1a9e4893d0449db923e9ec37a686c419c24a84e2
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan  2 05:03:01 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan  2 05:03:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a9e4893

net-analyzer/cacti-spine: bump to 1.2.16

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 net-analyzer/cacti-spine/Manifest|  1 +
 ...-spine-9.ebuild => cacti-spine-1.2.16.ebuild} | 20 +---
 net-analyzer/cacti-spine/cacti-spine-9.ebuild| 14 ++
 3 files changed, 16 insertions(+), 19 deletions(-)

diff --git a/net-analyzer/cacti-spine/Manifest 
b/net-analyzer/cacti-spine/Manifest
index ce570009bfd..9f8ae426ed5 100644
--- a/net-analyzer/cacti-spine/Manifest
+++ b/net-analyzer/cacti-spine/Manifest
@@ -1,2 +1,3 @@
 DIST cacti-spine-1.2.13.tar.gz 107543 BLAKE2B 
e0de75688334d27604a76c00a09ac53587a1e57f45df925e30a1a88a5e0449df803dfad901328c65b55484bc9022bf81d53880f17d4bd4efd9214315f01f7e92
 SHA512 
86d44195847c7b3acb1f6aed2bd6a57f562645b20724560d6b4bf7962707be4eb2f5326731453937b64420b5d51b714aecbd8dbea58d95f29ef4341515df8b00
 DIST cacti-spine-1.2.14.tar.gz 107577 BLAKE2B 
5865d93ffefeeafac1d2245000467deac79f8008e81b66de310bf08e7aa31f17299a82fc107ad49c3741bc2f183bdbc9554f814bf9e3e4b1dc85e267e4f16112
 SHA512 
44dec1077b419dfc987a1d423f2df597bf2026ca7f39aaafabfc7de9e6fdc616f505b86ace43bb2ad628f220cf8d8cf136a04f00c4fd23ab73da75068f804999
+DIST cacti-spine-1.2.16.tar.gz 108252 BLAKE2B 
ba0349cff7f4e82a5dc1d90c216cf7a4e0f939e28ab20d008b1725c948a85a00e2594f8997c8bbd69c305e3e58d944858c8439210956f45220b67229bc6df13d
 SHA512 
0259084d70f9c8d20a8b19daf61e525228f99fba3eac4e2e5c9865114a5f1231b18389ca955fc4644c71c6c48cc45dda9b17e969a02c80552b84f98ad8945951

diff --git a/net-analyzer/cacti-spine/cacti-spine-9.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.2.16.ebuild
similarity index 75%
copy from net-analyzer/cacti-spine/cacti-spine-9.ebuild
copy to net-analyzer/cacti-spine/cacti-spine-1.2.16.ebuild
index 34e6c184a65..86a76185c47 100644
--- a/net-analyzer/cacti-spine/cacti-spine-9.ebuild
+++ b/net-analyzer/cacti-spine/cacti-spine-1.2.16.ebuild
@@ -1,41 +1,39 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-inherit autotools git-r3
+
+inherit autotools
 
 MY_P=${PN}-${PV/_p/-}
 
 DESCRIPTION="Spine is a fast poller for Cacti (formerly known as Cactid)"
 HOMEPAGE="https://cacti.net/spine_info.php;
-EGIT_REPO_URI="https://github.com/Cacti/spine;
+SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS=""
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 IUSE="libressl"
 
-CDEPEND="
+BDEPEND="sys-apps/help2man"
+DEPEND="
!libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl:0= )
net-analyzer/net-snmp:=
dev-db/mysql-connector-c:0=
 "
-DEPEND="
-   ${CDEPEND}
-   sys-apps/help2man
-"
 RDEPEND="
-   ${CDEPEND}
+   ${DEPEND}
>net-analyzer/cacti-0.8.8
 "
+
 PATCHES=(
"${FILESDIR}"/${PN}-0.8.8g-net-snmp.patch
 )
 
 src_prepare() {
default
-
eautoreconf
 }
 

diff --git a/net-analyzer/cacti-spine/cacti-spine-9.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-9.ebuild
index 34e6c184a65..1367debdc14 100644
--- a/net-analyzer/cacti-spine/cacti-spine-9.ebuild
+++ b/net-analyzer/cacti-spine/cacti-spine-9.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+
 inherit autotools git-r3
 
 MY_P=${PN}-${PV/_p/-}
@@ -15,27 +16,24 @@ SLOT="0"
 KEYWORDS=""
 IUSE="libressl"
 
-CDEPEND="
+BDEPEND="sys-apps/help2man"
+DEPEND="
!libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl:0= )
net-analyzer/net-snmp:=
dev-db/mysql-connector-c:0=
 "
-DEPEND="
-   ${CDEPEND}
-   sys-apps/help2man
-"
 RDEPEND="
-   ${CDEPEND}
+   ${DEPEND}
>net-analyzer/cacti-0.8.8
 "
+
 PATCHES=(
"${FILESDIR}"/${PN}-0.8.8g-net-snmp.patch
 )
 
 src_prepare() {
default
-
eautoreconf
 }
 



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/

2020-08-02 Thread Jeroen Roovers
commit: 83424b9c6ab73fb550383c2820f3a2128ecc015d
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Aug  3 05:06:07 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Aug  3 05:06:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83424b9c

net-analyzer/cacti-spine: Version 1.2.14

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Jeroen Roovers  gentoo.org>

 net-analyzer/cacti-spine/Manifest  |  1 +
 net-analyzer/cacti-spine/cacti-spine-1.2.14.ebuild | 51 ++
 2 files changed, 52 insertions(+)

diff --git a/net-analyzer/cacti-spine/Manifest 
b/net-analyzer/cacti-spine/Manifest
index 98369352a79..ce570009bfd 100644
--- a/net-analyzer/cacti-spine/Manifest
+++ b/net-analyzer/cacti-spine/Manifest
@@ -1 +1,2 @@
 DIST cacti-spine-1.2.13.tar.gz 107543 BLAKE2B 
e0de75688334d27604a76c00a09ac53587a1e57f45df925e30a1a88a5e0449df803dfad901328c65b55484bc9022bf81d53880f17d4bd4efd9214315f01f7e92
 SHA512 
86d44195847c7b3acb1f6aed2bd6a57f562645b20724560d6b4bf7962707be4eb2f5326731453937b64420b5d51b714aecbd8dbea58d95f29ef4341515df8b00
+DIST cacti-spine-1.2.14.tar.gz 107577 BLAKE2B 
5865d93ffefeeafac1d2245000467deac79f8008e81b66de310bf08e7aa31f17299a82fc107ad49c3741bc2f183bdbc9554f814bf9e3e4b1dc85e267e4f16112
 SHA512 
44dec1077b419dfc987a1d423f2df597bf2026ca7f39aaafabfc7de9e6fdc616f505b86ace43bb2ad628f220cf8d8cf136a04f00c4fd23ab73da75068f804999

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.2.14.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.2.14.ebuild
new file mode 100644
index 000..a5c1da23c06
--- /dev/null
+++ b/net-analyzer/cacti-spine/cacti-spine-1.2.14.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit autotools
+
+MY_P=${PN}-${PV/_p/-}
+
+DESCRIPTION="Spine is a fast poller for Cacti (formerly known as Cactid)"
+HOMEPAGE="https://cacti.net/spine_info.php;
+SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="libressl"
+
+CDEPEND="
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   net-analyzer/net-snmp:=
+   dev-db/mysql-connector-c:0=
+"
+DEPEND="
+   ${CDEPEND}
+   sys-apps/help2man
+"
+RDEPEND="
+   ${CDEPEND}
+   >net-analyzer/cacti-0.8.8
+"
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.8.8g-net-snmp.patch
+)
+
+src_prepare() {
+   default
+
+   eautoreconf
+}
+
+src_install() {
+   dosbin spine
+
+   insinto /etc/
+   insopts -m0640 -o root
+   newins spine.conf{.dist,}
+
+   doman spine.1
+   dodoc CHANGELOG
+}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/

2020-07-28 Thread Jeroen Roovers
commit: ab417e79c0ed4c7032948af3095979126ad5ca05
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Jul 29 04:41:26 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Jul 29 04:46:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab417e79

net-analyzer/cacti-spine: Old

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Jeroen Roovers  gentoo.org>

 net-analyzer/cacti-spine/Manifest  |  1 -
 net-analyzer/cacti-spine/cacti-spine-1.2.12.ebuild | 51 --
 2 files changed, 52 deletions(-)

diff --git a/net-analyzer/cacti-spine/Manifest 
b/net-analyzer/cacti-spine/Manifest
index a680fad1da6..98369352a79 100644
--- a/net-analyzer/cacti-spine/Manifest
+++ b/net-analyzer/cacti-spine/Manifest
@@ -1,2 +1 @@
-DIST cacti-spine-1.2.12.tar.gz 107512 BLAKE2B 
1ced87c30d26d524ce9c98508cfee42dfccceac9e68662fbf31e257ebb8990bfd4935a735554ba3153f8382ada1fea86fb4712811857a09a49bec609a41aae5b
 SHA512 
382a456bc64f4bfd56db8e6fcc2e626d66d529bbb6bfa34210053e64f9b61ae1376c9a4870402e7ccb069c20f91a85dbf5b4ec72826a1f3d70f2e6900accc0c3
 DIST cacti-spine-1.2.13.tar.gz 107543 BLAKE2B 
e0de75688334d27604a76c00a09ac53587a1e57f45df925e30a1a88a5e0449df803dfad901328c65b55484bc9022bf81d53880f17d4bd4efd9214315f01f7e92
 SHA512 
86d44195847c7b3acb1f6aed2bd6a57f562645b20724560d6b4bf7962707be4eb2f5326731453937b64420b5d51b714aecbd8dbea58d95f29ef4341515df8b00

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.2.12.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.2.12.ebuild
deleted file mode 100644
index c78a1998335..000
--- a/net-analyzer/cacti-spine/cacti-spine-1.2.12.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit autotools
-
-MY_P=${PN}-${PV/_p/-}
-
-DESCRIPTION="Spine is a fast poller for Cacti (formerly known as Cactid)"
-HOMEPAGE="https://cacti.net/spine_info.php;
-SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 sparc x86"
-IUSE="libressl"
-
-CDEPEND="
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-   net-analyzer/net-snmp:=
-   dev-db/mysql-connector-c:0=
-"
-DEPEND="
-   ${CDEPEND}
-   sys-apps/help2man
-"
-RDEPEND="
-   ${CDEPEND}
-   >net-analyzer/cacti-0.8.8
-"
-PATCHES=(
-   "${FILESDIR}"/${PN}-0.8.8g-net-snmp.patch
-)
-
-src_prepare() {
-   default
-
-   eautoreconf
-}
-
-src_install() {
-   dosbin spine
-
-   insinto /etc/
-   insopts -m0640 -o root
-   newins spine.conf{.dist,}
-
-   doman spine.1
-   dodoc CHANGELOG
-}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/

2020-07-18 Thread Sam James
commit: 03f4fc36be9664f81704bed7ed159ae69195b83f
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 19 00:04:48 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 19 00:04:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03f4fc36

net-analyzer/cacti-spine: amd64 stable (bug #732522)

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 net-analyzer/cacti-spine/cacti-spine-1.2.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.2.13.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.2.13.ebuild
index c8ca4a48050..c78a1998335 100644
--- a/net-analyzer/cacti-spine/cacti-spine-1.2.13.ebuild
+++ b/net-analyzer/cacti-spine/cacti-spine-1.2.13.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 sparc x86"
 IUSE="libressl"
 
 CDEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/

2020-07-17 Thread Agostino Sarubbo
commit: 826ad59a4a82219367039e90c0ebad5906d917bd
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jul 17 15:16:03 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jul 17 15:16:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=826ad59a

net-analyzer/cacti-spine: x86 stable wrt bug #732522

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-analyzer/cacti-spine/cacti-spine-1.2.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.2.13.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.2.13.ebuild
index 1b9fcf0b8e2..c8ca4a48050 100644
--- a/net-analyzer/cacti-spine/cacti-spine-1.2.13.ebuild
+++ b/net-analyzer/cacti-spine/cacti-spine-1.2.13.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 sparc x86"
 IUSE="libressl"
 
 CDEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/

2020-07-15 Thread Sergei Trofimovich
commit: cad84db58b7e6ab27ed08701dde89fd69d774f72
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Jul 15 08:08:56 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Jul 15 08:49:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cad84db5

net-analyzer/cacti-spine: stable 1.2.13 for sparc, bug #732522

Package-Manager: Portage-2.3.99, Repoman-2.3.23
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-analyzer/cacti-spine/cacti-spine-1.2.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.2.13.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.2.13.ebuild
index a5c1da23c06..1b9fcf0b8e2 100644
--- a/net-analyzer/cacti-spine/cacti-spine-1.2.13.ebuild
+++ b/net-analyzer/cacti-spine/cacti-spine-1.2.13.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 sparc ~x86"
 IUSE="libressl"
 
 CDEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/

2020-07-14 Thread Jeroen Roovers
commit: e86246a81503d92e3d8bb47d2719f3cdf0a33a35
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Jul 14 06:10:21 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Jul 14 06:12:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e86246a8

net-analyzer/cacti-spine: Version 1.2.13

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Bug: https://bugs.gentoo.org/732522
Signed-off-by: Jeroen Roovers  gentoo.org>

 net-analyzer/cacti-spine/Manifest  |  1 +
 net-analyzer/cacti-spine/cacti-spine-1.2.13.ebuild | 51 ++
 2 files changed, 52 insertions(+)

diff --git a/net-analyzer/cacti-spine/Manifest 
b/net-analyzer/cacti-spine/Manifest
index da2307744b9..a680fad1da6 100644
--- a/net-analyzer/cacti-spine/Manifest
+++ b/net-analyzer/cacti-spine/Manifest
@@ -1 +1,2 @@
 DIST cacti-spine-1.2.12.tar.gz 107512 BLAKE2B 
1ced87c30d26d524ce9c98508cfee42dfccceac9e68662fbf31e257ebb8990bfd4935a735554ba3153f8382ada1fea86fb4712811857a09a49bec609a41aae5b
 SHA512 
382a456bc64f4bfd56db8e6fcc2e626d66d529bbb6bfa34210053e64f9b61ae1376c9a4870402e7ccb069c20f91a85dbf5b4ec72826a1f3d70f2e6900accc0c3
+DIST cacti-spine-1.2.13.tar.gz 107543 BLAKE2B 
e0de75688334d27604a76c00a09ac53587a1e57f45df925e30a1a88a5e0449df803dfad901328c65b55484bc9022bf81d53880f17d4bd4efd9214315f01f7e92
 SHA512 
86d44195847c7b3acb1f6aed2bd6a57f562645b20724560d6b4bf7962707be4eb2f5326731453937b64420b5d51b714aecbd8dbea58d95f29ef4341515df8b00

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.2.13.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.2.13.ebuild
new file mode 100644
index 000..a5c1da23c06
--- /dev/null
+++ b/net-analyzer/cacti-spine/cacti-spine-1.2.13.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit autotools
+
+MY_P=${PN}-${PV/_p/-}
+
+DESCRIPTION="Spine is a fast poller for Cacti (formerly known as Cactid)"
+HOMEPAGE="https://cacti.net/spine_info.php;
+SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="libressl"
+
+CDEPEND="
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   net-analyzer/net-snmp:=
+   dev-db/mysql-connector-c:0=
+"
+DEPEND="
+   ${CDEPEND}
+   sys-apps/help2man
+"
+RDEPEND="
+   ${CDEPEND}
+   >net-analyzer/cacti-0.8.8
+"
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.8.8g-net-snmp.patch
+)
+
+src_prepare() {
+   default
+
+   eautoreconf
+}
+
+src_install() {
+   dosbin spine
+
+   insinto /etc/
+   insopts -m0640 -o root
+   newins spine.conf{.dist,}
+
+   doman spine.1
+   dodoc CHANGELOG
+}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/files/, net-analyzer/cacti-spine/

2020-05-23 Thread Jeroen Roovers
commit: d7f0ab8d2a9ae1cb9eb5aab7342605295ed82677
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat May 23 18:21:43 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat May 23 18:22:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7f0ab8d

net-analyzer/cacti-spine: Update live ebuild

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Jeroen Roovers  gentoo.org>

 net-analyzer/cacti-spine/cacti-spine-9.ebuild|  3 +--
 net-analyzer/cacti-spine/files/cacti-spine-0.8.8d-ping.patch | 11 ---
 2 files changed, 1 insertion(+), 13 deletions(-)

diff --git a/net-analyzer/cacti-spine/cacti-spine-9.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-9.ebuild
index 3eacb02e847..34e6c184a65 100644
--- a/net-analyzer/cacti-spine/cacti-spine-9.ebuild
+++ b/net-analyzer/cacti-spine/cacti-spine-9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -30,7 +30,6 @@ RDEPEND="
>net-analyzer/cacti-0.8.8
 "
 PATCHES=(
-   "${FILESDIR}"/${PN}-0.8.8d-ping.patch
"${FILESDIR}"/${PN}-0.8.8g-net-snmp.patch
 )
 

diff --git a/net-analyzer/cacti-spine/files/cacti-spine-0.8.8d-ping.patch 
b/net-analyzer/cacti-spine/files/cacti-spine-0.8.8d-ping.patch
deleted file mode 100644
index 55dc8754c8d..000
--- a/net-analyzer/cacti-spine/files/cacti-spine-0.8.8d-ping.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 a/ping.c
-+++ b/ping.c
-@@ -913,7 +913,7 @@
-   struct hostent result;
- 
-   buf = malloc(len*sizeof(char));
--  memset(buf, 0, sizeof(buf));
-+  memset(buf, 0, len*sizeof(char));
- 
-   while (1) {
-   hostinfo = gethostbyname_r(hostname, , buf, len, 
_errno);



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/

2020-05-23 Thread Jeroen Roovers
commit: 25eaeff140fa40598a85f2a77a33a16ade8ec936
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat May 23 07:04:31 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat May 23 07:05:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25eaeff1

net-analyzer/cacti-spine: Old

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Jeroen Roovers  gentoo.org>

 net-analyzer/cacti-spine/Manifest  |  1 -
 net-analyzer/cacti-spine/cacti-spine-1.2.11.ebuild | 51 --
 2 files changed, 52 deletions(-)

diff --git a/net-analyzer/cacti-spine/Manifest 
b/net-analyzer/cacti-spine/Manifest
index 69b761171ea..da2307744b9 100644
--- a/net-analyzer/cacti-spine/Manifest
+++ b/net-analyzer/cacti-spine/Manifest
@@ -1,2 +1 @@
-DIST cacti-spine-1.2.11.tar.gz 107495 BLAKE2B 
faa2356e374f392565d3a1fed446527bd5be9cf63ec1b286e0e6069503b80fea9042d367f087f05ff5660a0fb647a2d2478c6f25a557b8aec821a151af2a7f02
 SHA512 
6c7dd2c4b35040cce58714e1b238b473d42465327cde469cb09c304d51fe74b0731ec4ed4d70321c092d6efd4eac6ab375140beb5d552fcf7ad4286713a4f22b
 DIST cacti-spine-1.2.12.tar.gz 107512 BLAKE2B 
1ced87c30d26d524ce9c98508cfee42dfccceac9e68662fbf31e257ebb8990bfd4935a735554ba3153f8382ada1fea86fb4712811857a09a49bec609a41aae5b
 SHA512 
382a456bc64f4bfd56db8e6fcc2e626d66d529bbb6bfa34210053e64f9b61ae1376c9a4870402e7ccb069c20f91a85dbf5b4ec72826a1f3d70f2e6900accc0c3

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.2.11.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.2.11.ebuild
deleted file mode 100644
index ac2422dded6..000
--- a/net-analyzer/cacti-spine/cacti-spine-1.2.11.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit autotools
-
-MY_P=${PN}-${PV/_p/-}
-
-DESCRIPTION="Spine is a fast poller for Cacti (formerly known as Cactid)"
-HOMEPAGE="https://cacti.net/spine_info.php;
-SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha amd64 hppa ~ppc ~ppc64 sparc x86"
-IUSE="libressl"
-
-CDEPEND="
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-   net-analyzer/net-snmp:=
-   dev-db/mysql-connector-c:0=
-"
-DEPEND="
-   ${CDEPEND}
-   sys-apps/help2man
-"
-RDEPEND="
-   ${CDEPEND}
-   >net-analyzer/cacti-0.8.8
-"
-PATCHES=(
-   "${FILESDIR}"/${PN}-0.8.8g-net-snmp.patch
-)
-
-src_prepare() {
-   default
-
-   eautoreconf
-}
-
-src_install() {
-   dosbin spine
-
-   insinto /etc/
-   insopts -m0640 -o root
-   newins spine.conf{.dist,}
-
-   doman spine.1
-   dodoc CHANGELOG
-}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/

2020-05-22 Thread Sergei Trofimovich
commit: b724fa6f8dbe5f08961e393fa9f38a95c70df844
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri May 22 14:02:42 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri May 22 16:56:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b724fa6f

net-analyzer/cacti-spine: stable 1.2.12 for sparc, bug #720918

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-analyzer/cacti-spine/cacti-spine-1.2.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.2.12.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.2.12.ebuild
index 8edb8f4afdc..c78a1998335 100644
--- a/net-analyzer/cacti-spine/cacti-spine-1.2.12.ebuild
+++ b/net-analyzer/cacti-spine/cacti-spine-1.2.12.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 sparc x86"
 IUSE="libressl"
 
 CDEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/

2020-05-21 Thread Agostino Sarubbo
commit: 10d94d68d86caa208422d1d167f84797c5b4d9ed
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu May 21 07:51:30 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu May 21 07:51:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10d94d68

net-analyzer/cacti-spine: amd64 stable wrt bug #720918

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-analyzer/cacti-spine/cacti-spine-1.2.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.2.12.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.2.12.ebuild
index a5c1da23c06..97acfaa5290 100644
--- a/net-analyzer/cacti-spine/cacti-spine-1.2.12.ebuild
+++ b/net-analyzer/cacti-spine/cacti-spine-1.2.12.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 IUSE="libressl"
 
 CDEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/

2020-05-03 Thread Jeroen Roovers
commit: d53ba500ec443481336ab1c3fa9ee5da74efc077
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun May  3 20:38:40 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun May  3 21:36:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d53ba500

net-analyzer/cacti-spine: Version 1.2.12

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Jeroen Roovers  gentoo.org>

 net-analyzer/cacti-spine/Manifest  |  1 +
 net-analyzer/cacti-spine/cacti-spine-1.2.12.ebuild | 51 ++
 2 files changed, 52 insertions(+)

diff --git a/net-analyzer/cacti-spine/Manifest 
b/net-analyzer/cacti-spine/Manifest
index 8efe327dc0d..69b761171ea 100644
--- a/net-analyzer/cacti-spine/Manifest
+++ b/net-analyzer/cacti-spine/Manifest
@@ -1 +1,2 @@
 DIST cacti-spine-1.2.11.tar.gz 107495 BLAKE2B 
faa2356e374f392565d3a1fed446527bd5be9cf63ec1b286e0e6069503b80fea9042d367f087f05ff5660a0fb647a2d2478c6f25a557b8aec821a151af2a7f02
 SHA512 
6c7dd2c4b35040cce58714e1b238b473d42465327cde469cb09c304d51fe74b0731ec4ed4d70321c092d6efd4eac6ab375140beb5d552fcf7ad4286713a4f22b
+DIST cacti-spine-1.2.12.tar.gz 107512 BLAKE2B 
1ced87c30d26d524ce9c98508cfee42dfccceac9e68662fbf31e257ebb8990bfd4935a735554ba3153f8382ada1fea86fb4712811857a09a49bec609a41aae5b
 SHA512 
382a456bc64f4bfd56db8e6fcc2e626d66d529bbb6bfa34210053e64f9b61ae1376c9a4870402e7ccb069c20f91a85dbf5b4ec72826a1f3d70f2e6900accc0c3

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.2.12.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.2.12.ebuild
new file mode 100644
index 000..a5c1da23c06
--- /dev/null
+++ b/net-analyzer/cacti-spine/cacti-spine-1.2.12.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit autotools
+
+MY_P=${PN}-${PV/_p/-}
+
+DESCRIPTION="Spine is a fast poller for Cacti (formerly known as Cactid)"
+HOMEPAGE="https://cacti.net/spine_info.php;
+SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="libressl"
+
+CDEPEND="
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   net-analyzer/net-snmp:=
+   dev-db/mysql-connector-c:0=
+"
+DEPEND="
+   ${CDEPEND}
+   sys-apps/help2man
+"
+RDEPEND="
+   ${CDEPEND}
+   >net-analyzer/cacti-0.8.8
+"
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.8.8g-net-snmp.patch
+)
+
+src_prepare() {
+   default
+
+   eautoreconf
+}
+
+src_install() {
+   dosbin spine
+
+   insinto /etc/
+   insopts -m0640 -o root
+   newins spine.conf{.dist,}
+
+   doman spine.1
+   dodoc CHANGELOG
+}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/

2020-04-09 Thread Jeroen Roovers
commit: cd322a03f7fff6a4dc98b1410ffe2a1f9933be72
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Apr  9 06:33:00 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Apr  9 06:33:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd322a03

net-analyzer/cacti-spine: Old

Package-Manager: Portage-2.3.97, Repoman-2.3.22
Signed-off-by: Jeroen Roovers  gentoo.org>

 net-analyzer/cacti-spine/Manifest  |  1 -
 net-analyzer/cacti-spine/cacti-spine-1.2.10.ebuild | 51 --
 2 files changed, 52 deletions(-)

diff --git a/net-analyzer/cacti-spine/Manifest 
b/net-analyzer/cacti-spine/Manifest
index fab16d246ef..8efe327dc0d 100644
--- a/net-analyzer/cacti-spine/Manifest
+++ b/net-analyzer/cacti-spine/Manifest
@@ -1,2 +1 @@
-DIST cacti-spine-1.2.10.tar.gz 106625 BLAKE2B 
8038fb4352b71d5885b07d2ca5af76c38369d2a904f1b669da31a82b0d25bcebf63c5facdb268ee5f4c6bc4bf4772f120bbf85101831cea9ac7d469ed93b27f9
 SHA512 
56e796a613037b49e54fa07654f337ac7522cb9ead81673f3e1dcd61b29d152b997a2f46a7c2b28409944ffd3ba3afa70d4867f2d0ff7f58525372bae41f1048
 DIST cacti-spine-1.2.11.tar.gz 107495 BLAKE2B 
faa2356e374f392565d3a1fed446527bd5be9cf63ec1b286e0e6069503b80fea9042d367f087f05ff5660a0fb647a2d2478c6f25a557b8aec821a151af2a7f02
 SHA512 
6c7dd2c4b35040cce58714e1b238b473d42465327cde469cb09c304d51fe74b0731ec4ed4d70321c092d6efd4eac6ab375140beb5d552fcf7ad4286713a4f22b

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.2.10.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.2.10.ebuild
deleted file mode 100644
index ac2422dded6..000
--- a/net-analyzer/cacti-spine/cacti-spine-1.2.10.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit autotools
-
-MY_P=${PN}-${PV/_p/-}
-
-DESCRIPTION="Spine is a fast poller for Cacti (formerly known as Cactid)"
-HOMEPAGE="https://cacti.net/spine_info.php;
-SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha amd64 hppa ~ppc ~ppc64 sparc x86"
-IUSE="libressl"
-
-CDEPEND="
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-   net-analyzer/net-snmp:=
-   dev-db/mysql-connector-c:0=
-"
-DEPEND="
-   ${CDEPEND}
-   sys-apps/help2man
-"
-RDEPEND="
-   ${CDEPEND}
-   >net-analyzer/cacti-0.8.8
-"
-PATCHES=(
-   "${FILESDIR}"/${PN}-0.8.8g-net-snmp.patch
-)
-
-src_prepare() {
-   default
-
-   eautoreconf
-}
-
-src_install() {
-   dosbin spine
-
-   insinto /etc/
-   insopts -m0640 -o root
-   newins spine.conf{.dist,}
-
-   doman spine.1
-   dodoc CHANGELOG
-}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/

2020-04-08 Thread Sergei Trofimovich
commit: e3443fb199b685e146a4d5a40692d8578d989efb
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Apr  8 18:49:19 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Apr  8 20:53:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3443fb1

net-analyzer/cacti-spine: stable 1.2.11 for hppa, bug #716406

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-analyzer/cacti-spine/cacti-spine-1.2.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.2.11.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.2.11.ebuild
index c78a1998335..ac2422dded6 100644
--- a/net-analyzer/cacti-spine/cacti-spine-1.2.11.ebuild
+++ b/net-analyzer/cacti-spine/cacti-spine-1.2.11.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 sparc x86"
+KEYWORDS="~alpha amd64 hppa ~ppc ~ppc64 sparc x86"
 IUSE="libressl"
 
 CDEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/

2020-04-08 Thread Agostino Sarubbo
commit: 79c84ad93ba2d6a5e2b106cedeb0936814504ba3
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Apr  8 09:54:05 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Apr  8 09:54:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79c84ad9

net-analyzer/cacti-spine: x86 stable wrt bug #716406

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-analyzer/cacti-spine/cacti-spine-1.2.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.2.11.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.2.11.ebuild
index 4227a6dca36..c78a1998335 100644
--- a/net-analyzer/cacti-spine/cacti-spine-1.2.11.ebuild
+++ b/net-analyzer/cacti-spine/cacti-spine-1.2.11.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 sparc x86"
 IUSE="libressl"
 
 CDEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/

2020-04-08 Thread Agostino Sarubbo
commit: 0bd3dd19f05947065817dd1a3f95007e910a5945
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Apr  8 09:53:03 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Apr  8 09:53:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bd3dd19

net-analyzer/cacti-spine: sparc stable wrt bug #716406

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-analyzer/cacti-spine/cacti-spine-1.2.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.2.11.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.2.11.ebuild
index 97acfaa5290..4227a6dca36 100644
--- a/net-analyzer/cacti-spine/cacti-spine-1.2.11.ebuild
+++ b/net-analyzer/cacti-spine/cacti-spine-1.2.11.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 sparc ~x86"
 IUSE="libressl"
 
 CDEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/

2020-04-07 Thread Agostino Sarubbo
commit: 8f01023d1ba778cc3a58626a498f69217afd87fb
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Apr  7 10:32:18 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Apr  7 10:32:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f01023d

net-analyzer/cacti-spine: amd64 stable wrt bug #716406

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-analyzer/cacti-spine/cacti-spine-1.2.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.2.11.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.2.11.ebuild
index a5c1da23c06..97acfaa5290 100644
--- a/net-analyzer/cacti-spine/cacti-spine-1.2.11.ebuild
+++ b/net-analyzer/cacti-spine/cacti-spine-1.2.11.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 IUSE="libressl"
 
 CDEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/

2020-04-06 Thread Jeroen Roovers
commit: d36614853c0f4dda3e12040598803c58aa0d35d7
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Apr  6 05:59:44 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Apr  6 06:00:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3661485

net-analyzer/cacti-spine: Version 1.2.11

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Jeroen Roovers  gentoo.org>

 net-analyzer/cacti-spine/Manifest  |  1 +
 net-analyzer/cacti-spine/cacti-spine-1.2.11.ebuild | 51 ++
 2 files changed, 52 insertions(+)

diff --git a/net-analyzer/cacti-spine/Manifest 
b/net-analyzer/cacti-spine/Manifest
index fe07bfec9ff..fab16d246ef 100644
--- a/net-analyzer/cacti-spine/Manifest
+++ b/net-analyzer/cacti-spine/Manifest
@@ -1 +1,2 @@
 DIST cacti-spine-1.2.10.tar.gz 106625 BLAKE2B 
8038fb4352b71d5885b07d2ca5af76c38369d2a904f1b669da31a82b0d25bcebf63c5facdb268ee5f4c6bc4bf4772f120bbf85101831cea9ac7d469ed93b27f9
 SHA512 
56e796a613037b49e54fa07654f337ac7522cb9ead81673f3e1dcd61b29d152b997a2f46a7c2b28409944ffd3ba3afa70d4867f2d0ff7f58525372bae41f1048
+DIST cacti-spine-1.2.11.tar.gz 107495 BLAKE2B 
faa2356e374f392565d3a1fed446527bd5be9cf63ec1b286e0e6069503b80fea9042d367f087f05ff5660a0fb647a2d2478c6f25a557b8aec821a151af2a7f02
 SHA512 
6c7dd2c4b35040cce58714e1b238b473d42465327cde469cb09c304d51fe74b0731ec4ed4d70321c092d6efd4eac6ab375140beb5d552fcf7ad4286713a4f22b

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.2.11.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.2.11.ebuild
new file mode 100644
index 000..a5c1da23c06
--- /dev/null
+++ b/net-analyzer/cacti-spine/cacti-spine-1.2.11.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit autotools
+
+MY_P=${PN}-${PV/_p/-}
+
+DESCRIPTION="Spine is a fast poller for Cacti (formerly known as Cactid)"
+HOMEPAGE="https://cacti.net/spine_info.php;
+SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="libressl"
+
+CDEPEND="
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   net-analyzer/net-snmp:=
+   dev-db/mysql-connector-c:0=
+"
+DEPEND="
+   ${CDEPEND}
+   sys-apps/help2man
+"
+RDEPEND="
+   ${CDEPEND}
+   >net-analyzer/cacti-0.8.8
+"
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.8.8g-net-snmp.patch
+)
+
+src_prepare() {
+   default
+
+   eautoreconf
+}
+
+src_install() {
+   dosbin spine
+
+   insinto /etc/
+   insopts -m0640 -o root
+   newins spine.conf{.dist,}
+
+   doman spine.1
+   dodoc CHANGELOG
+}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/

2020-03-31 Thread Jeroen Roovers
commit: 846089cc0697dba0241f919cb8a449e32fe74753
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Mar 31 10:35:02 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Mar 31 10:37:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=846089cc

net-analyzer/cacti-spine: Old

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Jeroen Roovers  gentoo.org>

 net-analyzer/cacti-spine/Manifest |  1 -
 net-analyzer/cacti-spine/cacti-spine-1.2.9.ebuild | 51 ---
 2 files changed, 52 deletions(-)

diff --git a/net-analyzer/cacti-spine/Manifest 
b/net-analyzer/cacti-spine/Manifest
index 5a6dd9407f6..fe07bfec9ff 100644
--- a/net-analyzer/cacti-spine/Manifest
+++ b/net-analyzer/cacti-spine/Manifest
@@ -1,2 +1 @@
 DIST cacti-spine-1.2.10.tar.gz 106625 BLAKE2B 
8038fb4352b71d5885b07d2ca5af76c38369d2a904f1b669da31a82b0d25bcebf63c5facdb268ee5f4c6bc4bf4772f120bbf85101831cea9ac7d469ed93b27f9
 SHA512 
56e796a613037b49e54fa07654f337ac7522cb9ead81673f3e1dcd61b29d152b997a2f46a7c2b28409944ffd3ba3afa70d4867f2d0ff7f58525372bae41f1048
-DIST cacti-spine-1.2.9.tar.gz 106572 BLAKE2B 
803d16b6708e4cc5fc5ea9a5cb49bfd535fea421a873ce9baf74e1de75597a5a4941a909219d729e291ff3201c0f9c2a8304381144d935778ef331779395c688
 SHA512 
668b25cb89fad331ae4bc726b797bbeade74c90500af348748a995be0de2f699264cd24e98ea709214453328058e1dba6399dca2074bb6ce71e0d4b434b9dee4

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.2.9.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.2.9.ebuild
deleted file mode 100644
index ac2422dded6..000
--- a/net-analyzer/cacti-spine/cacti-spine-1.2.9.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit autotools
-
-MY_P=${PN}-${PV/_p/-}
-
-DESCRIPTION="Spine is a fast poller for Cacti (formerly known as Cactid)"
-HOMEPAGE="https://cacti.net/spine_info.php;
-SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha amd64 hppa ~ppc ~ppc64 sparc x86"
-IUSE="libressl"
-
-CDEPEND="
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-   net-analyzer/net-snmp:=
-   dev-db/mysql-connector-c:0=
-"
-DEPEND="
-   ${CDEPEND}
-   sys-apps/help2man
-"
-RDEPEND="
-   ${CDEPEND}
-   >net-analyzer/cacti-0.8.8
-"
-PATCHES=(
-   "${FILESDIR}"/${PN}-0.8.8g-net-snmp.patch
-)
-
-src_prepare() {
-   default
-
-   eautoreconf
-}
-
-src_install() {
-   dosbin spine
-
-   insinto /etc/
-   insopts -m0640 -o root
-   newins spine.conf{.dist,}
-
-   doman spine.1
-   dodoc CHANGELOG
-}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/

2020-03-31 Thread Agostino Sarubbo
commit: d8666e84d2c10ab3552d9d149baf5c3e96e26f74
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Mar 31 07:22:27 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Mar 31 07:22:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8666e84

net-analyzer/cacti-spine: x86 stable wrt bug #715166

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-analyzer/cacti-spine/cacti-spine-1.2.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.2.10.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.2.10.ebuild
index 19f9b063169..ac2422dded6 100644
--- a/net-analyzer/cacti-spine/cacti-spine-1.2.10.ebuild
+++ b/net-analyzer/cacti-spine/cacti-spine-1.2.10.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 hppa ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="~alpha amd64 hppa ~ppc ~ppc64 sparc x86"
 IUSE="libressl"
 
 CDEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/

2020-03-31 Thread Agostino Sarubbo
commit: eb0c9e567e3a3d36350893a5eb95698e4f3f6876
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Mar 31 07:03:36 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Mar 31 07:03:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb0c9e56

net-analyzer/cacti-spine: amd64 stable wrt bug #715166

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-analyzer/cacti-spine/cacti-spine-1.2.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.2.10.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.2.10.ebuild
index ee4e50d53e9..19f9b063169 100644
--- a/net-analyzer/cacti-spine/cacti-spine-1.2.10.ebuild
+++ b/net-analyzer/cacti-spine/cacti-spine-1.2.10.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 hppa ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="~alpha amd64 hppa ~ppc ~ppc64 sparc ~x86"
 IUSE="libressl"
 
 CDEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/

2020-03-30 Thread Sergei Trofimovich
commit: 2fef840c986026d2bde19663752cf6426979cab8
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Mar 30 19:14:41 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar 30 20:50:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fef840c

net-analyzer/cacti-spine: stable 1.2.10 for hppa, bug #715166

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-analyzer/cacti-spine/cacti-spine-1.2.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.2.10.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.2.10.ebuild
index 1b9fcf0b8e2..ee4e50d53e9 100644
--- a/net-analyzer/cacti-spine/cacti-spine-1.2.10.ebuild
+++ b/net-analyzer/cacti-spine/cacti-spine-1.2.10.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="~alpha ~amd64 hppa ~ppc ~ppc64 sparc ~x86"
 IUSE="libressl"
 
 CDEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/

2020-03-30 Thread Agostino Sarubbo
commit: a62d586895173a4cb7f46d3968eb3c036a33b14a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Mar 30 13:40:12 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Mar 30 13:40:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a62d5868

net-analyzer/cacti-spine: sparc stable wrt bug #715166

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-analyzer/cacti-spine/cacti-spine-1.2.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.2.10.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.2.10.ebuild
index a5c1da23c06..1b9fcf0b8e2 100644
--- a/net-analyzer/cacti-spine/cacti-spine-1.2.10.ebuild
+++ b/net-analyzer/cacti-spine/cacti-spine-1.2.10.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 sparc ~x86"
 IUSE="libressl"
 
 CDEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/

2020-03-10 Thread Jeroen Roovers
commit: c59c3935ff8769fb9e109bba5471fca5e4fac9e5
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Mar  2 09:00:58 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Mar 10 08:22:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c59c3935

net-analyzer/cacti-spine: Version 1.2.10

Package-Manager: Portage-2.3.90, Repoman-2.3.20
Signed-off-by: Jeroen Roovers  gentoo.org>

 net-analyzer/cacti-spine/Manifest  |  1 +
 net-analyzer/cacti-spine/cacti-spine-1.2.10.ebuild | 51 ++
 2 files changed, 52 insertions(+)

diff --git a/net-analyzer/cacti-spine/Manifest 
b/net-analyzer/cacti-spine/Manifest
index 936e540866a..5a6dd9407f6 100644
--- a/net-analyzer/cacti-spine/Manifest
+++ b/net-analyzer/cacti-spine/Manifest
@@ -1 +1,2 @@
+DIST cacti-spine-1.2.10.tar.gz 106625 BLAKE2B 
8038fb4352b71d5885b07d2ca5af76c38369d2a904f1b669da31a82b0d25bcebf63c5facdb268ee5f4c6bc4bf4772f120bbf85101831cea9ac7d469ed93b27f9
 SHA512 
56e796a613037b49e54fa07654f337ac7522cb9ead81673f3e1dcd61b29d152b997a2f46a7c2b28409944ffd3ba3afa70d4867f2d0ff7f58525372bae41f1048
 DIST cacti-spine-1.2.9.tar.gz 106572 BLAKE2B 
803d16b6708e4cc5fc5ea9a5cb49bfd535fea421a873ce9baf74e1de75597a5a4941a909219d729e291ff3201c0f9c2a8304381144d935778ef331779395c688
 SHA512 
668b25cb89fad331ae4bc726b797bbeade74c90500af348748a995be0de2f699264cd24e98ea709214453328058e1dba6399dca2074bb6ce71e0d4b434b9dee4

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.2.10.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.2.10.ebuild
new file mode 100644
index 000..a5c1da23c06
--- /dev/null
+++ b/net-analyzer/cacti-spine/cacti-spine-1.2.10.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit autotools
+
+MY_P=${PN}-${PV/_p/-}
+
+DESCRIPTION="Spine is a fast poller for Cacti (formerly known as Cactid)"
+HOMEPAGE="https://cacti.net/spine_info.php;
+SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="libressl"
+
+CDEPEND="
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   net-analyzer/net-snmp:=
+   dev-db/mysql-connector-c:0=
+"
+DEPEND="
+   ${CDEPEND}
+   sys-apps/help2man
+"
+RDEPEND="
+   ${CDEPEND}
+   >net-analyzer/cacti-0.8.8
+"
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.8.8g-net-snmp.patch
+)
+
+src_prepare() {
+   default
+
+   eautoreconf
+}
+
+src_install() {
+   dosbin spine
+
+   insinto /etc/
+   insopts -m0640 -o root
+   newins spine.conf{.dist,}
+
+   doman spine.1
+   dodoc CHANGELOG
+}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/

2020-02-13 Thread Jeroen Roovers
commit: 657c24e8e1ff8667f7e3dba249b804aa55c4ade9
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Feb 13 10:28:46 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Feb 13 10:35:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=657c24e8

net-analyzer/cacti-spine: Stable for HPPA

Package-Manager: Portage-2.3.88, Repoman-2.3.20
Bug: https://bugs.gentoo.org/show_bug.cgi?id=708938
Signed-off-by: Jeroen Roovers  gentoo.org>

 net-analyzer/cacti-spine/cacti-spine-1.2.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.2.9.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.2.9.ebuild
index c78a1998335..ac2422dded6 100644
--- a/net-analyzer/cacti-spine/cacti-spine-1.2.9.ebuild
+++ b/net-analyzer/cacti-spine/cacti-spine-1.2.9.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 sparc x86"
+KEYWORDS="~alpha amd64 hppa ~ppc ~ppc64 sparc x86"
 IUSE="libressl"
 
 CDEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/

2020-02-13 Thread Jeroen Roovers
commit: ddd89a3987df99d3797ae3d4f03b9aeb4049ff62
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Feb 13 10:32:36 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Feb 13 10:35:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddd89a39

net-analyzer/cacti-spine: Old

Package-Manager: Portage-2.3.88, Repoman-2.3.20
Bug: https://bugs.gentoo.org/show_bug.cgi?id=708938
Signed-off-by: Jeroen Roovers  gentoo.org>

 net-analyzer/cacti-spine/Manifest |  1 -
 net-analyzer/cacti-spine/cacti-spine-1.2.8.ebuild | 52 ---
 2 files changed, 53 deletions(-)

diff --git a/net-analyzer/cacti-spine/Manifest 
b/net-analyzer/cacti-spine/Manifest
index fc71161be34..936e540866a 100644
--- a/net-analyzer/cacti-spine/Manifest
+++ b/net-analyzer/cacti-spine/Manifest
@@ -1,2 +1 @@
-DIST cacti-spine-1.2.8.tar.gz 106801 BLAKE2B 
813d4b6d4a4a632cc6d59c5c4eeeb37df78995ca5952e77204a9b5f8b599b34fe043b9f8c1ae81ad20600c08403ff06c04119db53bb03e37788fc11e5e39be6a
 SHA512 
7f9a90f5e41a8a72d0068321b119f5ed7768fd7939bf5a994627b2f199158440639e88d31da35444e28fb73f8dbb57c1012f01ae09d24f0478d8e75a21bb942a
 DIST cacti-spine-1.2.9.tar.gz 106572 BLAKE2B 
803d16b6708e4cc5fc5ea9a5cb49bfd535fea421a873ce9baf74e1de75597a5a4941a909219d729e291ff3201c0f9c2a8304381144d935778ef331779395c688
 SHA512 
668b25cb89fad331ae4bc726b797bbeade74c90500af348748a995be0de2f699264cd24e98ea709214453328058e1dba6399dca2074bb6ce71e0d4b434b9dee4

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.2.8.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.2.8.ebuild
deleted file mode 100644
index 3317303b0b2..000
--- a/net-analyzer/cacti-spine/cacti-spine-1.2.8.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit autotools
-
-MY_P=${PN}-${PV/_p/-}
-
-DESCRIPTION="Spine is a fast poller for Cacti (formerly known as Cactid)"
-HOMEPAGE="https://cacti.net/spine_info.php;
-SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha amd64 hppa ~ppc ~ppc64 sparc x86"
-IUSE="libressl"
-
-CDEPEND="
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-   net-analyzer/net-snmp:=
-   dev-db/mysql-connector-c:0=
-"
-DEPEND="
-   ${CDEPEND}
-   sys-apps/help2man
-"
-RDEPEND="
-   ${CDEPEND}
-   >net-analyzer/cacti-0.8.8
-"
-PATCHES=(
-   "${FILESDIR}"/${PN}-0.8.8d-ping.patch
-   "${FILESDIR}"/${PN}-0.8.8g-net-snmp.patch
-)
-
-src_prepare() {
-   default
-
-   eautoreconf
-}
-
-src_install() {
-   dosbin spine
-
-   insinto /etc/
-   insopts -m0640 -o root
-   newins spine.conf{.dist,}
-
-   doman spine.1
-   dodoc CHANGELOG
-}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/

2020-02-11 Thread Agostino Sarubbo
commit: 2bdd9874170c3a620a62720dd6cb390fd9744769
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Feb 11 11:08:23 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Feb 11 11:08:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bdd9874

net-analyzer/cacti-spine: amd64 stable wrt bug #708938

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-analyzer/cacti-spine/cacti-spine-1.2.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.2.9.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.2.9.ebuild
index c8ca4a48050..c78a1998335 100644
--- a/net-analyzer/cacti-spine/cacti-spine-1.2.9.ebuild
+++ b/net-analyzer/cacti-spine/cacti-spine-1.2.9.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 sparc x86"
 IUSE="libressl"
 
 CDEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/

2020-02-11 Thread Agostino Sarubbo
commit: 189a4773268aa064b49be596813bf9ac0127c3b3
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Feb 11 09:50:54 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Feb 11 09:50:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=189a4773

net-analyzer/cacti-spine: x86 stable wrt bug #708938

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-analyzer/cacti-spine/cacti-spine-1.2.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.2.9.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.2.9.ebuild
index 1b9fcf0b8e2..c8ca4a48050 100644
--- a/net-analyzer/cacti-spine/cacti-spine-1.2.9.ebuild
+++ b/net-analyzer/cacti-spine/cacti-spine-1.2.9.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 sparc x86"
 IUSE="libressl"
 
 CDEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/

2020-02-11 Thread Agostino Sarubbo
commit: fccfd6391b8e4a767a39f586b4f47aca96553018
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Feb 11 09:42:59 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Feb 11 09:42:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fccfd639

net-analyzer/cacti-spine: sparc stable wrt bug #708938

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-analyzer/cacti-spine/cacti-spine-1.2.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.2.9.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.2.9.ebuild
index a5c1da23c06..1b9fcf0b8e2 100644
--- a/net-analyzer/cacti-spine/cacti-spine-1.2.9.ebuild
+++ b/net-analyzer/cacti-spine/cacti-spine-1.2.9.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 sparc ~x86"
 IUSE="libressl"
 
 CDEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/

2020-02-10 Thread Jeroen Roovers
commit: a8ba22b553dd700917754eb5639e363f4db0ef45
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Feb 10 08:33:22 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Feb 10 08:38:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8ba22b5

net-analyzer/cacti-spine: Version 1.2.9

Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: Jeroen Roovers  gentoo.org>

 net-analyzer/cacti-spine/Manifest |  1 +
 net-analyzer/cacti-spine/cacti-spine-1.2.9.ebuild | 51 +++
 2 files changed, 52 insertions(+)

diff --git a/net-analyzer/cacti-spine/Manifest 
b/net-analyzer/cacti-spine/Manifest
index 9cc03813bf6..fc71161be34 100644
--- a/net-analyzer/cacti-spine/Manifest
+++ b/net-analyzer/cacti-spine/Manifest
@@ -1 +1,2 @@
 DIST cacti-spine-1.2.8.tar.gz 106801 BLAKE2B 
813d4b6d4a4a632cc6d59c5c4eeeb37df78995ca5952e77204a9b5f8b599b34fe043b9f8c1ae81ad20600c08403ff06c04119db53bb03e37788fc11e5e39be6a
 SHA512 
7f9a90f5e41a8a72d0068321b119f5ed7768fd7939bf5a994627b2f199158440639e88d31da35444e28fb73f8dbb57c1012f01ae09d24f0478d8e75a21bb942a
+DIST cacti-spine-1.2.9.tar.gz 106572 BLAKE2B 
803d16b6708e4cc5fc5ea9a5cb49bfd535fea421a873ce9baf74e1de75597a5a4941a909219d729e291ff3201c0f9c2a8304381144d935778ef331779395c688
 SHA512 
668b25cb89fad331ae4bc726b797bbeade74c90500af348748a995be0de2f699264cd24e98ea709214453328058e1dba6399dca2074bb6ce71e0d4b434b9dee4

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.2.9.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.2.9.ebuild
new file mode 100644
index 000..a5c1da23c06
--- /dev/null
+++ b/net-analyzer/cacti-spine/cacti-spine-1.2.9.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit autotools
+
+MY_P=${PN}-${PV/_p/-}
+
+DESCRIPTION="Spine is a fast poller for Cacti (formerly known as Cactid)"
+HOMEPAGE="https://cacti.net/spine_info.php;
+SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="libressl"
+
+CDEPEND="
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   net-analyzer/net-snmp:=
+   dev-db/mysql-connector-c:0=
+"
+DEPEND="
+   ${CDEPEND}
+   sys-apps/help2man
+"
+RDEPEND="
+   ${CDEPEND}
+   >net-analyzer/cacti-0.8.8
+"
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.8.8g-net-snmp.patch
+)
+
+src_prepare() {
+   default
+
+   eautoreconf
+}
+
+src_install() {
+   dosbin spine
+
+   insinto /etc/
+   insopts -m0640 -o root
+   newins spine.conf{.dist,}
+
+   doman spine.1
+   dodoc CHANGELOG
+}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/files/

2019-12-14 Thread Jeroen Roovers
commit: 95c2469521282b6359efed1ca4edb959c7dcbbd7
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Dec 14 09:47:27 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Dec 14 09:48:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95c24695

net-analyzer/cacti-spine: Update patch

Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Jeroen Roovers  gentoo.org>

 net-analyzer/cacti-spine/files/cacti-spine-0.8.8d-ping.patch | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-analyzer/cacti-spine/files/cacti-spine-0.8.8d-ping.patch 
b/net-analyzer/cacti-spine/files/cacti-spine-0.8.8d-ping.patch
index 0d94674ce5a..55dc8754c8d 100644
--- a/net-analyzer/cacti-spine/files/cacti-spine-0.8.8d-ping.patch
+++ b/net-analyzer/cacti-spine/files/cacti-spine-0.8.8d-ping.patch
@@ -1,11 +1,11 @@
 --- a/ping.c
 +++ b/ping.c
-@@ -813,7 +813,7 @@
-   intrv;
+@@ -913,7 +913,7 @@
+   struct hostent result;
  
buf = malloc(len*sizeof(char));
 -  memset(buf, 0, sizeof(buf));
 +  memset(buf, 0, len*sizeof(char));
  
while (1) {
-   rv = gethostbyname_r(hostname, _buf, buf, len,
+   hostinfo = gethostbyname_r(hostname, , buf, len, 
_errno);



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/

2019-12-14 Thread Jeroen Roovers
commit: 10a2b5ab347227cb40cf35f72a9cf5fd8ab290ce
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Dec 14 09:35:37 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Dec 14 09:37:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10a2b5ab

net-analyzer/cacti-spine: Old

Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Jeroen Roovers  gentoo.org>

 net-analyzer/cacti-spine/Manifest  |  3 --
 .../cacti-spine/cacti-spine-1.1.38-r2.ebuild   | 47 ---
 net-analyzer/cacti-spine/cacti-spine-1.2.6.ebuild  | 52 --
 net-analyzer/cacti-spine/cacti-spine-1.2.7.ebuild  | 52 --
 4 files changed, 154 deletions(-)

diff --git a/net-analyzer/cacti-spine/Manifest 
b/net-analyzer/cacti-spine/Manifest
index bcf4e105dfe..9cc03813bf6 100644
--- a/net-analyzer/cacti-spine/Manifest
+++ b/net-analyzer/cacti-spine/Manifest
@@ -1,4 +1 @@
-DIST cacti-spine-1.1.38.tar.gz 805437 BLAKE2B 
32d934f54e00d83e9807dd194a7cacf8d5526c8e5b84c44ffad201c07edcb117f862266843552299fe04cc780575b9b2dc7129a106a20bd709cb82844ade7812
 SHA512 
5409a690e89fcc74e1e87e34e1918cab27d1243825955eb8256a92f8e9658f312345c66b338a4a07a0e38c94e3275131cb4e58fb70e7b59837c0e6c47746e45e
-DIST cacti-spine-1.2.6.tar.gz 106592 BLAKE2B 
4c7f92e1c1e6061689a5a18cc73326e38b1ed275d443069bf5bb6ad0edb9429b4946096db650d9af73b11ec51f1bc8728420a5084847b4d468b1e13341655ea3
 SHA512 
6659a3694c38704e266efda40893ed8e1bc1c52f3ae93a66ad219043408dd77bfdbde55191982ed3cebdffce1f49faf3e487fb926c680ea9b1c6dd379e1b53fc
-DIST cacti-spine-1.2.7.tar.gz 106764 BLAKE2B 
3c880c5e7e736d6d3acf3dbd5aeba13ed457d92541616ff8ddd2e88182a93c6c46ecc7c4c2d5f16784c91cdef823febf8fffac4a7ff92cf7ee11f1fda129956f
 SHA512 
9877d4bb4d17728c714add8d5b6e974a2d92115753bfc1b2737e2d435072138169d9e2486eddc9e25048a4a72767baeb64a5479f738c4d3e57d8f362c8e3f48e
 DIST cacti-spine-1.2.8.tar.gz 106801 BLAKE2B 
813d4b6d4a4a632cc6d59c5c4eeeb37df78995ca5952e77204a9b5f8b599b34fe043b9f8c1ae81ad20600c08403ff06c04119db53bb03e37788fc11e5e39be6a
 SHA512 
7f9a90f5e41a8a72d0068321b119f5ed7768fd7939bf5a994627b2f199158440639e88d31da35444e28fb73f8dbb57c1012f01ae09d24f0478d8e75a21bb942a

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.1.38-r2.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.1.38-r2.ebuild
deleted file mode 100644
index 3a835f786dd..000
--- a/net-analyzer/cacti-spine/cacti-spine-1.1.38-r2.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools
-
-MY_P=${PN}-${PV/_p/-}
-
-DESCRIPTION="Spine is a fast poller for Cacti (formerly known as Cactid)"
-HOMEPAGE="https://cacti.net/spine_info.php;
-SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha amd64 hppa ~ppc ~ppc64 sparc x86"
-
-CDEPEND="
-   dev-libs/openssl:0=
-   net-analyzer/net-snmp:=
-   dev-db/mysql-connector-c:0=
-"
-DEPEND="
-   ${CDEPEND}
-   sys-apps/help2man
-"
-RDEPEND="
-   ${CDEPEND}
-   >net-analyzer/cacti-0.8.8
-"
-PATCHES=(
-   "${FILESDIR}"/${PN}-0.8.8d-ping.patch
-   "${FILESDIR}"/${PN}-0.8.8g-net-snmp.patch
-)
-
-src_prepare() {
-   default
-
-   AT_M4DIR="config" eautoreconf
-}
-
-src_install() {
-   dosbin spine
-   insinto /etc/
-   insopts -m0640 -o root
-   newins spine.conf{.dist,}
-   dodoc ChangeLog
-}

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.2.6.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.2.6.ebuild
deleted file mode 100644
index 8ca6122419f..000
--- a/net-analyzer/cacti-spine/cacti-spine-1.2.6.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit autotools
-
-MY_P=${PN}-${PV/_p/-}
-
-DESCRIPTION="Spine is a fast poller for Cacti (formerly known as Cactid)"
-HOMEPAGE="https://cacti.net/spine_info.php;
-SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE="libressl"
-
-CDEPEND="
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-   net-analyzer/net-snmp:=
-   dev-db/mysql-connector-c:0=
-"
-DEPEND="
-   ${CDEPEND}
-   sys-apps/help2man
-"
-RDEPEND="
-   ${CDEPEND}
-   >net-analyzer/cacti-0.8.8
-"
-PATCHES=(
-   "${FILESDIR}"/${PN}-0.8.8d-ping.patch
-   "${FILESDIR}"/${PN}-0.8.8g-net-snmp.patch
-)
-
-src_prepare() {
-   default
-
-   eautoreconf
-}
-
-src_install() {
-   dosbin spine
-
-   insinto /etc/
-   insopts -m0640 -o root
-   newins spine.conf{.dist,}
-
-   doman spine.1
-   dodoc CHANGELOG
-}

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.2.7.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.2.7.ebuild
deleted file mode 

[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/files/

2019-12-14 Thread Jeroen Roovers
commit: c99cad31bf7d7c6a0fade259ce45c8f84fd4ab6f
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Dec 14 09:27:50 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Dec 14 09:37:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c99cad31

net-analyzer/cacti-spine: Drop obsolete patch

Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Jeroen Roovers  gentoo.org>

 .../cacti-spine/files/cacti-spine-1.2.5-my_bool.patch | 11 ---
 1 file changed, 11 deletions(-)

diff --git a/net-analyzer/cacti-spine/files/cacti-spine-1.2.5-my_bool.patch 
b/net-analyzer/cacti-spine/files/cacti-spine-1.2.5-my_bool.patch
deleted file mode 100644
index d9554bfa38c..000
--- a/net-analyzer/cacti-spine/files/cacti-spine-1.2.5-my_bool.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 a/sql.c
-+++ b/sql.c
-@@ -229,7 +229,7 @@ void db_connect(int type, MYSQL *mysql) {
-   timeout = 5;
-   rtimeout = 10;
-   wtimeout = 20;
--  my_bool reconnect = 1;
-+  _Bool reconnect = 1;
- 
-   mysql_init(mysql);
- 



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/

2019-12-14 Thread Jeroen Roovers
commit: 761dd767b9a05c8e73d60868fd7c506bdc266182
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Dec 14 09:33:54 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Dec 14 09:37:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=761dd767

net-analyzer/cacti-spine: Stable for hppa too

Package-Manager: Portage-2.3.81, Repoman-2.3.20
RepoMan-Options: --ignore-arches
Signed-off-by: Jeroen Roovers  gentoo.org>

 net-analyzer/cacti-spine/cacti-spine-1.2.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.2.8.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.2.8.ebuild
index 63f1c540c52..3317303b0b2 100644
--- a/net-analyzer/cacti-spine/cacti-spine-1.2.8.ebuild
+++ b/net-analyzer/cacti-spine/cacti-spine-1.2.8.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 sparc x86"
+KEYWORDS="~alpha amd64 hppa ~ppc ~ppc64 sparc x86"
 IUSE="libressl"
 
 CDEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/

2019-12-12 Thread Thomas Deutschmann
commit: 19dcc36bf1a335a5e83b158d0f51128a64269bce
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Dec 12 23:34:36 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Dec 13 00:04:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19dcc36b

net-analyzer/cacti-spine: x86 stable (bug #702312)

Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Thomas Deutschmann  gentoo.org>

 net-analyzer/cacti-spine/cacti-spine-1.2.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.2.8.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.2.8.ebuild
index 3dce5503b74..63f1c540c52 100644
--- a/net-analyzer/cacti-spine/cacti-spine-1.2.8.ebuild
+++ b/net-analyzer/cacti-spine/cacti-spine-1.2.8.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 sparc x86"
 IUSE="libressl"
 
 CDEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/

2019-12-11 Thread Agostino Sarubbo
commit: 11122f53723df85ecaf843aedd8319f9e02ed6f8
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Dec 11 10:47:02 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Dec 11 10:47:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11122f53

net-analyzer/cacti-spine: amd64 stable wrt bug #702312

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-analyzer/cacti-spine/cacti-spine-1.2.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.2.8.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.2.8.ebuild
index e47c62141b7..3dce5503b74 100644
--- a/net-analyzer/cacti-spine/cacti-spine-1.2.8.ebuild
+++ b/net-analyzer/cacti-spine/cacti-spine-1.2.8.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 sparc ~x86"
 IUSE="libressl"
 
 CDEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/

2019-12-10 Thread Agostino Sarubbo
commit: 6d99e376c8f3fba3da23757ede8da3d4a578814d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Dec 10 10:32:59 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Dec 10 10:32:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d99e376

net-analyzer/cacti-spine: sparc stable wrt bug #702312

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-analyzer/cacti-spine/cacti-spine-1.2.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.2.8.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.2.8.ebuild
index 8ca6122419f..e47c62141b7 100644
--- a/net-analyzer/cacti-spine/cacti-spine-1.2.8.ebuild
+++ b/net-analyzer/cacti-spine/cacti-spine-1.2.8.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 sparc ~x86"
 IUSE="libressl"
 
 CDEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/

2019-12-10 Thread Jeroen Roovers
commit: efef86609255871ca9573c7c48e0410633ad4910
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Dec 10 09:02:46 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Dec 10 09:03:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efef8660

net-analyzer/cacti-spine: Fix Manifest for re-uploaded tarball

Package-Manager: Portage-2.3.81, Repoman-2.3.20
Bug: https://bugs.gentoo.org/show_bug.cgi?id=702312
Signed-off-by: Jeroen Roovers  gentoo.org>

 net-analyzer/cacti-spine/Manifest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/cacti-spine/Manifest 
b/net-analyzer/cacti-spine/Manifest
index 19b21a2440d..bcf4e105dfe 100644
--- a/net-analyzer/cacti-spine/Manifest
+++ b/net-analyzer/cacti-spine/Manifest
@@ -1,4 +1,4 @@
 DIST cacti-spine-1.1.38.tar.gz 805437 BLAKE2B 
32d934f54e00d83e9807dd194a7cacf8d5526c8e5b84c44ffad201c07edcb117f862266843552299fe04cc780575b9b2dc7129a106a20bd709cb82844ade7812
 SHA512 
5409a690e89fcc74e1e87e34e1918cab27d1243825955eb8256a92f8e9658f312345c66b338a4a07a0e38c94e3275131cb4e58fb70e7b59837c0e6c47746e45e
 DIST cacti-spine-1.2.6.tar.gz 106592 BLAKE2B 
4c7f92e1c1e6061689a5a18cc73326e38b1ed275d443069bf5bb6ad0edb9429b4946096db650d9af73b11ec51f1bc8728420a5084847b4d468b1e13341655ea3
 SHA512 
6659a3694c38704e266efda40893ed8e1bc1c52f3ae93a66ad219043408dd77bfdbde55191982ed3cebdffce1f49faf3e487fb926c680ea9b1c6dd379e1b53fc
 DIST cacti-spine-1.2.7.tar.gz 106764 BLAKE2B 
3c880c5e7e736d6d3acf3dbd5aeba13ed457d92541616ff8ddd2e88182a93c6c46ecc7c4c2d5f16784c91cdef823febf8fffac4a7ff92cf7ee11f1fda129956f
 SHA512 
9877d4bb4d17728c714add8d5b6e974a2d92115753bfc1b2737e2d435072138169d9e2486eddc9e25048a4a72767baeb64a5479f738c4d3e57d8f362c8e3f48e
-DIST cacti-spine-1.2.8.tar.gz 106799 BLAKE2B 
480e2b74535696410298cdf6d7ca88d3724a6fead76542942d48c6f3cf0cd659eca07c5e12ddc62b67b37ae76cde62a52d2c436e8f81cfcfb4b072b4098d3d8e
 SHA512 
2e174175ab4dc94089896bef49e30c7f51a84e48a402b7c43a5f794f8e37d23083065f521f91baafa51c844a7ff7494dd087384ff7c57893708f00f6f9d1eb15
+DIST cacti-spine-1.2.8.tar.gz 106801 BLAKE2B 
813d4b6d4a4a632cc6d59c5c4eeeb37df78995ca5952e77204a9b5f8b599b34fe043b9f8c1ae81ad20600c08403ff06c04119db53bb03e37788fc11e5e39be6a
 SHA512 
7f9a90f5e41a8a72d0068321b119f5ed7768fd7939bf5a994627b2f199158440639e88d31da35444e28fb73f8dbb57c1012f01ae09d24f0478d8e75a21bb942a



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/

2019-12-08 Thread Jeroen Roovers
commit: 7d0638cac362dc66f43ada298157dadbd6748be5
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Dec  8 23:33:53 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Dec  8 23:37:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d0638ca

net-analyzer/cacti-spine: Version 1.2.8

Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Jeroen Roovers  gentoo.org>

 net-analyzer/cacti-spine/Manifest |  1 +
 net-analyzer/cacti-spine/cacti-spine-1.2.8.ebuild | 52 +++
 2 files changed, 53 insertions(+)

diff --git a/net-analyzer/cacti-spine/Manifest 
b/net-analyzer/cacti-spine/Manifest
index a3b4b47a055..19b21a2440d 100644
--- a/net-analyzer/cacti-spine/Manifest
+++ b/net-analyzer/cacti-spine/Manifest
@@ -1,3 +1,4 @@
 DIST cacti-spine-1.1.38.tar.gz 805437 BLAKE2B 
32d934f54e00d83e9807dd194a7cacf8d5526c8e5b84c44ffad201c07edcb117f862266843552299fe04cc780575b9b2dc7129a106a20bd709cb82844ade7812
 SHA512 
5409a690e89fcc74e1e87e34e1918cab27d1243825955eb8256a92f8e9658f312345c66b338a4a07a0e38c94e3275131cb4e58fb70e7b59837c0e6c47746e45e
 DIST cacti-spine-1.2.6.tar.gz 106592 BLAKE2B 
4c7f92e1c1e6061689a5a18cc73326e38b1ed275d443069bf5bb6ad0edb9429b4946096db650d9af73b11ec51f1bc8728420a5084847b4d468b1e13341655ea3
 SHA512 
6659a3694c38704e266efda40893ed8e1bc1c52f3ae93a66ad219043408dd77bfdbde55191982ed3cebdffce1f49faf3e487fb926c680ea9b1c6dd379e1b53fc
 DIST cacti-spine-1.2.7.tar.gz 106764 BLAKE2B 
3c880c5e7e736d6d3acf3dbd5aeba13ed457d92541616ff8ddd2e88182a93c6c46ecc7c4c2d5f16784c91cdef823febf8fffac4a7ff92cf7ee11f1fda129956f
 SHA512 
9877d4bb4d17728c714add8d5b6e974a2d92115753bfc1b2737e2d435072138169d9e2486eddc9e25048a4a72767baeb64a5479f738c4d3e57d8f362c8e3f48e
+DIST cacti-spine-1.2.8.tar.gz 106799 BLAKE2B 
480e2b74535696410298cdf6d7ca88d3724a6fead76542942d48c6f3cf0cd659eca07c5e12ddc62b67b37ae76cde62a52d2c436e8f81cfcfb4b072b4098d3d8e
 SHA512 
2e174175ab4dc94089896bef49e30c7f51a84e48a402b7c43a5f794f8e37d23083065f521f91baafa51c844a7ff7494dd087384ff7c57893708f00f6f9d1eb15

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.2.8.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.2.8.ebuild
new file mode 100644
index 000..8ca6122419f
--- /dev/null
+++ b/net-analyzer/cacti-spine/cacti-spine-1.2.8.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit autotools
+
+MY_P=${PN}-${PV/_p/-}
+
+DESCRIPTION="Spine is a fast poller for Cacti (formerly known as Cactid)"
+HOMEPAGE="https://cacti.net/spine_info.php;
+SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="libressl"
+
+CDEPEND="
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   net-analyzer/net-snmp:=
+   dev-db/mysql-connector-c:0=
+"
+DEPEND="
+   ${CDEPEND}
+   sys-apps/help2man
+"
+RDEPEND="
+   ${CDEPEND}
+   >net-analyzer/cacti-0.8.8
+"
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.8.8d-ping.patch
+   "${FILESDIR}"/${PN}-0.8.8g-net-snmp.patch
+)
+
+src_prepare() {
+   default
+
+   eautoreconf
+}
+
+src_install() {
+   dosbin spine
+
+   insinto /etc/
+   insopts -m0640 -o root
+   newins spine.conf{.dist,}
+
+   doman spine.1
+   dodoc CHANGELOG
+}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/

2019-10-13 Thread Matt Turner
commit: 12e0b5d63a4ef1a40c038f9d6b036766f490
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Oct 13 18:34:11 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Oct 13 19:01:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12e0b5d6

net-analyzer/cacti-spine: Drop to ~alpha

Signed-off-by: Matt Turner  gentoo.org>

 net-analyzer/cacti-spine/cacti-spine-1.1.38-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.1.38-r2.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.1.38-r2.ebuild
index 23a8cb6b9a4..3a835f786dd 100644
--- a/net-analyzer/cacti-spine/cacti-spine-1.1.38-r2.ebuild
+++ b/net-analyzer/cacti-spine/cacti-spine-1.1.38-r2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 hppa ~ppc ~ppc64 sparc x86"
+KEYWORDS="~alpha amd64 hppa ~ppc ~ppc64 sparc x86"
 
 CDEPEND="
dev-libs/openssl:0=



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/

2019-09-29 Thread Jeroen Roovers
commit: 3eb9bbd96c7aca96a016102e041d3cdecac7ae67
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Sep 29 19:37:17 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Sep 29 19:41:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3eb9bbd9

net-analyzer/cacti-spine: Old

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Jeroen Roovers  gentoo.org>

 net-analyzer/cacti-spine/Manifest  |  1 -
 .../cacti-spine/cacti-spine-1.2.5-r1.ebuild| 53 --
 2 files changed, 54 deletions(-)

diff --git a/net-analyzer/cacti-spine/Manifest 
b/net-analyzer/cacti-spine/Manifest
index a6fd007c258..a3b4b47a055 100644
--- a/net-analyzer/cacti-spine/Manifest
+++ b/net-analyzer/cacti-spine/Manifest
@@ -1,4 +1,3 @@
 DIST cacti-spine-1.1.38.tar.gz 805437 BLAKE2B 
32d934f54e00d83e9807dd194a7cacf8d5526c8e5b84c44ffad201c07edcb117f862266843552299fe04cc780575b9b2dc7129a106a20bd709cb82844ade7812
 SHA512 
5409a690e89fcc74e1e87e34e1918cab27d1243825955eb8256a92f8e9658f312345c66b338a4a07a0e38c94e3275131cb4e58fb70e7b59837c0e6c47746e45e
-DIST cacti-spine-1.2.5.tar.gz 105494 BLAKE2B 
1bd2f33cee841fb7b05a1a32d3d0d2824c36ccdc69fbf52c48cfe2d7bdbface4c1925261c8643c19addde90346c5ecdee547d8014705dc34800f59eab6ac248c
 SHA512 
5bbf5f68e0d3477d43afee57bc86bfeb61a3ddaa18f7c0e5e0c2413bde6646bcd662d93e4c124daa6eaef5bca5843fb359b733c5189d9f43a34a14fba7f03682
 DIST cacti-spine-1.2.6.tar.gz 106592 BLAKE2B 
4c7f92e1c1e6061689a5a18cc73326e38b1ed275d443069bf5bb6ad0edb9429b4946096db650d9af73b11ec51f1bc8728420a5084847b4d468b1e13341655ea3
 SHA512 
6659a3694c38704e266efda40893ed8e1bc1c52f3ae93a66ad219043408dd77bfdbde55191982ed3cebdffce1f49faf3e487fb926c680ea9b1c6dd379e1b53fc
 DIST cacti-spine-1.2.7.tar.gz 106764 BLAKE2B 
3c880c5e7e736d6d3acf3dbd5aeba13ed457d92541616ff8ddd2e88182a93c6c46ecc7c4c2d5f16784c91cdef823febf8fffac4a7ff92cf7ee11f1fda129956f
 SHA512 
9877d4bb4d17728c714add8d5b6e974a2d92115753bfc1b2737e2d435072138169d9e2486eddc9e25048a4a72767baeb64a5479f738c4d3e57d8f362c8e3f48e

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.2.5-r1.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.2.5-r1.ebuild
deleted file mode 100644
index 752dc560a7c..000
--- a/net-analyzer/cacti-spine/cacti-spine-1.2.5-r1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit autotools
-
-MY_P=${PN}-${PV/_p/-}
-
-DESCRIPTION="Spine is a fast poller for Cacti (formerly known as Cactid)"
-HOMEPAGE="https://cacti.net/spine_info.php;
-SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE="libressl"
-
-CDEPEND="
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-   net-analyzer/net-snmp:=
-   dev-db/mysql-connector-c:0=
-"
-DEPEND="
-   ${CDEPEND}
-   sys-apps/help2man
-"
-RDEPEND="
-   ${CDEPEND}
-   >net-analyzer/cacti-0.8.8
-"
-PATCHES=(
-   "${FILESDIR}"/${PN}-0.8.8d-ping.patch
-   "${FILESDIR}"/${PN}-0.8.8g-net-snmp.patch
-   "${FILESDIR}"/${PN}-1.2.5-my_bool.patch
-)
-
-src_prepare() {
-   default
-
-   eautoreconf
-}
-
-src_install() {
-   dosbin spine
-
-   insinto /etc/
-   insopts -m0640 -o root
-   newins spine.conf{.dist,}
-
-   doman spine.1
-   dodoc CHANGELOG
-}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/

2019-09-29 Thread Jeroen Roovers
commit: 9f2a5b8795667e6f05b554ebd904cbd20b3b31d7
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Sep 29 19:36:06 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Sep 29 19:41:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f2a5b87

net-analyzer/cacti-spine: Version 1.2.7

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Jeroen Roovers  gentoo.org>

 net-analyzer/cacti-spine/Manifest |  1 +
 net-analyzer/cacti-spine/cacti-spine-1.2.7.ebuild | 52 +++
 2 files changed, 53 insertions(+)

diff --git a/net-analyzer/cacti-spine/Manifest 
b/net-analyzer/cacti-spine/Manifest
index 7619c5d727d..a6fd007c258 100644
--- a/net-analyzer/cacti-spine/Manifest
+++ b/net-analyzer/cacti-spine/Manifest
@@ -1,3 +1,4 @@
 DIST cacti-spine-1.1.38.tar.gz 805437 BLAKE2B 
32d934f54e00d83e9807dd194a7cacf8d5526c8e5b84c44ffad201c07edcb117f862266843552299fe04cc780575b9b2dc7129a106a20bd709cb82844ade7812
 SHA512 
5409a690e89fcc74e1e87e34e1918cab27d1243825955eb8256a92f8e9658f312345c66b338a4a07a0e38c94e3275131cb4e58fb70e7b59837c0e6c47746e45e
 DIST cacti-spine-1.2.5.tar.gz 105494 BLAKE2B 
1bd2f33cee841fb7b05a1a32d3d0d2824c36ccdc69fbf52c48cfe2d7bdbface4c1925261c8643c19addde90346c5ecdee547d8014705dc34800f59eab6ac248c
 SHA512 
5bbf5f68e0d3477d43afee57bc86bfeb61a3ddaa18f7c0e5e0c2413bde6646bcd662d93e4c124daa6eaef5bca5843fb359b733c5189d9f43a34a14fba7f03682
 DIST cacti-spine-1.2.6.tar.gz 106592 BLAKE2B 
4c7f92e1c1e6061689a5a18cc73326e38b1ed275d443069bf5bb6ad0edb9429b4946096db650d9af73b11ec51f1bc8728420a5084847b4d468b1e13341655ea3
 SHA512 
6659a3694c38704e266efda40893ed8e1bc1c52f3ae93a66ad219043408dd77bfdbde55191982ed3cebdffce1f49faf3e487fb926c680ea9b1c6dd379e1b53fc
+DIST cacti-spine-1.2.7.tar.gz 106764 BLAKE2B 
3c880c5e7e736d6d3acf3dbd5aeba13ed457d92541616ff8ddd2e88182a93c6c46ecc7c4c2d5f16784c91cdef823febf8fffac4a7ff92cf7ee11f1fda129956f
 SHA512 
9877d4bb4d17728c714add8d5b6e974a2d92115753bfc1b2737e2d435072138169d9e2486eddc9e25048a4a72767baeb64a5479f738c4d3e57d8f362c8e3f48e

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.2.7.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.2.7.ebuild
new file mode 100644
index 000..8ca6122419f
--- /dev/null
+++ b/net-analyzer/cacti-spine/cacti-spine-1.2.7.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit autotools
+
+MY_P=${PN}-${PV/_p/-}
+
+DESCRIPTION="Spine is a fast poller for Cacti (formerly known as Cactid)"
+HOMEPAGE="https://cacti.net/spine_info.php;
+SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="libressl"
+
+CDEPEND="
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   net-analyzer/net-snmp:=
+   dev-db/mysql-connector-c:0=
+"
+DEPEND="
+   ${CDEPEND}
+   sys-apps/help2man
+"
+RDEPEND="
+   ${CDEPEND}
+   >net-analyzer/cacti-0.8.8
+"
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.8.8d-ping.patch
+   "${FILESDIR}"/${PN}-0.8.8g-net-snmp.patch
+)
+
+src_prepare() {
+   default
+
+   eautoreconf
+}
+
+src_install() {
+   dosbin spine
+
+   insinto /etc/
+   insopts -m0640 -o root
+   newins spine.conf{.dist,}
+
+   doman spine.1
+   dodoc CHANGELOG
+}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/

2019-09-06 Thread Jeroen Roovers
commit: 39bb2ca05a54ea844822d22d9b3217ac5446a89e
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Sep  6 12:58:19 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Sep  6 13:03:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39bb2ca0

net-analyzer/cacti-spine: Version 1.2.6

Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: Jeroen Roovers  gentoo.org>

 net-analyzer/cacti-spine/Manifest |  1 +
 net-analyzer/cacti-spine/cacti-spine-1.2.6.ebuild | 52 +++
 2 files changed, 53 insertions(+)

diff --git a/net-analyzer/cacti-spine/Manifest 
b/net-analyzer/cacti-spine/Manifest
index 0b6830808d5..b4ff81f2737 100644
--- a/net-analyzer/cacti-spine/Manifest
+++ b/net-analyzer/cacti-spine/Manifest
@@ -1,3 +1,4 @@
 DIST cacti-spine-1.1.38.tar.gz 805437 BLAKE2B 
32d934f54e00d83e9807dd194a7cacf8d5526c8e5b84c44ffad201c07edcb117f862266843552299fe04cc780575b9b2dc7129a106a20bd709cb82844ade7812
 SHA512 
5409a690e89fcc74e1e87e34e1918cab27d1243825955eb8256a92f8e9658f312345c66b338a4a07a0e38c94e3275131cb4e58fb70e7b59837c0e6c47746e45e
 DIST cacti-spine-1.2.2.tar.gz 2310298 BLAKE2B 
782fb21fda6acf06434c6e996863a235670970b19e5218624723df4736c388c2d9f00c1e3cc623dad7973bcbbe7ae5d4bbe89e366c1f47ce83eac9b416f88cb4
 SHA512 
ef2f839f7b247439a8576d49e311546cfd2346eea06cfb26b7a05d4757ae28334e6ed6ea00396027dc6c0c6e107121ed38f356ba62d8202003553fea3b5d139e
 DIST cacti-spine-1.2.5.tar.gz 105494 BLAKE2B 
1bd2f33cee841fb7b05a1a32d3d0d2824c36ccdc69fbf52c48cfe2d7bdbface4c1925261c8643c19addde90346c5ecdee547d8014705dc34800f59eab6ac248c
 SHA512 
5bbf5f68e0d3477d43afee57bc86bfeb61a3ddaa18f7c0e5e0c2413bde6646bcd662d93e4c124daa6eaef5bca5843fb359b733c5189d9f43a34a14fba7f03682
+DIST cacti-spine-1.2.6.tar.gz 106592 BLAKE2B 
4c7f92e1c1e6061689a5a18cc73326e38b1ed275d443069bf5bb6ad0edb9429b4946096db650d9af73b11ec51f1bc8728420a5084847b4d468b1e13341655ea3
 SHA512 
6659a3694c38704e266efda40893ed8e1bc1c52f3ae93a66ad219043408dd77bfdbde55191982ed3cebdffce1f49faf3e487fb926c680ea9b1c6dd379e1b53fc

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.2.6.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.2.6.ebuild
new file mode 100644
index 000..8ca6122419f
--- /dev/null
+++ b/net-analyzer/cacti-spine/cacti-spine-1.2.6.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit autotools
+
+MY_P=${PN}-${PV/_p/-}
+
+DESCRIPTION="Spine is a fast poller for Cacti (formerly known as Cactid)"
+HOMEPAGE="https://cacti.net/spine_info.php;
+SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="libressl"
+
+CDEPEND="
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   net-analyzer/net-snmp:=
+   dev-db/mysql-connector-c:0=
+"
+DEPEND="
+   ${CDEPEND}
+   sys-apps/help2man
+"
+RDEPEND="
+   ${CDEPEND}
+   >net-analyzer/cacti-0.8.8
+"
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.8.8d-ping.patch
+   "${FILESDIR}"/${PN}-0.8.8g-net-snmp.patch
+)
+
+src_prepare() {
+   default
+
+   eautoreconf
+}
+
+src_install() {
+   dosbin spine
+
+   insinto /etc/
+   insopts -m0640 -o root
+   newins spine.conf{.dist,}
+
+   doman spine.1
+   dodoc CHANGELOG
+}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/

2019-09-06 Thread Jeroen Roovers
commit: 3f1c0621a3db4c0236699d8db01e956cc013e97b
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Sep  6 13:00:30 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Sep  6 13:03:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f1c0621

net-analyzer/cacti-spine: Old

Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: Jeroen Roovers  gentoo.org>

 net-analyzer/cacti-spine/Manifest  |  1 -
 .../cacti-spine/cacti-spine-1.2.2-r1.ebuild| 50 --
 2 files changed, 51 deletions(-)

diff --git a/net-analyzer/cacti-spine/Manifest 
b/net-analyzer/cacti-spine/Manifest
index b4ff81f2737..7619c5d727d 100644
--- a/net-analyzer/cacti-spine/Manifest
+++ b/net-analyzer/cacti-spine/Manifest
@@ -1,4 +1,3 @@
 DIST cacti-spine-1.1.38.tar.gz 805437 BLAKE2B 
32d934f54e00d83e9807dd194a7cacf8d5526c8e5b84c44ffad201c07edcb117f862266843552299fe04cc780575b9b2dc7129a106a20bd709cb82844ade7812
 SHA512 
5409a690e89fcc74e1e87e34e1918cab27d1243825955eb8256a92f8e9658f312345c66b338a4a07a0e38c94e3275131cb4e58fb70e7b59837c0e6c47746e45e
-DIST cacti-spine-1.2.2.tar.gz 2310298 BLAKE2B 
782fb21fda6acf06434c6e996863a235670970b19e5218624723df4736c388c2d9f00c1e3cc623dad7973bcbbe7ae5d4bbe89e366c1f47ce83eac9b416f88cb4
 SHA512 
ef2f839f7b247439a8576d49e311546cfd2346eea06cfb26b7a05d4757ae28334e6ed6ea00396027dc6c0c6e107121ed38f356ba62d8202003553fea3b5d139e
 DIST cacti-spine-1.2.5.tar.gz 105494 BLAKE2B 
1bd2f33cee841fb7b05a1a32d3d0d2824c36ccdc69fbf52c48cfe2d7bdbface4c1925261c8643c19addde90346c5ecdee547d8014705dc34800f59eab6ac248c
 SHA512 
5bbf5f68e0d3477d43afee57bc86bfeb61a3ddaa18f7c0e5e0c2413bde6646bcd662d93e4c124daa6eaef5bca5843fb359b733c5189d9f43a34a14fba7f03682
 DIST cacti-spine-1.2.6.tar.gz 106592 BLAKE2B 
4c7f92e1c1e6061689a5a18cc73326e38b1ed275d443069bf5bb6ad0edb9429b4946096db650d9af73b11ec51f1bc8728420a5084847b4d468b1e13341655ea3
 SHA512 
6659a3694c38704e266efda40893ed8e1bc1c52f3ae93a66ad219043408dd77bfdbde55191982ed3cebdffce1f49faf3e487fb926c680ea9b1c6dd379e1b53fc

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.2.2-r1.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.2.2-r1.ebuild
deleted file mode 100644
index 9a49a508792..000
--- a/net-analyzer/cacti-spine/cacti-spine-1.2.2-r1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit autotools
-
-MY_P=${PN}-${PV/_p/-}
-
-DESCRIPTION="Spine is a fast poller for Cacti (formerly known as Cactid)"
-HOMEPAGE="https://cacti.net/spine_info.php;
-SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-
-CDEPEND="
-   dev-libs/openssl:0=
-   net-analyzer/net-snmp:=
-   dev-db/mysql-connector-c:0=
-"
-DEPEND="
-   ${CDEPEND}
-   sys-apps/help2man
-"
-RDEPEND="
-   ${CDEPEND}
-   >net-analyzer/cacti-0.8.8
-"
-PATCHES=(
-   "${FILESDIR}"/${PN}-0.8.8d-ping.patch
-   "${FILESDIR}"/${PN}-0.8.8g-net-snmp.patch
-)
-
-src_prepare() {
-   default
-
-   AT_M4DIR="config" eautoreconf
-}
-
-src_install() {
-   dosbin spine
-
-   insinto /etc/
-   insopts -m0640 -o root
-   newins spine.conf{.dist,}
-
-   doman spine.1
-   dodoc CHANGELOG
-}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/

2019-08-28 Thread Stefan Strogin
commit: b704d0f8ccfe2d4554616aae3dc9258b86051e6f
Author: Stefan Strogin  gentoo  org>
AuthorDate: Wed Aug 28 16:43:07 2019 +
Commit: Stefan Strogin  gentoo  org>
CommitDate: Wed Aug 28 16:48:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b704d0f8

net-analyzer/cacti-spine: add USE=libressl

Reported-by: Reuben Farrelly  reub.net>
Closes: https://bugs.gentoo.org/613402
Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Stefan Strogin  gentoo.org>

 net-analyzer/cacti-spine/cacti-spine-1.2.5-r1.ebuild | 4 +++-
 net-analyzer/cacti-spine/cacti-spine-9.ebuild| 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.2.5-r1.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.2.5-r1.ebuild
index e99df50dcae..752dc560a7c 100644
--- a/net-analyzer/cacti-spine/cacti-spine-1.2.5-r1.ebuild
+++ b/net-analyzer/cacti-spine/cacti-spine-1.2.5-r1.ebuild
@@ -13,9 +13,11 @@ 
SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="libressl"
 
 CDEPEND="
-   dev-libs/openssl:0=
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
net-analyzer/net-snmp:=
dev-db/mysql-connector-c:0=
 "

diff --git a/net-analyzer/cacti-spine/cacti-spine-9.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-9.ebuild
index 04d2228f341..3eacb02e847 100644
--- a/net-analyzer/cacti-spine/cacti-spine-9.ebuild
+++ b/net-analyzer/cacti-spine/cacti-spine-9.ebuild
@@ -13,9 +13,11 @@ EGIT_REPO_URI="https://github.com/Cacti/spine;
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS=""
+IUSE="libressl"
 
 CDEPEND="
-   dev-libs/openssl:0=
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
net-analyzer/net-snmp:=
dev-db/mysql-connector-c:0=
 "



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/

2019-08-22 Thread Jeroen Roovers
commit: f63ad19a47842cdf7376fc5aaa0a0b5f090e2de6
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Aug 22 10:56:55 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Aug 22 10:59:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f63ad19a

net-analyzer/cacti-spine: Do not set AT_M4DIR

AC_CONFIG_AUX_DIR is set in configure.ac properly these days. Fixes a
weird error message from autotools.eclass: 'config' does not exist

Package-Manager: Portage-2.3.72, Repoman-2.3.17
Signed-off-by: Jeroen Roovers  gentoo.org>

 net-analyzer/cacti-spine/cacti-spine-1.2.5-r1.ebuild | 2 +-
 net-analyzer/cacti-spine/cacti-spine-9.ebuild| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.2.5-r1.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.2.5-r1.ebuild
index 8da328d3acd..e99df50dcae 100644
--- a/net-analyzer/cacti-spine/cacti-spine-1.2.5-r1.ebuild
+++ b/net-analyzer/cacti-spine/cacti-spine-1.2.5-r1.ebuild
@@ -36,7 +36,7 @@ PATCHES=(
 src_prepare() {
default
 
-   AT_M4DIR="config" eautoreconf
+   eautoreconf
 }
 
 src_install() {

diff --git a/net-analyzer/cacti-spine/cacti-spine-9.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-9.ebuild
index c378e4a617f..04d2228f341 100644
--- a/net-analyzer/cacti-spine/cacti-spine-9.ebuild
+++ b/net-analyzer/cacti-spine/cacti-spine-9.ebuild
@@ -35,7 +35,7 @@ PATCHES=(
 src_prepare() {
default
 
-   AT_M4DIR="config" eautoreconf
+   eautoreconf
 }
 
 src_install() {



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/, net-analyzer/cacti-spine/files/

2019-08-22 Thread Jeroen Roovers
commit: cff8321fce2d9cab334c5dffaa9489fded567e99
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Aug 22 10:50:07 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Aug 22 10:50:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cff8321f

net-analyzer/cacti-spine: Fix building against dev-db/mysql-connector-c-8*

Fixes: https://bugs.gentoo.org/692656
Package-Manager: Portage-2.3.72, Repoman-2.3.17
Signed-off-by: Jeroen Roovers  gentoo.org>

 .../{cacti-spine-1.2.5.ebuild => cacti-spine-1.2.5-r1.ebuild} |  1 +
 .../cacti-spine/files/cacti-spine-1.2.5-my_bool.patch | 11 +++
 2 files changed, 12 insertions(+)

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.2.5.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.2.5-r1.ebuild
similarity index 95%
rename from net-analyzer/cacti-spine/cacti-spine-1.2.5.ebuild
rename to net-analyzer/cacti-spine/cacti-spine-1.2.5-r1.ebuild
index 9a49a508792..8da328d3acd 100644
--- a/net-analyzer/cacti-spine/cacti-spine-1.2.5.ebuild
+++ b/net-analyzer/cacti-spine/cacti-spine-1.2.5-r1.ebuild
@@ -30,6 +30,7 @@ RDEPEND="
 PATCHES=(
"${FILESDIR}"/${PN}-0.8.8d-ping.patch
"${FILESDIR}"/${PN}-0.8.8g-net-snmp.patch
+   "${FILESDIR}"/${PN}-1.2.5-my_bool.patch
 )
 
 src_prepare() {

diff --git a/net-analyzer/cacti-spine/files/cacti-spine-1.2.5-my_bool.patch 
b/net-analyzer/cacti-spine/files/cacti-spine-1.2.5-my_bool.patch
new file mode 100644
index 000..d9554bfa38c
--- /dev/null
+++ b/net-analyzer/cacti-spine/files/cacti-spine-1.2.5-my_bool.patch
@@ -0,0 +1,11 @@
+--- a/sql.c
 b/sql.c
+@@ -229,7 +229,7 @@ void db_connect(int type, MYSQL *mysql) {
+   timeout = 5;
+   rtimeout = 10;
+   wtimeout = 20;
+-  my_bool reconnect = 1;
++  _Bool reconnect = 1;
+ 
+   mysql_init(mysql);
+ 



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/

2019-08-20 Thread Jeroen Roovers
commit: 4b87613b200acaeb6d9c50069f37d8868402c2d3
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Aug 20 07:28:30 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Aug 20 07:50:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b87613b

net-analyzer/cacti-spine: Add live ebuild

Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Jeroen Roovers  gentoo.org>

 net-analyzer/cacti-spine/cacti-spine-9.ebuild | 50 +++
 1 file changed, 50 insertions(+)

diff --git a/net-analyzer/cacti-spine/cacti-spine-9.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-9.ebuild
new file mode 100644
index 000..c378e4a617f
--- /dev/null
+++ b/net-analyzer/cacti-spine/cacti-spine-9.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit autotools git-r3
+
+MY_P=${PN}-${PV/_p/-}
+
+DESCRIPTION="Spine is a fast poller for Cacti (formerly known as Cactid)"
+HOMEPAGE="https://cacti.net/spine_info.php;
+EGIT_REPO_URI="https://github.com/Cacti/spine;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS=""
+
+CDEPEND="
+   dev-libs/openssl:0=
+   net-analyzer/net-snmp:=
+   dev-db/mysql-connector-c:0=
+"
+DEPEND="
+   ${CDEPEND}
+   sys-apps/help2man
+"
+RDEPEND="
+   ${CDEPEND}
+   >net-analyzer/cacti-0.8.8
+"
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.8.8d-ping.patch
+   "${FILESDIR}"/${PN}-0.8.8g-net-snmp.patch
+)
+
+src_prepare() {
+   default
+
+   AT_M4DIR="config" eautoreconf
+}
+
+src_install() {
+   dosbin spine
+
+   insinto /etc/
+   insopts -m0640 -o root
+   newins spine.conf{.dist,}
+
+   doman spine.1
+   dodoc CHANGELOG
+}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/

2019-08-12 Thread Jeroen Roovers
commit: fb873c59b0a8f76df92bfeeac8a158cc19cf7e22
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Aug 12 07:25:46 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Aug 12 07:25:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb873c59

net-analyzer/cacti-spine: Version 1.2.5

Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Jeroen Roovers  gentoo.org>

 net-analyzer/cacti-spine/Manifest |  1 +
 net-analyzer/cacti-spine/cacti-spine-1.2.5.ebuild | 50 +++
 2 files changed, 51 insertions(+)

diff --git a/net-analyzer/cacti-spine/Manifest 
b/net-analyzer/cacti-spine/Manifest
index 2738c9aeb71..0b6830808d5 100644
--- a/net-analyzer/cacti-spine/Manifest
+++ b/net-analyzer/cacti-spine/Manifest
@@ -1,2 +1,3 @@
 DIST cacti-spine-1.1.38.tar.gz 805437 BLAKE2B 
32d934f54e00d83e9807dd194a7cacf8d5526c8e5b84c44ffad201c07edcb117f862266843552299fe04cc780575b9b2dc7129a106a20bd709cb82844ade7812
 SHA512 
5409a690e89fcc74e1e87e34e1918cab27d1243825955eb8256a92f8e9658f312345c66b338a4a07a0e38c94e3275131cb4e58fb70e7b59837c0e6c47746e45e
 DIST cacti-spine-1.2.2.tar.gz 2310298 BLAKE2B 
782fb21fda6acf06434c6e996863a235670970b19e5218624723df4736c388c2d9f00c1e3cc623dad7973bcbbe7ae5d4bbe89e366c1f47ce83eac9b416f88cb4
 SHA512 
ef2f839f7b247439a8576d49e311546cfd2346eea06cfb26b7a05d4757ae28334e6ed6ea00396027dc6c0c6e107121ed38f356ba62d8202003553fea3b5d139e
+DIST cacti-spine-1.2.5.tar.gz 105494 BLAKE2B 
1bd2f33cee841fb7b05a1a32d3d0d2824c36ccdc69fbf52c48cfe2d7bdbface4c1925261c8643c19addde90346c5ecdee547d8014705dc34800f59eab6ac248c
 SHA512 
5bbf5f68e0d3477d43afee57bc86bfeb61a3ddaa18f7c0e5e0c2413bde6646bcd662d93e4c124daa6eaef5bca5843fb359b733c5189d9f43a34a14fba7f03682

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.2.5.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.2.5.ebuild
new file mode 100644
index 000..9a49a508792
--- /dev/null
+++ b/net-analyzer/cacti-spine/cacti-spine-1.2.5.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit autotools
+
+MY_P=${PN}-${PV/_p/-}
+
+DESCRIPTION="Spine is a fast poller for Cacti (formerly known as Cactid)"
+HOMEPAGE="https://cacti.net/spine_info.php;
+SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+
+CDEPEND="
+   dev-libs/openssl:0=
+   net-analyzer/net-snmp:=
+   dev-db/mysql-connector-c:0=
+"
+DEPEND="
+   ${CDEPEND}
+   sys-apps/help2man
+"
+RDEPEND="
+   ${CDEPEND}
+   >net-analyzer/cacti-0.8.8
+"
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.8.8d-ping.patch
+   "${FILESDIR}"/${PN}-0.8.8g-net-snmp.patch
+)
+
+src_prepare() {
+   default
+
+   AT_M4DIR="config" eautoreconf
+}
+
+src_install() {
+   dosbin spine
+
+   insinto /etc/
+   insopts -m0640 -o root
+   newins spine.conf{.dist,}
+
+   doman spine.1
+   dodoc CHANGELOG
+}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/

2019-05-29 Thread Michał Górny
commit: 609d93ea62940bdfc1b9f0a74b2364ec855735f8
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May 28 18:45:24 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 29 10:01:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=609d93ea

net-analyzer/cacti-spine: [QA] Fix openssl dep to :0=

The package requires OpenSSL at build time, so only slot 0 can satisfy
it.  The package links to OpenSSL, so := is in place.

Signed-off-by: Michał Górny  gentoo.org>

 .../{cacti-spine-1.1.38-r1.ebuild => cacti-spine-1.1.38-r2.ebuild}  | 2 +-
 .../{cacti-spine-1.2.2.ebuild => cacti-spine-1.2.2-r1.ebuild}   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.1.38-r1.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.1.38-r2.ebuild
similarity index 97%
rename from net-analyzer/cacti-spine/cacti-spine-1.1.38-r1.ebuild
rename to net-analyzer/cacti-spine/cacti-spine-1.1.38-r2.ebuild
index ad41da8c915..23a8cb6b9a4 100644
--- a/net-analyzer/cacti-spine/cacti-spine-1.1.38-r1.ebuild
+++ b/net-analyzer/cacti-spine/cacti-spine-1.1.38-r2.ebuild
@@ -15,7 +15,7 @@ SLOT="0"
 KEYWORDS="alpha amd64 hppa ~ppc ~ppc64 sparc x86"
 
 CDEPEND="
-   dev-libs/openssl:*
+   dev-libs/openssl:0=
net-analyzer/net-snmp:=
dev-db/mysql-connector-c:0=
 "

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.2.2.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.2.2-r1.ebuild
similarity index 97%
rename from net-analyzer/cacti-spine/cacti-spine-1.2.2.ebuild
rename to net-analyzer/cacti-spine/cacti-spine-1.2.2-r1.ebuild
index 877f39bf52c..9a49a508792 100644
--- a/net-analyzer/cacti-spine/cacti-spine-1.2.2.ebuild
+++ b/net-analyzer/cacti-spine/cacti-spine-1.2.2-r1.ebuild
@@ -15,7 +15,7 @@ SLOT="0"
 KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 
 CDEPEND="
-   dev-libs/openssl:*
+   dev-libs/openssl:0=
net-analyzer/net-snmp:=
dev-db/mysql-connector-c:0=
 "



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/

2019-04-20 Thread Aaron Bauman
commit: 94fffa085c8e684e9d5b0a9bfe47c2c2605d95f4
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sun Apr 21 01:54:45 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun Apr 21 01:54:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94fffa08

net-analyzer/cacti-spine: drop old

* Old ebuilds dropped due to removal of vulnerable net-analyzer/cacti

Signed-off-by: Aaron Bauman  gentoo.org>

 net-analyzer/cacti-spine/Manifest  |  3 --
 net-analyzer/cacti-spine/cacti-spine-1.1.20.ebuild | 47 --
 net-analyzer/cacti-spine/cacti-spine-1.1.21.ebuild | 47 --
 .../cacti-spine/cacti-spine-1.1.28-r1.ebuild   | 47 --
 4 files changed, 144 deletions(-)

diff --git a/net-analyzer/cacti-spine/Manifest 
b/net-analyzer/cacti-spine/Manifest
index 69c9557550a..2738c9aeb71 100644
--- a/net-analyzer/cacti-spine/Manifest
+++ b/net-analyzer/cacti-spine/Manifest
@@ -1,5 +1,2 @@
-DIST cacti-spine-1.1.20.tar.gz 801877 BLAKE2B 
35da513691967e507b9d10c373de571e2ef84aa20021d1bcfb2bc446a99fbbd2c68ebcd99dc47bece4387faa6596a7b109d8a61f02a3b2413cb89bfbcaa22e89
 SHA512 
df552157e64da04f57493351831a0602dea9ca3219ce3936884aec894e6698559d429ec62936a307b43fd49eff674c670d7e0a047924b5f03c30abeeec91491f
-DIST cacti-spine-1.1.21.tar.gz 801907 BLAKE2B 
cdcda765d349db12df1c672c4469770297d09a3946f19f1e686c251ef30d5be1e3f772efeeb3f344b21ecdba29275dde1b683025ae7c16b10561486397a484f3
 SHA512 
0dfdd3444639a471bc5c0d35ea3898532f2ebf16679677fee8ad291221ed607b54acc7fbf25e78da7c5597eeaed6b870ad7af66a95e20f95afce3270c8da5dd0
-DIST cacti-spine-1.1.28.tar.gz 802006 BLAKE2B 
79e833b6afb619a1d2361bad38c3a52dc1e29b296864670f830a3bc998e7e456638523da15032751d56c65aefe0480477e70b741b23882a2a38adb2262aef601
 SHA512 
2255823d29342b49babebbae175c29fc7054b05ec5ae5897609960d808409f46e6d0cfcba2038dfad9598bc23532794f6cf26032a0566d2d2d2c57d622d37ab1
 DIST cacti-spine-1.1.38.tar.gz 805437 BLAKE2B 
32d934f54e00d83e9807dd194a7cacf8d5526c8e5b84c44ffad201c07edcb117f862266843552299fe04cc780575b9b2dc7129a106a20bd709cb82844ade7812
 SHA512 
5409a690e89fcc74e1e87e34e1918cab27d1243825955eb8256a92f8e9658f312345c66b338a4a07a0e38c94e3275131cb4e58fb70e7b59837c0e6c47746e45e
 DIST cacti-spine-1.2.2.tar.gz 2310298 BLAKE2B 
782fb21fda6acf06434c6e996863a235670970b19e5218624723df4736c388c2d9f00c1e3cc623dad7973bcbbe7ae5d4bbe89e366c1f47ce83eac9b416f88cb4
 SHA512 
ef2f839f7b247439a8576d49e311546cfd2346eea06cfb26b7a05d4757ae28334e6ed6ea00396027dc6c0c6e107121ed38f356ba62d8202003553fea3b5d139e

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.1.20.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.1.20.ebuild
deleted file mode 100644
index 837f87b754f..000
--- a/net-analyzer/cacti-spine/cacti-spine-1.1.20.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools eutils
-
-MY_P=${PN}-${PV/_p/-}
-
-DESCRIPTION="Spine is a fast poller for Cacti (formerly known as Cactid)"
-HOMEPAGE="https://cacti.net/spine_info.php;
-SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ~ppc ~ppc64 sparc x86"
-
-CDEPEND="
-   dev-libs/openssl:*
-   net-analyzer/net-snmp
-   virtual/mysql
-"
-DEPEND="
-   ${CDEPEND}
-   sys-apps/help2man
-"
-RDEPEND="
-   ${CDEPEND}
-   >net-analyzer/cacti-0.8.8
-"
-PATCHES=(
-   "${FILESDIR}"/${PN}-0.8.8d-ping.patch
-   "${FILESDIR}"/${PN}-0.8.8g-net-snmp.patch
-)
-
-src_prepare() {
-   default
-
-   AT_M4DIR="config" eautoreconf
-}
-
-src_install() {
-   dosbin spine
-   insinto /etc/
-   insopts -m0640 -o root
-   newins spine.conf{.dist,}
-   dodoc ChangeLog
-}

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.1.21.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.1.21.ebuild
deleted file mode 100644
index 4c78d022f85..000
--- a/net-analyzer/cacti-spine/cacti-spine-1.1.21.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools eutils
-
-MY_P=${PN}-${PV/_p/-}
-
-DESCRIPTION="Spine is a fast poller for Cacti (formerly known as Cactid)"
-HOMEPAGE="https://cacti.net/spine_info.php;
-SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 hppa ~ppc ~ppc64 ~sparc ~x86"
-
-CDEPEND="
-   dev-libs/openssl:*
-   net-analyzer/net-snmp
-   virtual/mysql
-"
-DEPEND="
-   ${CDEPEND}
-   sys-apps/help2man
-"
-RDEPEND="
-   ${CDEPEND}
-   >net-analyzer/cacti-0.8.8
-"
-PATCHES=(
-   "${FILESDIR}"/${PN}-0.8.8d-ping.patch
-   "${FILESDIR}"/${PN}-0.8.8g-net-snmp.patch
-)
-
-src_prepare() {
-   default
-
-   AT_M4DIR="config" eautoreconf
-}
-
-src_install() {
-   dosbin spine
-   

[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/

2019-04-20 Thread Sergei Trofimovich
commit: dfea151c15f4de2f9a147cd9d5c2ebefd22c3091
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri Apr 19 08:56:01 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Apr 20 07:46:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfea151c

net-analyzer/cacti-spine: stable 1.1.38-r1 for hppa, bug #660920

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-analyzer/cacti-spine/cacti-spine-1.1.38-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.1.38-r1.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.1.38-r1.ebuild
index 3641f50861a..ad41da8c915 100644
--- a/net-analyzer/cacti-spine/cacti-spine-1.1.38-r1.ebuild
+++ b/net-analyzer/cacti-spine/cacti-spine-1.1.38-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ~ppc ~ppc64 sparc x86"
+KEYWORDS="alpha amd64 hppa ~ppc ~ppc64 sparc x86"
 
 CDEPEND="
dev-libs/openssl:*



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/

2019-04-20 Thread Aaron Bauman
commit: ab4be9a11354277c9a3ac084eefa5d8981a0df99
Author: Aaron Bauman  gentoo  org>
AuthorDate: Fri Apr 19 17:33:42 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Apr 19 17:33:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab4be9a1

net-analyzer/cacti-spine: amd64 stable wrt bug #660920

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 net-analyzer/cacti-spine/cacti-spine-1.1.38-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.1.38-r1.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.1.38-r1.ebuild
index 65ec3655ea8..3641f50861a 100644
--- a/net-analyzer/cacti-spine/cacti-spine-1.1.38-r1.ebuild
+++ b/net-analyzer/cacti-spine/cacti-spine-1.1.38-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~hppa ~ppc ~ppc64 sparc x86"
+KEYWORDS="alpha amd64 ~hppa ~ppc ~ppc64 sparc x86"
 
 CDEPEND="
dev-libs/openssl:*



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/

2019-04-17 Thread Sergei Trofimovich
commit: 5f99eb24eb2fbda56835a1686ae1045b30de189c
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Apr 17 18:00:05 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Apr 17 20:01:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f99eb24

net-analyzer/cacti-spine: stable 1.1.38-r1 for sparc, bug #660920

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-analyzer/cacti-spine/cacti-spine-1.1.38-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.1.38-r1.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.1.38-r1.ebuild
index 8c0c39c5319..65ec3655ea8 100644
--- a/net-analyzer/cacti-spine/cacti-spine-1.1.38-r1.ebuild
+++ b/net-analyzer/cacti-spine/cacti-spine-1.1.38-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="alpha ~amd64 ~hppa ~ppc ~ppc64 sparc x86"
 
 CDEPEND="
dev-libs/openssl:*



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/

2019-04-08 Thread Mikle Kolyada
commit: 73ffa914fd53d44eb7fd66c692ba50403c610e40
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Apr  8 06:38:53 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Apr  8 06:38:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73ffa914

net-analyzer/cacti-spine: alpha stable wrt bug #660920

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="alpha"

 net-analyzer/cacti-spine/cacti-spine-1.1.38-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.1.38-r1.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.1.38-r1.ebuild
index efea65e1b7e..8c0c39c5319 100644
--- a/net-analyzer/cacti-spine/cacti-spine-1.1.38-r1.ebuild
+++ b/net-analyzer/cacti-spine/cacti-spine-1.1.38-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc x86"
 
 CDEPEND="
dev-libs/openssl:*



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/

2019-03-18 Thread Thomas Deutschmann
commit: 3b31ada3fbb9b358a3d6c3222608a5283d999a64
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Mar 19 01:47:00 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Mar 19 02:03:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b31ada3

net-analyzer/cacti-spine: x86 stable (bug #660920)

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann  gentoo.org>

 net-analyzer/cacti-spine/cacti-spine-1.1.38-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.1.38-r1.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.1.38-r1.ebuild
index d429bb4c6ac..efea65e1b7e 100644
--- a/net-analyzer/cacti-spine/cacti-spine-1.1.38-r1.ebuild
+++ b/net-analyzer/cacti-spine/cacti-spine-1.1.38-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc x86"
 
 CDEPEND="
dev-libs/openssl:*



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/

2019-03-09 Thread Jeroen Roovers
commit: 4325ad655a462f1af68e2baac8d57432afb35868
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Mar  9 14:26:47 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Mar  9 14:29:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4325ad65

net-analyzer/cacti-spine: Version 1.2.2

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Jeroen Roovers  gentoo.org>

 net-analyzer/cacti-spine/Manifest |  1 +
 net-analyzer/cacti-spine/cacti-spine-1.2.2.ebuild | 50 +++
 2 files changed, 51 insertions(+)

diff --git a/net-analyzer/cacti-spine/Manifest 
b/net-analyzer/cacti-spine/Manifest
index c3e279521dd..69c9557550a 100644
--- a/net-analyzer/cacti-spine/Manifest
+++ b/net-analyzer/cacti-spine/Manifest
@@ -2,3 +2,4 @@ DIST cacti-spine-1.1.20.tar.gz 801877 BLAKE2B 
35da513691967e507b9d10c373de571e2e
 DIST cacti-spine-1.1.21.tar.gz 801907 BLAKE2B 
cdcda765d349db12df1c672c4469770297d09a3946f19f1e686c251ef30d5be1e3f772efeeb3f344b21ecdba29275dde1b683025ae7c16b10561486397a484f3
 SHA512 
0dfdd3444639a471bc5c0d35ea3898532f2ebf16679677fee8ad291221ed607b54acc7fbf25e78da7c5597eeaed6b870ad7af66a95e20f95afce3270c8da5dd0
 DIST cacti-spine-1.1.28.tar.gz 802006 BLAKE2B 
79e833b6afb619a1d2361bad38c3a52dc1e29b296864670f830a3bc998e7e456638523da15032751d56c65aefe0480477e70b741b23882a2a38adb2262aef601
 SHA512 
2255823d29342b49babebbae175c29fc7054b05ec5ae5897609960d808409f46e6d0cfcba2038dfad9598bc23532794f6cf26032a0566d2d2d2c57d622d37ab1
 DIST cacti-spine-1.1.38.tar.gz 805437 BLAKE2B 
32d934f54e00d83e9807dd194a7cacf8d5526c8e5b84c44ffad201c07edcb117f862266843552299fe04cc780575b9b2dc7129a106a20bd709cb82844ade7812
 SHA512 
5409a690e89fcc74e1e87e34e1918cab27d1243825955eb8256a92f8e9658f312345c66b338a4a07a0e38c94e3275131cb4e58fb70e7b59837c0e6c47746e45e
+DIST cacti-spine-1.2.2.tar.gz 2310298 BLAKE2B 
782fb21fda6acf06434c6e996863a235670970b19e5218624723df4736c388c2d9f00c1e3cc623dad7973bcbbe7ae5d4bbe89e366c1f47ce83eac9b416f88cb4
 SHA512 
ef2f839f7b247439a8576d49e311546cfd2346eea06cfb26b7a05d4757ae28334e6ed6ea00396027dc6c0c6e107121ed38f356ba62d8202003553fea3b5d139e

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.2.2.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.2.2.ebuild
new file mode 100644
index 000..877f39bf52c
--- /dev/null
+++ b/net-analyzer/cacti-spine/cacti-spine-1.2.2.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit autotools
+
+MY_P=${PN}-${PV/_p/-}
+
+DESCRIPTION="Spine is a fast poller for Cacti (formerly known as Cactid)"
+HOMEPAGE="https://cacti.net/spine_info.php;
+SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+
+CDEPEND="
+   dev-libs/openssl:*
+   net-analyzer/net-snmp:=
+   dev-db/mysql-connector-c:0=
+"
+DEPEND="
+   ${CDEPEND}
+   sys-apps/help2man
+"
+RDEPEND="
+   ${CDEPEND}
+   >net-analyzer/cacti-0.8.8
+"
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.8.8d-ping.patch
+   "${FILESDIR}"/${PN}-0.8.8g-net-snmp.patch
+)
+
+src_prepare() {
+   default
+
+   AT_M4DIR="config" eautoreconf
+}
+
+src_install() {
+   dosbin spine
+
+   insinto /etc/
+   insopts -m0640 -o root
+   newins spine.conf{.dist,}
+
+   doman spine.1
+   dodoc CHANGELOG
+}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/

2019-02-14 Thread Brian Evans
commit: e2ea25cfe7c62d6b22d594206b2139dff13bdb62
Author: Brian Evans  gentoo  org>
AuthorDate: Thu Feb 14 19:30:58 2019 +
Commit: Brian Evans  gentoo  org>
CommitDate: Thu Feb 14 19:30:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2ea25cf

net-analyzer/cacti-spine: Revbumps for dependency change

Non-maintainer commit

Bug: https://bugs.gentoo.org/665938
Package-Manager: Portage-2.3.60, Repoman-2.3.12
Signed-off-by: Brian Evans  gentoo.org>

 .../{cacti-spine-1.1.28.ebuild => cacti-spine-1.1.28-r1.ebuild} | 6 +++---
 .../{cacti-spine-1.1.38.ebuild => cacti-spine-1.1.38-r1.ebuild} | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.1.28.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.1.28-r1.ebuild
similarity index 90%
rename from net-analyzer/cacti-spine/cacti-spine-1.1.28.ebuild
rename to net-analyzer/cacti-spine/cacti-spine-1.1.28-r1.ebuild
index d148f4544d0..3cfbf20feb3 100644
--- a/net-analyzer/cacti-spine/cacti-spine-1.1.28.ebuild
+++ b/net-analyzer/cacti-spine/cacti-spine-1.1.28-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit autotools eutils
+inherit autotools
 
 MY_P=${PN}-${PV/_p/-}
 
@@ -17,7 +17,7 @@ KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 CDEPEND="
dev-libs/openssl:*
net-analyzer/net-snmp
-   virtual/mysql
+   dev-db/mysql-connector-c:0=
 "
 DEPEND="
${CDEPEND}

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.1.38.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.1.38-r1.ebuild
similarity index 90%
rename from net-analyzer/cacti-spine/cacti-spine-1.1.38.ebuild
rename to net-analyzer/cacti-spine/cacti-spine-1.1.38-r1.ebuild
index b950ca8e179..d429bb4c6ac 100644
--- a/net-analyzer/cacti-spine/cacti-spine-1.1.38.ebuild
+++ b/net-analyzer/cacti-spine/cacti-spine-1.1.38-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit autotools eutils
+inherit autotools
 
 MY_P=${PN}-${PV/_p/-}
 
@@ -17,7 +17,7 @@ KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 CDEPEND="
dev-libs/openssl:*
net-analyzer/net-snmp:=
-   virtual/mysql
+   dev-db/mysql-connector-c:0=
 "
 DEPEND="
${CDEPEND}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/

2018-08-22 Thread Jeroen Roovers
commit: f01d59bbd71718604a7240f2f8ff992be262a87c
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Aug 22 18:32:46 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Aug 22 18:35:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f01d59bb

net-analyzer/cacti-spine: Version 1.1.38.

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 net-analyzer/cacti-spine/Manifest  |  1 +
 net-analyzer/cacti-spine/cacti-spine-1.1.38.ebuild | 47 ++
 2 files changed, 48 insertions(+)

diff --git a/net-analyzer/cacti-spine/Manifest 
b/net-analyzer/cacti-spine/Manifest
index c09d761e192..c3e279521dd 100644
--- a/net-analyzer/cacti-spine/Manifest
+++ b/net-analyzer/cacti-spine/Manifest
@@ -1,3 +1,4 @@
 DIST cacti-spine-1.1.20.tar.gz 801877 BLAKE2B 
35da513691967e507b9d10c373de571e2ef84aa20021d1bcfb2bc446a99fbbd2c68ebcd99dc47bece4387faa6596a7b109d8a61f02a3b2413cb89bfbcaa22e89
 SHA512 
df552157e64da04f57493351831a0602dea9ca3219ce3936884aec894e6698559d429ec62936a307b43fd49eff674c670d7e0a047924b5f03c30abeeec91491f
 DIST cacti-spine-1.1.21.tar.gz 801907 BLAKE2B 
cdcda765d349db12df1c672c4469770297d09a3946f19f1e686c251ef30d5be1e3f772efeeb3f344b21ecdba29275dde1b683025ae7c16b10561486397a484f3
 SHA512 
0dfdd3444639a471bc5c0d35ea3898532f2ebf16679677fee8ad291221ed607b54acc7fbf25e78da7c5597eeaed6b870ad7af66a95e20f95afce3270c8da5dd0
 DIST cacti-spine-1.1.28.tar.gz 802006 BLAKE2B 
79e833b6afb619a1d2361bad38c3a52dc1e29b296864670f830a3bc998e7e456638523da15032751d56c65aefe0480477e70b741b23882a2a38adb2262aef601
 SHA512 
2255823d29342b49babebbae175c29fc7054b05ec5ae5897609960d808409f46e6d0cfcba2038dfad9598bc23532794f6cf26032a0566d2d2d2c57d622d37ab1
+DIST cacti-spine-1.1.38.tar.gz 805437 BLAKE2B 
32d934f54e00d83e9807dd194a7cacf8d5526c8e5b84c44ffad201c07edcb117f862266843552299fe04cc780575b9b2dc7129a106a20bd709cb82844ade7812
 SHA512 
5409a690e89fcc74e1e87e34e1918cab27d1243825955eb8256a92f8e9658f312345c66b338a4a07a0e38c94e3275131cb4e58fb70e7b59837c0e6c47746e45e

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.1.38.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.1.38.ebuild
new file mode 100644
index 000..b950ca8e179
--- /dev/null
+++ b/net-analyzer/cacti-spine/cacti-spine-1.1.38.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools eutils
+
+MY_P=${PN}-${PV/_p/-}
+
+DESCRIPTION="Spine is a fast poller for Cacti (formerly known as Cactid)"
+HOMEPAGE="https://cacti.net/spine_info.php;
+SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+
+CDEPEND="
+   dev-libs/openssl:*
+   net-analyzer/net-snmp:=
+   virtual/mysql
+"
+DEPEND="
+   ${CDEPEND}
+   sys-apps/help2man
+"
+RDEPEND="
+   ${CDEPEND}
+   >net-analyzer/cacti-0.8.8
+"
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.8.8d-ping.patch
+   "${FILESDIR}"/${PN}-0.8.8g-net-snmp.patch
+)
+
+src_prepare() {
+   default
+
+   AT_M4DIR="config" eautoreconf
+}
+
+src_install() {
+   dosbin spine
+   insinto /etc/
+   insopts -m0640 -o root
+   newins spine.conf{.dist,}
+   dodoc ChangeLog
+}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/

2018-01-08 Thread Sergei Trofimovich
commit: 6d5871d6c7d3c70488b6ef9925a0b35ebace4ee9
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Jan  8 21:58:42 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jan  8 22:05:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d5871d6

net-analyzer/cacti-spine: stable 1.1.20 for sparc, bug #626992

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="sparc"

 net-analyzer/cacti-spine/cacti-spine-1.1.20.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.1.20.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.1.20.ebuild
index 0ca89463112..837f87b754f 100644
--- a/net-analyzer/cacti-spine/cacti-spine-1.1.20.ebuild
+++ b/net-analyzer/cacti-spine/cacti-spine-1.1.20.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 ~hppa ~ppc ~ppc64 sparc x86"
 
 CDEPEND="
dev-libs/openssl:*



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/, net-analyzer/cacti-spine/files/

2017-12-06 Thread Jeroen Roovers
commit: 3da2743a66714334238d44f2f32532b2c3623a43
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Dec  6 09:51:22 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Dec  6 09:51:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3da2743a

net-analyzer/cacti-spine: Old.

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 net-analyzer/cacti-spine/Manifest  |  2 -
 net-analyzer/cacti-spine/cacti-spine-0.8.8h.ebuild | 48 --
 net-analyzer/cacti-spine/cacti-spine-1.1.25.ebuild | 47 -
 .../files/cacti-spine-0.8.8d-mysql.patch   | 11 -
 .../files/cacti-spine-0.8.8h-fix-ac-macro.patch| 11 -
 5 files changed, 119 deletions(-)

diff --git a/net-analyzer/cacti-spine/Manifest 
b/net-analyzer/cacti-spine/Manifest
index 138d0deef29..c09d761e192 100644
--- a/net-analyzer/cacti-spine/Manifest
+++ b/net-analyzer/cacti-spine/Manifest
@@ -1,5 +1,3 @@
-DIST cacti-spine-0.8.8h.tar.gz 804951 BLAKE2B 
3318f278a1f6f897e39c75af02c733cba753e524bda1f401b3b9d22dba183499dde392be090debd97747520ebcdd89f5d43768c172784a9acc7c8f29fca68fa2
 SHA512 
6a7147ab645be44de0d330c7801e569705817da10bf6cedba82c712e1701ada8aa8924a6b3b063ea680e6af24f815d6767e8773ad7b8da212abfa082b4211bd4
 DIST cacti-spine-1.1.20.tar.gz 801877 BLAKE2B 
35da513691967e507b9d10c373de571e2ef84aa20021d1bcfb2bc446a99fbbd2c68ebcd99dc47bece4387faa6596a7b109d8a61f02a3b2413cb89bfbcaa22e89
 SHA512 
df552157e64da04f57493351831a0602dea9ca3219ce3936884aec894e6698559d429ec62936a307b43fd49eff674c670d7e0a047924b5f03c30abeeec91491f
 DIST cacti-spine-1.1.21.tar.gz 801907 BLAKE2B 
cdcda765d349db12df1c672c4469770297d09a3946f19f1e686c251ef30d5be1e3f772efeeb3f344b21ecdba29275dde1b683025ae7c16b10561486397a484f3
 SHA512 
0dfdd3444639a471bc5c0d35ea3898532f2ebf16679677fee8ad291221ed607b54acc7fbf25e78da7c5597eeaed6b870ad7af66a95e20f95afce3270c8da5dd0
-DIST cacti-spine-1.1.25.tar.gz 802127 BLAKE2B 
02e23ca007ce3bcf3b651c1691ea22e53fcc4113b364d5440bbe2919b1549e36915b9fd927291a0ed84850552a2e97ff4f3c71b713727f3859c43bf123c20c86
 SHA512 
d9c4a924ce08d363a1ce7327172b6c83d606ccfb2b623b3b5a0f6df534a031caedbe55314cd415a58484c89df49d5e682853e5001849bd8e9767190fdc367809
 DIST cacti-spine-1.1.28.tar.gz 802006 BLAKE2B 
79e833b6afb619a1d2361bad38c3a52dc1e29b296864670f830a3bc998e7e456638523da15032751d56c65aefe0480477e70b741b23882a2a38adb2262aef601
 SHA512 
2255823d29342b49babebbae175c29fc7054b05ec5ae5897609960d808409f46e6d0cfcba2038dfad9598bc23532794f6cf26032a0566d2d2d2c57d622d37ab1

diff --git a/net-analyzer/cacti-spine/cacti-spine-0.8.8h.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-0.8.8h.ebuild
deleted file mode 100644
index c7738d6dba9..000
--- a/net-analyzer/cacti-spine/cacti-spine-0.8.8h.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools eutils
-
-MY_P=${PN}-${PV/_p/-}
-
-DESCRIPTION="Spine is a fast poller for Cacti (formerly known as Cactid)"
-HOMEPAGE="http://cacti.net/spine_info.php;
-SRC_URI="http://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 hppa ~ppc ~ppc64 sparc x86"
-
-CDEPEND="
-   dev-libs/openssl:*
-   net-analyzer/net-snmp
-   virtual/mysql
-"
-DEPEND="
-   ${CDEPEND}
-   sys-apps/help2man
-"
-RDEPEND="
-   ${CDEPEND}
-   >net-analyzer/cacti-0.8.8
-"
-
-src_prepare() {
-   epatch \
-   "${FILESDIR}"/${PN}-0.8.8h-fix-ac-macro.patch \
-   "${FILESDIR}"/${PN}-0.8.8d-mysql.patch \
-   "${FILESDIR}"/${PN}-0.8.8d-ping.patch \
-   "${FILESDIR}"/${PN}-0.8.8g-net-snmp.patch
-
-   sed -i -e 's/^bin_PROGRAMS/sbin_PROGRAMS/' Makefile.am
-   AT_M4DIR="config" eautoreconf
-}
-
-src_install() {
-   dosbin spine
-   insinto /etc/
-   insopts -m0640 -o root
-   newins spine.conf{.dist,}
-   dodoc ChangeLog README
-}

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.1.25.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.1.25.ebuild
deleted file mode 100644
index d148f4544d0..000
--- a/net-analyzer/cacti-spine/cacti-spine-1.1.25.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools eutils
-
-MY_P=${PN}-${PV/_p/-}
-
-DESCRIPTION="Spine is a fast poller for Cacti (formerly known as Cactid)"
-HOMEPAGE="https://cacti.net/spine_info.php;
-SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-
-CDEPEND="
-   dev-libs/openssl:*
-   net-analyzer/net-snmp
-   virtual/mysql
-"
-DEPEND="
-   ${CDEPEND}
-   sys-apps/help2man
-"
-RDEPEND="
-   ${CDEPEND}
-   >net-analyzer/cacti-0.8.8
-"
-PATCHES=(
-   "${FILESDIR}"/${PN}-0.8.8d-ping.patch
-   

[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/

2017-12-06 Thread Jeroen Roovers
commit: f9ae1349917b09afbee6f84f92349200f90938ca
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Dec  6 09:49:27 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Dec  6 09:49:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9ae1349

net-analyzer/cacti-spine: Version bump.

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 net-analyzer/cacti-spine/Manifest  |  9 +++--
 net-analyzer/cacti-spine/cacti-spine-1.1.28.ebuild | 47 ++
 2 files changed, 52 insertions(+), 4 deletions(-)

diff --git a/net-analyzer/cacti-spine/Manifest 
b/net-analyzer/cacti-spine/Manifest
index 2610f97e161..138d0deef29 100644
--- a/net-analyzer/cacti-spine/Manifest
+++ b/net-analyzer/cacti-spine/Manifest
@@ -1,4 +1,5 @@
-DIST cacti-spine-0.8.8h.tar.gz 804951 SHA256 
a693136839bd7d03cae5b3ff4614a4d21a2153ffb14d09fc061b843ab0b2bb30 SHA512 
6a7147ab645be44de0d330c7801e569705817da10bf6cedba82c712e1701ada8aa8924a6b3b063ea680e6af24f815d6767e8773ad7b8da212abfa082b4211bd4
 WHIRLPOOL 
36daed4986ca84883e51ab6b02ebb2ade00205c30705cfc94e73835bc2fc427a60a2dba9c7ca3665d0c0b2fca21afab77d94cde63b740f3734f9279c929cccaf
-DIST cacti-spine-1.1.20.tar.gz 801877 SHA256 
a8ccb24980099fbb6ee0a16f397f10fb9b3320db6a02c4e61b1483445d405f99 SHA512 
df552157e64da04f57493351831a0602dea9ca3219ce3936884aec894e6698559d429ec62936a307b43fd49eff674c670d7e0a047924b5f03c30abeeec91491f
 WHIRLPOOL 
1948229141f99fb04c799b46b323a047c47dc3c94303cb50f56018af8cbc1fe4d2c3a5b8c1683629802b3600e6e69b8ab5ce636e0d9c84ba61e9beadde11f2f1
-DIST cacti-spine-1.1.21.tar.gz 801907 SHA256 
031c7eeea7e64b20754cccfcc65851443847a31765893ddcc528da4e384ca4bf SHA512 
0dfdd3444639a471bc5c0d35ea3898532f2ebf16679677fee8ad291221ed607b54acc7fbf25e78da7c5597eeaed6b870ad7af66a95e20f95afce3270c8da5dd0
 WHIRLPOOL 
6521e622329c1a6e6ca5b8c97717380a4bc2fadde37af42fa6c1fd83f82a35ebc5cefce9788a360ff46abc62a9918e327404188f6c9b611b0064e1a86b41cab0
-DIST cacti-spine-1.1.25.tar.gz 802127 SHA256 
d5452d320781107a2cbc289247ecf8c0b29f55379a0c008b020843508c7e435d SHA512 
d9c4a924ce08d363a1ce7327172b6c83d606ccfb2b623b3b5a0f6df534a031caedbe55314cd415a58484c89df49d5e682853e5001849bd8e9767190fdc367809
 WHIRLPOOL 
0c2d5ec02c110b5ef5545ca1be769a2632c2bedd9c7627ef7f9a53995a956151627a10293fcfb19f34e223cb8c6cde914a2b399f14c2426a57bbdfe5f2046617
+DIST cacti-spine-0.8.8h.tar.gz 804951 BLAKE2B 
3318f278a1f6f897e39c75af02c733cba753e524bda1f401b3b9d22dba183499dde392be090debd97747520ebcdd89f5d43768c172784a9acc7c8f29fca68fa2
 SHA512 
6a7147ab645be44de0d330c7801e569705817da10bf6cedba82c712e1701ada8aa8924a6b3b063ea680e6af24f815d6767e8773ad7b8da212abfa082b4211bd4
+DIST cacti-spine-1.1.20.tar.gz 801877 BLAKE2B 
35da513691967e507b9d10c373de571e2ef84aa20021d1bcfb2bc446a99fbbd2c68ebcd99dc47bece4387faa6596a7b109d8a61f02a3b2413cb89bfbcaa22e89
 SHA512 
df552157e64da04f57493351831a0602dea9ca3219ce3936884aec894e6698559d429ec62936a307b43fd49eff674c670d7e0a047924b5f03c30abeeec91491f
+DIST cacti-spine-1.1.21.tar.gz 801907 BLAKE2B 
cdcda765d349db12df1c672c4469770297d09a3946f19f1e686c251ef30d5be1e3f772efeeb3f344b21ecdba29275dde1b683025ae7c16b10561486397a484f3
 SHA512 
0dfdd3444639a471bc5c0d35ea3898532f2ebf16679677fee8ad291221ed607b54acc7fbf25e78da7c5597eeaed6b870ad7af66a95e20f95afce3270c8da5dd0
+DIST cacti-spine-1.1.25.tar.gz 802127 BLAKE2B 
02e23ca007ce3bcf3b651c1691ea22e53fcc4113b364d5440bbe2919b1549e36915b9fd927291a0ed84850552a2e97ff4f3c71b713727f3859c43bf123c20c86
 SHA512 
d9c4a924ce08d363a1ce7327172b6c83d606ccfb2b623b3b5a0f6df534a031caedbe55314cd415a58484c89df49d5e682853e5001849bd8e9767190fdc367809
+DIST cacti-spine-1.1.28.tar.gz 802006 BLAKE2B 
79e833b6afb619a1d2361bad38c3a52dc1e29b296864670f830a3bc998e7e456638523da15032751d56c65aefe0480477e70b741b23882a2a38adb2262aef601
 SHA512 
2255823d29342b49babebbae175c29fc7054b05ec5ae5897609960d808409f46e6d0cfcba2038dfad9598bc23532794f6cf26032a0566d2d2d2c57d622d37ab1

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.1.28.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.1.28.ebuild
new file mode 100644
index 000..d148f4544d0
--- /dev/null
+++ b/net-analyzer/cacti-spine/cacti-spine-1.1.28.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools eutils
+
+MY_P=${PN}-${PV/_p/-}
+
+DESCRIPTION="Spine is a fast poller for Cacti (formerly known as Cactid)"
+HOMEPAGE="https://cacti.net/spine_info.php;
+SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+
+CDEPEND="
+   dev-libs/openssl:*
+   net-analyzer/net-snmp
+   virtual/mysql
+"
+DEPEND="
+   ${CDEPEND}
+   sys-apps/help2man
+"
+RDEPEND="
+   ${CDEPEND}
+   >net-analyzer/cacti-0.8.8
+"
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.8.8d-ping.patch
+   "${FILESDIR}"/${PN}-0.8.8g-net-snmp.patch
+)
+
+src_prepare() {
+   

[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/

2017-10-25 Thread Agostino Sarubbo
commit: d6efef028daa5764ec1cb5e5c2597ddda0744810
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Oct 25 09:29:38 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Oct 25 09:29:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6efef02

net-analyzer/cacti-spine: amd64 stable wrt bug #626992

Package-Manager: Portage-2.3.8, Repoman-2.3.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-analyzer/cacti-spine/cacti-spine-1.1.20.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.1.20.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.1.20.ebuild
index 278cc3ade74..0ca89463112 100644
--- a/net-analyzer/cacti-spine/cacti-spine-1.1.20.ebuild
+++ b/net-analyzer/cacti-spine/cacti-spine-1.1.20.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 ~hppa ~ppc ~ppc64 ~sparc x86"
 
 CDEPEND="
dev-libs/openssl:*



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/

2017-10-14 Thread Jeroen Roovers
commit: fc966417f11c6d31629d4fe14ee47c326758fa36
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Oct 14 13:06:09 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Oct 14 13:06:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc966417

net-analyzer/cacti-spine: Stable for HPPA too.

Package-Manager: Portage-2.3.11, Repoman-2.3.3
RepoMan-Options: --ignore-arches

 net-analyzer/cacti-spine/cacti-spine-1.1.21.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.1.21.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.1.21.ebuild
index d148f4544d0..4c78d022f85 100644
--- a/net-analyzer/cacti-spine/cacti-spine-1.1.21.ebuild
+++ b/net-analyzer/cacti-spine/cacti-spine-1.1.21.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 hppa ~ppc ~ppc64 ~sparc ~x86"
 
 CDEPEND="
dev-libs/openssl:*



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/

2017-10-14 Thread Jeroen Roovers
commit: 5219e299dac9d41eb1dedc05bbe039bcdf13ea4b
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Oct 14 13:05:20 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Oct 14 13:05:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5219e299

net-analyzer/cacti-spine: Version bump.

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 net-analyzer/cacti-spine/Manifest  |  1 +
 net-analyzer/cacti-spine/cacti-spine-1.1.25.ebuild | 47 ++
 2 files changed, 48 insertions(+)

diff --git a/net-analyzer/cacti-spine/Manifest 
b/net-analyzer/cacti-spine/Manifest
index 5dfce14ab77..2610f97e161 100644
--- a/net-analyzer/cacti-spine/Manifest
+++ b/net-analyzer/cacti-spine/Manifest
@@ -1,3 +1,4 @@
 DIST cacti-spine-0.8.8h.tar.gz 804951 SHA256 
a693136839bd7d03cae5b3ff4614a4d21a2153ffb14d09fc061b843ab0b2bb30 SHA512 
6a7147ab645be44de0d330c7801e569705817da10bf6cedba82c712e1701ada8aa8924a6b3b063ea680e6af24f815d6767e8773ad7b8da212abfa082b4211bd4
 WHIRLPOOL 
36daed4986ca84883e51ab6b02ebb2ade00205c30705cfc94e73835bc2fc427a60a2dba9c7ca3665d0c0b2fca21afab77d94cde63b740f3734f9279c929cccaf
 DIST cacti-spine-1.1.20.tar.gz 801877 SHA256 
a8ccb24980099fbb6ee0a16f397f10fb9b3320db6a02c4e61b1483445d405f99 SHA512 
df552157e64da04f57493351831a0602dea9ca3219ce3936884aec894e6698559d429ec62936a307b43fd49eff674c670d7e0a047924b5f03c30abeeec91491f
 WHIRLPOOL 
1948229141f99fb04c799b46b323a047c47dc3c94303cb50f56018af8cbc1fe4d2c3a5b8c1683629802b3600e6e69b8ab5ce636e0d9c84ba61e9beadde11f2f1
 DIST cacti-spine-1.1.21.tar.gz 801907 SHA256 
031c7eeea7e64b20754cccfcc65851443847a31765893ddcc528da4e384ca4bf SHA512 
0dfdd3444639a471bc5c0d35ea3898532f2ebf16679677fee8ad291221ed607b54acc7fbf25e78da7c5597eeaed6b870ad7af66a95e20f95afce3270c8da5dd0
 WHIRLPOOL 
6521e622329c1a6e6ca5b8c97717380a4bc2fadde37af42fa6c1fd83f82a35ebc5cefce9788a360ff46abc62a9918e327404188f6c9b611b0064e1a86b41cab0
+DIST cacti-spine-1.1.25.tar.gz 802127 SHA256 
d5452d320781107a2cbc289247ecf8c0b29f55379a0c008b020843508c7e435d SHA512 
d9c4a924ce08d363a1ce7327172b6c83d606ccfb2b623b3b5a0f6df534a031caedbe55314cd415a58484c89df49d5e682853e5001849bd8e9767190fdc367809
 WHIRLPOOL 
0c2d5ec02c110b5ef5545ca1be769a2632c2bedd9c7627ef7f9a53995a956151627a10293fcfb19f34e223cb8c6cde914a2b399f14c2426a57bbdfe5f2046617

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.1.25.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.1.25.ebuild
new file mode 100644
index 000..d148f4544d0
--- /dev/null
+++ b/net-analyzer/cacti-spine/cacti-spine-1.1.25.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools eutils
+
+MY_P=${PN}-${PV/_p/-}
+
+DESCRIPTION="Spine is a fast poller for Cacti (formerly known as Cactid)"
+HOMEPAGE="https://cacti.net/spine_info.php;
+SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+
+CDEPEND="
+   dev-libs/openssl:*
+   net-analyzer/net-snmp
+   virtual/mysql
+"
+DEPEND="
+   ${CDEPEND}
+   sys-apps/help2man
+"
+RDEPEND="
+   ${CDEPEND}
+   >net-analyzer/cacti-0.8.8
+"
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.8.8d-ping.patch
+   "${FILESDIR}"/${PN}-0.8.8g-net-snmp.patch
+)
+
+src_prepare() {
+   default
+
+   AT_M4DIR="config" eautoreconf
+}
+
+src_install() {
+   dosbin spine
+   insinto /etc/
+   insopts -m0640 -o root
+   newins spine.conf{.dist,}
+   dodoc ChangeLog
+}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/

2017-10-02 Thread Thomas Deutschmann
commit: 1b575c65855137add7dbe131029f1168ad68c89c
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Oct  3 00:03:14 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Oct  3 00:03:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b575c65

net-analyzer/cacti-spine: x86 stable (bug #626992)

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 net-analyzer/cacti-spine/cacti-spine-1.1.20.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.1.20.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.1.20.ebuild
index ee9f2fbcea9..278cc3ade74 100644
--- a/net-analyzer/cacti-spine/cacti-spine-1.1.20.ebuild
+++ b/net-analyzer/cacti-spine/cacti-spine-1.1.20.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc x86"
 
 CDEPEND="
dev-libs/openssl:*



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/

2017-09-10 Thread Jeroen Roovers
commit: 6c2a64ae71c423637b37be116f0cbfefa72ccd4c
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Sep 10 20:48:08 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Sep 10 20:48:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c2a64ae

net-analyzer/cacti-spine: Version bump.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 net-analyzer/cacti-spine/Manifest  |  1 +
 net-analyzer/cacti-spine/cacti-spine-1.1.21.ebuild | 47 ++
 2 files changed, 48 insertions(+)

diff --git a/net-analyzer/cacti-spine/Manifest 
b/net-analyzer/cacti-spine/Manifest
index f98e9c03c52..5dfce14ab77 100644
--- a/net-analyzer/cacti-spine/Manifest
+++ b/net-analyzer/cacti-spine/Manifest
@@ -1,2 +1,3 @@
 DIST cacti-spine-0.8.8h.tar.gz 804951 SHA256 
a693136839bd7d03cae5b3ff4614a4d21a2153ffb14d09fc061b843ab0b2bb30 SHA512 
6a7147ab645be44de0d330c7801e569705817da10bf6cedba82c712e1701ada8aa8924a6b3b063ea680e6af24f815d6767e8773ad7b8da212abfa082b4211bd4
 WHIRLPOOL 
36daed4986ca84883e51ab6b02ebb2ade00205c30705cfc94e73835bc2fc427a60a2dba9c7ca3665d0c0b2fca21afab77d94cde63b740f3734f9279c929cccaf
 DIST cacti-spine-1.1.20.tar.gz 801877 SHA256 
a8ccb24980099fbb6ee0a16f397f10fb9b3320db6a02c4e61b1483445d405f99 SHA512 
df552157e64da04f57493351831a0602dea9ca3219ce3936884aec894e6698559d429ec62936a307b43fd49eff674c670d7e0a047924b5f03c30abeeec91491f
 WHIRLPOOL 
1948229141f99fb04c799b46b323a047c47dc3c94303cb50f56018af8cbc1fe4d2c3a5b8c1683629802b3600e6e69b8ab5ce636e0d9c84ba61e9beadde11f2f1
+DIST cacti-spine-1.1.21.tar.gz 801907 SHA256 
031c7eeea7e64b20754cccfcc65851443847a31765893ddcc528da4e384ca4bf SHA512 
0dfdd3444639a471bc5c0d35ea3898532f2ebf16679677fee8ad291221ed607b54acc7fbf25e78da7c5597eeaed6b870ad7af66a95e20f95afce3270c8da5dd0
 WHIRLPOOL 
6521e622329c1a6e6ca5b8c97717380a4bc2fadde37af42fa6c1fd83f82a35ebc5cefce9788a360ff46abc62a9918e327404188f6c9b611b0064e1a86b41cab0

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.1.21.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.1.21.ebuild
new file mode 100644
index 000..d148f4544d0
--- /dev/null
+++ b/net-analyzer/cacti-spine/cacti-spine-1.1.21.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools eutils
+
+MY_P=${PN}-${PV/_p/-}
+
+DESCRIPTION="Spine is a fast poller for Cacti (formerly known as Cactid)"
+HOMEPAGE="https://cacti.net/spine_info.php;
+SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+
+CDEPEND="
+   dev-libs/openssl:*
+   net-analyzer/net-snmp
+   virtual/mysql
+"
+DEPEND="
+   ${CDEPEND}
+   sys-apps/help2man
+"
+RDEPEND="
+   ${CDEPEND}
+   >net-analyzer/cacti-0.8.8
+"
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.8.8d-ping.patch
+   "${FILESDIR}"/${PN}-0.8.8g-net-snmp.patch
+)
+
+src_prepare() {
+   default
+
+   AT_M4DIR="config" eautoreconf
+}
+
+src_install() {
+   dosbin spine
+   insinto /etc/
+   insopts -m0640 -o root
+   newins spine.conf{.dist,}
+   dodoc ChangeLog
+}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/

2017-09-04 Thread Tobias Klausmann
commit: 75439b872d9786d00494c78e35249f1f97673e5c
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Sep  4 07:25:55 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Sep  4 07:25:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75439b87

net-analyzer/cacti-spine-1.1.20-r0: alpha stable

Gentoo-Bug: 626992

 net-analyzer/cacti-spine/cacti-spine-1.1.20.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.1.20.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.1.20.ebuild
index fa4ecb956b8..ee9f2fbcea9 100644
--- a/net-analyzer/cacti-spine/cacti-spine-1.1.20.ebuild
+++ b/net-analyzer/cacti-spine/cacti-spine-1.1.20.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 
 CDEPEND="
dev-libs/openssl:*



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/

2017-08-31 Thread Jeroen Roovers
commit: 356d4a2484d986cd5b767d98e58ea9f192a06642
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Aug 31 17:52:50 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Aug 31 17:59:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=356d4a24

net-analyzer/cacti-spine: Version bump.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 net-analyzer/cacti-spine/Manifest  |  1 +
 net-analyzer/cacti-spine/cacti-spine-1.1.20.ebuild | 47 ++
 2 files changed, 48 insertions(+)

diff --git a/net-analyzer/cacti-spine/Manifest 
b/net-analyzer/cacti-spine/Manifest
index b0eb2c176e0..77f7579de3f 100644
--- a/net-analyzer/cacti-spine/Manifest
+++ b/net-analyzer/cacti-spine/Manifest
@@ -1,2 +1,3 @@
 DIST cacti-spine-0.8.8h.tar.gz 804951 SHA256 
a693136839bd7d03cae5b3ff4614a4d21a2153ffb14d09fc061b843ab0b2bb30 SHA512 
6a7147ab645be44de0d330c7801e569705817da10bf6cedba82c712e1701ada8aa8924a6b3b063ea680e6af24f815d6767e8773ad7b8da212abfa082b4211bd4
 WHIRLPOOL 
36daed4986ca84883e51ab6b02ebb2ade00205c30705cfc94e73835bc2fc427a60a2dba9c7ca3665d0c0b2fca21afab77d94cde63b740f3734f9279c929cccaf
 DIST cacti-spine-1.1.18.tar.gz 801575 SHA256 
0c12426ae880f9f7296c91a2930781f63f7c50217e210c9e8faf75614f415f48 SHA512 
28fb6a7c67289680dd4eac08b08099b72cbf4676f4a86c6d4d158e2c791e59855ea39770badb214709868c7405022fba88348c968883a9cb3bb734c251c192c7
 WHIRLPOOL 
389c64c10775bbebf3043e0ff9c4ce544024941a5fe4704f20abae34e1063c21a956ffa5a59d157266937304be4a2031db71f8b152563fe954b4d0a911846159
+DIST cacti-spine-1.1.20.tar.gz 801877 SHA256 
a8ccb24980099fbb6ee0a16f397f10fb9b3320db6a02c4e61b1483445d405f99 SHA512 
df552157e64da04f57493351831a0602dea9ca3219ce3936884aec894e6698559d429ec62936a307b43fd49eff674c670d7e0a047924b5f03c30abeeec91491f
 WHIRLPOOL 
1948229141f99fb04c799b46b323a047c47dc3c94303cb50f56018af8cbc1fe4d2c3a5b8c1683629802b3600e6e69b8ab5ce636e0d9c84ba61e9beadde11f2f1

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.1.20.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.1.20.ebuild
new file mode 100644
index 000..fa4ecb956b8
--- /dev/null
+++ b/net-analyzer/cacti-spine/cacti-spine-1.1.20.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools eutils
+
+MY_P=${PN}-${PV/_p/-}
+
+DESCRIPTION="Spine is a fast poller for Cacti (formerly known as Cactid)"
+HOMEPAGE="https://cacti.net/spine_info.php;
+SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+
+CDEPEND="
+   dev-libs/openssl:*
+   net-analyzer/net-snmp
+   virtual/mysql
+"
+DEPEND="
+   ${CDEPEND}
+   sys-apps/help2man
+"
+RDEPEND="
+   ${CDEPEND}
+   >net-analyzer/cacti-0.8.8
+"
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.8.8d-ping.patch
+   "${FILESDIR}"/${PN}-0.8.8g-net-snmp.patch
+)
+
+src_prepare() {
+   default
+
+   AT_M4DIR="config" eautoreconf
+}
+
+src_install() {
+   dosbin spine
+   insinto /etc/
+   insopts -m0640 -o root
+   newins spine.conf{.dist,}
+   dodoc ChangeLog
+}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/

2017-08-31 Thread Jeroen Roovers
commit: 6692aa6ed3b286af7570bc2fc3934ad68c059808
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Aug 31 17:53:45 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Aug 31 17:59:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6692aa6e

net-analyzer/cacti-spine: Old.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 net-analyzer/cacti-spine/Manifest  |  1 -
 net-analyzer/cacti-spine/cacti-spine-1.1.18.ebuild | 47 --
 2 files changed, 48 deletions(-)

diff --git a/net-analyzer/cacti-spine/Manifest 
b/net-analyzer/cacti-spine/Manifest
index 77f7579de3f..f98e9c03c52 100644
--- a/net-analyzer/cacti-spine/Manifest
+++ b/net-analyzer/cacti-spine/Manifest
@@ -1,3 +1,2 @@
 DIST cacti-spine-0.8.8h.tar.gz 804951 SHA256 
a693136839bd7d03cae5b3ff4614a4d21a2153ffb14d09fc061b843ab0b2bb30 SHA512 
6a7147ab645be44de0d330c7801e569705817da10bf6cedba82c712e1701ada8aa8924a6b3b063ea680e6af24f815d6767e8773ad7b8da212abfa082b4211bd4
 WHIRLPOOL 
36daed4986ca84883e51ab6b02ebb2ade00205c30705cfc94e73835bc2fc427a60a2dba9c7ca3665d0c0b2fca21afab77d94cde63b740f3734f9279c929cccaf
-DIST cacti-spine-1.1.18.tar.gz 801575 SHA256 
0c12426ae880f9f7296c91a2930781f63f7c50217e210c9e8faf75614f415f48 SHA512 
28fb6a7c67289680dd4eac08b08099b72cbf4676f4a86c6d4d158e2c791e59855ea39770badb214709868c7405022fba88348c968883a9cb3bb734c251c192c7
 WHIRLPOOL 
389c64c10775bbebf3043e0ff9c4ce544024941a5fe4704f20abae34e1063c21a956ffa5a59d157266937304be4a2031db71f8b152563fe954b4d0a911846159
 DIST cacti-spine-1.1.20.tar.gz 801877 SHA256 
a8ccb24980099fbb6ee0a16f397f10fb9b3320db6a02c4e61b1483445d405f99 SHA512 
df552157e64da04f57493351831a0602dea9ca3219ce3936884aec894e6698559d429ec62936a307b43fd49eff674c670d7e0a047924b5f03c30abeeec91491f
 WHIRLPOOL 
1948229141f99fb04c799b46b323a047c47dc3c94303cb50f56018af8cbc1fe4d2c3a5b8c1683629802b3600e6e69b8ab5ce636e0d9c84ba61e9beadde11f2f1

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.1.18.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.1.18.ebuild
deleted file mode 100644
index 34727025866..000
--- a/net-analyzer/cacti-spine/cacti-spine-1.1.18.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools eutils
-
-MY_P=${PN}-${PV/_p/-}
-
-DESCRIPTION="Spine is a fast poller for Cacti (formerly known as Cactid)"
-HOMEPAGE="http://cacti.net/spine_info.php;
-SRC_URI="http://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-
-CDEPEND="
-   dev-libs/openssl:*
-   net-analyzer/net-snmp
-   virtual/mysql
-"
-DEPEND="
-   ${CDEPEND}
-   sys-apps/help2man
-"
-RDEPEND="
-   ${CDEPEND}
-   >net-analyzer/cacti-0.8.8
-"
-PATCHES=(
-   "${FILESDIR}"/${PN}-0.8.8d-ping.patch
-   "${FILESDIR}"/${PN}-0.8.8g-net-snmp.patch
-)
-
-src_prepare() {
-   default
-
-   AT_M4DIR="config" eautoreconf
-}
-
-src_install() {
-   dosbin spine
-   insinto /etc/
-   insopts -m0640 -o root
-   newins spine.conf{.dist,}
-   dodoc ChangeLog
-}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/

2017-08-20 Thread Jeroen Roovers
commit: 28f5accec028fef259f95e1af66fd573132bf922
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Aug 20 07:03:22 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Aug 20 07:03:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28f5acce

net-analyzer/cacti-spine: Old.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 net-analyzer/cacti-spine/Manifest  |  1 -
 net-analyzer/cacti-spine/cacti-spine-1.1.16.ebuild | 47 --
 2 files changed, 48 deletions(-)

diff --git a/net-analyzer/cacti-spine/Manifest 
b/net-analyzer/cacti-spine/Manifest
index 6b4fd07af9e..b0eb2c176e0 100644
--- a/net-analyzer/cacti-spine/Manifest
+++ b/net-analyzer/cacti-spine/Manifest
@@ -1,3 +1,2 @@
 DIST cacti-spine-0.8.8h.tar.gz 804951 SHA256 
a693136839bd7d03cae5b3ff4614a4d21a2153ffb14d09fc061b843ab0b2bb30 SHA512 
6a7147ab645be44de0d330c7801e569705817da10bf6cedba82c712e1701ada8aa8924a6b3b063ea680e6af24f815d6767e8773ad7b8da212abfa082b4211bd4
 WHIRLPOOL 
36daed4986ca84883e51ab6b02ebb2ade00205c30705cfc94e73835bc2fc427a60a2dba9c7ca3665d0c0b2fca21afab77d94cde63b740f3734f9279c929cccaf
-DIST cacti-spine-1.1.16.tar.gz 801508 SHA256 
9969d7b422d4c41fd6d7e9fb3d7907400601a394b16c4253202b3d4596f85d7f SHA512 
01813864bd65229d7d1a54123de60579eeed652e962d0f78a4bc63c26de29e1402b7bbb4e7585c90cf37c9db412b539c8079b72c78fa026110c290632d63b205
 WHIRLPOOL 
cd1bc344e38b826cce8a1b584ab8d8d2f8d1d91416d6939932a4c6eda59428b23aa7fc970faee93245b0967d18eaa280677acf0e9ee9add6e715121bda4d6c8c
 DIST cacti-spine-1.1.18.tar.gz 801575 SHA256 
0c12426ae880f9f7296c91a2930781f63f7c50217e210c9e8faf75614f415f48 SHA512 
28fb6a7c67289680dd4eac08b08099b72cbf4676f4a86c6d4d158e2c791e59855ea39770badb214709868c7405022fba88348c968883a9cb3bb734c251c192c7
 WHIRLPOOL 
389c64c10775bbebf3043e0ff9c4ce544024941a5fe4704f20abae34e1063c21a956ffa5a59d157266937304be4a2031db71f8b152563fe954b4d0a911846159

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.1.16.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.1.16.ebuild
deleted file mode 100644
index 34727025866..000
--- a/net-analyzer/cacti-spine/cacti-spine-1.1.16.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools eutils
-
-MY_P=${PN}-${PV/_p/-}
-
-DESCRIPTION="Spine is a fast poller for Cacti (formerly known as Cactid)"
-HOMEPAGE="http://cacti.net/spine_info.php;
-SRC_URI="http://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-
-CDEPEND="
-   dev-libs/openssl:*
-   net-analyzer/net-snmp
-   virtual/mysql
-"
-DEPEND="
-   ${CDEPEND}
-   sys-apps/help2man
-"
-RDEPEND="
-   ${CDEPEND}
-   >net-analyzer/cacti-0.8.8
-"
-PATCHES=(
-   "${FILESDIR}"/${PN}-0.8.8d-ping.patch
-   "${FILESDIR}"/${PN}-0.8.8g-net-snmp.patch
-)
-
-src_prepare() {
-   default
-
-   AT_M4DIR="config" eautoreconf
-}
-
-src_install() {
-   dosbin spine
-   insinto /etc/
-   insopts -m0640 -o root
-   newins spine.conf{.dist,}
-   dodoc ChangeLog
-}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/

2017-08-20 Thread Jeroen Roovers
commit: 65dfefcd4f388900d3222dc75f8c207f02e7ddd8
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Aug 20 07:02:30 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Aug 20 07:02:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65dfefcd

net-analyzer/cacti-spine: Version bump.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 net-analyzer/cacti-spine/Manifest  |  1 +
 net-analyzer/cacti-spine/cacti-spine-1.1.18.ebuild | 47 ++
 2 files changed, 48 insertions(+)

diff --git a/net-analyzer/cacti-spine/Manifest 
b/net-analyzer/cacti-spine/Manifest
index b58c69d9027..6b4fd07af9e 100644
--- a/net-analyzer/cacti-spine/Manifest
+++ b/net-analyzer/cacti-spine/Manifest
@@ -1,2 +1,3 @@
 DIST cacti-spine-0.8.8h.tar.gz 804951 SHA256 
a693136839bd7d03cae5b3ff4614a4d21a2153ffb14d09fc061b843ab0b2bb30 SHA512 
6a7147ab645be44de0d330c7801e569705817da10bf6cedba82c712e1701ada8aa8924a6b3b063ea680e6af24f815d6767e8773ad7b8da212abfa082b4211bd4
 WHIRLPOOL 
36daed4986ca84883e51ab6b02ebb2ade00205c30705cfc94e73835bc2fc427a60a2dba9c7ca3665d0c0b2fca21afab77d94cde63b740f3734f9279c929cccaf
 DIST cacti-spine-1.1.16.tar.gz 801508 SHA256 
9969d7b422d4c41fd6d7e9fb3d7907400601a394b16c4253202b3d4596f85d7f SHA512 
01813864bd65229d7d1a54123de60579eeed652e962d0f78a4bc63c26de29e1402b7bbb4e7585c90cf37c9db412b539c8079b72c78fa026110c290632d63b205
 WHIRLPOOL 
cd1bc344e38b826cce8a1b584ab8d8d2f8d1d91416d6939932a4c6eda59428b23aa7fc970faee93245b0967d18eaa280677acf0e9ee9add6e715121bda4d6c8c
+DIST cacti-spine-1.1.18.tar.gz 801575 SHA256 
0c12426ae880f9f7296c91a2930781f63f7c50217e210c9e8faf75614f415f48 SHA512 
28fb6a7c67289680dd4eac08b08099b72cbf4676f4a86c6d4d158e2c791e59855ea39770badb214709868c7405022fba88348c968883a9cb3bb734c251c192c7
 WHIRLPOOL 
389c64c10775bbebf3043e0ff9c4ce544024941a5fe4704f20abae34e1063c21a956ffa5a59d157266937304be4a2031db71f8b152563fe954b4d0a911846159

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.1.18.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.1.18.ebuild
new file mode 100644
index 000..34727025866
--- /dev/null
+++ b/net-analyzer/cacti-spine/cacti-spine-1.1.18.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools eutils
+
+MY_P=${PN}-${PV/_p/-}
+
+DESCRIPTION="Spine is a fast poller for Cacti (formerly known as Cactid)"
+HOMEPAGE="http://cacti.net/spine_info.php;
+SRC_URI="http://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+
+CDEPEND="
+   dev-libs/openssl:*
+   net-analyzer/net-snmp
+   virtual/mysql
+"
+DEPEND="
+   ${CDEPEND}
+   sys-apps/help2man
+"
+RDEPEND="
+   ${CDEPEND}
+   >net-analyzer/cacti-0.8.8
+"
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.8.8d-ping.patch
+   "${FILESDIR}"/${PN}-0.8.8g-net-snmp.patch
+)
+
+src_prepare() {
+   default
+
+   AT_M4DIR="config" eautoreconf
+}
+
+src_install() {
+   dosbin spine
+   insinto /etc/
+   insopts -m0640 -o root
+   newins spine.conf{.dist,}
+   dodoc ChangeLog
+}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/

2017-08-10 Thread Jeroen Roovers
commit: 0f500838378be48d6534924d8e79f8e0280d7b0d
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Aug 10 06:40:50 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Aug 10 06:40:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f500838

net-analyzer/cacti-spine: Old.

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 net-analyzer/cacti-spine/Manifest  |  1 -
 net-analyzer/cacti-spine/cacti-spine-1.1.15.ebuild | 47 --
 2 files changed, 48 deletions(-)

diff --git a/net-analyzer/cacti-spine/Manifest 
b/net-analyzer/cacti-spine/Manifest
index 9b1d50078fc..b58c69d9027 100644
--- a/net-analyzer/cacti-spine/Manifest
+++ b/net-analyzer/cacti-spine/Manifest
@@ -1,3 +1,2 @@
 DIST cacti-spine-0.8.8h.tar.gz 804951 SHA256 
a693136839bd7d03cae5b3ff4614a4d21a2153ffb14d09fc061b843ab0b2bb30 SHA512 
6a7147ab645be44de0d330c7801e569705817da10bf6cedba82c712e1701ada8aa8924a6b3b063ea680e6af24f815d6767e8773ad7b8da212abfa082b4211bd4
 WHIRLPOOL 
36daed4986ca84883e51ab6b02ebb2ade00205c30705cfc94e73835bc2fc427a60a2dba9c7ca3665d0c0b2fca21afab77d94cde63b740f3734f9279c929cccaf
-DIST cacti-spine-1.1.15.tar.gz 801706 SHA256 
91de11faaa882cf8743defd252251b43bf8afad7680bae80e50290573547fd8c SHA512 
2ea955748afa78e7e7802960ad5d888720838e3464df937cd1a258c191198a68b16fe58e56e2985855f3157fe4fdd2c1792ccc9d8e970419ec94c453588baf13
 WHIRLPOOL 
5c3d0fc8959d21482b28ed8c2258240e2cc7724927344900cadf70e701b8a335ab32ddc1d0728d0f20e9b7b83aff03c3d634e7001c21ec428c36144eb494aa4f
 DIST cacti-spine-1.1.16.tar.gz 801508 SHA256 
9969d7b422d4c41fd6d7e9fb3d7907400601a394b16c4253202b3d4596f85d7f SHA512 
01813864bd65229d7d1a54123de60579eeed652e962d0f78a4bc63c26de29e1402b7bbb4e7585c90cf37c9db412b539c8079b72c78fa026110c290632d63b205
 WHIRLPOOL 
cd1bc344e38b826cce8a1b584ab8d8d2f8d1d91416d6939932a4c6eda59428b23aa7fc970faee93245b0967d18eaa280677acf0e9ee9add6e715121bda4d6c8c

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.1.15.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.1.15.ebuild
deleted file mode 100644
index 34727025866..000
--- a/net-analyzer/cacti-spine/cacti-spine-1.1.15.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools eutils
-
-MY_P=${PN}-${PV/_p/-}
-
-DESCRIPTION="Spine is a fast poller for Cacti (formerly known as Cactid)"
-HOMEPAGE="http://cacti.net/spine_info.php;
-SRC_URI="http://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-
-CDEPEND="
-   dev-libs/openssl:*
-   net-analyzer/net-snmp
-   virtual/mysql
-"
-DEPEND="
-   ${CDEPEND}
-   sys-apps/help2man
-"
-RDEPEND="
-   ${CDEPEND}
-   >net-analyzer/cacti-0.8.8
-"
-PATCHES=(
-   "${FILESDIR}"/${PN}-0.8.8d-ping.patch
-   "${FILESDIR}"/${PN}-0.8.8g-net-snmp.patch
-)
-
-src_prepare() {
-   default
-
-   AT_M4DIR="config" eautoreconf
-}
-
-src_install() {
-   dosbin spine
-   insinto /etc/
-   insopts -m0640 -o root
-   newins spine.conf{.dist,}
-   dodoc ChangeLog
-}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/

2017-08-10 Thread Jeroen Roovers
commit: dbf1bf28aeed4bb0e50baaab4cc7b159599ff4ad
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Aug 10 06:40:12 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Aug 10 06:40:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbf1bf28

net-analyzer/cacti-spine: Version bump.

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 net-analyzer/cacti-spine/Manifest  |  1 +
 net-analyzer/cacti-spine/cacti-spine-1.1.16.ebuild | 47 ++
 2 files changed, 48 insertions(+)

diff --git a/net-analyzer/cacti-spine/Manifest 
b/net-analyzer/cacti-spine/Manifest
index 1e0d1554b73..9b1d50078fc 100644
--- a/net-analyzer/cacti-spine/Manifest
+++ b/net-analyzer/cacti-spine/Manifest
@@ -1,2 +1,3 @@
 DIST cacti-spine-0.8.8h.tar.gz 804951 SHA256 
a693136839bd7d03cae5b3ff4614a4d21a2153ffb14d09fc061b843ab0b2bb30 SHA512 
6a7147ab645be44de0d330c7801e569705817da10bf6cedba82c712e1701ada8aa8924a6b3b063ea680e6af24f815d6767e8773ad7b8da212abfa082b4211bd4
 WHIRLPOOL 
36daed4986ca84883e51ab6b02ebb2ade00205c30705cfc94e73835bc2fc427a60a2dba9c7ca3665d0c0b2fca21afab77d94cde63b740f3734f9279c929cccaf
 DIST cacti-spine-1.1.15.tar.gz 801706 SHA256 
91de11faaa882cf8743defd252251b43bf8afad7680bae80e50290573547fd8c SHA512 
2ea955748afa78e7e7802960ad5d888720838e3464df937cd1a258c191198a68b16fe58e56e2985855f3157fe4fdd2c1792ccc9d8e970419ec94c453588baf13
 WHIRLPOOL 
5c3d0fc8959d21482b28ed8c2258240e2cc7724927344900cadf70e701b8a335ab32ddc1d0728d0f20e9b7b83aff03c3d634e7001c21ec428c36144eb494aa4f
+DIST cacti-spine-1.1.16.tar.gz 801508 SHA256 
9969d7b422d4c41fd6d7e9fb3d7907400601a394b16c4253202b3d4596f85d7f SHA512 
01813864bd65229d7d1a54123de60579eeed652e962d0f78a4bc63c26de29e1402b7bbb4e7585c90cf37c9db412b539c8079b72c78fa026110c290632d63b205
 WHIRLPOOL 
cd1bc344e38b826cce8a1b584ab8d8d2f8d1d91416d6939932a4c6eda59428b23aa7fc970faee93245b0967d18eaa280677acf0e9ee9add6e715121bda4d6c8c

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.1.16.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.1.16.ebuild
new file mode 100644
index 000..34727025866
--- /dev/null
+++ b/net-analyzer/cacti-spine/cacti-spine-1.1.16.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools eutils
+
+MY_P=${PN}-${PV/_p/-}
+
+DESCRIPTION="Spine is a fast poller for Cacti (formerly known as Cactid)"
+HOMEPAGE="http://cacti.net/spine_info.php;
+SRC_URI="http://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+
+CDEPEND="
+   dev-libs/openssl:*
+   net-analyzer/net-snmp
+   virtual/mysql
+"
+DEPEND="
+   ${CDEPEND}
+   sys-apps/help2man
+"
+RDEPEND="
+   ${CDEPEND}
+   >net-analyzer/cacti-0.8.8
+"
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.8.8d-ping.patch
+   "${FILESDIR}"/${PN}-0.8.8g-net-snmp.patch
+)
+
+src_prepare() {
+   default
+
+   AT_M4DIR="config" eautoreconf
+}
+
+src_install() {
+   dosbin spine
+   insinto /etc/
+   insopts -m0640 -o root
+   newins spine.conf{.dist,}
+   dodoc ChangeLog
+}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/

2017-07-27 Thread Jeroen Roovers
commit: 9727c1d858b66d88e9fb66dc58e7a7ca78a3fb7f
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Jul 27 11:02:39 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Jul 27 11:02:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9727c1d8

net-analyzer/cacti-spine: Old.

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 net-analyzer/cacti-spine/Manifest  |  1 -
 net-analyzer/cacti-spine/cacti-spine-1.1.13.ebuild | 47 --
 2 files changed, 48 deletions(-)

diff --git a/net-analyzer/cacti-spine/Manifest 
b/net-analyzer/cacti-spine/Manifest
index ad330d58c50..1e0d1554b73 100644
--- a/net-analyzer/cacti-spine/Manifest
+++ b/net-analyzer/cacti-spine/Manifest
@@ -1,3 +1,2 @@
 DIST cacti-spine-0.8.8h.tar.gz 804951 SHA256 
a693136839bd7d03cae5b3ff4614a4d21a2153ffb14d09fc061b843ab0b2bb30 SHA512 
6a7147ab645be44de0d330c7801e569705817da10bf6cedba82c712e1701ada8aa8924a6b3b063ea680e6af24f815d6767e8773ad7b8da212abfa082b4211bd4
 WHIRLPOOL 
36daed4986ca84883e51ab6b02ebb2ade00205c30705cfc94e73835bc2fc427a60a2dba9c7ca3665d0c0b2fca21afab77d94cde63b740f3734f9279c929cccaf
-DIST cacti-spine-1.1.13.tar.gz 801645 SHA256 
900c5dd402b42042d960cc277d4bb5edc55e93b34e37ae79dac8cef2d8685641 SHA512 
6ec5e629818ad274ee3864cbd1bfa70e35e6509e1dd0eb231da9889b3844e7e75d269c9d16d57796e75f36dfd204172c9d7e6843e0b06e3ac20bbf4f781b1b8c
 WHIRLPOOL 
4d5875d4dedebcbd72d99ab06499411e398ed33a8ec7cae45b5528a1f234852897c4d761d58b76dbca19969f2aa051618cb07cec93e225620530aa2bf6bfeb19
 DIST cacti-spine-1.1.15.tar.gz 801706 SHA256 
91de11faaa882cf8743defd252251b43bf8afad7680bae80e50290573547fd8c SHA512 
2ea955748afa78e7e7802960ad5d888720838e3464df937cd1a258c191198a68b16fe58e56e2985855f3157fe4fdd2c1792ccc9d8e970419ec94c453588baf13
 WHIRLPOOL 
5c3d0fc8959d21482b28ed8c2258240e2cc7724927344900cadf70e701b8a335ab32ddc1d0728d0f20e9b7b83aff03c3d634e7001c21ec428c36144eb494aa4f

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.1.13.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.1.13.ebuild
deleted file mode 100644
index 34727025866..000
--- a/net-analyzer/cacti-spine/cacti-spine-1.1.13.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools eutils
-
-MY_P=${PN}-${PV/_p/-}
-
-DESCRIPTION="Spine is a fast poller for Cacti (formerly known as Cactid)"
-HOMEPAGE="http://cacti.net/spine_info.php;
-SRC_URI="http://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-
-CDEPEND="
-   dev-libs/openssl:*
-   net-analyzer/net-snmp
-   virtual/mysql
-"
-DEPEND="
-   ${CDEPEND}
-   sys-apps/help2man
-"
-RDEPEND="
-   ${CDEPEND}
-   >net-analyzer/cacti-0.8.8
-"
-PATCHES=(
-   "${FILESDIR}"/${PN}-0.8.8d-ping.patch
-   "${FILESDIR}"/${PN}-0.8.8g-net-snmp.patch
-)
-
-src_prepare() {
-   default
-
-   AT_M4DIR="config" eautoreconf
-}
-
-src_install() {
-   dosbin spine
-   insinto /etc/
-   insopts -m0640 -o root
-   newins spine.conf{.dist,}
-   dodoc ChangeLog
-}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/

2017-07-27 Thread Jeroen Roovers
commit: 97f56f8bfbe82fe5345dc7bba7a986989d83ee67
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Jul 27 09:50:21 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Jul 27 09:50:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97f56f8b

net-analyzer/cacti-spine: Version bump.

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 net-analyzer/cacti-spine/Manifest  |  1 +
 net-analyzer/cacti-spine/cacti-spine-1.1.15.ebuild | 47 ++
 2 files changed, 48 insertions(+)

diff --git a/net-analyzer/cacti-spine/Manifest 
b/net-analyzer/cacti-spine/Manifest
index 9d66e0efe5e..ad330d58c50 100644
--- a/net-analyzer/cacti-spine/Manifest
+++ b/net-analyzer/cacti-spine/Manifest
@@ -1,2 +1,3 @@
 DIST cacti-spine-0.8.8h.tar.gz 804951 SHA256 
a693136839bd7d03cae5b3ff4614a4d21a2153ffb14d09fc061b843ab0b2bb30 SHA512 
6a7147ab645be44de0d330c7801e569705817da10bf6cedba82c712e1701ada8aa8924a6b3b063ea680e6af24f815d6767e8773ad7b8da212abfa082b4211bd4
 WHIRLPOOL 
36daed4986ca84883e51ab6b02ebb2ade00205c30705cfc94e73835bc2fc427a60a2dba9c7ca3665d0c0b2fca21afab77d94cde63b740f3734f9279c929cccaf
 DIST cacti-spine-1.1.13.tar.gz 801645 SHA256 
900c5dd402b42042d960cc277d4bb5edc55e93b34e37ae79dac8cef2d8685641 SHA512 
6ec5e629818ad274ee3864cbd1bfa70e35e6509e1dd0eb231da9889b3844e7e75d269c9d16d57796e75f36dfd204172c9d7e6843e0b06e3ac20bbf4f781b1b8c
 WHIRLPOOL 
4d5875d4dedebcbd72d99ab06499411e398ed33a8ec7cae45b5528a1f234852897c4d761d58b76dbca19969f2aa051618cb07cec93e225620530aa2bf6bfeb19
+DIST cacti-spine-1.1.15.tar.gz 801706 SHA256 
91de11faaa882cf8743defd252251b43bf8afad7680bae80e50290573547fd8c SHA512 
2ea955748afa78e7e7802960ad5d888720838e3464df937cd1a258c191198a68b16fe58e56e2985855f3157fe4fdd2c1792ccc9d8e970419ec94c453588baf13
 WHIRLPOOL 
5c3d0fc8959d21482b28ed8c2258240e2cc7724927344900cadf70e701b8a335ab32ddc1d0728d0f20e9b7b83aff03c3d634e7001c21ec428c36144eb494aa4f

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.1.15.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.1.15.ebuild
new file mode 100644
index 000..34727025866
--- /dev/null
+++ b/net-analyzer/cacti-spine/cacti-spine-1.1.15.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools eutils
+
+MY_P=${PN}-${PV/_p/-}
+
+DESCRIPTION="Spine is a fast poller for Cacti (formerly known as Cactid)"
+HOMEPAGE="http://cacti.net/spine_info.php;
+SRC_URI="http://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+
+CDEPEND="
+   dev-libs/openssl:*
+   net-analyzer/net-snmp
+   virtual/mysql
+"
+DEPEND="
+   ${CDEPEND}
+   sys-apps/help2man
+"
+RDEPEND="
+   ${CDEPEND}
+   >net-analyzer/cacti-0.8.8
+"
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.8.8d-ping.patch
+   "${FILESDIR}"/${PN}-0.8.8g-net-snmp.patch
+)
+
+src_prepare() {
+   default
+
+   AT_M4DIR="config" eautoreconf
+}
+
+src_install() {
+   dosbin spine
+   insinto /etc/
+   insopts -m0640 -o root
+   newins spine.conf{.dist,}
+   dodoc ChangeLog
+}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/

2017-07-20 Thread Jeroen Roovers
commit: f8820be3c6dd0565373dff3d48d789048c329277
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Jul 20 06:13:22 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Jul 20 06:13:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8820be3

net-analyzer/cacti-spine: Old.

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 net-analyzer/cacti-spine/Manifest |  2 -
 net-analyzer/cacti-spine/cacti-spine-1.1.7.ebuild | 47 ---
 net-analyzer/cacti-spine/cacti-spine-1.1.9.ebuild | 47 ---
 3 files changed, 96 deletions(-)

diff --git a/net-analyzer/cacti-spine/Manifest 
b/net-analyzer/cacti-spine/Manifest
index 6357af7a3c7..9d66e0efe5e 100644
--- a/net-analyzer/cacti-spine/Manifest
+++ b/net-analyzer/cacti-spine/Manifest
@@ -1,4 +1,2 @@
 DIST cacti-spine-0.8.8h.tar.gz 804951 SHA256 
a693136839bd7d03cae5b3ff4614a4d21a2153ffb14d09fc061b843ab0b2bb30 SHA512 
6a7147ab645be44de0d330c7801e569705817da10bf6cedba82c712e1701ada8aa8924a6b3b063ea680e6af24f815d6767e8773ad7b8da212abfa082b4211bd4
 WHIRLPOOL 
36daed4986ca84883e51ab6b02ebb2ade00205c30705cfc94e73835bc2fc427a60a2dba9c7ca3665d0c0b2fca21afab77d94cde63b740f3734f9279c929cccaf
 DIST cacti-spine-1.1.13.tar.gz 801645 SHA256 
900c5dd402b42042d960cc277d4bb5edc55e93b34e37ae79dac8cef2d8685641 SHA512 
6ec5e629818ad274ee3864cbd1bfa70e35e6509e1dd0eb231da9889b3844e7e75d269c9d16d57796e75f36dfd204172c9d7e6843e0b06e3ac20bbf4f781b1b8c
 WHIRLPOOL 
4d5875d4dedebcbd72d99ab06499411e398ed33a8ec7cae45b5528a1f234852897c4d761d58b76dbca19969f2aa051618cb07cec93e225620530aa2bf6bfeb19
-DIST cacti-spine-1.1.7.tar.gz 801419 SHA256 
97183529cdcd8446fbcb606710b6c0a7bd2f7166edbf910dc583e5a760ed2c5c SHA512 
d62c6db176bd40a3a64b91acff512552ac7a3376701e84bc49e4ec345d0724a0c45905edb63bfe4f2bbb7878f90b2bca43d3b7531ea7d85a6975d81ad2de79eb
 WHIRLPOOL 
99c0f9c5500170bba8e221ecc84b2de6efb547a6edba30c1c11f773ceab68ab5a5bc933328bda2fda461fd7483dcba881d794459ac60f9e25aed77b42bf41b65
-DIST cacti-spine-1.1.9.tar.gz 801539 SHA256 
1b93cd5572017a373b24a58ef6b82c4ada994784948493204f9957a45103c275 SHA512 
ed4108fae139d1d85478b90bb03e47df6b27eb839104336c3f734bbae91113bee15be84de1da9a5f00bd278d71d72e7de7d24e2f495157a976a4faedfc52d7f0
 WHIRLPOOL 
c1b98eeebbbddaed5920cd491a6535efbc799715cb5c3f1fbfe5483e7aeda30f443bae185cc1e9526ce9289890b76d19e24cf7835a3bb90a16659389dbaace08

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.1.7.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.1.7.ebuild
deleted file mode 100644
index 34727025866..000
--- a/net-analyzer/cacti-spine/cacti-spine-1.1.7.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools eutils
-
-MY_P=${PN}-${PV/_p/-}
-
-DESCRIPTION="Spine is a fast poller for Cacti (formerly known as Cactid)"
-HOMEPAGE="http://cacti.net/spine_info.php;
-SRC_URI="http://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-
-CDEPEND="
-   dev-libs/openssl:*
-   net-analyzer/net-snmp
-   virtual/mysql
-"
-DEPEND="
-   ${CDEPEND}
-   sys-apps/help2man
-"
-RDEPEND="
-   ${CDEPEND}
-   >net-analyzer/cacti-0.8.8
-"
-PATCHES=(
-   "${FILESDIR}"/${PN}-0.8.8d-ping.patch
-   "${FILESDIR}"/${PN}-0.8.8g-net-snmp.patch
-)
-
-src_prepare() {
-   default
-
-   AT_M4DIR="config" eautoreconf
-}
-
-src_install() {
-   dosbin spine
-   insinto /etc/
-   insopts -m0640 -o root
-   newins spine.conf{.dist,}
-   dodoc ChangeLog
-}

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.1.9.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.1.9.ebuild
deleted file mode 100644
index 34727025866..000
--- a/net-analyzer/cacti-spine/cacti-spine-1.1.9.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools eutils
-
-MY_P=${PN}-${PV/_p/-}
-
-DESCRIPTION="Spine is a fast poller for Cacti (formerly known as Cactid)"
-HOMEPAGE="http://cacti.net/spine_info.php;
-SRC_URI="http://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-
-CDEPEND="
-   dev-libs/openssl:*
-   net-analyzer/net-snmp
-   virtual/mysql
-"
-DEPEND="
-   ${CDEPEND}
-   sys-apps/help2man
-"
-RDEPEND="
-   ${CDEPEND}
-   >net-analyzer/cacti-0.8.8
-"
-PATCHES=(
-   "${FILESDIR}"/${PN}-0.8.8d-ping.patch
-   "${FILESDIR}"/${PN}-0.8.8g-net-snmp.patch
-)
-
-src_prepare() {
-   default
-
-   AT_M4DIR="config" eautoreconf
-}
-
-src_install() {
-   dosbin spine
-   insinto /etc/
-   insopts -m0640 -o root
-   newins spine.conf{.dist,}
-   dodoc ChangeLog
-}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/

2017-07-20 Thread Jeroen Roovers
commit: dc7f8fbc899a6ad6eda66f628a1334a82b64aa26
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Jul 20 06:12:06 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Jul 20 06:12:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc7f8fbc

net-analyzer/cacti-spine: Version bump.

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 net-analyzer/cacti-spine/Manifest  |  1 +
 net-analyzer/cacti-spine/cacti-spine-1.1.13.ebuild | 47 ++
 2 files changed, 48 insertions(+)

diff --git a/net-analyzer/cacti-spine/Manifest 
b/net-analyzer/cacti-spine/Manifest
index 30a21c13d61..6357af7a3c7 100644
--- a/net-analyzer/cacti-spine/Manifest
+++ b/net-analyzer/cacti-spine/Manifest
@@ -1,3 +1,4 @@
 DIST cacti-spine-0.8.8h.tar.gz 804951 SHA256 
a693136839bd7d03cae5b3ff4614a4d21a2153ffb14d09fc061b843ab0b2bb30 SHA512 
6a7147ab645be44de0d330c7801e569705817da10bf6cedba82c712e1701ada8aa8924a6b3b063ea680e6af24f815d6767e8773ad7b8da212abfa082b4211bd4
 WHIRLPOOL 
36daed4986ca84883e51ab6b02ebb2ade00205c30705cfc94e73835bc2fc427a60a2dba9c7ca3665d0c0b2fca21afab77d94cde63b740f3734f9279c929cccaf
+DIST cacti-spine-1.1.13.tar.gz 801645 SHA256 
900c5dd402b42042d960cc277d4bb5edc55e93b34e37ae79dac8cef2d8685641 SHA512 
6ec5e629818ad274ee3864cbd1bfa70e35e6509e1dd0eb231da9889b3844e7e75d269c9d16d57796e75f36dfd204172c9d7e6843e0b06e3ac20bbf4f781b1b8c
 WHIRLPOOL 
4d5875d4dedebcbd72d99ab06499411e398ed33a8ec7cae45b5528a1f234852897c4d761d58b76dbca19969f2aa051618cb07cec93e225620530aa2bf6bfeb19
 DIST cacti-spine-1.1.7.tar.gz 801419 SHA256 
97183529cdcd8446fbcb606710b6c0a7bd2f7166edbf910dc583e5a760ed2c5c SHA512 
d62c6db176bd40a3a64b91acff512552ac7a3376701e84bc49e4ec345d0724a0c45905edb63bfe4f2bbb7878f90b2bca43d3b7531ea7d85a6975d81ad2de79eb
 WHIRLPOOL 
99c0f9c5500170bba8e221ecc84b2de6efb547a6edba30c1c11f773ceab68ab5a5bc933328bda2fda461fd7483dcba881d794459ac60f9e25aed77b42bf41b65
 DIST cacti-spine-1.1.9.tar.gz 801539 SHA256 
1b93cd5572017a373b24a58ef6b82c4ada994784948493204f9957a45103c275 SHA512 
ed4108fae139d1d85478b90bb03e47df6b27eb839104336c3f734bbae91113bee15be84de1da9a5f00bd278d71d72e7de7d24e2f495157a976a4faedfc52d7f0
 WHIRLPOOL 
c1b98eeebbbddaed5920cd491a6535efbc799715cb5c3f1fbfe5483e7aeda30f443bae185cc1e9526ce9289890b76d19e24cf7835a3bb90a16659389dbaace08

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.1.13.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.1.13.ebuild
new file mode 100644
index 000..34727025866
--- /dev/null
+++ b/net-analyzer/cacti-spine/cacti-spine-1.1.13.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools eutils
+
+MY_P=${PN}-${PV/_p/-}
+
+DESCRIPTION="Spine is a fast poller for Cacti (formerly known as Cactid)"
+HOMEPAGE="http://cacti.net/spine_info.php;
+SRC_URI="http://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+
+CDEPEND="
+   dev-libs/openssl:*
+   net-analyzer/net-snmp
+   virtual/mysql
+"
+DEPEND="
+   ${CDEPEND}
+   sys-apps/help2man
+"
+RDEPEND="
+   ${CDEPEND}
+   >net-analyzer/cacti-0.8.8
+"
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.8.8d-ping.patch
+   "${FILESDIR}"/${PN}-0.8.8g-net-snmp.patch
+)
+
+src_prepare() {
+   default
+
+   AT_M4DIR="config" eautoreconf
+}
+
+src_install() {
+   dosbin spine
+   insinto /etc/
+   insopts -m0640 -o root
+   newins spine.conf{.dist,}
+   dodoc ChangeLog
+}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/

2017-06-07 Thread Jeroen Roovers
commit: e253e72bb900edb0ded969883b2ede1270aed067
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Jun  7 14:39:42 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Jun  7 14:39:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e253e72b

net-analyzer/cacti-spine: Old.

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 net-analyzer/cacti-spine/Manifest |  1 -
 net-analyzer/cacti-spine/cacti-spine-1.1.6.ebuild | 47 ---
 2 files changed, 48 deletions(-)

diff --git a/net-analyzer/cacti-spine/Manifest 
b/net-analyzer/cacti-spine/Manifest
index 38da63b2e8a..30a21c13d61 100644
--- a/net-analyzer/cacti-spine/Manifest
+++ b/net-analyzer/cacti-spine/Manifest
@@ -1,4 +1,3 @@
 DIST cacti-spine-0.8.8h.tar.gz 804951 SHA256 
a693136839bd7d03cae5b3ff4614a4d21a2153ffb14d09fc061b843ab0b2bb30 SHA512 
6a7147ab645be44de0d330c7801e569705817da10bf6cedba82c712e1701ada8aa8924a6b3b063ea680e6af24f815d6767e8773ad7b8da212abfa082b4211bd4
 WHIRLPOOL 
36daed4986ca84883e51ab6b02ebb2ade00205c30705cfc94e73835bc2fc427a60a2dba9c7ca3665d0c0b2fca21afab77d94cde63b740f3734f9279c929cccaf
-DIST cacti-spine-1.1.6.tar.gz 801356 SHA256 
5a1abae340ba359b5838fb0869d255719619f14194bf6f0a4b1293307eaf0ecf SHA512 
05cf2d79832c50d42af127b891b8e739725d1a9f510390853614b340de1a52e923044f5930a8d9d3f20ed4bdfdbc5510c65011db36e7a61136e333720da2c7da
 WHIRLPOOL 
3e740b7a489d9e10ec3f529ab055683780911628a094f66303ea15b47d1d61181b63efcecdbe570fa7af97cfff770c0287e1298ee7341dd942b8215308d2c4b8
 DIST cacti-spine-1.1.7.tar.gz 801419 SHA256 
97183529cdcd8446fbcb606710b6c0a7bd2f7166edbf910dc583e5a760ed2c5c SHA512 
d62c6db176bd40a3a64b91acff512552ac7a3376701e84bc49e4ec345d0724a0c45905edb63bfe4f2bbb7878f90b2bca43d3b7531ea7d85a6975d81ad2de79eb
 WHIRLPOOL 
99c0f9c5500170bba8e221ecc84b2de6efb547a6edba30c1c11f773ceab68ab5a5bc933328bda2fda461fd7483dcba881d794459ac60f9e25aed77b42bf41b65
 DIST cacti-spine-1.1.9.tar.gz 801539 SHA256 
1b93cd5572017a373b24a58ef6b82c4ada994784948493204f9957a45103c275 SHA512 
ed4108fae139d1d85478b90bb03e47df6b27eb839104336c3f734bbae91113bee15be84de1da9a5f00bd278d71d72e7de7d24e2f495157a976a4faedfc52d7f0
 WHIRLPOOL 
c1b98eeebbbddaed5920cd491a6535efbc799715cb5c3f1fbfe5483e7aeda30f443bae185cc1e9526ce9289890b76d19e24cf7835a3bb90a16659389dbaace08

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.1.6.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.1.6.ebuild
deleted file mode 100644
index 34727025866..000
--- a/net-analyzer/cacti-spine/cacti-spine-1.1.6.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools eutils
-
-MY_P=${PN}-${PV/_p/-}
-
-DESCRIPTION="Spine is a fast poller for Cacti (formerly known as Cactid)"
-HOMEPAGE="http://cacti.net/spine_info.php;
-SRC_URI="http://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-
-CDEPEND="
-   dev-libs/openssl:*
-   net-analyzer/net-snmp
-   virtual/mysql
-"
-DEPEND="
-   ${CDEPEND}
-   sys-apps/help2man
-"
-RDEPEND="
-   ${CDEPEND}
-   >net-analyzer/cacti-0.8.8
-"
-PATCHES=(
-   "${FILESDIR}"/${PN}-0.8.8d-ping.patch
-   "${FILESDIR}"/${PN}-0.8.8g-net-snmp.patch
-)
-
-src_prepare() {
-   default
-
-   AT_M4DIR="config" eautoreconf
-}
-
-src_install() {
-   dosbin spine
-   insinto /etc/
-   insopts -m0640 -o root
-   newins spine.conf{.dist,}
-   dodoc ChangeLog
-}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/

2017-06-07 Thread Jeroen Roovers
commit: 1fb667a49f8ee017dcc317f9dad35315f5eda13c
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Jun  7 14:39:16 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Jun  7 14:39:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fb667a4

net-analyzer/cacti-spine: Version bump.

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 net-analyzer/cacti-spine/Manifest |  1 +
 net-analyzer/cacti-spine/cacti-spine-1.1.9.ebuild | 47 +++
 2 files changed, 48 insertions(+)

diff --git a/net-analyzer/cacti-spine/Manifest 
b/net-analyzer/cacti-spine/Manifest
index 2660db2fe97..38da63b2e8a 100644
--- a/net-analyzer/cacti-spine/Manifest
+++ b/net-analyzer/cacti-spine/Manifest
@@ -1,3 +1,4 @@
 DIST cacti-spine-0.8.8h.tar.gz 804951 SHA256 
a693136839bd7d03cae5b3ff4614a4d21a2153ffb14d09fc061b843ab0b2bb30 SHA512 
6a7147ab645be44de0d330c7801e569705817da10bf6cedba82c712e1701ada8aa8924a6b3b063ea680e6af24f815d6767e8773ad7b8da212abfa082b4211bd4
 WHIRLPOOL 
36daed4986ca84883e51ab6b02ebb2ade00205c30705cfc94e73835bc2fc427a60a2dba9c7ca3665d0c0b2fca21afab77d94cde63b740f3734f9279c929cccaf
 DIST cacti-spine-1.1.6.tar.gz 801356 SHA256 
5a1abae340ba359b5838fb0869d255719619f14194bf6f0a4b1293307eaf0ecf SHA512 
05cf2d79832c50d42af127b891b8e739725d1a9f510390853614b340de1a52e923044f5930a8d9d3f20ed4bdfdbc5510c65011db36e7a61136e333720da2c7da
 WHIRLPOOL 
3e740b7a489d9e10ec3f529ab055683780911628a094f66303ea15b47d1d61181b63efcecdbe570fa7af97cfff770c0287e1298ee7341dd942b8215308d2c4b8
 DIST cacti-spine-1.1.7.tar.gz 801419 SHA256 
97183529cdcd8446fbcb606710b6c0a7bd2f7166edbf910dc583e5a760ed2c5c SHA512 
d62c6db176bd40a3a64b91acff512552ac7a3376701e84bc49e4ec345d0724a0c45905edb63bfe4f2bbb7878f90b2bca43d3b7531ea7d85a6975d81ad2de79eb
 WHIRLPOOL 
99c0f9c5500170bba8e221ecc84b2de6efb547a6edba30c1c11f773ceab68ab5a5bc933328bda2fda461fd7483dcba881d794459ac60f9e25aed77b42bf41b65
+DIST cacti-spine-1.1.9.tar.gz 801539 SHA256 
1b93cd5572017a373b24a58ef6b82c4ada994784948493204f9957a45103c275 SHA512 
ed4108fae139d1d85478b90bb03e47df6b27eb839104336c3f734bbae91113bee15be84de1da9a5f00bd278d71d72e7de7d24e2f495157a976a4faedfc52d7f0
 WHIRLPOOL 
c1b98eeebbbddaed5920cd491a6535efbc799715cb5c3f1fbfe5483e7aeda30f443bae185cc1e9526ce9289890b76d19e24cf7835a3bb90a16659389dbaace08

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.1.9.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.1.9.ebuild
new file mode 100644
index 000..34727025866
--- /dev/null
+++ b/net-analyzer/cacti-spine/cacti-spine-1.1.9.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools eutils
+
+MY_P=${PN}-${PV/_p/-}
+
+DESCRIPTION="Spine is a fast poller for Cacti (formerly known as Cactid)"
+HOMEPAGE="http://cacti.net/spine_info.php;
+SRC_URI="http://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+
+CDEPEND="
+   dev-libs/openssl:*
+   net-analyzer/net-snmp
+   virtual/mysql
+"
+DEPEND="
+   ${CDEPEND}
+   sys-apps/help2man
+"
+RDEPEND="
+   ${CDEPEND}
+   >net-analyzer/cacti-0.8.8
+"
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.8.8d-ping.patch
+   "${FILESDIR}"/${PN}-0.8.8g-net-snmp.patch
+)
+
+src_prepare() {
+   default
+
+   AT_M4DIR="config" eautoreconf
+}
+
+src_install() {
+   dosbin spine
+   insinto /etc/
+   insopts -m0640 -o root
+   newins spine.conf{.dist,}
+   dodoc ChangeLog
+}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/

2017-05-25 Thread Jeroen Roovers
commit: 9d66fbbec941e07ff3dce400b49874679bb4555e
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu May 25 10:10:58 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu May 25 10:11:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d66fbbe

net-analyzer/cacti-spine: Version bump.

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 net-analyzer/cacti-spine/Manifest |  1 +
 net-analyzer/cacti-spine/cacti-spine-1.1.7.ebuild | 47 +++
 2 files changed, 48 insertions(+)

diff --git a/net-analyzer/cacti-spine/Manifest 
b/net-analyzer/cacti-spine/Manifest
index 09fe49c7a58..eaf6d533905 100644
--- a/net-analyzer/cacti-spine/Manifest
+++ b/net-analyzer/cacti-spine/Manifest
@@ -2,3 +2,4 @@ DIST cacti-spine-0.8.8h.tar.gz 804951 SHA256 
a693136839bd7d03cae5b3ff4614a4d21a2
 DIST cacti-spine-1.1.3.tar.gz 801076 SHA256 
85f94959ca8eb59d2c64ee212db43181f322e999d85ed4d237db82b6c8d6cb54 SHA512 
221fa225e04727b635ff1aef2d1306875fe11aca1804720b3fb001e1b65b0bcf659fb87100f3ea3f0b3f1b6594778ad3cb72af1bbc5c765a7cbd1e9113d0441e
 WHIRLPOOL 
97e2e5bc3f3c659601f7fb0daecde56cff630c98bfe63dd06a62bd204e8a22251490a4deb01d48fa5bbc91481d35a4bdaa6eb6d3afd20ade01e7f11306997771
 DIST cacti-spine-1.1.5.tar.gz 801169 SHA256 
7a5a98e86ea7f986bbb9e6125294e245ff66a87a71c43962824b837afce261e1 SHA512 
88bc70dab431bd73ef9c437958a949721e10c01754b5ed4cdb02a4460fe2045993cbd087494ab815158c30912846bc317fce26a8a01ef793d204a7ea2a9d9e52
 WHIRLPOOL 
5999cf2d48c876ee3de230d05c9ab05a0c677d5a64b42347d56457c633bf5719c2c945d451ad938b1547694e630ae7012e2bfd5d15e3ef73fce993ab89fedbc0
 DIST cacti-spine-1.1.6.tar.gz 801356 SHA256 
5a1abae340ba359b5838fb0869d255719619f14194bf6f0a4b1293307eaf0ecf SHA512 
05cf2d79832c50d42af127b891b8e739725d1a9f510390853614b340de1a52e923044f5930a8d9d3f20ed4bdfdbc5510c65011db36e7a61136e333720da2c7da
 WHIRLPOOL 
3e740b7a489d9e10ec3f529ab055683780911628a094f66303ea15b47d1d61181b63efcecdbe570fa7af97cfff770c0287e1298ee7341dd942b8215308d2c4b8
+DIST cacti-spine-1.1.7.tar.gz 801419 SHA256 
97183529cdcd8446fbcb606710b6c0a7bd2f7166edbf910dc583e5a760ed2c5c SHA512 
d62c6db176bd40a3a64b91acff512552ac7a3376701e84bc49e4ec345d0724a0c45905edb63bfe4f2bbb7878f90b2bca43d3b7531ea7d85a6975d81ad2de79eb
 WHIRLPOOL 
99c0f9c5500170bba8e221ecc84b2de6efb547a6edba30c1c11f773ceab68ab5a5bc933328bda2fda461fd7483dcba881d794459ac60f9e25aed77b42bf41b65

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.1.7.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.1.7.ebuild
new file mode 100644
index 000..34727025866
--- /dev/null
+++ b/net-analyzer/cacti-spine/cacti-spine-1.1.7.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools eutils
+
+MY_P=${PN}-${PV/_p/-}
+
+DESCRIPTION="Spine is a fast poller for Cacti (formerly known as Cactid)"
+HOMEPAGE="http://cacti.net/spine_info.php;
+SRC_URI="http://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+
+CDEPEND="
+   dev-libs/openssl:*
+   net-analyzer/net-snmp
+   virtual/mysql
+"
+DEPEND="
+   ${CDEPEND}
+   sys-apps/help2man
+"
+RDEPEND="
+   ${CDEPEND}
+   >net-analyzer/cacti-0.8.8
+"
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.8.8d-ping.patch
+   "${FILESDIR}"/${PN}-0.8.8g-net-snmp.patch
+)
+
+src_prepare() {
+   default
+
+   AT_M4DIR="config" eautoreconf
+}
+
+src_install() {
+   dosbin spine
+   insinto /etc/
+   insopts -m0640 -o root
+   newins spine.conf{.dist,}
+   dodoc ChangeLog
+}



  1   2   >