summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLance Albertson <ramereth@gentoo.org>2005-06-03 20:41:04 +0000
committerLance Albertson <ramereth@gentoo.org>2005-06-03 20:41:04 +0000
commite300e4d2f0902a42af59c7fb279db9eb8b6e6a78 (patch)
treebe5017da2294080450f5b5d7fd7934d93da14025 /net-analyzer/cacti-cactid
parentRemoving socks5/fbcon (diff)
downloadhistorical-e300e4d2f0902a42af59c7fb279db9eb8b6e6a78.tar.gz
historical-e300e4d2f0902a42af59c7fb279db9eb8b6e6a78.tar.bz2
historical-e300e4d2f0902a42af59c7fb279db9eb8b6e6a78.zip
removing cvs snapshot per request of upstream (see changelog for more details)
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'net-analyzer/cacti-cactid')
-rw-r--r--net-analyzer/cacti-cactid/ChangeLog9
-rw-r--r--net-analyzer/cacti-cactid/Manifest4
-rw-r--r--net-analyzer/cacti-cactid/cacti-cactid-0.9_pre20050528.ebuild51
-rw-r--r--net-analyzer/cacti-cactid/files/digest-cacti-cactid-0.9_pre200505281
4 files changed, 9 insertions, 56 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/Manifest b/net-analyzer/cacti-cactid/Manifest
index 13270a2169ff..716076161206 100644
--- a/net-analyzer/cacti-cactid/Manifest
+++ b/net-analyzer/cacti-cactid/Manifest
@@ -1,8 +1,6 @@
MD5 ec2634604b41888278af9d0936fefc64 cacti-cactid-0.8.6c.ebuild 1406
MD5 528bed3e0527d5e490f39fdd9c98daa6 metadata.xml 682
-MD5 ab9878ff70d455f4dbdd554a7d23c2ca ChangeLog 1492
+MD5 e948a2a85909648f67efaa6f7b66fd27 ChangeLog 1825
MD5 5f446b3f350b6f60525ceaf4382ccda6 cacti-cactid-0.8.6d-r1.ebuild 1421
-MD5 dcaf438102cbd73b1c06c219b7ed7bd3 cacti-cactid-0.9_pre20050528.ebuild 1449
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
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