summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2012-12-30 12:47:26 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2012-12-30 12:47:26 +0000
commit5e59c15b4c48749986c4d29308dd34c97c468261 (patch)
treed4c953cd8b2a1aef4a583ec391efe7c364fd76f3 /net-analyzer/munin
parent[bump] dev-perl/Class-Method-Modifiers-2.0.0 (diff)
downloadgentoo-2-5e59c15b4c48749986c4d29308dd34c97c468261.tar.gz
gentoo-2-5e59c15b4c48749986c4d29308dd34c97c468261.tar.bz2
gentoo-2-5e59c15b4c48749986c4d29308dd34c97c468261.zip
Bump to fix the mailman plugin paths (bug #448414 by Juan David Ibáñez Palomar).
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 1CD13C8AD4301342)
Diffstat (limited to 'net-analyzer/munin')
-rw-r--r--net-analyzer/munin/ChangeLog9
-rw-r--r--net-analyzer/munin/files/munin-1.3.2-plugins.conf7
-rw-r--r--net-analyzer/munin/munin-2.0.9-r1.ebuild (renamed from net-analyzer/munin/munin-2.0.9.ebuild)4
3 files changed, 16 insertions, 4 deletions
diff --git a/net-analyzer/munin/ChangeLog b/net-analyzer/munin/ChangeLog
index 492a01919a14..23d8a0c9877f 100644
--- a/net-analyzer/munin/ChangeLog
+++ b/net-analyzer/munin/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for net-analyzer/munin
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/ChangeLog,v 1.128 2012/12/23 11:40:58 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/ChangeLog,v 1.129 2012/12/30 12:47:25 flameeyes Exp $
+
+*munin-2.0.9-r1 (30 Dec 2012)
+
+ 30 Dec 2012; Diego E. Pettenò <flameeyes@gentoo.org> +munin-2.0.9-r1.ebuild,
+ -munin-2.0.9.ebuild, files/munin-1.3.2-plugins.conf:
+ Bump to fix the mailman plugin paths (bug #448414 by Juan David Ibáñez
+ Palomar).
23 Dec 2012; Diego E. Pettenò <flameeyes@gentoo.org> -files/logrotate.d-munin,
-files/munin-1.3.3-crontab, -files/munin-1.4.4-Makefile.patch,
diff --git a/net-analyzer/munin/files/munin-1.3.2-plugins.conf b/net-analyzer/munin/files/munin-1.3.2-plugins.conf
index 81ef6c379caa..e5de27049673 100644
--- a/net-analyzer/munin/files/munin-1.3.2-plugins.conf
+++ b/net-analyzer/munin/files/munin-1.3.2-plugins.conf
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/files/munin-1.3.2-plugins.conf,v 1.6 2012/07/26 18:21:52 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/files/munin-1.3.2-plugins.conf,v 1.7 2012/12/30 12:47:26 flameeyes Exp $
#
# This file contains configuration options for the plugins. Three
# options are understood by munin-node itself:
@@ -69,6 +69,11 @@ group mail
[cps*]
user root
+[mailman]
+env.logfile /var/lib/mailman/logs/post
+env.libdir /var/lib/mailman
+env.lister /usr/lib/mailman/bin/list_members
+
# More 3ware examples
#[hddtemp_smartctl]
#env.drives twe0_0 twe0_1 hda
diff --git a/net-analyzer/munin/munin-2.0.9.ebuild b/net-analyzer/munin/munin-2.0.9-r1.ebuild
index 9000a9b00fb0..531710395556 100644
--- a/net-analyzer/munin/munin-2.0.9.ebuild
+++ b/net-analyzer/munin/munin-2.0.9-r1.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/munin-2.0.9.ebuild,v 1.3 2012/12/23 11:40:58 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/munin-2.0.9-r1.ebuild,v 1.1 2012/12/30 12:47:25 flameeyes Exp $
EAPI=5
-PATCHSET=1
+PATCHSET=2
inherit eutils user java-pkg-opt-2