commit:     3da2743a66714334238d44f2f32532b2c3623a43
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  6 09:51:22 2017 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Wed Dec  6 09:51:22 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3da2743a

net-analyzer/cacti-spine: Old.

Package-Manager: Portage-2.3.16, Repoman-2.3.6

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

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

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

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.1.25.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.1.25.ebuild
deleted file mode 100644
index d148f4544d0..00000000000
--- a/net-analyzer/cacti-spine/cacti-spine-1.1.25.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools eutils
-
-MY_P=${PN}-${PV/_p/-}
-
-DESCRIPTION="Spine is a fast poller for Cacti (formerly known as Cactid)"
-HOMEPAGE="https://cacti.net/spine_info.php";
-SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz";
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-
-CDEPEND="
-       dev-libs/openssl:*
-       net-analyzer/net-snmp
-       virtual/mysql
-"
-DEPEND="
-       ${CDEPEND}
-       sys-apps/help2man
-"
-RDEPEND="
-       ${CDEPEND}
-       >net-analyzer/cacti-0.8.8
-"
-PATCHES=(
-       "${FILESDIR}"/${PN}-0.8.8d-ping.patch
-       "${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/files/cacti-spine-0.8.8d-mysql.patch 
b/net-analyzer/cacti-spine/files/cacti-spine-0.8.8d-mysql.patch
deleted file mode 100644
index d60653678a2..00000000000
--- a/net-analyzer/cacti-spine/files/cacti-spine-0.8.8d-mysql.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/configure.ac
-+++ b/configure.ac
-@@ -239,7 +239,7 @@
- fi
- CFLAGS="-I$MYSQL_INC_DIR $CFLAGS"
- 
--AC_CHECK_LIB(mysqlclient_r,mysql_init, LIBS="-lmysqlclient_r",
-+AC_CHECK_LIB(mysqlclient_r,mysql_init, LIBS="$LIBS -lmysqlclient_r",
-   AC_MSG_ERROR([MySQL libraries not found])
- )
- 

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
deleted file mode 100644
index 3f497ac7bce..00000000000
--- a/net-analyzer/cacti-spine/files/cacti-spine-0.8.8h-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.8h)
--AM_CONFIG_HEADER(config/config.h)
-+AC_CONFIG_HEADERS(config/config.h)
- 
- # static libraries
- AC_ARG_WITH(static,

Reply via email to