summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLance Albertson <ramereth@gentoo.org>2005-10-23 22:23:15 +0000
committerLance Albertson <ramereth@gentoo.org>2005-10-23 22:23:15 +0000
commit71d3abc1a05d951260bded9763df1f6b72f4d91b (patch)
tree9b45cb2500df8433222b73a3b10de05760631c70 /net-analyzer/cacti-cactid
parentstable on x86, new patched version for fixes (diff)
downloadgentoo-2-71d3abc1a05d951260bded9763df1f6b72f4d91b.tar.gz
gentoo-2-71d3abc1a05d951260bded9763df1f6b72f4d91b.tar.bz2
gentoo-2-71d3abc1a05d951260bded9763df1f6b72f4d91b.zip
version bump
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'net-analyzer/cacti-cactid')
-rw-r--r--net-analyzer/cacti-cactid/ChangeLog8
-rw-r--r--net-analyzer/cacti-cactid/Manifest2
-rw-r--r--net-analyzer/cacti-cactid/cacti-cactid-0.8.6f_p1.ebuild48
-rw-r--r--net-analyzer/cacti-cactid/files/digest-cacti-cactid-0.8.6f_p11
4 files changed, 58 insertions, 1 deletions
diff --git a/net-analyzer/cacti-cactid/ChangeLog b/net-analyzer/cacti-cactid/ChangeLog
index 71f5dd448814..276de20dc3f3 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-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti-cactid/ChangeLog,v 1.11 2005/08/24 05:58:08 ramereth Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti-cactid/ChangeLog,v 1.12 2005/10/23 22:23:15 ramereth Exp $
+
+*cacti-cactid-0.8.6f_p1 (23 Oct 2005)
+
+ 23 Oct 2005; Lance Albertson <ramereth@gentoo.org>
+ +cacti-cactid-0.8.6f_p1.ebuild:
+ * Version bump
24 Aug 2005; Lance Albertson <ramereth@gentoo.org>
-cacti-cactid-0.8.6c.ebuild, cacti-cactid-0.8.6e.ebuild:
diff --git a/net-analyzer/cacti-cactid/Manifest b/net-analyzer/cacti-cactid/Manifest
index a1122059c97f..190e8f85c60f 100644
--- a/net-analyzer/cacti-cactid/Manifest
+++ b/net-analyzer/cacti-cactid/Manifest
@@ -2,5 +2,7 @@ MD5 528bed3e0527d5e490f39fdd9c98daa6 metadata.xml 682
MD5 c05eb13c40cf4865febcf83e51e0bc82 ChangeLog 2112
MD5 a56f754ebfd757e6dd9dd30f85126412 cacti-cactid-0.8.6d-r1.ebuild 1418
MD5 f93151052ef5a016c91ff59b3e0e2122 cacti-cactid-0.8.6e.ebuild 1415
+MD5 0ca43e7497128ee289f19e111c6bf417 cacti-cactid-0.8.6f_p1.ebuild 1456
MD5 612a831c92034aceeb7afa0d6275c06e files/digest-cacti-cactid-0.8.6d-r1 71
MD5 58c86d50c9315285ddaf0c5f24269e2d files/digest-cacti-cactid-0.8.6e 71
+MD5 c0e5c0f4c74e06f2c99e6e086be7dfd7 files/digest-cacti-cactid-0.8.6f_p1 73
diff --git a/net-analyzer/cacti-cactid/cacti-cactid-0.8.6f_p1.ebuild b/net-analyzer/cacti-cactid/cacti-cactid-0.8.6f_p1.ebuild
new file mode 100644
index 000000000000..2f02ef428fb8
--- /dev/null
+++ b/net-analyzer/cacti-cactid/cacti-cactid-0.8.6f_p1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2005 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.6f_p1.ebuild,v 1.1 2005/10/23 22:23:15 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 ~sparc ~x86"
+IUSE=""
+
+DEPEND="net-analyzer/net-snmp
+ dev-db/mysql
+ >=sys-devel/autoconf-2.59"
+RDEPEND="net-analyzer/cacti"
+
+src_unpack() {
+ unpack ${A} ; mv ${WORKDIR}/${PN}-${MY_PV} ${S} ; 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.6f_p1 b/net-analyzer/cacti-cactid/files/digest-cacti-cactid-0.8.6f_p1
new file mode 100644
index 000000000000..275dd67f5777
--- /dev/null
+++ b/net-analyzer/cacti-cactid/files/digest-cacti-cactid-0.8.6f_p1
@@ -0,0 +1 @@
+MD5 95fe2d67c630dca9fe64a27c6ab2aff1 cacti-cactid-0.8.6f-1.tar.gz 136217