[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
+}



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

2017-05-25 Thread Jeroen Roovers
commit: 89cfea99f494c25f7e721acb48018997a61957c3
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu May 25 10:11:36 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu May 25 10:12:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89cfea99

net-analyzer/cacti-spine: Old.

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/net-analyzer/cacti-spine/Manifest 
b/net-analyzer/cacti-spine/Manifest
index eaf6d533905..2660db2fe97 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 SHA256 
a693136839bd7d03cae5b3ff4614a4d21a2153ffb14d09fc061b843ab0b2bb30 SHA512 
6a7147ab645be44de0d330c7801e569705817da10bf6cedba82c712e1701ada8aa8924a6b3b063ea680e6af24f815d6767e8773ad7b8da212abfa082b4211bd4
 WHIRLPOOL 
36daed4986ca84883e51ab6b02ebb2ade00205c30705cfc94e73835bc2fc427a60a2dba9c7ca3665d0c0b2fca21afab77d94cde63b740f3734f9279c929cccaf
-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.3.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.1.3.ebuild
deleted file mode 100644
index 34727025866..000
--- a/net-analyzer/cacti-spine/cacti-spine-1.1.3.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.5.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.1.5.ebuild
deleted file mode 100644
index 34727025866..000
--- a/net-analyzer/cacti-spine/cacti-spine-1.1.5.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=(
-   

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

2017-05-11 Thread Jeroen Roovers
commit: 0d0b5bf3e4360e8eaa3c9495c3bf8b0e635202fb
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu May 11 06:27:20 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu May 11 06:53:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d0b5bf3

net-analyzer/cacti-spine: Version bump.

Package-Manager: Portage-2.3.5, 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 insertions(+)

diff --git a/net-analyzer/cacti-spine/Manifest 
b/net-analyzer/cacti-spine/Manifest
index 2b6a2119399..09fe49c7a58 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.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

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.1.6.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.1.6.ebuild
new file mode 100644
index 000..34727025866
--- /dev/null
+++ b/net-analyzer/cacti-spine/cacti-spine-1.1.6.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-04-28 Thread Jeroen Roovers
commit: 25428edfe15047c2bfbd1c75baaec45ce8052f21
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Apr 28 07:01:09 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Apr 28 07:01:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25428edf

net-analyzer/cacti-spine: Version bump.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

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

diff --git a/net-analyzer/cacti-spine/Manifest 
b/net-analyzer/cacti-spine/Manifest
index fa552999bfc..43972fcad7b 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.0.tar.gz 800762 SHA256 
7a70a2fd1ac4a86d764efb642fa97d52ab09fede879c9a674ef8878c1532b86e SHA512 
6e8cf190925e7c17e63552e04d634e46d118479244187197be39a11a20ee540434365e798400d9cd357bb8462e38250f4a8a36db9a974d74a8b26cc1768f403a
 WHIRLPOOL 
c702192fc7181601d4b0a4115146b6fe526490fb50cd2ab0fe0f93e22dc30ed0421902ca2d0e3f271d1961257007202cabaa8e554faa2900dcf93fe4f8bddb8a
 DIST cacti-spine-1.1.2.tar.gz 801236 SHA256 
ee14190ec456572b743eb195e1ec7b7a31f0c682bafa5bf80158108c1a4e9819 SHA512 
6270754e34b0282fb3bdb174086299cb50f2a29fc2197620058cdfa5903713508e133e76f70c994b47375d4da3dfd9b5d310bcd0575f908eb3148674de057165
 WHIRLPOOL 
4a3d87fd04cd788cce9e1e2c6754bf9ba80ed59d80b3c30d2263286bda6d5a9f1b805134c16b7a70e892bd69f7b17d7e6dbc54343700acd95881cc697f66d839
 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

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.1.5.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.1.5.ebuild
new file mode 100644
index 000..34727025866
--- /dev/null
+++ b/net-analyzer/cacti-spine/cacti-spine-1.1.5.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-04-28 Thread Jeroen Roovers
commit: 488420d45bb3bc4a43a0b3326978ff40db414244
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Apr 28 07:01:54 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Apr 28 07:01:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=488420d4

net-analyzer/cacti-spine: Old.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

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

diff --git a/net-analyzer/cacti-spine/Manifest 
b/net-analyzer/cacti-spine/Manifest
index 43972fcad7b..2b6a2119399 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 SHA256 
a693136839bd7d03cae5b3ff4614a4d21a2153ffb14d09fc061b843ab0b2bb30 SHA512 
6a7147ab645be44de0d330c7801e569705817da10bf6cedba82c712e1701ada8aa8924a6b3b063ea680e6af24f815d6767e8773ad7b8da212abfa082b4211bd4
 WHIRLPOOL 
36daed4986ca84883e51ab6b02ebb2ade00205c30705cfc94e73835bc2fc427a60a2dba9c7ca3665d0c0b2fca21afab77d94cde63b740f3734f9279c929cccaf
-DIST cacti-spine-1.1.0.tar.gz 800762 SHA256 
7a70a2fd1ac4a86d764efb642fa97d52ab09fede879c9a674ef8878c1532b86e SHA512 
6e8cf190925e7c17e63552e04d634e46d118479244187197be39a11a20ee540434365e798400d9cd357bb8462e38250f4a8a36db9a974d74a8b26cc1768f403a
 WHIRLPOOL 
c702192fc7181601d4b0a4115146b6fe526490fb50cd2ab0fe0f93e22dc30ed0421902ca2d0e3f271d1961257007202cabaa8e554faa2900dcf93fe4f8bddb8a
-DIST cacti-spine-1.1.2.tar.gz 801236 SHA256 
ee14190ec456572b743eb195e1ec7b7a31f0c682bafa5bf80158108c1a4e9819 SHA512 
6270754e34b0282fb3bdb174086299cb50f2a29fc2197620058cdfa5903713508e133e76f70c994b47375d4da3dfd9b5d310bcd0575f908eb3148674de057165
 WHIRLPOOL 
4a3d87fd04cd788cce9e1e2c6754bf9ba80ed59d80b3c30d2263286bda6d5a9f1b805134c16b7a70e892bd69f7b17d7e6dbc54343700acd95881cc697f66d839
 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

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.1.0.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.1.0.ebuild
deleted file mode 100644
index 34727025866..000
--- a/net-analyzer/cacti-spine/cacti-spine-1.1.0.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.2.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.1.2.ebuild
deleted file mode 100644
index 34727025866..000
--- a/net-analyzer/cacti-spine/cacti-spine-1.1.2.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=(
-   

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

2017-04-20 Thread Jeroen Roovers
commit: 5d9bed9d51bc789164611ddf1f68bc152203443d
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Apr 20 12:41:50 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Apr 20 12:41:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d9bed9d

net-analyzer/cacti-spine: Version bump.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

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

diff --git a/net-analyzer/cacti-spine/Manifest 
b/net-analyzer/cacti-spine/Manifest
index b4bd7e28e74..fa552999bfc 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.0.tar.gz 800762 SHA256 
7a70a2fd1ac4a86d764efb642fa97d52ab09fede879c9a674ef8878c1532b86e SHA512 
6e8cf190925e7c17e63552e04d634e46d118479244187197be39a11a20ee540434365e798400d9cd357bb8462e38250f4a8a36db9a974d74a8b26cc1768f403a
 WHIRLPOOL 
c702192fc7181601d4b0a4115146b6fe526490fb50cd2ab0fe0f93e22dc30ed0421902ca2d0e3f271d1961257007202cabaa8e554faa2900dcf93fe4f8bddb8a
 DIST cacti-spine-1.1.2.tar.gz 801236 SHA256 
ee14190ec456572b743eb195e1ec7b7a31f0c682bafa5bf80158108c1a4e9819 SHA512 
6270754e34b0282fb3bdb174086299cb50f2a29fc2197620058cdfa5903713508e133e76f70c994b47375d4da3dfd9b5d310bcd0575f908eb3148674de057165
 WHIRLPOOL 
4a3d87fd04cd788cce9e1e2c6754bf9ba80ed59d80b3c30d2263286bda6d5a9f1b805134c16b7a70e892bd69f7b17d7e6dbc54343700acd95881cc697f66d839
+DIST cacti-spine-1.1.3.tar.gz 801076 SHA256 
85f94959ca8eb59d2c64ee212db43181f322e999d85ed4d237db82b6c8d6cb54 SHA512 
221fa225e04727b635ff1aef2d1306875fe11aca1804720b3fb001e1b65b0bcf659fb87100f3ea3f0b3f1b6594778ad3cb72af1bbc5c765a7cbd1e9113d0441e
 WHIRLPOOL 
97e2e5bc3f3c659601f7fb0daecde56cff630c98bfe63dd06a62bd204e8a22251490a4deb01d48fa5bbc91481d35a4bdaa6eb6d3afd20ade01e7f11306997771

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.1.3.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.1.3.ebuild
new file mode 100644
index 000..34727025866
--- /dev/null
+++ b/net-analyzer/cacti-spine/cacti-spine-1.1.3.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-04-07 Thread Jeroen Roovers
commit: cead7f930386bcd5ffa7fc75586409092879079c
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Apr  7 08:55:48 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Apr  7 08:55:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cead7f93

net-analyzer/cacti-spine: Version bump.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

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

diff --git a/net-analyzer/cacti-spine/Manifest 
b/net-analyzer/cacti-spine/Manifest
index 3fdf999e375..f73ef1cb802 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.0.6.tar.gz 801009 SHA256 
b185889de8b500269bb87c962d44101eb29eac97597c61e4d535794120a340b4 SHA512 
4d2374350fbcfa05f5e794c95a02fab564b2060c6f0714fe0851eab4515747aaeb98b57d340c85de2c9126e2c31451a4e62c6c1587582e41a8903716c777cbbc
 WHIRLPOOL 
8741ea15dccd9553cb1a7585c71d6e8a964da81355ffef9905f53b4265096c5f788b1a8a7c8879c24fa7b5cf107d35a7eb4ca6133da47a1c33767c2f1772f6f1
 DIST cacti-spine-1.1.0.tar.gz 800762 SHA256 
7a70a2fd1ac4a86d764efb642fa97d52ab09fede879c9a674ef8878c1532b86e SHA512 
6e8cf190925e7c17e63552e04d634e46d118479244187197be39a11a20ee540434365e798400d9cd357bb8462e38250f4a8a36db9a974d74a8b26cc1768f403a
 WHIRLPOOL 
c702192fc7181601d4b0a4115146b6fe526490fb50cd2ab0fe0f93e22dc30ed0421902ca2d0e3f271d1961257007202cabaa8e554faa2900dcf93fe4f8bddb8a
+DIST cacti-spine-1.1.2.tar.gz 801236 SHA256 
ee14190ec456572b743eb195e1ec7b7a31f0c682bafa5bf80158108c1a4e9819 SHA512 
6270754e34b0282fb3bdb174086299cb50f2a29fc2197620058cdfa5903713508e133e76f70c994b47375d4da3dfd9b5d310bcd0575f908eb3148674de057165
 WHIRLPOOL 
4a3d87fd04cd788cce9e1e2c6754bf9ba80ed59d80b3c30d2263286bda6d5a9f1b805134c16b7a70e892bd69f7b17d7e6dbc54343700acd95881cc697f66d839

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.1.2.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.1.2.ebuild
new file mode 100644
index 000..34727025866
--- /dev/null
+++ b/net-analyzer/cacti-spine/cacti-spine-1.1.2.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-04-07 Thread Jeroen Roovers
commit: 36dfdfe036fb2debfe64358a743c7ca8898c40c8
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Apr  7 08:56:30 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Apr  7 08:56:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36dfdfe0

net-analyzer/cacti-spine: Old.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

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

diff --git a/net-analyzer/cacti-spine/Manifest 
b/net-analyzer/cacti-spine/Manifest
index f73ef1cb802..b4bd7e28e74 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.0.6.tar.gz 801009 SHA256 
b185889de8b500269bb87c962d44101eb29eac97597c61e4d535794120a340b4 SHA512 
4d2374350fbcfa05f5e794c95a02fab564b2060c6f0714fe0851eab4515747aaeb98b57d340c85de2c9126e2c31451a4e62c6c1587582e41a8903716c777cbbc
 WHIRLPOOL 
8741ea15dccd9553cb1a7585c71d6e8a964da81355ffef9905f53b4265096c5f788b1a8a7c8879c24fa7b5cf107d35a7eb4ca6133da47a1c33767c2f1772f6f1
 DIST cacti-spine-1.1.0.tar.gz 800762 SHA256 
7a70a2fd1ac4a86d764efb642fa97d52ab09fede879c9a674ef8878c1532b86e SHA512 
6e8cf190925e7c17e63552e04d634e46d118479244187197be39a11a20ee540434365e798400d9cd357bb8462e38250f4a8a36db9a974d74a8b26cc1768f403a
 WHIRLPOOL 
c702192fc7181601d4b0a4115146b6fe526490fb50cd2ab0fe0f93e22dc30ed0421902ca2d0e3f271d1961257007202cabaa8e554faa2900dcf93fe4f8bddb8a
 DIST cacti-spine-1.1.2.tar.gz 801236 SHA256 
ee14190ec456572b743eb195e1ec7b7a31f0c682bafa5bf80158108c1a4e9819 SHA512 
6270754e34b0282fb3bdb174086299cb50f2a29fc2197620058cdfa5903713508e133e76f70c994b47375d4da3dfd9b5d310bcd0575f908eb3148674de057165
 WHIRLPOOL 
4a3d87fd04cd788cce9e1e2c6754bf9ba80ed59d80b3c30d2263286bda6d5a9f1b805134c16b7a70e892bd69f7b17d7e6dbc54343700acd95881cc697f66d839

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.0.6.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.0.6.ebuild
deleted file mode 100644
index 34727025866..000
--- a/net-analyzer/cacti-spine/cacti-spine-1.0.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-03-21 Thread Jeroen Roovers
commit: c6a480c1a5828d224f9e71dfb69da8272d66f71b
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Mar 21 10:43:02 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Mar 21 10:43:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6a480c1

net-analyzer/cacti-spine: Old.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

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

diff --git a/net-analyzer/cacti-spine/Manifest 
b/net-analyzer/cacti-spine/Manifest
index 4ba2c84b471..3fdf999e375 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.0.5.tar.gz 800989 SHA256 
985a34e8f0f48c31dbf922b8300dc2a1ec26eb2edaee2c0afebbe5e951876801 SHA512 
67e44a5e80dc2a88446f8382e0aeb3be2307eff8081d868441cfbb64df3a539465ab78197e42178cba29ab6c3d16ab33eab959eea4ff1009d029a60bf1eb711b
 WHIRLPOOL 
9f0dee83bab806e97d60d28943a3c71030a2a00882789cd5970523f04df07d4460547bbb26e94fab27afeacdadaf8ee9681a2a8cc20ec0a659d45224ffc30b9a
 DIST cacti-spine-1.0.6.tar.gz 801009 SHA256 
b185889de8b500269bb87c962d44101eb29eac97597c61e4d535794120a340b4 SHA512 
4d2374350fbcfa05f5e794c95a02fab564b2060c6f0714fe0851eab4515747aaeb98b57d340c85de2c9126e2c31451a4e62c6c1587582e41a8903716c777cbbc
 WHIRLPOOL 
8741ea15dccd9553cb1a7585c71d6e8a964da81355ffef9905f53b4265096c5f788b1a8a7c8879c24fa7b5cf107d35a7eb4ca6133da47a1c33767c2f1772f6f1
 DIST cacti-spine-1.1.0.tar.gz 800762 SHA256 
7a70a2fd1ac4a86d764efb642fa97d52ab09fede879c9a674ef8878c1532b86e SHA512 
6e8cf190925e7c17e63552e04d634e46d118479244187197be39a11a20ee540434365e798400d9cd357bb8462e38250f4a8a36db9a974d74a8b26cc1768f403a
 WHIRLPOOL 
c702192fc7181601d4b0a4115146b6fe526490fb50cd2ab0fe0f93e22dc30ed0421902ca2d0e3f271d1961257007202cabaa8e554faa2900dcf93fe4f8bddb8a

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.0.5.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.0.5.ebuild
deleted file mode 100644
index 34727025866..000
--- a/net-analyzer/cacti-spine/cacti-spine-1.0.5.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-03-21 Thread Jeroen Roovers
commit: 711c58ac5157ea16ff8c2e092ddb0cef4fe84937
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Mar 21 10:42:20 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Mar 21 10:43:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=711c58ac

net-analyzer/cacti-spine: Version bump.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

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

diff --git a/net-analyzer/cacti-spine/Manifest 
b/net-analyzer/cacti-spine/Manifest
index 6dd8e6e24c3..4ba2c84b471 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.0.5.tar.gz 800989 SHA256 
985a34e8f0f48c31dbf922b8300dc2a1ec26eb2edaee2c0afebbe5e951876801 SHA512 
67e44a5e80dc2a88446f8382e0aeb3be2307eff8081d868441cfbb64df3a539465ab78197e42178cba29ab6c3d16ab33eab959eea4ff1009d029a60bf1eb711b
 WHIRLPOOL 
9f0dee83bab806e97d60d28943a3c71030a2a00882789cd5970523f04df07d4460547bbb26e94fab27afeacdadaf8ee9681a2a8cc20ec0a659d45224ffc30b9a
 DIST cacti-spine-1.0.6.tar.gz 801009 SHA256 
b185889de8b500269bb87c962d44101eb29eac97597c61e4d535794120a340b4 SHA512 
4d2374350fbcfa05f5e794c95a02fab564b2060c6f0714fe0851eab4515747aaeb98b57d340c85de2c9126e2c31451a4e62c6c1587582e41a8903716c777cbbc
 WHIRLPOOL 
8741ea15dccd9553cb1a7585c71d6e8a964da81355ffef9905f53b4265096c5f788b1a8a7c8879c24fa7b5cf107d35a7eb4ca6133da47a1c33767c2f1772f6f1
+DIST cacti-spine-1.1.0.tar.gz 800762 SHA256 
7a70a2fd1ac4a86d764efb642fa97d52ab09fede879c9a674ef8878c1532b86e SHA512 
6e8cf190925e7c17e63552e04d634e46d118479244187197be39a11a20ee540434365e798400d9cd357bb8462e38250f4a8a36db9a974d74a8b26cc1768f403a
 WHIRLPOOL 
c702192fc7181601d4b0a4115146b6fe526490fb50cd2ab0fe0f93e22dc30ed0421902ca2d0e3f271d1961257007202cabaa8e554faa2900dcf93fe4f8bddb8a

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.1.0.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.1.0.ebuild
new file mode 100644
index 000..34727025866
--- /dev/null
+++ b/net-analyzer/cacti-spine/cacti-spine-1.1.0.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-03-17 Thread Jeroen Roovers
commit: 350fabea7ee05066e9ed41ee31ac0eb119f85757
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Mar 17 08:08:02 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Mar 17 08:11:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=350fabea

net-analyzer/cacti-spine: Old.

Package-Manager: Portage-2.3.4, Repoman-2.3.2

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

diff --git a/net-analyzer/cacti-spine/Manifest 
b/net-analyzer/cacti-spine/Manifest
index 887ba151789..6dd8e6e24c3 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.0.4.tar.gz 800817 SHA256 
0c1640728834c0022712d991cc98d5fade7ad91ff80a4409f26e40236d96d187 SHA512 
0546edded564a87696b880166819a1d72d0c02e9e94630997fe6b0f0b183c93172cb43d6f6c73f8156e7b9d13878dc105487da24ecce08f0004284d1000701ac
 WHIRLPOOL 
cb0c0df93f801dd0f65d2d438c6cc070cdcacf2a52afa9162cb99b50ea2981ebd45fbdf2c833329e562c2da967e6115874984372c63f989ed5040e39b91a470b
 DIST cacti-spine-1.0.5.tar.gz 800989 SHA256 
985a34e8f0f48c31dbf922b8300dc2a1ec26eb2edaee2c0afebbe5e951876801 SHA512 
67e44a5e80dc2a88446f8382e0aeb3be2307eff8081d868441cfbb64df3a539465ab78197e42178cba29ab6c3d16ab33eab959eea4ff1009d029a60bf1eb711b
 WHIRLPOOL 
9f0dee83bab806e97d60d28943a3c71030a2a00882789cd5970523f04df07d4460547bbb26e94fab27afeacdadaf8ee9681a2a8cc20ec0a659d45224ffc30b9a
 DIST cacti-spine-1.0.6.tar.gz 801009 SHA256 
b185889de8b500269bb87c962d44101eb29eac97597c61e4d535794120a340b4 SHA512 
4d2374350fbcfa05f5e794c95a02fab564b2060c6f0714fe0851eab4515747aaeb98b57d340c85de2c9126e2c31451a4e62c6c1587582e41a8903716c777cbbc
 WHIRLPOOL 
8741ea15dccd9553cb1a7585c71d6e8a964da81355ffef9905f53b4265096c5f788b1a8a7c8879c24fa7b5cf107d35a7eb4ca6133da47a1c33767c2f1772f6f1

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.0.4.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.0.4.ebuild
deleted file mode 100644
index 34727025866..000
--- a/net-analyzer/cacti-spine/cacti-spine-1.0.4.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-03-17 Thread Jeroen Roovers
commit: aaf93ee39c120f4d66b1e7fd2c27bf4c55c7ab78
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Mar 17 08:05:41 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Mar 17 08:11:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aaf93ee3

net-analyzer/cacti-spine: Version bump.

Package-Manager: Portage-2.3.4, Repoman-2.3.2

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

diff --git a/net-analyzer/cacti-spine/Manifest 
b/net-analyzer/cacti-spine/Manifest
index 1d2584b7cb4..887ba151789 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.0.4.tar.gz 800817 SHA256 
0c1640728834c0022712d991cc98d5fade7ad91ff80a4409f26e40236d96d187 SHA512 
0546edded564a87696b880166819a1d72d0c02e9e94630997fe6b0f0b183c93172cb43d6f6c73f8156e7b9d13878dc105487da24ecce08f0004284d1000701ac
 WHIRLPOOL 
cb0c0df93f801dd0f65d2d438c6cc070cdcacf2a52afa9162cb99b50ea2981ebd45fbdf2c833329e562c2da967e6115874984372c63f989ed5040e39b91a470b
 DIST cacti-spine-1.0.5.tar.gz 800989 SHA256 
985a34e8f0f48c31dbf922b8300dc2a1ec26eb2edaee2c0afebbe5e951876801 SHA512 
67e44a5e80dc2a88446f8382e0aeb3be2307eff8081d868441cfbb64df3a539465ab78197e42178cba29ab6c3d16ab33eab959eea4ff1009d029a60bf1eb711b
 WHIRLPOOL 
9f0dee83bab806e97d60d28943a3c71030a2a00882789cd5970523f04df07d4460547bbb26e94fab27afeacdadaf8ee9681a2a8cc20ec0a659d45224ffc30b9a
+DIST cacti-spine-1.0.6.tar.gz 801009 SHA256 
b185889de8b500269bb87c962d44101eb29eac97597c61e4d535794120a340b4 SHA512 
4d2374350fbcfa05f5e794c95a02fab564b2060c6f0714fe0851eab4515747aaeb98b57d340c85de2c9126e2c31451a4e62c6c1587582e41a8903716c777cbbc
 WHIRLPOOL 
8741ea15dccd9553cb1a7585c71d6e8a964da81355ffef9905f53b4265096c5f788b1a8a7c8879c24fa7b5cf107d35a7eb4ca6133da47a1c33767c2f1772f6f1

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.0.6.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.0.6.ebuild
new file mode 100644
index 000..34727025866
--- /dev/null
+++ b/net-analyzer/cacti-spine/cacti-spine-1.0.6.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-03-14 Thread Jeroen Roovers
commit: 70107ddba15debd06df1d50d922ca6e4afeefbef
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Mar 14 06:43:06 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Mar 14 06:43:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70107ddb

net-analyzer/cacti-spine: Old.

Package-Manager: Portage-2.3.4, Repoman-2.3.2

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

diff --git a/net-analyzer/cacti-spine/Manifest 
b/net-analyzer/cacti-spine/Manifest
index b482e1c981b..1d2584b7cb4 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.0.3.tar.gz 800855 SHA256 
f63f90f0c81d72cdb6a8b7c64cc2d341e34ccf3424e1087669b3df92451af2ab SHA512 
6cd93cd10dd0c6338909ce381a1b8bb208c0351521131b0bab488e6a6ef6081e279ef0ce47653d88ceecfeaf3128031bce22fbcbc926f9bae381cfea65db655b
 WHIRLPOOL 
9a92c8bbf38e8512308625e1107e9af69ccff2f2c748bd5d49997feb63ec76663a31ad25fbefed62f2e970563c38df13bf378c3dff7a91a7d232958058cb1d64
 DIST cacti-spine-1.0.4.tar.gz 800817 SHA256 
0c1640728834c0022712d991cc98d5fade7ad91ff80a4409f26e40236d96d187 SHA512 
0546edded564a87696b880166819a1d72d0c02e9e94630997fe6b0f0b183c93172cb43d6f6c73f8156e7b9d13878dc105487da24ecce08f0004284d1000701ac
 WHIRLPOOL 
cb0c0df93f801dd0f65d2d438c6cc070cdcacf2a52afa9162cb99b50ea2981ebd45fbdf2c833329e562c2da967e6115874984372c63f989ed5040e39b91a470b
 DIST cacti-spine-1.0.5.tar.gz 800989 SHA256 
985a34e8f0f48c31dbf922b8300dc2a1ec26eb2edaee2c0afebbe5e951876801 SHA512 
67e44a5e80dc2a88446f8382e0aeb3be2307eff8081d868441cfbb64df3a539465ab78197e42178cba29ab6c3d16ab33eab959eea4ff1009d029a60bf1eb711b
 WHIRLPOOL 
9f0dee83bab806e97d60d28943a3c71030a2a00882789cd5970523f04df07d4460547bbb26e94fab27afeacdadaf8ee9681a2a8cc20ec0a659d45224ffc30b9a

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.0.3.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.0.3.ebuild
deleted file mode 100644
index 34727025866..000
--- a/net-analyzer/cacti-spine/cacti-spine-1.0.3.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/files/, net-analyzer/cacti-spine/

2017-02-28 Thread Jeroen Roovers
commit: 9a3e78ec9f9e623c63ef289e43a88d097ccbe4ae
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Mar  1 07:36:08 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Mar  1 07:36:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a3e78ec

net-analyzer/cacti-spine: Old.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-analyzer/cacti-spine/Manifest  |  3 --
 net-analyzer/cacti-spine/cacti-spine-1.0.0.ebuild  | 48 --
 net-analyzer/cacti-spine/cacti-spine-1.0.1.ebuild  | 47 -
 net-analyzer/cacti-spine/cacti-spine-1.0.2.ebuild  | 47 -
 .../files/cacti-spine-1.0.0-help2man.patch | 14 ---
 5 files changed, 159 deletions(-)

diff --git a/net-analyzer/cacti-spine/Manifest 
b/net-analyzer/cacti-spine/Manifest
index dc2eca843fc..fe258ae229d 100644
--- a/net-analyzer/cacti-spine/Manifest
+++ b/net-analyzer/cacti-spine/Manifest
@@ -1,6 +1,3 @@
 DIST cacti-spine-0.8.8h.tar.gz 804951 SHA256 
a693136839bd7d03cae5b3ff4614a4d21a2153ffb14d09fc061b843ab0b2bb30 SHA512 
6a7147ab645be44de0d330c7801e569705817da10bf6cedba82c712e1701ada8aa8924a6b3b063ea680e6af24f815d6767e8773ad7b8da212abfa082b4211bd4
 WHIRLPOOL 
36daed4986ca84883e51ab6b02ebb2ade00205c30705cfc94e73835bc2fc427a60a2dba9c7ca3665d0c0b2fca21afab77d94cde63b740f3734f9279c929cccaf
-DIST cacti-spine-1.0.0.tar.gz 800770 SHA256 
074528eec16e8a49d535ce96d2347bd2a891a56722b261d744225d9f90b6382f SHA512 
458b0050ceff3a9e2d31c54c177d75f8d36ff521204d5f7b52a5fb9ff6082c25ef98f46d80dc6c79816e5a977f5b61decac03b625728fc9dc654170e3ce3e87f
 WHIRLPOOL 
3c24d028606ab382ea61feeecda141c96d6b2a588247656285bbb832e309d1e6acd086a8464c9083cc19c777fcd0e15bff53aad417d8889e3b08a85aa38b5be1
-DIST cacti-spine-1.0.1.tar.gz 800797 SHA256 
75b699bd4a85389a4fe026423aae97b51e9f6b091cffbfb6b41d5785d7423330 SHA512 
c5b2f22c6304f5a95e3db58609fb430fc3fb1ba01de6a0817bc6d86ea94af791e55a4985496980b472ce88723ee498dbb4e8a004be4d41e61b795a7b510af999
 WHIRLPOOL 
a67b29de02b0b21cdd65c8c1aefd89a1b0c74eff4ab7dcb6395ed2bff8d0d14f32c579df8c55adca0e3b6c1d9dd01693b19db54efdb80ec10042913bcfc4cef7
-DIST cacti-spine-1.0.2.tar.gz 800868 SHA256 
02137dcfe2e04e8e1ab9bc955afbd2cf6368749280eed027a5a46176b00e230a SHA512 
6a872ec82861c08f4f02d1e070683011caa64d613c3fef54b002e545e607ef3be0d9ed841ca061eedaa2b25d8116f93b143dd4f829bd13e20c48f9565ff72678
 WHIRLPOOL 
b79b14923bd052e09c5b3f3aa79a765ba813bf980433916bb479be4552239f305ea735120fd5c1ff842adce01d1ba3f8809b85628ecaed0ed79c49be5fe13e06
 DIST cacti-spine-1.0.3.tar.gz 800855 SHA256 
f63f90f0c81d72cdb6a8b7c64cc2d341e34ccf3424e1087669b3df92451af2ab SHA512 
6cd93cd10dd0c6338909ce381a1b8bb208c0351521131b0bab488e6a6ef6081e279ef0ce47653d88ceecfeaf3128031bce22fbcbc926f9bae381cfea65db655b
 WHIRLPOOL 
9a92c8bbf38e8512308625e1107e9af69ccff2f2c748bd5d49997feb63ec76663a31ad25fbefed62f2e970563c38df13bf378c3dff7a91a7d232958058cb1d64
 DIST cacti-spine-1.0.4.tar.gz 800817 SHA256 
0c1640728834c0022712d991cc98d5fade7ad91ff80a4409f26e40236d96d187 SHA512 
0546edded564a87696b880166819a1d72d0c02e9e94630997fe6b0f0b183c93172cb43d6f6c73f8156e7b9d13878dc105487da24ecce08f0004284d1000701ac
 WHIRLPOOL 
cb0c0df93f801dd0f65d2d438c6cc070cdcacf2a52afa9162cb99b50ea2981ebd45fbdf2c833329e562c2da967e6115874984372c63f989ed5040e39b91a470b

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.0.0.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.0.0.ebuild
deleted file mode 100644
index ef241df7c78..000
--- a/net-analyzer/cacti-spine/cacti-spine-1.0.0.ebuild
+++ /dev/null
@@ -1,48 +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
-   "${FILESDIR}"/${PN}-1.0.0-help2man.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.0.1.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.0.1.ebuild
deleted file mode 100644
index 34727025866..000
--- a/net-analyzer/cacti-spine/cacti-spine-1.0.1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License 

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

2017-02-28 Thread Jeroen Roovers
commit: c21e3dd6568aef9c21e586d04624691cd0f635c5
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Mar  1 07:35:11 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Mar  1 07:36:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c21e3dd6

net-analyzer/cacti-spine: Version bump.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

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

diff --git a/net-analyzer/cacti-spine/Manifest 
b/net-analyzer/cacti-spine/Manifest
index 8bed9b8e5c5..dc2eca843fc 100644
--- a/net-analyzer/cacti-spine/Manifest
+++ b/net-analyzer/cacti-spine/Manifest
@@ -3,3 +3,4 @@ DIST cacti-spine-1.0.0.tar.gz 800770 SHA256 
074528eec16e8a49d535ce96d2347bd2a891
 DIST cacti-spine-1.0.1.tar.gz 800797 SHA256 
75b699bd4a85389a4fe026423aae97b51e9f6b091cffbfb6b41d5785d7423330 SHA512 
c5b2f22c6304f5a95e3db58609fb430fc3fb1ba01de6a0817bc6d86ea94af791e55a4985496980b472ce88723ee498dbb4e8a004be4d41e61b795a7b510af999
 WHIRLPOOL 
a67b29de02b0b21cdd65c8c1aefd89a1b0c74eff4ab7dcb6395ed2bff8d0d14f32c579df8c55adca0e3b6c1d9dd01693b19db54efdb80ec10042913bcfc4cef7
 DIST cacti-spine-1.0.2.tar.gz 800868 SHA256 
02137dcfe2e04e8e1ab9bc955afbd2cf6368749280eed027a5a46176b00e230a SHA512 
6a872ec82861c08f4f02d1e070683011caa64d613c3fef54b002e545e607ef3be0d9ed841ca061eedaa2b25d8116f93b143dd4f829bd13e20c48f9565ff72678
 WHIRLPOOL 
b79b14923bd052e09c5b3f3aa79a765ba813bf980433916bb479be4552239f305ea735120fd5c1ff842adce01d1ba3f8809b85628ecaed0ed79c49be5fe13e06
 DIST cacti-spine-1.0.3.tar.gz 800855 SHA256 
f63f90f0c81d72cdb6a8b7c64cc2d341e34ccf3424e1087669b3df92451af2ab SHA512 
6cd93cd10dd0c6338909ce381a1b8bb208c0351521131b0bab488e6a6ef6081e279ef0ce47653d88ceecfeaf3128031bce22fbcbc926f9bae381cfea65db655b
 WHIRLPOOL 
9a92c8bbf38e8512308625e1107e9af69ccff2f2c748bd5d49997feb63ec76663a31ad25fbefed62f2e970563c38df13bf378c3dff7a91a7d232958058cb1d64
+DIST cacti-spine-1.0.4.tar.gz 800817 SHA256 
0c1640728834c0022712d991cc98d5fade7ad91ff80a4409f26e40236d96d187 SHA512 
0546edded564a87696b880166819a1d72d0c02e9e94630997fe6b0f0b183c93172cb43d6f6c73f8156e7b9d13878dc105487da24ecce08f0004284d1000701ac
 WHIRLPOOL 
cb0c0df93f801dd0f65d2d438c6cc070cdcacf2a52afa9162cb99b50ea2981ebd45fbdf2c833329e562c2da967e6115874984372c63f989ed5040e39b91a470b

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.0.4.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.0.4.ebuild
new file mode 100644
index 000..34727025866
--- /dev/null
+++ b/net-analyzer/cacti-spine/cacti-spine-1.0.4.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-02-20 Thread Jeroen Roovers
commit: 9b70bf93ab11953bb12d83fe5ea34bfa77c2cad1
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Feb 21 04:52:49 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Feb 21 04:52:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b70bf93

net-analyzer/cacti-spine: Version bump.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

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

diff --git a/net-analyzer/cacti-spine/Manifest 
b/net-analyzer/cacti-spine/Manifest
index 147daf3344..8bed9b8e5c 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.0.0.tar.gz 800770 SHA256 
074528eec16e8a49d535ce96d2347bd2a891a56722b261d744225d9f90b6382f SHA512 
458b0050ceff3a9e2d31c54c177d75f8d36ff521204d5f7b52a5fb9ff6082c25ef98f46d80dc6c79816e5a977f5b61decac03b625728fc9dc654170e3ce3e87f
 WHIRLPOOL 
3c24d028606ab382ea61feeecda141c96d6b2a588247656285bbb832e309d1e6acd086a8464c9083cc19c777fcd0e15bff53aad417d8889e3b08a85aa38b5be1
 DIST cacti-spine-1.0.1.tar.gz 800797 SHA256 
75b699bd4a85389a4fe026423aae97b51e9f6b091cffbfb6b41d5785d7423330 SHA512 
c5b2f22c6304f5a95e3db58609fb430fc3fb1ba01de6a0817bc6d86ea94af791e55a4985496980b472ce88723ee498dbb4e8a004be4d41e61b795a7b510af999
 WHIRLPOOL 
a67b29de02b0b21cdd65c8c1aefd89a1b0c74eff4ab7dcb6395ed2bff8d0d14f32c579df8c55adca0e3b6c1d9dd01693b19db54efdb80ec10042913bcfc4cef7
 DIST cacti-spine-1.0.2.tar.gz 800868 SHA256 
02137dcfe2e04e8e1ab9bc955afbd2cf6368749280eed027a5a46176b00e230a SHA512 
6a872ec82861c08f4f02d1e070683011caa64d613c3fef54b002e545e607ef3be0d9ed841ca061eedaa2b25d8116f93b143dd4f829bd13e20c48f9565ff72678
 WHIRLPOOL 
b79b14923bd052e09c5b3f3aa79a765ba813bf980433916bb479be4552239f305ea735120fd5c1ff842adce01d1ba3f8809b85628ecaed0ed79c49be5fe13e06
+DIST cacti-spine-1.0.3.tar.gz 800855 SHA256 
f63f90f0c81d72cdb6a8b7c64cc2d341e34ccf3424e1087669b3df92451af2ab SHA512 
6cd93cd10dd0c6338909ce381a1b8bb208c0351521131b0bab488e6a6ef6081e279ef0ce47653d88ceecfeaf3128031bce22fbcbc926f9bae381cfea65db655b
 WHIRLPOOL 
9a92c8bbf38e8512308625e1107e9af69ccff2f2c748bd5d49997feb63ec76663a31ad25fbefed62f2e970563c38df13bf378c3dff7a91a7d232958058cb1d64

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.0.3.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.0.3.ebuild
new file mode 100644
index 00..1dbd7773e3
--- /dev/null
+++ b/net-analyzer/cacti-spine/cacti-spine-1.0.3.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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-02-14 Thread Jeroen Roovers
commit: cf2c98fc85cfdc375999ddc3770595ab6ff782b0
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Feb 15 07:31:18 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Feb 15 07:31:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf2c98fc

net-analyzer/cacti-spine: Version bump.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

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

diff --git a/net-analyzer/cacti-spine/Manifest 
b/net-analyzer/cacti-spine/Manifest
index 04afb572e9..147daf3344 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.0.0.tar.gz 800770 SHA256 
074528eec16e8a49d535ce96d2347bd2a891a56722b261d744225d9f90b6382f SHA512 
458b0050ceff3a9e2d31c54c177d75f8d36ff521204d5f7b52a5fb9ff6082c25ef98f46d80dc6c79816e5a977f5b61decac03b625728fc9dc654170e3ce3e87f
 WHIRLPOOL 
3c24d028606ab382ea61feeecda141c96d6b2a588247656285bbb832e309d1e6acd086a8464c9083cc19c777fcd0e15bff53aad417d8889e3b08a85aa38b5be1
 DIST cacti-spine-1.0.1.tar.gz 800797 SHA256 
75b699bd4a85389a4fe026423aae97b51e9f6b091cffbfb6b41d5785d7423330 SHA512 
c5b2f22c6304f5a95e3db58609fb430fc3fb1ba01de6a0817bc6d86ea94af791e55a4985496980b472ce88723ee498dbb4e8a004be4d41e61b795a7b510af999
 WHIRLPOOL 
a67b29de02b0b21cdd65c8c1aefd89a1b0c74eff4ab7dcb6395ed2bff8d0d14f32c579df8c55adca0e3b6c1d9dd01693b19db54efdb80ec10042913bcfc4cef7
+DIST cacti-spine-1.0.2.tar.gz 800868 SHA256 
02137dcfe2e04e8e1ab9bc955afbd2cf6368749280eed027a5a46176b00e230a SHA512 
6a872ec82861c08f4f02d1e070683011caa64d613c3fef54b002e545e607ef3be0d9ed841ca061eedaa2b25d8116f93b143dd4f829bd13e20c48f9565ff72678
 WHIRLPOOL 
b79b14923bd052e09c5b3f3aa79a765ba813bf980433916bb479be4552239f305ea735120fd5c1ff842adce01d1ba3f8809b85628ecaed0ed79c49be5fe13e06

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.0.2.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.0.2.ebuild
new file mode 100644
index 00..1dbd7773e3
--- /dev/null
+++ b/net-analyzer/cacti-spine/cacti-spine-1.0.2.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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-02-07 Thread Jeroen Roovers
commit: 89d75131329a93fa67348749b03173485eedad16
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Feb  7 15:51:35 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Feb  7 15:51:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89d75131

net-analyzer/cacti-spine: Version bump.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

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

diff --git a/net-analyzer/cacti-spine/Manifest 
b/net-analyzer/cacti-spine/Manifest
index 03adbcd..04afb57 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.0.0.tar.gz 800770 SHA256 
074528eec16e8a49d535ce96d2347bd2a891a56722b261d744225d9f90b6382f SHA512 
458b0050ceff3a9e2d31c54c177d75f8d36ff521204d5f7b52a5fb9ff6082c25ef98f46d80dc6c79816e5a977f5b61decac03b625728fc9dc654170e3ce3e87f
 WHIRLPOOL 
3c24d028606ab382ea61feeecda141c96d6b2a588247656285bbb832e309d1e6acd086a8464c9083cc19c777fcd0e15bff53aad417d8889e3b08a85aa38b5be1
+DIST cacti-spine-1.0.1.tar.gz 800797 SHA256 
75b699bd4a85389a4fe026423aae97b51e9f6b091cffbfb6b41d5785d7423330 SHA512 
c5b2f22c6304f5a95e3db58609fb430fc3fb1ba01de6a0817bc6d86ea94af791e55a4985496980b472ce88723ee498dbb4e8a004be4d41e61b795a7b510af999
 WHIRLPOOL 
a67b29de02b0b21cdd65c8c1aefd89a1b0c74eff4ab7dcb6395ed2bff8d0d14f32c579df8c55adca0e3b6c1d9dd01693b19db54efdb80ec10042913bcfc4cef7

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.0.1.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.0.1.ebuild
new file mode 100644
index ..1dbd777
--- /dev/null
+++ b/net-analyzer/cacti-spine/cacti-spine-1.0.1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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/files/

2017-02-03 Thread Jeroen Roovers
commit: 41f8c59a00a285e7bd7de679cf1dba07fab85d2d
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Feb  3 19:26:38 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Feb  3 19:26:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41f8c59a

net-analyzer/cacti-spine: Slightly improve patch.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-analyzer/cacti-spine/files/cacti-spine-1.0.0-help2man.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/cacti-spine/files/cacti-spine-1.0.0-help2man.patch 
b/net-analyzer/cacti-spine/files/cacti-spine-1.0.0-help2man.patch
index 7b83fef..1e9dffa 100644
--- a/net-analyzer/cacti-spine/files/cacti-spine-1.0.0-help2man.patch
+++ b/net-analyzer/cacti-spine/files/cacti-spine-1.0.0-help2man.patch
@@ -5,5 +5,5 @@
  man_MANS = spine.1
  
 -spine.1: spine.c 
-+spine.1: spine
++spine.1: $(sbin_PROGRAMS)
$(HELP2MAN) --output=$@ --name='Data Collector for Cacti' --no-info 
--version-option='--version' ./spine



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

2017-02-03 Thread Jeroen Roovers
commit: 1ddf95a009684ecee7a1fbff5f384503cf7c3f31
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Feb  3 19:33:45 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Feb  3 19:33:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ddf95a0

net-analyzer/cacti-spine: sed script => patch.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-analyzer/cacti-spine/cacti-spine-1.0.0.ebuild   | 1 -
 net-analyzer/cacti-spine/files/cacti-spine-1.0.0-help2man.patch | 7 ++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.0.0.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.0.0.ebuild
index a0b1283..621b6a9 100644
--- a/net-analyzer/cacti-spine/cacti-spine-1.0.0.ebuild
+++ b/net-analyzer/cacti-spine/cacti-spine-1.0.0.ebuild
@@ -37,7 +37,6 @@ PATCHES=(
 src_prepare() {
default
 
-   sed -i -e 's/^bin_PROGRAMS/sbin_PROGRAMS/' Makefile.am
AT_M4DIR="config" eautoreconf
 }
 

diff --git a/net-analyzer/cacti-spine/files/cacti-spine-1.0.0-help2man.patch 
b/net-analyzer/cacti-spine/files/cacti-spine-1.0.0-help2man.patch
index 1e9dffa..081b8ae 100644
--- a/net-analyzer/cacti-spine/files/cacti-spine-1.0.0-help2man.patch
+++ b/net-analyzer/cacti-spine/files/cacti-spine-1.0.0-help2man.patch
@@ -1,6 +1,11 @@
 --- a/Makefile.am
 +++ b/Makefile.am
-@@ -11,5 +11,5 @@
+@@ -7,9 +7,9 @@
+ configdir = $(sysconfdir)
+ config_DATA = spine.conf.dist
+ 
+-bin_PROGRAMS = spine
++sbin_PROGRAMS = spine
  
  man_MANS = spine.1
  



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

2017-02-03 Thread Jeroen Roovers
commit: 1040e3744323f8f0ed2b5001a206271bbfe9c274
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Feb  3 19:21:31 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Feb  3 19:21:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1040e374

net-analyzer/cacti-spine: Version bump.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-analyzer/cacti-spine/Manifest  |  1 +
 net-analyzer/cacti-spine/cacti-spine-1.0.0.ebuild  | 50 ++
 .../files/cacti-spine-1.0.0-help2man.patch |  9 
 3 files changed, 60 insertions(+)

diff --git a/net-analyzer/cacti-spine/Manifest 
b/net-analyzer/cacti-spine/Manifest
index a2f365d..03adbcd 100644
--- a/net-analyzer/cacti-spine/Manifest
+++ b/net-analyzer/cacti-spine/Manifest
@@ -1 +1,2 @@
 DIST cacti-spine-0.8.8h.tar.gz 804951 SHA256 
a693136839bd7d03cae5b3ff4614a4d21a2153ffb14d09fc061b843ab0b2bb30 SHA512 
6a7147ab645be44de0d330c7801e569705817da10bf6cedba82c712e1701ada8aa8924a6b3b063ea680e6af24f815d6767e8773ad7b8da212abfa082b4211bd4
 WHIRLPOOL 
36daed4986ca84883e51ab6b02ebb2ade00205c30705cfc94e73835bc2fc427a60a2dba9c7ca3665d0c0b2fca21afab77d94cde63b740f3734f9279c929cccaf
+DIST cacti-spine-1.0.0.tar.gz 800770 SHA256 
074528eec16e8a49d535ce96d2347bd2a891a56722b261d744225d9f90b6382f SHA512 
458b0050ceff3a9e2d31c54c177d75f8d36ff521204d5f7b52a5fb9ff6082c25ef98f46d80dc6c79816e5a977f5b61decac03b625728fc9dc654170e3ce3e87f
 WHIRLPOOL 
3c24d028606ab382ea61feeecda141c96d6b2a588247656285bbb832e309d1e6acd086a8464c9083cc19c777fcd0e15bff53aad417d8889e3b08a85aa38b5be1

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.0.0.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.0.0.ebuild
new file mode 100644
index ..a0b1283
--- /dev/null
+++ b/net-analyzer/cacti-spine/cacti-spine-1.0.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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
+   "${FILESDIR}"/${PN}-1.0.0-help2man.patch
+)
+
+src_prepare() {
+   default
+
+   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
+}

diff --git a/net-analyzer/cacti-spine/files/cacti-spine-1.0.0-help2man.patch 
b/net-analyzer/cacti-spine/files/cacti-spine-1.0.0-help2man.patch
new file mode 100644
index ..7b83fef
--- /dev/null
+++ b/net-analyzer/cacti-spine/files/cacti-spine-1.0.0-help2man.patch
@@ -0,0 +1,9 @@
+--- a/Makefile.am
 b/Makefile.am
+@@ -11,5 +11,5 @@
+ 
+ man_MANS = spine.1
+ 
+-spine.1: spine.c 
++spine.1: spine
+   $(HELP2MAN) --output=$@ --name='Data Collector for Cacti' --no-info 
--version-option='--version' ./spine



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

2016-10-10 Thread Jeroen Roovers
commit: 384aa8fb417c350a516b59685d636d1c0af804dd
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Oct 10 15:23:47 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Oct 10 15:23:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=384aa8fb

net-analyzer/cacti-spine: Old.

Package-Manager: portage-2.3.1

 net-analyzer/cacti-spine/Manifest  |  1 -
 net-analyzer/cacti-spine/cacti-spine-0.8.8e.ebuild | 46 --
 .../cacti-spine-0.8.8d-snmp_spine_close.patch  | 10 -
 .../files/cacti-spine-0.8.8e-fix-ac-macro.patch| 11 --
 .../files/cacti-spine-0.8.8e-net-snmp.patch| 19 -
 5 files changed, 87 deletions(-)

diff --git a/net-analyzer/cacti-spine/Manifest 
b/net-analyzer/cacti-spine/Manifest
index 2dcb67b..a2f365d 100644
--- a/net-analyzer/cacti-spine/Manifest
+++ b/net-analyzer/cacti-spine/Manifest
@@ -1,2 +1 @@
-DIST cacti-spine-0.8.8e.tar.gz 757042 SHA256 
e014488acffd4dd3a88306c3809e93a89c8538a050c2a58a9666e4c04c004b92 SHA512 
165e93d4cce3378e911aec41fcd68fb541d82d849ebf3e2e28e0ddb65027ff2eb77d488acbaa133244091cd02adb58d8f74ea5abc36abed07af9ea72bc104f40
 WHIRLPOOL 
59442f54fbb8956a945404f374eba848bc21b60d53dacb025132a91dc077115aa65ee30959ba81fb521beb9732c1c5944adb1c555a36ad6ea72898172404970c
 DIST cacti-spine-0.8.8h.tar.gz 804951 SHA256 
a693136839bd7d03cae5b3ff4614a4d21a2153ffb14d09fc061b843ab0b2bb30 SHA512 
6a7147ab645be44de0d330c7801e569705817da10bf6cedba82c712e1701ada8aa8924a6b3b063ea680e6af24f815d6767e8773ad7b8da212abfa082b4211bd4
 WHIRLPOOL 
36daed4986ca84883e51ab6b02ebb2ade00205c30705cfc94e73835bc2fc427a60a2dba9c7ca3665d0c0b2fca21afab77d94cde63b740f3734f9279c929cccaf

diff --git a/net-analyzer/cacti-spine/cacti-spine-0.8.8e.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-0.8.8e.ebuild
deleted file mode 100644
index f463320..
--- a/net-analyzer/cacti-spine/cacti-spine-0.8.8e.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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"
-
-DEPEND="
-   dev-libs/openssl:*
-   net-analyzer/net-snmp
-   virtual/mysql
-"
-RDEPEND="
-   ${DEPEND}
-   >net-analyzer/cacti-0.8.8
-"
-
-src_prepare() {
-   epatch \
-   "${FILESDIR}"/${PN}-0.8.8e-fix-ac-macro.patch \
-   "${FILESDIR}"/${PN}-0.8.8e-net-snmp.patch \
-   "${FILESDIR}"/${PN}-0.8.8d-mysql.patch \
-   "${FILESDIR}"/${PN}-0.8.8d-ping.patch \
-   "${FILESDIR}"/${PN}-0.8.8d-snmp_spine_close.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/files/cacti-spine-0.8.8d-snmp_spine_close.patch 
b/net-analyzer/cacti-spine/files/cacti-spine-0.8.8d-snmp_spine_close.patch
deleted file mode 100644
index f39e8c6..
--- a/net-analyzer/cacti-spine/files/cacti-spine-0.8.8d-snmp_spine_close.patch
+++ /dev/null
@@ -1,10 +0,0 @@
 a/snmp.h
-+++ b/snmp.h
-@@ -32,6 +32,7 @@
- */
- 
- extern void snmp_spine_init(void);
-+extern void snmp_spine_close(void);
- extern void *snmp_host_init(int host_id, char *hostname, int snmp_version, 
char *snmp_community, char *snmp_username, char *snmp_password, char 
*snmp_auth_protocol, char *snmp_priv_passphrase, char *snmp_priv_protocol, char 
*snmp_context, int snmp_port, int snmp_timeout);
- extern void snmp_host_cleanup(void *snmp_session);
- extern char *snmp_get(host_t *current_host, char *snmp_oid);

diff --git 
a/net-analyzer/cacti-spine/files/cacti-spine-0.8.8e-fix-ac-macro.patch 
b/net-analyzer/cacti-spine/files/cacti-spine-0.8.8e-fix-ac-macro.patch
deleted file mode 100644
index 5249cdf..
--- a/net-analyzer/cacti-spine/files/cacti-spine-0.8.8e-fix-ac-macro.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 a/configure.ac
-+++ b/configure.ac
-@@ -10,7 +10,7 @@
- AC_LANG(C)
- 
- AM_INIT_AUTOMAKE(spine, 0.8.8e)
--AM_CONFIG_HEADER(config/config.h)
-+AC_CONFIG_HEADERS(config/config.h)
- 
- # static libraries
- AC_ARG_WITH(static,

diff --git a/net-analyzer/cacti-spine/files/cacti-spine-0.8.8e-net-snmp.patch 
b/net-analyzer/cacti-spine/files/cacti-spine-0.8.8e-net-snmp.patch
deleted file mode 100644
index c96bbc9..
--- a/net-analyzer/cacti-spine/files/cacti-spine-0.8.8e-net-snmp.patch
+++ /dev/null
@@ -1,19 +0,0 @@
 a/configure.ac
-+++ b/configure.ac
-@@ -254,14 +254,14 @@
- )
- 
- AC_MSG_CHECKING([if Net-SNMP needs crypto support])

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

2016-09-29 Thread Agostino Sarubbo
commit: 53199c9e2bbaa1349d75a9f37b1003a71c7674c4
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Sep 29 09:34:39 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Sep 29 09:34:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53199c9e

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

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/net-analyzer/cacti-spine/cacti-spine-0.8.8h.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-0.8.8h.ebuild
index e4e2d3f..b2191c4 100644
--- a/net-analyzer/cacti-spine/cacti-spine-0.8.8h.ebuild
+++ b/net-analyzer/cacti-spine/cacti-spine-0.8.8h.ebuild
@@ -13,7 +13,7 @@ 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"
+KEYWORDS="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/

2016-05-20 Thread Jeroen Roovers
commit: 06fef0047240e6b5408bca129fe9210553ae5f88
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri May 20 08:26:48 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri May 20 08:27:08 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06fef004

net-analyzer/cacti-spine: Old.

Package-Manager: portage-2.3.0_rc1

 net-analyzer/cacti-spine/Manifest  |  2 -
 net-analyzer/cacti-spine/cacti-spine-0.8.8f.ebuild | 46 
 net-analyzer/cacti-spine/cacti-spine-0.8.8g.ebuild | 50 --
 .../files/cacti-spine-0.8.8f-fix-ac-macro.patch| 11 -
 .../files/cacti-spine-0.8.8g-fix-ac-macro.patch| 11 -
 .../files/cacti-spine-0.8.8g-parallel-make.patch   |  9 
 6 files changed, 129 deletions(-)

diff --git a/net-analyzer/cacti-spine/Manifest 
b/net-analyzer/cacti-spine/Manifest
index 66db427..2dcb67b 100644
--- a/net-analyzer/cacti-spine/Manifest
+++ b/net-analyzer/cacti-spine/Manifest
@@ -1,4 +1,2 @@
 DIST cacti-spine-0.8.8e.tar.gz 757042 SHA256 
e014488acffd4dd3a88306c3809e93a89c8538a050c2a58a9666e4c04c004b92 SHA512 
165e93d4cce3378e911aec41fcd68fb541d82d849ebf3e2e28e0ddb65027ff2eb77d488acbaa133244091cd02adb58d8f74ea5abc36abed07af9ea72bc104f40
 WHIRLPOOL 
59442f54fbb8956a945404f374eba848bc21b60d53dacb025132a91dc077115aa65ee30959ba81fb521beb9732c1c5944adb1c555a36ad6ea72898172404970c
-DIST cacti-spine-0.8.8f.tar.gz 757078 SHA256 
d0599239187f2f5a29f82b809e6941447f18bb7b170cd42e67455633b195e3c7 SHA512 
8c5e1713bb1d41227cef6047e5348ef33b90b5591976cf24390abbf1e5c68de6714f785d9517ca9aed21b42b6b8772512af176b9f62bf18d6d74d949a6359a22
 WHIRLPOOL 
70545057f80d5cc5940059179bc3b72eabf48ff61c5eed5b0b344e995eb1411e3a89359e8c0b6bc3850b029233597d581ece59a99c6653ac7cfd028ef2e24232
-DIST cacti-spine-0.8.8g.tar.gz 805321 SHA256 
f7d60d5663f6fe8f730363763f31d110589c725e482c943f0f8287359a6db533 SHA512 
24d208b4779e5d04e0206e950c0d49d0453937b3da4a3e3bdbb1a075bdf22db3c6bb6789bab92f6c22a67c39745a36fc98cb28371423469b87a5936b3afb3ba3
 WHIRLPOOL 
d1106b59748ac166c0b44ffdad285c3efefb03fec98318704e16022bf788168603884ee1b4bd22d9ef5fb962c5a60bfda241c6675b987fe9c02c7c4068213ad2
 DIST cacti-spine-0.8.8h.tar.gz 804951 SHA256 
a693136839bd7d03cae5b3ff4614a4d21a2153ffb14d09fc061b843ab0b2bb30 SHA512 
6a7147ab645be44de0d330c7801e569705817da10bf6cedba82c712e1701ada8aa8924a6b3b063ea680e6af24f815d6767e8773ad7b8da212abfa082b4211bd4
 WHIRLPOOL 
36daed4986ca84883e51ab6b02ebb2ade00205c30705cfc94e73835bc2fc427a60a2dba9c7ca3665d0c0b2fca21afab77d94cde63b740f3734f9279c929cccaf

diff --git a/net-analyzer/cacti-spine/cacti-spine-0.8.8f.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-0.8.8f.ebuild
deleted file mode 100644
index 81e07ff..000
--- a/net-analyzer/cacti-spine/cacti-spine-0.8.8f.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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"
-
-DEPEND="
-   dev-libs/openssl:*
-   net-analyzer/net-snmp
-   virtual/mysql
-"
-RDEPEND="
-   ${DEPEND}
-   >net-analyzer/cacti-0.8.8
-"
-
-src_prepare() {
-   epatch \
-   "${FILESDIR}"/${PN}-0.8.8f-fix-ac-macro.patch \
-   "${FILESDIR}"/${PN}-0.8.8e-net-snmp.patch \
-   "${FILESDIR}"/${PN}-0.8.8d-mysql.patch \
-   "${FILESDIR}"/${PN}-0.8.8d-ping.patch \
-   "${FILESDIR}"/${PN}-0.8.8d-snmp_spine_close.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-0.8.8g.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-0.8.8g.ebuild
deleted file mode 100644
index 75f9d64..000
--- a/net-analyzer/cacti-spine/cacti-spine-0.8.8g.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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 \
- 

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

2016-05-16 Thread Jeroen Roovers
commit: e883fd42522e1c39cc6ab97770970e23a092307f
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue May 17 05:19:45 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue May 17 05:19:45 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e883fd42

net-analyzer/cacti-spine: Stable for HPPA (bug #582996).

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --ignore-arches

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

diff --git a/net-analyzer/cacti-spine/cacti-spine-0.8.8h.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-0.8.8h.ebuild
index f3b0664..e4e2d3f 100644
--- a/net-analyzer/cacti-spine/cacti-spine-0.8.8h.ebuild
+++ b/net-analyzer/cacti-spine/cacti-spine-0.8.8h.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,7 +13,7 @@ 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"
+KEYWORDS="amd64 hppa ~ppc ~ppc64 ~sparc x86"
 
 CDEPEND="
dev-libs/openssl:*



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

2016-05-14 Thread Agostino Sarubbo
commit: f3b6b56beeae96bc0709e0689621a31a278ccf9c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat May 14 22:23:24 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat May 14 22:23:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3b6b56b

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

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/net-analyzer/cacti-spine/cacti-spine-0.8.8h.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-0.8.8h.ebuild
index 30a05dd..f3b0664 100644
--- a/net-analyzer/cacti-spine/cacti-spine-0.8.8h.ebuild
+++ b/net-analyzer/cacti-spine/cacti-spine-0.8.8h.ebuild
@@ -13,7 +13,7 @@ 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"
+KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~sparc x86"
 
 CDEPEND="
dev-libs/openssl:*



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

2016-05-14 Thread Agostino Sarubbo
commit: abf7c18ebd2bef0569da61b34259185d24613a42
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat May 14 22:21:43 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat May 14 22:21:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abf7c18e

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

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/net-analyzer/cacti-spine/cacti-spine-0.8.8h.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-0.8.8h.ebuild
index 9ff9158..30a05dd 100644
--- a/net-analyzer/cacti-spine/cacti-spine-0.8.8h.ebuild
+++ b/net-analyzer/cacti-spine/cacti-spine-0.8.8h.ebuild
@@ -13,7 +13,7 @@ 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"
+KEYWORDS="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/

2016-05-14 Thread Jeroen Roovers
commit: 51f099dea447885715a6647829b77b17b67609c1
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat May 14 09:48:23 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat May 14 09:50:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51f099de

net-analyzer/cacti-spine: Version bump (bug #582996).

Package-Manager: portage-2.2.28

 net-analyzer/cacti-spine/Manifest  |  1 +
 net-analyzer/cacti-spine/cacti-spine-0.8.8h.ebuild | 49 ++
 .../files/cacti-spine-0.8.8h-fix-ac-macro.patch| 11 +
 3 files changed, 61 insertions(+)

diff --git a/net-analyzer/cacti-spine/Manifest 
b/net-analyzer/cacti-spine/Manifest
index 6024bed..66db427 100644
--- a/net-analyzer/cacti-spine/Manifest
+++ b/net-analyzer/cacti-spine/Manifest
@@ -1,3 +1,4 @@
 DIST cacti-spine-0.8.8e.tar.gz 757042 SHA256 
e014488acffd4dd3a88306c3809e93a89c8538a050c2a58a9666e4c04c004b92 SHA512 
165e93d4cce3378e911aec41fcd68fb541d82d849ebf3e2e28e0ddb65027ff2eb77d488acbaa133244091cd02adb58d8f74ea5abc36abed07af9ea72bc104f40
 WHIRLPOOL 
59442f54fbb8956a945404f374eba848bc21b60d53dacb025132a91dc077115aa65ee30959ba81fb521beb9732c1c5944adb1c555a36ad6ea72898172404970c
 DIST cacti-spine-0.8.8f.tar.gz 757078 SHA256 
d0599239187f2f5a29f82b809e6941447f18bb7b170cd42e67455633b195e3c7 SHA512 
8c5e1713bb1d41227cef6047e5348ef33b90b5591976cf24390abbf1e5c68de6714f785d9517ca9aed21b42b6b8772512af176b9f62bf18d6d74d949a6359a22
 WHIRLPOOL 
70545057f80d5cc5940059179bc3b72eabf48ff61c5eed5b0b344e995eb1411e3a89359e8c0b6bc3850b029233597d581ece59a99c6653ac7cfd028ef2e24232
 DIST cacti-spine-0.8.8g.tar.gz 805321 SHA256 
f7d60d5663f6fe8f730363763f31d110589c725e482c943f0f8287359a6db533 SHA512 
24d208b4779e5d04e0206e950c0d49d0453937b3da4a3e3bdbb1a075bdf22db3c6bb6789bab92f6c22a67c39745a36fc98cb28371423469b87a5936b3afb3ba3
 WHIRLPOOL 
d1106b59748ac166c0b44ffdad285c3efefb03fec98318704e16022bf788168603884ee1b4bd22d9ef5fb962c5a60bfda241c6675b987fe9c02c7c4068213ad2
+DIST cacti-spine-0.8.8h.tar.gz 804951 SHA256 
a693136839bd7d03cae5b3ff4614a4d21a2153ffb14d09fc061b843ab0b2bb30 SHA512 
6a7147ab645be44de0d330c7801e569705817da10bf6cedba82c712e1701ada8aa8924a6b3b063ea680e6af24f815d6767e8773ad7b8da212abfa082b4211bd4
 WHIRLPOOL 
36daed4986ca84883e51ab6b02ebb2ade00205c30705cfc94e73835bc2fc427a60a2dba9c7ca3665d0c0b2fca21afab77d94cde63b740f3734f9279c929cccaf

diff --git a/net-analyzer/cacti-spine/cacti-spine-0.8.8h.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-0.8.8h.ebuild
new file mode 100644
index 000..9ff9158
--- /dev/null
+++ b/net-analyzer/cacti-spine/cacti-spine-0.8.8h.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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/files/cacti-spine-0.8.8h-fix-ac-macro.patch 
b/net-analyzer/cacti-spine/files/cacti-spine-0.8.8h-fix-ac-macro.patch
new file mode 100644
index 000..3f497ac
--- /dev/null
+++ b/net-analyzer/cacti-spine/files/cacti-spine-0.8.8h-fix-ac-macro.patch
@@ -0,0 +1,11 @@
+--- a/configure.ac
 b/configure.ac
+@@ -10,7 +10,7 @@
+ AC_LANG(C)
+ 
+ AM_INIT_AUTOMAKE(spine, 0.8.8h)
+-AM_CONFIG_HEADER(config/config.h)
++AC_CONFIG_HEADERS(config/config.h)
+ 
+ # static libraries
+ AC_ARG_WITH(static,



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

2016-02-23 Thread Jeroen Roovers
commit: 636198c593fc9532c6a4ac3bbdcc66cb65625988
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Feb 24 06:00:28 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Feb 24 06:00:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=636198c5

net-analyzer/cacti-spine: Version bump.

Package-Manager: portage-2.2.27

 net-analyzer/cacti-spine/Manifest  |  1 +
 net-analyzer/cacti-spine/cacti-spine-0.8.8g.ebuild | 50 ++
 .../files/cacti-spine-0.8.8g-fix-ac-macro.patch| 11 +
 .../files/cacti-spine-0.8.8g-net-snmp.patch| 19 
 .../files/cacti-spine-0.8.8g-parallel-make.patch   |  9 
 5 files changed, 90 insertions(+)

diff --git a/net-analyzer/cacti-spine/Manifest 
b/net-analyzer/cacti-spine/Manifest
index f93518e..6024bed 100644
--- a/net-analyzer/cacti-spine/Manifest
+++ b/net-analyzer/cacti-spine/Manifest
@@ -1,2 +1,3 @@
 DIST cacti-spine-0.8.8e.tar.gz 757042 SHA256 
e014488acffd4dd3a88306c3809e93a89c8538a050c2a58a9666e4c04c004b92 SHA512 
165e93d4cce3378e911aec41fcd68fb541d82d849ebf3e2e28e0ddb65027ff2eb77d488acbaa133244091cd02adb58d8f74ea5abc36abed07af9ea72bc104f40
 WHIRLPOOL 
59442f54fbb8956a945404f374eba848bc21b60d53dacb025132a91dc077115aa65ee30959ba81fb521beb9732c1c5944adb1c555a36ad6ea72898172404970c
 DIST cacti-spine-0.8.8f.tar.gz 757078 SHA256 
d0599239187f2f5a29f82b809e6941447f18bb7b170cd42e67455633b195e3c7 SHA512 
8c5e1713bb1d41227cef6047e5348ef33b90b5591976cf24390abbf1e5c68de6714f785d9517ca9aed21b42b6b8772512af176b9f62bf18d6d74d949a6359a22
 WHIRLPOOL 
70545057f80d5cc5940059179bc3b72eabf48ff61c5eed5b0b344e995eb1411e3a89359e8c0b6bc3850b029233597d581ece59a99c6653ac7cfd028ef2e24232
+DIST cacti-spine-0.8.8g.tar.gz 805321 SHA256 
f7d60d5663f6fe8f730363763f31d110589c725e482c943f0f8287359a6db533 SHA512 
24d208b4779e5d04e0206e950c0d49d0453937b3da4a3e3bdbb1a075bdf22db3c6bb6789bab92f6c22a67c39745a36fc98cb28371423469b87a5936b3afb3ba3
 WHIRLPOOL 
d1106b59748ac166c0b44ffdad285c3efefb03fec98318704e16022bf788168603884ee1b4bd22d9ef5fb962c5a60bfda241c6675b987fe9c02c7c4068213ad2

diff --git a/net-analyzer/cacti-spine/cacti-spine-0.8.8g.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-0.8.8g.ebuild
new file mode 100644
index 000..75f9d64
--- /dev/null
+++ b/net-analyzer/cacti-spine/cacti-spine-0.8.8g.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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.8g-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 \
+   "${FILESDIR}"/${PN}-0.8.8g-parallel-make.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/files/cacti-spine-0.8.8g-fix-ac-macro.patch 
b/net-analyzer/cacti-spine/files/cacti-spine-0.8.8g-fix-ac-macro.patch
new file mode 100644
index 000..fa12f1e
--- /dev/null
+++ b/net-analyzer/cacti-spine/files/cacti-spine-0.8.8g-fix-ac-macro.patch
@@ -0,0 +1,11 @@
+--- a/configure.ac
 b/configure.ac
+@@ -10,7 +10,7 @@
+ AC_LANG(C)
+ 
+ AM_INIT_AUTOMAKE(spine, 0.8.8g)
+-AM_CONFIG_HEADER(config/config.h)
++AC_CONFIG_HEADERS(config/config.h)
+ 
+ # static libraries
+ AC_ARG_WITH(static,

diff --git a/net-analyzer/cacti-spine/files/cacti-spine-0.8.8g-net-snmp.patch 
b/net-analyzer/cacti-spine/files/cacti-spine-0.8.8g-net-snmp.patch
new file mode 100644
index 000..5ee62e2
--- /dev/null
+++ b/net-analyzer/cacti-spine/files/cacti-spine-0.8.8g-net-snmp.patch
@@ -0,0 +1,19 @@
+--- a/configure.ac
 b/configure.ac
+@@ -251,14 +251,14 @@
+ 
+ # Net-SNMP includes v3 support and insists on crypto unless compiled 
--without-openssl
+ AC_MSG_CHECKING([if Net-SNMP needs crypto support])
+-AC_TRY_COMPILE([#include ], [exit(NETSNMP_USE_OPENSSL != 
1);],
++AC_TRY_COMPILE([#include ], 
[exit(NETSNMP_USE_OPENSSL != 1);],
+   [  AC_MSG_RESULT(yes)
+  SNMP_SSL=yes
+   ],
+   AC_MSG_RESULT(no)
+ )
+ 
+-AC_TRY_COMPILE([ #include  
++AC_TRY_COMPILE([ #include  
+   #include 
+   #include 
+   #include 

diff --git 

<    1   2