* [gentoo-commits] gentoo-x86 commit in net-analyzer/cacti: metadata.xml ChangeLog cacti-0.8.7.ebuild
@ 2007-10-29 15:03 Markus Ullmann (jokey)
0 siblings, 0 replies; only message in thread
From: Markus Ullmann (jokey) @ 2007-10-29 15:03 UTC (permalink / raw
To: gentoo-commits
jokey 07/10/29 15:03:47
Modified: metadata.xml ChangeLog
Added: cacti-0.8.7.ebuild
Log:
Version bump with a bunch of fixes, check upstream changelog for details
(Portage version: 2.1.3.16)
Revision Changes Path
1.4 net-analyzer/cacti/metadata.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/cacti/metadata.xml?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/cacti/metadata.xml?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/cacti/metadata.xml?r1=1.3&r2=1.4
Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/cacti/metadata.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- metadata.xml 2 Jul 2005 02:13:10 -0000 1.3
+++ metadata.xml 29 Oct 2007 15:03:46 -0000 1.4
@@ -2,10 +2,6 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>netmon</herd>
- <maintainer>
- <email>ramereth@gentoo.org</email>
- <name>Lance Albertson</name>
- </maintainer>
<longdescription lang="en">
Cacti is a complete network graphing solution designed to harness the
power of RRDTool's data storage and graphing functionality. Cacti
1.112 net-analyzer/cacti/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/cacti/ChangeLog?rev=1.112&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/cacti/ChangeLog?rev=1.112&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/cacti/ChangeLog?r1=1.111&r2=1.112
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/cacti/ChangeLog,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -r1.111 -r1.112
--- ChangeLog 19 Jul 2007 13:27:37 -0000 1.111
+++ ChangeLog 29 Oct 2007 15:03:46 -0000 1.112
@@ -1,6 +1,12 @@
# ChangeLog for net-analyzer/cacti
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti/ChangeLog,v 1.111 2007/07/19 13:27:37 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti/ChangeLog,v 1.112 2007/10/29 15:03:46 jokey Exp $
+
+*cacti-0.8.7 (29 Oct 2007)
+
+ 29 Oct 2007; Markus Ullmann <jokey@gentoo.org> metadata.xml,
+ +cacti-0.8.7.ebuild:
+ Version bump with a bunch of fixes, check upstream changelog for details
19 Jul 2007; Christoph Mende <angelos@gentoo.org> cacti-0.8.6j-r6.ebuild:
Stable on amd64 wrt bug #172378
1.1 net-analyzer/cacti/cacti-0.8.7.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/cacti/cacti-0.8.7.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/cacti/cacti-0.8.7.ebuild?rev=1.1&content-type=text/plain
Index: cacti-0.8.7.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti/cacti-0.8.7.ebuild,v 1.1 2007/10/29 15:03:46 jokey Exp $
inherit eutils webapp depend.apache depend.php
# Support for _p* in version.
MY_P=${P/_p*/}
HAS_PATCHES=0
DESCRIPTION="Cacti is a complete frontend to rrdtool"
HOMEPAGE="http://www.cacti.net/"
SRC_URI="http://www.cacti.net/downloads/${MY_P}.tar.gz"
# patches
if [ $HAS_PATCHES == 1 ] ; then
UPSTREAM_PATCHES="ping_php_version4_snmpgetnext
tree_console_missing_hosts
thumbnail_graphs_not_working
graph_debug_lockup_fix
snmpwalk_fix"
for i in $UPSTREAM_PATCHES ; do
SRC_URI="${SRC_URI} http://www.cacti.net/downloads/patches/${PV/_p*}/${i}.patch"
done
fi
LICENSE="GPL-2"
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
IUSE="snmp bundled-adodb"
DEPEND=""
want_apache
need_php_cli
need_php_httpd
RDEPEND="!apache2? ( www-servers/lighttpd )
snmp? ( net-analyzer/net-snmp )
net-analyzer/rrdtool
!bundled-adodb? ( dev-php/adodb )
virtual/mysql
virtual/cron"
src_unpack() {
if [ $HAS_PATCHES == 1 ] ; then
unpack ${MY_P}.tar.gz
[ ! ${MY_P} == ${P} ] && mv ${MY_P} ${P}
# patches
for i in ${UPSTREAM_PATCHES} ; do
EPATCH_OPTS="-p1 -d ${S} -N" epatch "${DISTDIR}"/${i}.patch
done ;
else
unpack ${MY_P}.tar.gz
fi
use bundled-adodb || sed -i -e \
's:$config\["library_path"\] . "/adodb/adodb.inc.php":"/usr/share/php5/adodb/adodb.inc.php":' \
"${S}"/include/global.php
}
pkg_setup() {
webapp_pkg_setup
has_php
if [ $PHP_VERSION = 5 ] ; then
phpUseFlags="cli mysql xml session pcre"
elif [ $PHP_VERSION = 4 ] ; then
phpUseFlags="cli mysql xml session pcre expat"
fi
use bundled-adodb || phpUseFlags="${phpUseFlags} sockets"
require_php_with_use ${phpUseFlags}
}
src_compile() {
einfo "Nothing to compile."
}
src_install() {
webapp_src_preinst
dodoc docs/{CHANGELOG,CONTRIB,INSTALL,README,REQUIREMENTS,UPGRADE}
rm -rf docs
use bundled-adodb || rm -rf lib/adodb
edos2unix `find -type f -name '*.php'`
dodir ${MY_HTDOCSDIR}
cp -r . "${D}"${MY_HTDOCSDIR}
webapp_serverowned ${MY_HTDOCSDIR}/rra
webapp_serverowned ${MY_HTDOCSDIR}/log/cacti.log
webapp_configfile ${MY_HTDOCSDIR}/include/config.php
webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
webapp_src_install
}
--
gentoo-commits@gentoo.org mailing list
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-10-29 15:03 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-29 15:03 [gentoo-commits] gentoo-x86 commit in net-analyzer/cacti: metadata.xml ChangeLog cacti-0.8.7.ebuild Markus Ullmann (jokey)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox