From aaf93ee39c120f4d66b1e7fd2c27bf4c55c7ab78 Mon Sep 17 00:00:00 2001 From: Jeroen Roovers Date: Fri, 17 Mar 2017 09:05:41 +0100 Subject: 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(+) create mode 100644 net-analyzer/cacti-spine/cacti-spine-1.0.6.ebuild (limited to 'net-analyzer') diff --git a/net-analyzer/cacti-spine/Manifest b/net-analyzer/cacti-spine/Manifest index 1d2584b7cb4d..887ba151789d 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 000000000000..34727025866f --- /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 +} -- cgit v1.2.3-65-gdbad