diff options
author | Markus Ullmann <jokey@gentoo.org> | 2007-09-06 16:18:10 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2007-09-06 16:18:10 +0000 |
commit | 97610355c37d182efb46bfddf05fb67b25387799 (patch) | |
tree | 566db3bf56841ff31c0ec8319bad8e29414b34ec /net-analyzer/cacti-cactid | |
parent | Changes from bug #191328, comments #5 and #6 applied. (diff) | |
download | historical-97610355c37d182efb46bfddf05fb67b25387799.tar.gz historical-97610355c37d182efb46bfddf05fb67b25387799.tar.bz2 historical-97610355c37d182efb46bfddf05fb67b25387799.zip |
Cleanup
Package-Manager: portage-2.1.3.7
Diffstat (limited to 'net-analyzer/cacti-cactid')
-rw-r--r-- | net-analyzer/cacti-cactid/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/cacti-cactid/cacti-cactid-0.8.6g.ebuild | 52 | ||||
-rw-r--r-- | net-analyzer/cacti-cactid/files/digest-cacti-cactid-0.8.6g | 3 |
3 files changed, 5 insertions, 56 deletions
diff --git a/net-analyzer/cacti-cactid/ChangeLog b/net-analyzer/cacti-cactid/ChangeLog index 8a0e43ec45dd..0967ae1aec6b 100644 --- a/net-analyzer/cacti-cactid/ChangeLog +++ b/net-analyzer/cacti-cactid/ChangeLog @@ -1,6 +1,10 @@ # 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.35 2007/07/19 13:27:10 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti-cactid/ChangeLog,v 1.36 2007/09/06 16:17:30 jokey Exp $ + + 06 Sep 2007; Markus Ullmann <jokey@gentoo.org> + -cacti-cactid-0.8.6g.ebuild: + Cleanup 19 Jul 2007; Christoph Mende <angelos@gentoo.org> cacti-cactid-0.8.6i-r1.ebuild: diff --git a/net-analyzer/cacti-cactid/cacti-cactid-0.8.6g.ebuild b/net-analyzer/cacti-cactid/cacti-cactid-0.8.6g.ebuild deleted file mode 100644 index d23451b51d40..000000000000 --- a/net-analyzer/cacti-cactid/cacti-cactid-0.8.6g.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# 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.6g.ebuild,v 1.9 2007/05/01 17:45:16 genone 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 - >=sys-devel/autoconf-2.59" -RDEPEND="net-analyzer/cacti - net-analyzer/net-snmp - virtual/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() { - 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() { - 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" -} 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 deleted file mode 100644 index 7f145dcf57ae..000000000000 --- a/net-analyzer/cacti-cactid/files/digest-cacti-cactid-0.8.6g +++ /dev/null @@ -1,3 +0,0 @@ -MD5 8cd35272d86dc112ba1e82393d9f07c3 cacti-cactid-0.8.6g.tar.gz 148921 -RMD160 359deb8077b8ec8cc8072982e477c5c0b3efa573 cacti-cactid-0.8.6g.tar.gz 148921 -SHA256 823d77fac9c7fd34d07004c7980bd621daaa1230c2e9c91fd9405a5bd05bfd80 cacti-cactid-0.8.6g.tar.gz 148921 |