diff options
author | Lance Albertson <ramereth@gentoo.org> | 2005-06-03 20:41:04 +0000 |
---|---|---|
committer | Lance Albertson <ramereth@gentoo.org> | 2005-06-03 20:41:04 +0000 |
commit | e24238a309e8d96e9aa7fc2bffd929765a663672 (patch) | |
tree | 324288a69db82d6a01354be3efe83fee8f38dc73 /net-analyzer/cacti-cactid | |
parent | Removing socks5/fbcon (diff) | |
download | gentoo-2-e24238a309e8d96e9aa7fc2bffd929765a663672.tar.gz gentoo-2-e24238a309e8d96e9aa7fc2bffd929765a663672.tar.bz2 gentoo-2-e24238a309e8d96e9aa7fc2bffd929765a663672.zip |
removing cvs snapshot per request of upstream (see changelog for more details)
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-analyzer/cacti-cactid')
-rw-r--r-- | net-analyzer/cacti-cactid/ChangeLog | 9 | ||||
-rw-r--r-- | net-analyzer/cacti-cactid/cacti-cactid-0.9_pre20050528.ebuild | 51 | ||||
-rw-r--r-- | net-analyzer/cacti-cactid/files/digest-cacti-cactid-0.9_pre20050528 | 1 |
3 files changed, 8 insertions, 53 deletions
diff --git a/net-analyzer/cacti-cactid/ChangeLog b/net-analyzer/cacti-cactid/ChangeLog index ef049769d421..0ff6703d9a11 100644 --- a/net-analyzer/cacti-cactid/ChangeLog +++ b/net-analyzer/cacti-cactid/ChangeLog @@ -1,6 +1,13 @@ # 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.8 2005/05/28 17:01:55 ramereth Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti-cactid/ChangeLog,v 1.9 2005/06/03 20:41:04 ramereth Exp $ + + 03 Jun 2005; Lance Albertson <ramereth@gentoo.org> + -cacti-cactid-0.9_pre20050528.ebuild: + Removing cvs snapshot per request of upstream. Basically, the main branch + doesn't work with any of the current stable releases. Instead of trying to + maintain both a cactid and cacti cvs snapshot ebuild, just going to axe this + one. *cacti-cactid-0.9_pre20050528 (28 May 2005) diff --git a/net-analyzer/cacti-cactid/cacti-cactid-0.9_pre20050528.ebuild b/net-analyzer/cacti-cactid/cacti-cactid-0.9_pre20050528.ebuild deleted file mode 100644 index 6e2fd8c92482..000000000000 --- a/net-analyzer/cacti-cactid/cacti-cactid-0.9_pre20050528.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# 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 deleted file mode 100644 index f613a2881c96..000000000000 --- a/net-analyzer/cacti-cactid/files/digest-cacti-cactid-0.9_pre20050528 +++ /dev/null @@ -1 +0,0 @@ -MD5 0af4443ba4df843fa6d40e9e455cbb54 cacti-cactid-0.9_pre20050528.tar.gz 82131 |