summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2007-01-28 15:26:30 +0000
committerPeter Volkov <pva@gentoo.org>2007-01-28 15:26:30 +0000
commit3b2a0aa98cca78a6443b26ff3dd828ae73f17f5d (patch)
treef199f7e7f521951a91554f0de3cd1a45e7d4a783 /net-analyzer
parentDep fixes, various other fixes (diff)
downloadgentoo-2-3b2a0aa98cca78a6443b26ff3dd828ae73f17f5d.tar.gz
gentoo-2-3b2a0aa98cca78a6443b26ff3dd828ae73f17f5d.tar.bz2
gentoo-2-3b2a0aa98cca78a6443b26ff3dd828ae73f17f5d.zip
Version bump. Thank Conrad Kostecki <ConiKost AT gmx.de> for report bug #159628.
(Portage version: 2.1.1-r2)
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/cacti-cactid/ChangeLog8
-rw-r--r--net-analyzer/cacti-cactid/cacti-cactid-0.8.6i.ebuild50
-rw-r--r--net-analyzer/cacti-cactid/files/digest-cacti-cactid-0.8.6i3
3 files changed, 60 insertions, 1 deletions
diff --git a/net-analyzer/cacti-cactid/ChangeLog b/net-analyzer/cacti-cactid/ChangeLog
index c62255ff9f98..17897912d752 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-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti-cactid/ChangeLog,v 1.23 2007/01/13 09:43:39 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti-cactid/ChangeLog,v 1.24 2007/01/28 15:26:30 pva Exp $
+
+*cacti-cactid-0.8.6i (28 Jan 2007)
+
+ 28 Jan 2007; <pva@gentoo.org> +cacti-cactid-0.8.6i.ebuild:
+ Version bump. Thank Conrad Kostecki <ConiKost AT gmx.de> for report bug
+ #159628.
13 Jan 2007; Markus Rothe <corsair@gentoo.org> cacti-cactid-0.8.6g.ebuild:
Stable on ppc64; bug #155147
diff --git a/net-analyzer/cacti-cactid/cacti-cactid-0.8.6i.ebuild b/net-analyzer/cacti-cactid/cacti-cactid-0.8.6i.ebuild
new file mode 100644
index 000000000000..e4834c59db36
--- /dev/null
+++ b/net-analyzer/cacti-cactid/cacti-cactid-0.8.6i.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2007 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.6i.ebuild,v 1.1 2007/01/28 15:26:30 pva Exp $
+
+WANT_AUTOCONF="latest"
+inherit autotools
+
+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
+ virtual/mysql"
+RDEPEND="${DEPEND}
+ 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() {
+ eaclocal
+ eautoconf
+ 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.6i b/net-analyzer/cacti-cactid/files/digest-cacti-cactid-0.8.6i
new file mode 100644
index 000000000000..587f6566ebfd
--- /dev/null
+++ b/net-analyzer/cacti-cactid/files/digest-cacti-cactid-0.8.6i
@@ -0,0 +1,3 @@
+MD5 303c7533656c075cb695a1a8c54537b6 cacti-cactid-0.8.6i.tar.gz 153534
+RMD160 40975765cf5f4543ceb85a35c8ae905064c7f4d9 cacti-cactid-0.8.6i.tar.gz 153534
+SHA256 6024ee5083a296ef3815ffa2294a9d0c1605aa8501e7114716675101db8bd841 cacti-cactid-0.8.6i.tar.gz 153534