summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLance Albertson <ramereth@gentoo.org>2005-07-10 21:13:12 +0000
committerLance Albertson <ramereth@gentoo.org>2005-07-10 21:13:12 +0000
commit1591651b0e7948fc21f7390412211b3a2aabade8 (patch)
tree4dab088bc79fc417869882be6c092494386b4876 /net-analyzer/cacti-cactid
parentversion bump (diff)
downloadgentoo-2-1591651b0e7948fc21f7390412211b3a2aabade8.tar.gz
gentoo-2-1591651b0e7948fc21f7390412211b3a2aabade8.tar.bz2
gentoo-2-1591651b0e7948fc21f7390412211b3a2aabade8.zip
version bump
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-analyzer/cacti-cactid')
-rw-r--r--net-analyzer/cacti-cactid/ChangeLog8
-rw-r--r--net-analyzer/cacti-cactid/Manifest16
-rw-r--r--net-analyzer/cacti-cactid/cacti-cactid-0.8.6e.ebuild48
-rw-r--r--net-analyzer/cacti-cactid/files/digest-cacti-cactid-0.8.6e1
4 files changed, 60 insertions, 13 deletions
diff --git a/net-analyzer/cacti-cactid/ChangeLog b/net-analyzer/cacti-cactid/ChangeLog
index 0ff6703d9a11..7d52cc98cbaf 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.9 2005/06/03 20:41:04 ramereth Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti-cactid/ChangeLog,v 1.10 2005/07/10 21:13:12 ramereth Exp $
+
+*cacti-cactid-0.8.6e (10 Jul 2005)
+
+ 10 Jul 2005; Lance Albertson <ramereth@gentoo.org>
+ +cacti-cactid-0.8.6e.ebuild:
+ Version bump
03 Jun 2005; Lance Albertson <ramereth@gentoo.org>
-cacti-cactid-0.9_pre20050528.ebuild:
diff --git a/net-analyzer/cacti-cactid/Manifest b/net-analyzer/cacti-cactid/Manifest
index b9384e158164..6c3c211fd6e9 100644
--- a/net-analyzer/cacti-cactid/Manifest
+++ b/net-analyzer/cacti-cactid/Manifest
@@ -1,16 +1,8 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 e948a2a85909648f67efaa6f7b66fd27 ChangeLog 1825
MD5 84391c3de8a1f14ec77560ac8f5a0ee2 cacti-cactid-0.8.6c.ebuild 1403
+MD5 528bed3e0527d5e490f39fdd9c98daa6 metadata.xml 682
+MD5 e948a2a85909648f67efaa6f7b66fd27 ChangeLog 1825
MD5 a56f754ebfd757e6dd9dd30f85126412 cacti-cactid-0.8.6d-r1.ebuild 1418
+MD5 3b81a92ac7e8ff3739a3e7cb64b4c8df cacti-cactid-0.8.6e.ebuild 1419
MD5 ffd8c4a7927d055eacd63bdbdb0d2308 files/digest-cacti-cactid-0.8.6c 71
MD5 612a831c92034aceeb7afa0d6275c06e files/digest-cacti-cactid-0.8.6d-r1 71
-MD5 528bed3e0527d5e490f39fdd9c98daa6 metadata.xml 682
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.1 (GNU/Linux)
-
-iD8DBQFC0BkOI1lqEGTUzyQRAmSRAJ9Z5Pl2VqQ1w/jIl0JNeQZ8z5+C/gCgxyxv
-et371VBay6PglKHcO7bclBg=
-=Y1Wa
------END PGP SIGNATURE-----
+MD5 58c86d50c9315285ddaf0c5f24269e2d files/digest-cacti-cactid-0.8.6e 71
diff --git a/net-analyzer/cacti-cactid/cacti-cactid-0.8.6e.ebuild b/net-analyzer/cacti-cactid/cacti-cactid-0.8.6e.ebuild
new file mode 100644
index 000000000000..f8ea2115772a
--- /dev/null
+++ b/net-analyzer/cacti-cactid/cacti-cactid-0.8.6e.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.6e.ebuild,v 1.1 2005/07/10 21:13:12 ramereth Exp $
+
+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/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~ppc ~sparc ~x86"
+IUSE=""
+
+DEPEND="net-analyzer/net-snmp
+ net-analyzer/rrdtool
+ dev-db/mysql
+ >=sys-devel/autoconf-2.53"
+RDEPEND="net-analyzer/cacti"
+
+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.53
+ 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.6e b/net-analyzer/cacti-cactid/files/digest-cacti-cactid-0.8.6e
new file mode 100644
index 000000000000..181a950a34f4
--- /dev/null
+++ b/net-analyzer/cacti-cactid/files/digest-cacti-cactid-0.8.6e
@@ -0,0 +1 @@
+MD5 c63baf6be89ea3591e8aac0e44792cd2 cacti-cactid-0.8.6e.tar.gz 132059