diff options
author | Peter Volkov <pva@gentoo.org> | 2009-12-20 19:10:36 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2009-12-20 19:10:36 +0000 |
commit | 95438093df675e2a98354324c554b0a1ed77d039 (patch) | |
tree | 37bc63720aaccfec848bca64555c0bea1d9b4ba6 /net-analyzer/cacti-cactid/cacti-cactid-0.8.6i-r1.ebuild | |
parent | old (diff) | |
download | gentoo-2-95438093df675e2a98354324c554b0a1ed77d039.tar.gz gentoo-2-95438093df675e2a98354324c554b0a1ed77d039.tar.bz2 gentoo-2-95438093df675e2a98354324c554b0a1ed77d039.zip |
Removing from the tree, use cacti-spine.
Diffstat (limited to 'net-analyzer/cacti-cactid/cacti-cactid-0.8.6i-r1.ebuild')
-rw-r--r-- | net-analyzer/cacti-cactid/cacti-cactid-0.8.6i-r1.ebuild | 58 |
1 files changed, 0 insertions, 58 deletions
diff --git a/net-analyzer/cacti-cactid/cacti-cactid-0.8.6i-r1.ebuild b/net-analyzer/cacti-cactid/cacti-cactid-0.8.6i-r1.ebuild deleted file mode 100644 index 12f29298630e..000000000000 --- a/net-analyzer/cacti-cactid/cacti-cactid-0.8.6i-r1.ebuild +++ /dev/null @@ -1,58 +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-cactid/cacti-cactid-0.8.6i-r1.ebuild,v 1.9 2008/01/26 13:03:18 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="amd64 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 - - eaclocal - eautoconf -} - -src_compile() { - econf || die "econf failed" - emake || die "emake failed" -} - -src_install() { - exeinto usr/sbin ; doexe "${S}"/cactid - insinto etc/ ; insopts -m0640 -o root ; doins "${S}"/cactid.conf - dodoc ChangeLog INSTALL README -} - -pkg_postinst() { - elog "Please see cacti's site for installation instructions." - elog "Theres no need to change the crontab for this, just" - elog "read the instructions on how to implement it" - elog - elog "http://cacti.net/cactid_install.php" - echo - ewarn "/etc/cactid.conf should be readable by webserver, thus after you" - ewarn "decide on webserver/webserver group do not forgive to change it's" - ewarn "group with the following command:" - ewarn - ewarn " # chown root:wwwgroup /etc/cactid.conf" - echo -} |