summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLance Albertson <ramereth@gentoo.org>2006-01-16 16:52:33 +0000
committerLance Albertson <ramereth@gentoo.org>2006-01-16 16:52:33 +0000
commitf2535fac052575a8d0ccf24bcab9fcd2705cfae8 (patch)
treef1f1259c7861487c60632713d9a80a7d99bb75b3 /net-analyzer/cacti-cactid
parentmake gambas slotted (diff)
downloadhistorical-f2535fac052575a8d0ccf24bcab9fcd2705cfae8.tar.gz
historical-f2535fac052575a8d0ccf24bcab9fcd2705cfae8.tar.bz2
historical-f2535fac052575a8d0ccf24bcab9fcd2705cfae8.zip
version bump
Package-Manager: portage-2.0.53
Diffstat (limited to 'net-analyzer/cacti-cactid')
-rw-r--r--net-analyzer/cacti-cactid/ChangeLog8
-rw-r--r--net-analyzer/cacti-cactid/Manifest4
-rw-r--r--net-analyzer/cacti-cactid/cacti-cactid-0.8.6g.ebuild50
-rw-r--r--net-analyzer/cacti-cactid/files/digest-cacti-cactid-0.8.6g1
4 files changed, 61 insertions, 2 deletions
diff --git a/net-analyzer/cacti-cactid/ChangeLog b/net-analyzer/cacti-cactid/ChangeLog
index 9bf11aeba607..5f60b1a5e574 100644
--- a/net-analyzer/cacti-cactid/ChangeLog
+++ b/net-analyzer/cacti-cactid/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-analyzer/cacti-cactid
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti-cactid/ChangeLog,v 1.16 2006/01/16 03:26:53 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti-cactid/ChangeLog,v 1.17 2006/01/16 16:52:33 ramereth Exp $
+
+*cacti-cactid-0.8.6g (16 Jan 2006)
+
+ 16 Jan 2006; Lance Albertson <ramereth@gentoo.org>
+ +cacti-cactid-0.8.6g.ebuild:
+ * Version bump
16 Jan 2006; Jason Wever <weeve@gentoo.org> cacti-cactid-0.8.6f_p1.ebuild:
Stable on SPARC.
diff --git a/net-analyzer/cacti-cactid/Manifest b/net-analyzer/cacti-cactid/Manifest
index 305690ba4bd7..97d13b465ed0 100644
--- a/net-analyzer/cacti-cactid/Manifest
+++ b/net-analyzer/cacti-cactid/Manifest
@@ -1,6 +1,8 @@
-MD5 273a323184091cb64b7379dd71748c23 ChangeLog 2790
+MD5 e6986a02410b4ec4831a7e3c8fe50c58 ChangeLog 2931
MD5 302b1aa298be2fb64bcae605e741efe8 cacti-cactid-0.8.6e.ebuild 1435
MD5 0c42d980d42fb83323af026c5b3e5c04 cacti-cactid-0.8.6f_p1.ebuild 1540
+MD5 8df8bf83176cabe171afe70478195fc1 cacti-cactid-0.8.6g.ebuild 1466
MD5 58c86d50c9315285ddaf0c5f24269e2d files/digest-cacti-cactid-0.8.6e 71
MD5 c0e5c0f4c74e06f2c99e6e086be7dfd7 files/digest-cacti-cactid-0.8.6f_p1 73
+MD5 6e99d3e5ce243eb591fd62dd172237a0 files/digest-cacti-cactid-0.8.6g 71
MD5 528bed3e0527d5e490f39fdd9c98daa6 metadata.xml 682
diff --git a/net-analyzer/cacti-cactid/cacti-cactid-0.8.6g.ebuild b/net-analyzer/cacti-cactid/cacti-cactid-0.8.6g.ebuild
new file mode 100644
index 000000000000..d21269192028
--- /dev/null
+++ b/net-analyzer/cacti-cactid/cacti-cactid-0.8.6g.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti-cactid/cacti-cactid-0.8.6g.ebuild,v 1.1 2006/01/16 16:52:33 ramereth Exp $
+
+MY_PV=${PV/_p/-}
+DESCRIPTION="Cactid is a poller for Cacti that primarily strives to be as fast
+as possible"
+HOMEPAGE="http://cacti.net/cactid_info.php"
+SRC_URI="http://www.cacti.net/downloads/cactid/${PN}-${MY_PV}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+DEPEND="net-analyzer/net-snmp
+ dev-db/mysql
+ >=sys-devel/autoconf-2.59"
+RDEPEND="net-analyzer/cacti
+ net-analyzer/net-snmp
+ dev-db/mysql"
+
+src_unpack() {
+ unpack ${A} ; cd ${S}
+ sed -i -e 's/^bin_PROGRAMS/sbin_PROGRAMS/' Makefile.am
+ sed -i -e 's/mysqlclient/mysqlclient_r/g' configure.ac
+ sed -i -e 's/wwwroot\/cacti\/log/var\/log/g' cactid.h
+}
+
+src_compile() {
+ export WANT_AUTOCONF=2.59
+ aclocal || die "aclocal failed"
+ autoconf || die "autoconf failed"
+ econf || die "econf failed"
+ emake || die "emake failed"
+}
+
+src_install() {
+ exeinto usr/sbin ; doexe ${S}/cactid
+ insinto etc/ ; insopts -m0640 -o root -g apache ; doins ${S}/cactid.conf
+ dodoc CHANGELOG INSTALL README
+}
+
+pkg_postinst() {
+ einfo "Please see cacti's site for installation instructions."
+ einfo "Theres no need to change the crontab for this, just"
+ einfo "read the instructions on how to implement it"
+ einfo
+ einfo "http://cacti.net/cactid_install.php"
+}
diff --git a/net-analyzer/cacti-cactid/files/digest-cacti-cactid-0.8.6g b/net-analyzer/cacti-cactid/files/digest-cacti-cactid-0.8.6g
new file mode 100644
index 000000000000..c3f2c0fb9509
--- /dev/null
+++ b/net-analyzer/cacti-cactid/files/digest-cacti-cactid-0.8.6g
@@ -0,0 +1 @@
+MD5 8cd35272d86dc112ba1e82393d9f07c3 cacti-cactid-0.8.6g.tar.gz 148921