summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-misc')
-rw-r--r--www-misc/monitorix/ChangeLog3
-rw-r--r--www-misc/monitorix/Manifest4
-rw-r--r--www-misc/monitorix/monitorix-1.3.1.ebuild6
3 files changed, 9 insertions, 4 deletions
diff --git a/www-misc/monitorix/ChangeLog b/www-misc/monitorix/ChangeLog
index c86e33f4b..db910fb7d 100644
--- a/www-misc/monitorix/ChangeLog
+++ b/www-misc/monitorix/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 14 Aug 2009; Markus Rennings (mren) <mren@mrmx.de> monitorix-1.3.1.ebuild:
+ forgot webapp_pkg_postinst; added ~x86 keyword, thx to David for testing
+
11 Aug 2009; Markus Rennings (mren) <mren@mrmx.de> monitorix-1.3.1.ebuild:
added a png
diff --git a/www-misc/monitorix/Manifest b/www-misc/monitorix/Manifest
index f49145d8e..929ba6349 100644
--- a/www-misc/monitorix/Manifest
+++ b/www-misc/monitorix/Manifest
@@ -1,6 +1,6 @@
AUX 1.3.1-evms.patch 990 RMD160 e6ce0e06751ba461497abd43625feb8f26110344 SHA1 0d3bb79b38727057565e7c0426e2b7ace8e313e5 SHA256 89261fcea47aebe4f7f1e39918555f43ba05c4c1a8fec29180cab97dfff09220
AUX monitorix.conf.patch 925 RMD160 c7faa57c6c7a5eb0048f04d6db37f57405d27be7 SHA1 b47e38922af73a5eabea60a61e86c46cc6e3be89 SHA256 2ca343e8652e8b5e29a0abd0ed3ac9205b000922b4ad5191b3aa96be21ab87db
DIST monitorix-1.3.1.tar.gz 150959 RMD160 3c03c33e2ec5d533d306904f455a11531b99bc81 SHA1 462e5445cc66fb6b9e59218c4395aa75d79a7d05 SHA256 b5c8782d5b98255b7ef75ae26d4131033ac425f1a13c9039fadad7486c085996
-EBUILD monitorix-1.3.1.ebuild 2077 RMD160 93b85017062db9064b0bf24410d164b5ea951dbc SHA1 3ad52570456beb7cccc239cad24a5143ee906e50 SHA256 52815515441a0bac2cd0960f0e35e172c62e1498aba4078d28b98e31bef8e148
-MISC ChangeLog 597 RMD160 8740df81995e001b83ce2794de89bcbfb556839b SHA1 4af8c1fa1b870ae61ee024ccd833e43e7b369145 SHA256 3c43a4769e2b2d462827a9a3d37873b8104e216ea40baeeee0e6454b366578cd
+EBUILD monitorix-1.3.1.ebuild 2105 RMD160 7a1f230201a243c6742d4aa1c17a8c0c63eb7dc3 SHA1 81d1609b75912529c595fed296275ecc4a4030d2 SHA256 72c4ae6c06d7e6e4c3c924a3c945e232b309ac440155f12ae086e2905485c8f8
+MISC ChangeLog 750 RMD160 4f5bee3970ffdf1eda2917af2007059a3623728b SHA1 8febd54fe16facd2bff4d91b0c9f19f6388edec6 SHA256 9c9ed73e88ee4ebc53d817d7a1025b39bae9997c381b6fd86e7c40ce174fd56d
MISC metadata.xml 285 RMD160 14c03bdcabba50a240b6f81468518ecb9a9260c2 SHA1 f1cb6d0492c498ffa08d16442a510bda679f43e9 SHA256 49a0e28498b88a6e7b8d15996ad998d8345f9ef128b4ee6329e1547d64ee6653
diff --git a/www-misc/monitorix/monitorix-1.3.1.ebuild b/www-misc/monitorix/monitorix-1.3.1.ebuild
index 8395016bc..f6439f326 100644
--- a/www-misc/monitorix/monitorix-1.3.1.ebuild
+++ b/www-misc/monitorix/monitorix-1.3.1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="http://www.monitorix.org/"
SRC_URI="http://www.monitorix.org/${P}.tar.gz"
LICENSE="GPL-2"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
IUSE="evms hddtemp lm_sensors"
DEPEND="sys-apps/sed"
@@ -66,11 +66,13 @@ src_install() {
pkg_postinst() {
elog "Before starting the ${PN} init script make sure you edited the "
- elog "config file"
+ elog "config file."
elog
elog "This package is run via /etc/cron.d and therefore uses root "
elog "privileges. The graphs are created at runtime directly to "
elog "the imgs/ directory inside the dir you installed the app to "
elog "with webapp-config. These are created with the privileges "
elog "of the webserver user account."
+
+ webapp_pkg_postinst
}