summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2017-08-20 09:03:22 +0200
committerJeroen Roovers <jer@gentoo.org>2017-08-20 09:03:22 +0200
commit28f5accec028fef259f95e1af66fd573132bf922 (patch)
tree75e74c4f92bd6e471c71bac3d006ab3144a8980a /net-analyzer/cacti-spine
parentnet-analyzer/cacti: Old. (diff)
downloadgentoo-28f5accec028fef259f95e1af66fd573132bf922.tar.gz
gentoo-28f5accec028fef259f95e1af66fd573132bf922.tar.bz2
gentoo-28f5accec028fef259f95e1af66fd573132bf922.zip
net-analyzer/cacti-spine: Old.
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'net-analyzer/cacti-spine')
-rw-r--r--net-analyzer/cacti-spine/Manifest1
-rw-r--r--net-analyzer/cacti-spine/cacti-spine-1.1.16.ebuild47
2 files changed, 0 insertions, 48 deletions
diff --git a/net-analyzer/cacti-spine/Manifest b/net-analyzer/cacti-spine/Manifest
index 6b4fd07af9e8..b0eb2c176e00 100644
--- a/net-analyzer/cacti-spine/Manifest
+++ b/net-analyzer/cacti-spine/Manifest
@@ -1,3 +1,2 @@
DIST cacti-spine-0.8.8h.tar.gz 804951 SHA256 a693136839bd7d03cae5b3ff4614a4d21a2153ffb14d09fc061b843ab0b2bb30 SHA512 6a7147ab645be44de0d330c7801e569705817da10bf6cedba82c712e1701ada8aa8924a6b3b063ea680e6af24f815d6767e8773ad7b8da212abfa082b4211bd4 WHIRLPOOL 36daed4986ca84883e51ab6b02ebb2ade00205c30705cfc94e73835bc2fc427a60a2dba9c7ca3665d0c0b2fca21afab77d94cde63b740f3734f9279c929cccaf
-DIST cacti-spine-1.1.16.tar.gz 801508 SHA256 9969d7b422d4c41fd6d7e9fb3d7907400601a394b16c4253202b3d4596f85d7f SHA512 01813864bd65229d7d1a54123de60579eeed652e962d0f78a4bc63c26de29e1402b7bbb4e7585c90cf37c9db412b539c8079b72c78fa026110c290632d63b205 WHIRLPOOL cd1bc344e38b826cce8a1b584ab8d8d2f8d1d91416d6939932a4c6eda59428b23aa7fc970faee93245b0967d18eaa280677acf0e9ee9add6e715121bda4d6c8c
DIST cacti-spine-1.1.18.tar.gz 801575 SHA256 0c12426ae880f9f7296c91a2930781f63f7c50217e210c9e8faf75614f415f48 SHA512 28fb6a7c67289680dd4eac08b08099b72cbf4676f4a86c6d4d158e2c791e59855ea39770badb214709868c7405022fba88348c968883a9cb3bb734c251c192c7 WHIRLPOOL 389c64c10775bbebf3043e0ff9c4ce544024941a5fe4704f20abae34e1063c21a956ffa5a59d157266937304be4a2031db71f8b152563fe954b4d0a911846159
diff --git a/net-analyzer/cacti-spine/cacti-spine-1.1.16.ebuild b/net-analyzer/cacti-spine/cacti-spine-1.1.16.ebuild
deleted file mode 100644
index 34727025866f..000000000000
--- a/net-analyzer/cacti-spine/cacti-spine-1.1.16.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools eutils
-
-MY_P=${PN}-${PV/_p/-}
-
-DESCRIPTION="Spine is a fast poller for Cacti (formerly known as Cactid)"
-HOMEPAGE="http://cacti.net/spine_info.php"
-SRC_URI="http://www.cacti.net/downloads/spine/${MY_P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-
-CDEPEND="
- dev-libs/openssl:*
- net-analyzer/net-snmp
- virtual/mysql
-"
-DEPEND="
- ${CDEPEND}
- sys-apps/help2man
-"
-RDEPEND="
- ${CDEPEND}
- >net-analyzer/cacti-0.8.8
-"
-PATCHES=(
- "${FILESDIR}"/${PN}-0.8.8d-ping.patch
- "${FILESDIR}"/${PN}-0.8.8g-net-snmp.patch
-)
-
-src_prepare() {
- default
-
- AT_M4DIR="config" eautoreconf
-}
-
-src_install() {
- dosbin spine
- insinto /etc/
- insopts -m0640 -o root
- newins spine.conf{.dist,}
- dodoc ChangeLog
-}