summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-analyzer/cacti-spine/ChangeLog43
-rw-r--r--net-analyzer/cacti-spine/Manifest4
-rw-r--r--net-analyzer/cacti-spine/cacti-spine-0.8.7c.ebuild63
-rw-r--r--net-analyzer/cacti-spine/metadata.xml22
4 files changed, 0 insertions, 132 deletions
diff --git a/net-analyzer/cacti-spine/ChangeLog b/net-analyzer/cacti-spine/ChangeLog
deleted file mode 100644
index 25ecdfd..0000000
--- a/net-analyzer/cacti-spine/ChangeLog
+++ /dev/null
@@ -1,43 +0,0 @@
-# ChangeLog for net-analyzer/cacti-spine
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti-spine/ChangeLog,v 1.10 2008/08/20 05:27:03 pva Exp $
-
- 20 Aug 2008; Peter Volkov <pva@gentoo.org> Manifest:
- Fix digest, bug #235206, thank GES for report.
-
-*cacti-spine-0.8.7a_p4650 (14 Aug 2008)
-
- 14 Aug 2008; Peter Volkov <pva@gentoo.org>
- +cacti-spine-0.8.7a_p4650.ebuild:
- Bump to the recent SVN snapshot, should fix bug #234749, thank Chris
- Gianelloni for report.
-
- 19 May 2008; Peter Volkov <pva@gentoo.org> cacti-spine-0.8.7a.ebuild:
- Fixed typo in postinstall message, bug #222801, thank Chris Lee for
- report.
-
- 27 Apr 2008; Markus Meier <maekke@gentoo.org> cacti-spine-0.8.7a.ebuild:
- amd64 stable, bug #210840
-
- 26 Feb 2008; Raúl Porcel <armin76@gentoo.org> cacti-spine-0.8.7a.ebuild:
- sparc stable wrt #210840
-
- 24 Feb 2008; Markus Meier <maekke@gentoo.org> cacti-spine-0.8.7a.ebuild:
- x86 stable, bug #210840
-
- 22 Feb 2008; Brent Baude <ranger@gentoo.org> cacti-spine-0.8.7a.ebuild:
- Marking cacti-spine-0.8.7a ppc64 for bug 210840
-
- 21 Feb 2008; nixnut <nixnut@gentoo.org> cacti-spine-0.8.7a.ebuild:
- Stable on ppc wrt bug 210840
-
- 26 Jan 2008; <pva@gentoo.org> cacti-spine-0.8.7a.ebuild:
- Moved autotools to src_unpack, bug #207461, thank Diego Pettenò <flameeyes
- AT gentoo.org> for report.
-
-*cacti-spine-0.8.7a (08 Jan 2008)
-
- 08 Jan 2008; <pva@gentoo.org> +metadata.xml, +cacti-spine-0.8.7a.ebuild:
- Initial import. Thank you Nathan Sullivan <nathan AT nightsys.net> for
- notification and ebuild, bug #204852.
-
diff --git a/net-analyzer/cacti-spine/Manifest b/net-analyzer/cacti-spine/Manifest
deleted file mode 100644
index 258d529..0000000
--- a/net-analyzer/cacti-spine/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST cacti-spine-0.8.7c.tar.gz 368272 RMD160 f9352f52fadd990a3495043c9977813c19f5f8da SHA1 4eb2c40fccc5cdcca517c2e1b352b66fd0ad7e5e SHA256 44fdaf572559f192d6e2dc14e649450879770cace710f17eee6d563e2e5a0ea3
-EBUILD cacti-spine-0.8.7c.ebuild 1741 RMD160 a7ab8ec2f784a547ddd3b4e349d76e643bd4900e SHA1 6647826eb85af399bceadc1162fce6999de35dc5 SHA256 3bfd615df3db4170d437ea8552beffc874687252209bd0c7ff7b426cefdc6254
-MISC ChangeLog 1623 RMD160 9e1274882f24629d3051111c6266e16a1355ff09 SHA1 535141dfbb8d879e8e49fa834e5a5ef41d019b62 SHA256 f4fb9dd20214a0956d7a146540014c6325d48b59d759a6de3b215761a83c618c
-MISC metadata.xml 795 RMD160 6496692432dfda95180e8d7506af90ebd79b2172 SHA1 2e929eeb09763b10b746c6b0384acd4197051c85 SHA256 a1ee2fa5779e21ff428e18a563360a7d81e383345d867cfa27046614fc18e466
diff --git a/net-analyzer/cacti-spine/cacti-spine-0.8.7c.ebuild b/net-analyzer/cacti-spine/cacti-spine-0.8.7c.ebuild
deleted file mode 100644
index 603a589..0000000
--- a/net-analyzer/cacti-spine/cacti-spine-0.8.7c.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti-spine/cacti-spine-0.8.7a_p4650.ebuild,v 1.2 2008/08/15 05:56:11 mr_bones_ Exp $
-
-inherit autotools
-
-if [[ ${PV} =~ (_p)([0-9]+) ]] ; then
- inherit subversion
- SRC_URI=""
- MTSLPT_REV=${BASH_REMATCH[2]}
- ESVN_REPO_URI="svn://svn.cacti.net/var/svnroot/cacti/spine/branches/0.8.7/@${MTSLPT_REV}"
-else
- MY_PV=${PV/_p/-}
- SRC_URI="http://www.cacti.net/downloads/spine/${PN}-${MY_PV}.tar.gz"
-fi
-DESCRIPTION="Spine is a fast poller for Cacti (formerly known as Cactid)"
-HOMEPAGE="http://cacti.net/spine_info.php"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-DEPEND="net-analyzer/net-snmp
- dev-libs/openssl
- virtual/mysql"
-RDEPEND="${DEPEND}
- >net-analyzer/cacti-0.8.7"
-
-src_unpack() {
- if [[ "${SRC_URI}" == "" ]] ; then
- subversion_src_unpack
- else
- unpack ${A}
- fi
- cd "${S}"
- sed -i -e 's/^bin_PROGRAMS/sbin_PROGRAMS/' Makefile.am
- rm configure # configure is not executable, autoconf recreates it...
- eautoreconf
-}
-
-src_install() {
- dosbin spine || die
- insinto /etc/
- insopts -m0640 -o root
- newins spine.conf.dist spine.conf || die
- dodoc ChangeLog README || die
-}
-
-pkg_postinst() {
- ewarn "NOTE: If you upgraded from cactid, do not forgive to setup spine"
- ewarn "instead of cactid through web interface."
- ewarn
- elog "Please see the cacti's site for installation instructions:"
- elog
- elog "http://cacti.net/spine_install.php"
- echo
- ewarn "/etc/spine.conf should be readable by webserver, thus after you"
- ewarn "decide on webserver do not forget to run the following command:"
- ewarn
- ewarn " # chown root:wwwgroup /etc/spine.conf"
- echo
-}
diff --git a/net-analyzer/cacti-spine/metadata.xml b/net-analyzer/cacti-spine/metadata.xml
deleted file mode 100644
index 1714524..0000000
--- a/net-analyzer/cacti-spine/metadata.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <herd>netmon</herd>
- <maintainer>
- <email>ramereth@gentoo.org</email>
- <name>Lance Albertson</name>
- </maintainer>
- <maintainer>
- <email>pva@gentoo.org</email>
- <name>Peter Volkov</name>
- </maintainer>
- <longdescription lang="en">
- Spine (formerly known as Cactid) is a poller for Cacti that primarily
- strives to be as fast as possible. For this reason it is written in
- native C, makes use of POSIX threads, and is linked directly against the
- net-snmp library for minmumal SNMP polling overhead. Spine is a
- replacement for the default cmd.php poller so you must decide if using
- Spine makes sense for your installation.
- </longdescription>
-</pkgmetadata>
-