commit:     384aa8fb417c350a516b59685d636d1c0af804dd
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 10 15:23:47 2016 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Mon Oct 10 15:23:47 2016 +0000
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..00000000
--- 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..00000000
--- 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..00000000
--- 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..00000000
--- 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])
--AC_TRY_COMPILE([#include <net-snmp-config.h>], [exit(USE_OPENSSL != 1);],
-+AC_TRY_COMPILE([#include <net-snmp/net-snmp-config.h>], [exit(USE_OPENSSL != 
1);],
-   [  AC_MSG_RESULT(yes)
-      SNMP_SSL=yes
-   ],
-   AC_MSG_RESULT(no)
- )
- 
--AC_TRY_COMPILE([ #include <net-snmp-config.h> 
-+AC_TRY_COMPILE([ #include <net-snmp/net-snmp-config.h> 
-   #include <net-snmp/utilities.h>
-   #include <net-snmp/net-snmp-includes.h>
-   #include <net-snmp/config_api.h>

Reply via email to