diff options
author | Lance Albertson <ramereth@gentoo.org> | 2005-05-28 17:01:55 +0000 |
---|---|---|
committer | Lance Albertson <ramereth@gentoo.org> | 2005-05-28 17:01:55 +0000 |
commit | 36e324030b961c2b22a8d1f1c2eec26ea150ccfe (patch) | |
tree | 99a87f1a2cf645773b128d917562abc04aee9182 /net-analyzer/cacti-cactid | |
parent | fix the autoconf preference so it will actually work (diff) | |
download | gentoo-2-36e324030b961c2b22a8d1f1c2eec26ea150ccfe.tar.gz gentoo-2-36e324030b961c2b22a8d1f1c2eec26ea150ccfe.tar.bz2 gentoo-2-36e324030b961c2b22a8d1f1c2eec26ea150ccfe.zip |
New cvs snapshot ebuild
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-analyzer/cacti-cactid')
4 files changed, 61 insertions, 1 deletions
diff --git a/net-analyzer/cacti-cactid/ChangeLog b/net-analyzer/cacti-cactid/ChangeLog index be7a29bb13e9..ef049769d421 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.7 2005/05/28 16:33:08 ramereth Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti-cactid/ChangeLog,v 1.8 2005/05/28 17:01:55 ramereth Exp $ + +*cacti-cactid-0.9_pre20050528 (28 May 2005) + + 28 May 2005; Lance Albertson <ramereth@gentoo.org> + +cacti-cactid-0.9_pre20050528.ebuild: + New cvs snapshot ebuild 28 May 2005; Lance Albertson <ramereth@gentoo.org> cacti-cactid-0.8.6c.ebuild, cacti-cactid-0.8.6d-r1.ebuild: diff --git a/net-analyzer/cacti-cactid/Manifest b/net-analyzer/cacti-cactid/Manifest index 57d86e408129..c9344892a370 100644 --- a/net-analyzer/cacti-cactid/Manifest +++ b/net-analyzer/cacti-cactid/Manifest @@ -2,5 +2,7 @@ MD5 ec2634604b41888278af9d0936fefc64 cacti-cactid-0.8.6c.ebuild 1406 MD5 528bed3e0527d5e490f39fdd9c98daa6 metadata.xml 682 MD5 6aefce09f5b02ce3e38f12524b93f856 ChangeLog 1327 MD5 5f446b3f350b6f60525ceaf4382ccda6 cacti-cactid-0.8.6d-r1.ebuild 1421 +MD5 8988ae9645827410f0203359b5413d7c cacti-cactid-0.9_pre20050528.ebuild 1441 MD5 ffd8c4a7927d055eacd63bdbdb0d2308 files/digest-cacti-cactid-0.8.6c 71 MD5 612a831c92034aceeb7afa0d6275c06e files/digest-cacti-cactid-0.8.6d-r1 71 +MD5 0736516d7e50acfe52e1f524aa8e024d files/digest-cacti-cactid-0.9_pre20050528 79 diff --git a/net-analyzer/cacti-cactid/cacti-cactid-0.9_pre20050528.ebuild b/net-analyzer/cacti-cactid/cacti-cactid-0.9_pre20050528.ebuild new file mode 100644 index 000000000000..6e2fd8c92482 --- /dev/null +++ b/net-analyzer/cacti-cactid/cacti-cactid-0.9_pre20050528.ebuild @@ -0,0 +1,51 @@ +# 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.9_pre20050528.ebuild,v 1.1 2005/05/28 17:01:55 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="mirror://gentoo/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~sparc ~ppc" +IUSE="" + +DEPEND="net-analyzer/net-snmp + net-analyzer/rrdtool + dev-db/mysql + >=sys-devel/autoconf-2.53" +RDEPEND="net-analyzer/cacti" + +S=${WORKDIR}/cactid_unix + +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 + newins ${S}/cactid.conf.dist 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.9_pre20050528 b/net-analyzer/cacti-cactid/files/digest-cacti-cactid-0.9_pre20050528 new file mode 100644 index 000000000000..f613a2881c96 --- /dev/null +++ b/net-analyzer/cacti-cactid/files/digest-cacti-cactid-0.9_pre20050528 @@ -0,0 +1 @@ +MD5 0af4443ba4df843fa6d40e9e455cbb54 cacti-cactid-0.9_pre20050528.tar.gz 82131 |