From 995924ab74081cdbe630950da25339b076702f1d Mon Sep 17 00:00:00 2001 From: "Markus Rennings (mren)" Date: Fri, 12 Feb 2010 20:37:23 +0000 Subject: www-misc/monitorix: Version bump svn path=/sunrise/; revision=10138 --- www-misc/monitorix/ChangeLog | 4 ++ www-misc/monitorix/Manifest | 6 +-- www-misc/monitorix/monitorix-1.4.1.ebuild | 84 ------------------------------- www-misc/monitorix/monitorix-1.4.2.ebuild | 84 +++++++++++++++++++++++++++++++ 4 files changed, 91 insertions(+), 87 deletions(-) delete mode 100644 www-misc/monitorix/monitorix-1.4.1.ebuild create mode 100644 www-misc/monitorix/monitorix-1.4.2.ebuild (limited to 'www-misc') diff --git a/www-misc/monitorix/ChangeLog b/www-misc/monitorix/ChangeLog index ef1e3bce6..6a7faeb5f 100644 --- a/www-misc/monitorix/ChangeLog +++ b/www-misc/monitorix/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 12 Feb 2010; Markus Rennings (mren) + -monitorix-1.4.1.ebuild, +monitorix-1.4.2.ebuild: + Version bump + 04 Jan 2010; Markus Rennings (mren) -monitorix-1.4.0.ebuild, +monitorix-1.4.1.ebuild: Version bump diff --git a/www-misc/monitorix/Manifest b/www-misc/monitorix/Manifest index 6a76dfbdf..5605edf4f 100644 --- a/www-misc/monitorix/Manifest +++ b/www-misc/monitorix/Manifest @@ -1,4 +1,4 @@ -DIST monitorix-1.4.1.tar.gz 136941 RMD160 7bc96a185835d8b86e81b3676471edecce93c3e3 SHA1 5ede11faf4eeb0a7351103e4c62d95ad28956bd5 SHA256 25fd799ae4dd1614d0004f00a7606c1c25cf4496f09250b49db531987a9c0815 -EBUILD monitorix-1.4.1.ebuild 2467 RMD160 c000dd0ce79f548fc782083be0e319eb831c3d0f SHA1 d5b54babdbd84b63aad3b75f160fc0dbde3a7205 SHA256 abb8ce0c527247d33bb8e86f679d9896c802c48dbc736ee7e50bcec2dd72bc96 -MISC ChangeLog 1677 RMD160 14fa483461c6ea206671f18021292c0713f923f9 SHA1 6522ac14318c3eb601673e1a762327ae7fc914de SHA256 f1c97906fd7a52ca168f706036085e968c673e1e148c1044413f6a7368d1092c +DIST monitorix-1.4.2.tar.gz 137583 RMD160 4be8810a149f46821bce7836eeda1e0020fb30e8 SHA1 b18ad5fdc90d65286bb20336f41a98c116d86165 SHA256 64b0d5f117e926a46541e8e53ef3d35ad340d0b8956a470c27132a25200448bb +EBUILD monitorix-1.4.2.ebuild 2467 RMD160 c000dd0ce79f548fc782083be0e319eb831c3d0f SHA1 d5b54babdbd84b63aad3b75f160fc0dbde3a7205 SHA256 abb8ce0c527247d33bb8e86f679d9896c802c48dbc736ee7e50bcec2dd72bc96 +MISC ChangeLog 1798 RMD160 2ac6b9095ec9ccb960577e89fc440dfaf221fb20 SHA1 b73e7de851a3dce0700da27db00c4940dd02740f SHA256 76e49c80d4855179b647647df1b3d48de945c0e45755ae4b0a9dcccf976c63be MISC metadata.xml 285 RMD160 14c03bdcabba50a240b6f81468518ecb9a9260c2 SHA1 f1cb6d0492c498ffa08d16442a510bda679f43e9 SHA256 49a0e28498b88a6e7b8d15996ad998d8345f9ef128b4ee6329e1547d64ee6653 diff --git a/www-misc/monitorix/monitorix-1.4.1.ebuild b/www-misc/monitorix/monitorix-1.4.1.ebuild deleted file mode 100644 index 0de38102b..000000000 --- a/www-misc/monitorix/monitorix-1.4.1.ebuild +++ /dev/null @@ -1,84 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="2" - -inherit eutils webapp - -DESCRIPTION="A lighweight system monitoring tool" -HOMEPAGE="http://www.monitorix.org/" -SRC_URI="http://www.monitorix.org/${P}.tar.gz" - -LICENSE="GPL-2" -KEYWORDS="~amd64 ~x86" -IUSE="evms hddtemp lm_sensors" - -DEPEND="sys-apps/sed" -RDEPEND="net-analyzer/rrdtool[perl] - net-mail/metamail - dev-perl/libwww-perl - evms? ( sys-fs/evms ) - hddtemp? ( app-admin/hddtemp ) - lm_sensors? ( sys-apps/lm_sensors ) - || ( sys-process/bcron - sys-process/cronie - sys-process/dcron - sys-process/fcron - sys-process/vixie-cron )" - -need_httpd_cgi - -src_prepare() { - sed -i -e "s|\(our \$OSTYPE = \"Linux-\)RHFC|\1Gentoo|" ${PN}.conf \ - || die "sed failed" -} - -src_install() { - webapp_src_preinst - - dosbin ${PN}.pl || die "dosbin failed" - - newinitd ports/Linux-Gentoo/${PN}.init ${PN} || die "newinitd failed" - - insinto /etc - doins ${PN}.conf || die "doins failed" - - dodoc Changes ${PN}-apache.conf README{,.nginx} TODO \ - ${PN}-alert.sh || die "dodoc failed" - doman man/man5/${PN}.conf.5 || die "doman failed" - - insinto "${MY_HTDOCSDIR}" - doins logo_bot.png logo_top.png monitorixico.png || die "doins failed" - dodir "${MY_HTDOCSDIR}/imgs" || die "dodir failed" - webapp_serverowned "${MY_HTDOCSDIR}/imgs" - - exeinto ${MY_CGIBINDIR} - doexe ${PN}.cgi || die "doexe failed" - - dodir /var/lib/${PN}/usage || die "dodir failed" - insinto /var/lib/${PN}/reports - doins -r reports/* || die "doins failed" - webapp_src_install -} - -pkg_postinst() { - elog "Before starting the ${PN} init script make sure you edited the " - elog "config file. After that you can start ${PN} by running" - elog "\t/etc/init.d/${PN} start" - elog "If you want to start it automatically on boot run" - elog "\trc-update add ${PN} default" - elog - elog "This package is run via /etc/cron.d and therefore uses root " - elog "privileges to collect the informations. The graphs are created " - elog "at runtime directly to the imgs/ directory inside the dir you " - elog "installed the app to with webapp-config. These are created " - elog "with the privileges of the webserver user account." - elog - elog "If you want to use the alert function (introduced in ${PN}-1.4.0), you " - elog "need to enable it in the config and provide a path to a script " - elog "which should be run in an alert case. An example script is provided " - elog "with this package." - - webapp_pkg_postinst -} diff --git a/www-misc/monitorix/monitorix-1.4.2.ebuild b/www-misc/monitorix/monitorix-1.4.2.ebuild new file mode 100644 index 000000000..0de38102b --- /dev/null +++ b/www-misc/monitorix/monitorix-1.4.2.ebuild @@ -0,0 +1,84 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="2" + +inherit eutils webapp + +DESCRIPTION="A lighweight system monitoring tool" +HOMEPAGE="http://www.monitorix.org/" +SRC_URI="http://www.monitorix.org/${P}.tar.gz" + +LICENSE="GPL-2" +KEYWORDS="~amd64 ~x86" +IUSE="evms hddtemp lm_sensors" + +DEPEND="sys-apps/sed" +RDEPEND="net-analyzer/rrdtool[perl] + net-mail/metamail + dev-perl/libwww-perl + evms? ( sys-fs/evms ) + hddtemp? ( app-admin/hddtemp ) + lm_sensors? ( sys-apps/lm_sensors ) + || ( sys-process/bcron + sys-process/cronie + sys-process/dcron + sys-process/fcron + sys-process/vixie-cron )" + +need_httpd_cgi + +src_prepare() { + sed -i -e "s|\(our \$OSTYPE = \"Linux-\)RHFC|\1Gentoo|" ${PN}.conf \ + || die "sed failed" +} + +src_install() { + webapp_src_preinst + + dosbin ${PN}.pl || die "dosbin failed" + + newinitd ports/Linux-Gentoo/${PN}.init ${PN} || die "newinitd failed" + + insinto /etc + doins ${PN}.conf || die "doins failed" + + dodoc Changes ${PN}-apache.conf README{,.nginx} TODO \ + ${PN}-alert.sh || die "dodoc failed" + doman man/man5/${PN}.conf.5 || die "doman failed" + + insinto "${MY_HTDOCSDIR}" + doins logo_bot.png logo_top.png monitorixico.png || die "doins failed" + dodir "${MY_HTDOCSDIR}/imgs" || die "dodir failed" + webapp_serverowned "${MY_HTDOCSDIR}/imgs" + + exeinto ${MY_CGIBINDIR} + doexe ${PN}.cgi || die "doexe failed" + + dodir /var/lib/${PN}/usage || die "dodir failed" + insinto /var/lib/${PN}/reports + doins -r reports/* || die "doins failed" + webapp_src_install +} + +pkg_postinst() { + elog "Before starting the ${PN} init script make sure you edited the " + elog "config file. After that you can start ${PN} by running" + elog "\t/etc/init.d/${PN} start" + elog "If you want to start it automatically on boot run" + elog "\trc-update add ${PN} default" + elog + elog "This package is run via /etc/cron.d and therefore uses root " + elog "privileges to collect the informations. The graphs are created " + elog "at runtime directly to the imgs/ directory inside the dir you " + elog "installed the app to with webapp-config. These are created " + elog "with the privileges of the webserver user account." + elog + elog "If you want to use the alert function (introduced in ${PN}-1.4.0), you " + elog "need to enable it in the config and provide a path to a script " + elog "which should be run in an alert case. An example script is provided " + elog "with this package." + + webapp_pkg_postinst +} -- cgit v1.2.3-65-gdbad