public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-analyzer/munin: ChangeLog munin-1.3.4-r1.ebuild
@ 2008-06-12  4:01 Robin H. Johnson (robbat2)
  0 siblings, 0 replies; 7+ messages in thread
From: Robin H. Johnson (robbat2) @ 2008-06-12  4:01 UTC (permalink / raw
  To: gentoo-commits

robbat2     08/06/12 04:01:55

  Modified:             ChangeLog
  Added:                munin-1.3.4-r1.ebuild
  Log:
  Resolve bug #225671 and also clean up USE flags to better represent the new 1.3.4 version. Commit was missed two days ago, due to my desktop crashing.
  (Portage version: 2.1.5.4)

Revision  Changes    Path
1.14                 net-analyzer/munin/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/munin/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/munin/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/munin/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/munin/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -p -w -b -B -u -u -r1.13 -r1.14
--- ChangeLog	1 Jun 2008 20:56:24 -0000	1.13
+++ ChangeLog	12 Jun 2008 04:01:55 -0000	1.14
@@ -1,6 +1,14 @@
 # ChangeLog for net-analyzer/munin
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/ChangeLog,v 1.13 2008/06/01 20:56:24 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/ChangeLog,v 1.14 2008/06/12 04:01:55 robbat2 Exp $
+
+*munin-1.3.4-r1 (09 Jun 2008)
+
+  09 Jun 2008; Robin H. Johnson <robbat2@gentoo.org>
+  +files/munin-1.3.4-no-html-if-no-input.patch, +munin-1.3.4-r1.ebuild~,
+  +munin-1.3.4-r1.ebuild:
+  Resolve bug #225671 and also clean up USE flags to better represent the
+  new 1.3.4 version.
 
   01 Jun 2008; Robin H. Johnson <robbat2@gentoo.org> munin-1.3.4.ebuild:
   Bug #205293, dcron is fussy about crontab call syntax.



1.1                  net-analyzer/munin/munin-1.3.4-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/munin/munin-1.3.4-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/munin/munin-1.3.4-r1.ebuild?rev=1.1&content-type=text/plain

Index: munin-1.3.4-r1.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/munin-1.3.4-r1.ebuild,v 1.1 2008/06/12 04:01:55 robbat2 Exp $

inherit eutils

DESCRIPTION="Munin Server Monitoring Tool"
HOMEPAGE="http://munin.sourceforge.net"
SRC_URI="mirror://sourceforge/munin/${PN}_${PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~mips ~ppc ~sparc ~x86"
IUSE="doc minimal irc mysql postgres ssl"

# Upstream's listing of required modules is NOT correct!
# Some of the postgres plugins use DBD::Pg, while others call psql directly.
# The mysql plugins use mysqladmin directly.
DEPEND_COM="dev-lang/perl
			sys-process/procps
			ssl? ( dev-perl/Net-SSLeay )
			mysql? ( virtual/mysql )
			postgres? ( dev-perl/DBD-Pg dev-db/postgresql )
			irc? ( dev-perl/Net-IRC )
			dev-perl/DateManip
			dev-perl/Net-Netmask
			dev-perl/Net-SNMP
			dev-perl/libwww-perl
			dev-perl/net-server
			virtual/perl-Digest-MD5
			virtual/perl-Getopt-Long
			virtual/perl-MIME-Base64
			virtual/perl-Storable
			virtual/perl-Text-Balanced
			virtual/perl-Time-HiRes
			!minimal? ( dev-perl/HTML-Template
						net-analyzer/rrdtool )"
			# Sybase isn't supported in Gentoo
			#munin-sybase? (	 dev-perl/DBD-Sybase )

# Keep this seperate, as previous versions have had other deps here
DEPEND="${DEPEND_COM}"
RDEPEND="${DEPEND_COM}
		!minimal? ( virtual/cron )"

pkg_setup() {
	enewgroup munin
	enewuser munin 177 -1 /var/lib/munin munin
}

src_unpack() {
	if use !minimal; then
		if ! built_with_use net-analyzer/rrdtool perl ; then
			die 'Sorry, munin needs net-analyzer/rrdtool built with USE=perl.'
		fi
	fi
	unpack ${A}
	# upstream needs a lot of DESTDIR loving
	# and Gentoo location support
	EPATCH_OPTS="-p1 -d ${S}" epatch ${FILESDIR}/${PN}-1.3.4-Makefile.patch
	# Fix noise in the plugins
	EPATCH_OPTS="-p1 -d ${S}" epatch ${FILESDIR}/${PN}-1.3.4-plugin-cleanup.patch

	# Bug #195964, fix up conntrack
	EPATCH_OPTS="-p0 -d ${S}" epatch "${FILESDIR}"/${PN}-1.3.3-fw_conntrack_plugins.patch

	# Bug #225671, cannot produce HTML if RRD and graphs have not yet run.
	EPATCH_OPTS="-p1 -d ${S}" epatch "${FILESDIR}"/${PN}-1.3.4-no-html-if-no-input.patch
}

src_compile() {
	emake build build-man || die "build/build-man failed"
	if use doc; then
		emake build-doc || die "build-doc failed"
	fi

	#Ensure TLS is disabled if built without SSL
	if ! use ssl; then
		echo "tls disabled" >> ${S}/build/node/munin-node.conf \
			|| die "Fixing munin-node.conf Failed!"
		echo "tls disabled" >> ${S}/build/server/munin.conf \
			|| die "Fixing munin.conf Failed!"
	fi

}

src_install() {
	local dirs
	dirs="/var/log/munin/ /var/lib/munin/"
	dirs="${dirs} /var/lib/munin/plugin-state/"
	dirs="${dirs} /var/run/munin/plugin-state/"
	dirs="${dirs} /etc/munin/plugin-conf.d/"
	dirs="${dirs} /etc/munin/plugins/"
	keepdir ${dirs}

	emake DESTDIR="${D}" install-main install-man install-node install-node-plugins || die "install failed"
	fowners munin:munin ${dirs}

	emake DESTDIR="${D}" install-man || die "install manpages failed"

	insinto /etc/munin/plugin-conf.d/
	newins ${FILESDIR}/${PN}-1.3.2-plugins.conf munin-node

	# make sure we've got everything in the correct directory
	insinto /var/lib/munin
	newins ${FILESDIR}/${PN}-1.3.3-crontab crontab
	newinitd ${FILESDIR}/munin-node_init.d_1.3.3-r1 munin-node
	newconfd ${FILESDIR}/munin-node_conf.d_1.3.3-r1 munin-node
	dodoc README ChangeLog INSTALL logo.eps logo.svg build/resources/apache*
}

pkg_config() {
	einfo "Press enter to install the default crontab for the munin master"
	einfo "installation from /var/lib/munin/crontab"
	einfo "If you have a large site, you may wish to customize it."
	read
	# dcron is very fussy about syntax
	# the following is the only form that works in BOTH dcron and vixie-cron
	crontab - -u munin </var/lib/munin/crontab
}

pkg_postinst() {
	elog "Please follow the munin documentation to set up the plugins you"
	elog "need, afterwards start munin-node via /etc/init.d/munin-node."
	elog "To have munin's cronjob automatically configured for you if this is"
	elog "your munin master installation, please:"
	elog "emerge --config net-analyzer/munin"
	elog ""
	elog "Please note that the crontab has undergone some modifications"
	elog "since 1.3.2, and you should update to it!"
}



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-analyzer/munin: ChangeLog munin-1.3.4-r1.ebuild
@ 2008-06-24  6:13 Robin H. Johnson (robbat2)
  0 siblings, 0 replies; 7+ messages in thread
From: Robin H. Johnson (robbat2) @ 2008-06-24  6:13 UTC (permalink / raw
  To: gentoo-commits

robbat2     08/06/24 06:13:18

  Modified:             ChangeLog munin-1.3.4-r1.ebuild
  Log:
  Update for newer postgres.
  (Portage version: 2.2_rc1/cvs/Linux 2.6.26-rc5-00497-gfdd374f ppc64)

Revision  Changes    Path
1.15                 net-analyzer/munin/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/munin/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/munin/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/munin/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/munin/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -p -w -b -B -u -u -r1.14 -r1.15
--- ChangeLog	12 Jun 2008 04:01:55 -0000	1.14
+++ ChangeLog	24 Jun 2008 06:13:18 -0000	1.15
@@ -1,6 +1,9 @@
 # ChangeLog for net-analyzer/munin
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/ChangeLog,v 1.14 2008/06/12 04:01:55 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/ChangeLog,v 1.15 2008/06/24 06:13:18 robbat2 Exp $
+
+  24 Jun 2008; Robin H. Johnson <robbat2@gentoo.org> munin-1.3.4-r1.ebuild:
+  Update for newer postgres.
 
 *munin-1.3.4-r1 (09 Jun 2008)
 



1.2                  net-analyzer/munin/munin-1.3.4-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/munin/munin-1.3.4-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/munin/munin-1.3.4-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/munin/munin-1.3.4-r1.ebuild?r1=1.1&r2=1.2

Index: munin-1.3.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/munin/munin-1.3.4-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -p -w -b -B -u -u -r1.1 -r1.2
--- munin-1.3.4-r1.ebuild	12 Jun 2008 04:01:55 -0000	1.1
+++ munin-1.3.4-r1.ebuild	24 Jun 2008 06:13:18 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/munin-1.3.4-r1.ebuild,v 1.1 2008/06/12 04:01:55 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/munin-1.3.4-r1.ebuild,v 1.2 2008/06/24 06:13:18 robbat2 Exp $
 
 inherit eutils
 
@@ -19,7 +19,7 @@ DEPEND_COM="dev-lang/perl
 			sys-process/procps
 			ssl? ( dev-perl/Net-SSLeay )
 			mysql? ( virtual/mysql )
-			postgres? ( dev-perl/DBD-Pg dev-db/postgresql )
+			postgres? ( dev-perl/DBD-Pg virtual/postgresql-base )
 			irc? ( dev-perl/Net-IRC )
 			dev-perl/DateManip
 			dev-perl/Net-Netmask



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-analyzer/munin: ChangeLog munin-1.3.4-r1.ebuild
@ 2008-08-05 19:35 Ferris McCormick (fmccor)
  0 siblings, 0 replies; 7+ messages in thread
From: Ferris McCormick (fmccor) @ 2008-08-05 19:35 UTC (permalink / raw
  To: gentoo-commits

fmccor      08/08/05 19:35:40

  Modified:             ChangeLog munin-1.3.4-r1.ebuild
  Log:
  Sparc stable as to bug #214232.
  (Portage version: 2.2_rc6/cvs/Linux 2.6.22-gentoo-r9-ail-simulation-sensors x86_64)

Revision  Changes    Path
1.17                 net-analyzer/munin/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/munin/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/munin/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/munin/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/munin/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	4 Aug 2008 19:34:32 -0000	1.16
+++ ChangeLog	5 Aug 2008 19:35:39 -0000	1.17
@@ -1,6 +1,9 @@
 # ChangeLog for net-analyzer/munin
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/ChangeLog,v 1.16 2008/08/04 19:34:32 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/ChangeLog,v 1.17 2008/08/05 19:35:39 fmccor Exp $
+
+  05 Aug 2008; Ferris McCormick <fmccor@gentoo.org> munin-1.3.4-r1.ebuild:
+  Sparc stable as to bug #214232.
 
   04 Aug 2008; Jeroen Roovers <jer@gentoo.org> metadata.xml:
   Describe local USE flags for GLEP 56.



1.3                  net-analyzer/munin/munin-1.3.4-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/munin/munin-1.3.4-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/munin/munin-1.3.4-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/munin/munin-1.3.4-r1.ebuild?r1=1.2&r2=1.3

Index: munin-1.3.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/munin/munin-1.3.4-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- munin-1.3.4-r1.ebuild	24 Jun 2008 06:13:18 -0000	1.2
+++ munin-1.3.4-r1.ebuild	5 Aug 2008 19:35:39 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/munin-1.3.4-r1.ebuild,v 1.2 2008/06/24 06:13:18 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/munin-1.3.4-r1.ebuild,v 1.3 2008/08/05 19:35:39 fmccor Exp $
 
 inherit eutils
 
@@ -9,7 +9,7 @@
 SRC_URI="mirror://sourceforge/munin/${PN}_${PV}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~mips ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~mips ~ppc sparc ~x86"
 IUSE="doc minimal irc mysql postgres ssl"
 
 # Upstream's listing of required modules is NOT correct!






^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-analyzer/munin: ChangeLog munin-1.3.4-r1.ebuild
@ 2008-08-06 19:41 Markus Meier (maekke)
  0 siblings, 0 replies; 7+ messages in thread
From: Markus Meier (maekke) @ 2008-08-06 19:41 UTC (permalink / raw
  To: gentoo-commits

maekke      08/08/06 19:41:13

  Modified:             ChangeLog munin-1.3.4-r1.ebuild
  Log:
  amd64/x86 stable, bug #214232
  (Portage version: 2.2_rc6/cvs/Linux 2.6.26.1 i686)

Revision  Changes    Path
1.18                 net-analyzer/munin/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/munin/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/munin/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/munin/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/munin/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	5 Aug 2008 19:35:39 -0000	1.17
+++ ChangeLog	6 Aug 2008 19:41:13 -0000	1.18
@@ -1,6 +1,9 @@
 # ChangeLog for net-analyzer/munin
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/ChangeLog,v 1.17 2008/08/05 19:35:39 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/ChangeLog,v 1.18 2008/08/06 19:41:13 maekke Exp $
+
+  06 Aug 2008; Markus Meier <maekke@gentoo.org> munin-1.3.4-r1.ebuild:
+  amd64/x86 stable, bug #214232
 
   05 Aug 2008; Ferris McCormick <fmccor@gentoo.org> munin-1.3.4-r1.ebuild:
   Sparc stable as to bug #214232.



1.4                  net-analyzer/munin/munin-1.3.4-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/munin/munin-1.3.4-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/munin/munin-1.3.4-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/munin/munin-1.3.4-r1.ebuild?r1=1.3&r2=1.4

Index: munin-1.3.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/munin/munin-1.3.4-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- munin-1.3.4-r1.ebuild	5 Aug 2008 19:35:39 -0000	1.3
+++ munin-1.3.4-r1.ebuild	6 Aug 2008 19:41:13 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/munin-1.3.4-r1.ebuild,v 1.3 2008/08/05 19:35:39 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/munin-1.3.4-r1.ebuild,v 1.4 2008/08/06 19:41:13 maekke Exp $
 
 inherit eutils
 
@@ -9,7 +9,7 @@
 SRC_URI="mirror://sourceforge/munin/${PN}_${PV}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~mips ~ppc sparc ~x86"
+KEYWORDS="amd64 ~mips ~ppc sparc x86"
 IUSE="doc minimal irc mysql postgres ssl"
 
 # Upstream's listing of required modules is NOT correct!






^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-analyzer/munin: ChangeLog munin-1.3.4-r1.ebuild
@ 2008-08-06 19:45 Markus Meier (maekke)
  0 siblings, 0 replies; 7+ messages in thread
From: Markus Meier (maekke) @ 2008-08-06 19:45 UTC (permalink / raw
  To: gentoo-commits

maekke      08/08/06 19:45:01

  Modified:             ChangeLog munin-1.3.4-r1.ebuild
  Log:
  add quotes
  (Portage version: 2.2_rc6/cvs/Linux 2.6.26.1 i686)

Revision  Changes    Path
1.19                 net-analyzer/munin/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/munin/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/munin/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/munin/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/munin/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	6 Aug 2008 19:41:13 -0000	1.18
+++ ChangeLog	6 Aug 2008 19:45:00 -0000	1.19
@@ -1,6 +1,9 @@
 # ChangeLog for net-analyzer/munin
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/ChangeLog,v 1.18 2008/08/06 19:41:13 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/ChangeLog,v 1.19 2008/08/06 19:45:00 maekke Exp $
+
+  06 Aug 2008; Markus Meier <maekke@gentoo.org> munin-1.3.4-r1.ebuild:
+  add quotes
 
   06 Aug 2008; Markus Meier <maekke@gentoo.org> munin-1.3.4-r1.ebuild:
   amd64/x86 stable, bug #214232



1.5                  net-analyzer/munin/munin-1.3.4-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/munin/munin-1.3.4-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/munin/munin-1.3.4-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/munin/munin-1.3.4-r1.ebuild?r1=1.4&r2=1.5

Index: munin-1.3.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/munin/munin-1.3.4-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- munin-1.3.4-r1.ebuild	6 Aug 2008 19:41:13 -0000	1.4
+++ munin-1.3.4-r1.ebuild	6 Aug 2008 19:45:00 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/munin-1.3.4-r1.ebuild,v 1.4 2008/08/06 19:41:13 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/munin-1.3.4-r1.ebuild,v 1.5 2008/08/06 19:45:00 maekke Exp $
 
 inherit eutils
 
@@ -98,13 +98,13 @@
 	emake DESTDIR="${D}" install-man || die "install manpages failed"
 
 	insinto /etc/munin/plugin-conf.d/
-	newins ${FILESDIR}/${PN}-1.3.2-plugins.conf munin-node
+	newins "${FILESDIR}"/${PN}-1.3.2-plugins.conf munin-node
 
 	# make sure we've got everything in the correct directory
 	insinto /var/lib/munin
-	newins ${FILESDIR}/${PN}-1.3.3-crontab crontab
-	newinitd ${FILESDIR}/munin-node_init.d_1.3.3-r1 munin-node
-	newconfd ${FILESDIR}/munin-node_conf.d_1.3.3-r1 munin-node
+	newins "${FILESDIR}"/${PN}-1.3.3-crontab crontab
+	newinitd "${FILESDIR}"/munin-node_init.d_1.3.3-r1 munin-node
+	newconfd "${FILESDIR}"/munin-node_conf.d_1.3.3-r1 munin-node
 	dodoc README ChangeLog INSTALL logo.eps logo.svg build/resources/apache*
 }
 






^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-analyzer/munin: ChangeLog munin-1.3.4-r1.ebuild
@ 2008-08-08 20:09 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 7+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2008-08-08 20:09 UTC (permalink / raw
  To: gentoo-commits

nixnut      08/08/08 20:09:43

  Modified:             ChangeLog munin-1.3.4-r1.ebuild
  Log:
  Stable on ppc wrt bug 214232
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.20                 net-analyzer/munin/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/munin/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/munin/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/munin/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/munin/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	6 Aug 2008 19:45:00 -0000	1.19
+++ ChangeLog	8 Aug 2008 20:09:42 -0000	1.20
@@ -1,6 +1,9 @@
 # ChangeLog for net-analyzer/munin
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/ChangeLog,v 1.19 2008/08/06 19:45:00 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/ChangeLog,v 1.20 2008/08/08 20:09:42 nixnut Exp $
+
+  08 Aug 2008; nixnut <nixnut@gentoo.org> munin-1.3.4-r1.ebuild:
+  Stable on ppc wrt bug 214232
 
   06 Aug 2008; Markus Meier <maekke@gentoo.org> munin-1.3.4-r1.ebuild:
   add quotes



1.6                  net-analyzer/munin/munin-1.3.4-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/munin/munin-1.3.4-r1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/munin/munin-1.3.4-r1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/munin/munin-1.3.4-r1.ebuild?r1=1.5&r2=1.6

Index: munin-1.3.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/munin/munin-1.3.4-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- munin-1.3.4-r1.ebuild	6 Aug 2008 19:45:00 -0000	1.5
+++ munin-1.3.4-r1.ebuild	8 Aug 2008 20:09:42 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/munin-1.3.4-r1.ebuild,v 1.5 2008/08/06 19:45:00 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/munin-1.3.4-r1.ebuild,v 1.6 2008/08/08 20:09:42 nixnut Exp $
 
 inherit eutils
 
@@ -9,7 +9,7 @@
 SRC_URI="mirror://sourceforge/munin/${PN}_${PV}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~mips ~ppc sparc x86"
+KEYWORDS="amd64 ~mips ppc sparc x86"
 IUSE="doc minimal irc mysql postgres ssl"
 
 # Upstream's listing of required modules is NOT correct!






^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-analyzer/munin: ChangeLog munin-1.3.4-r1.ebuild
@ 2009-03-08  1:49 Dawid Weglinski (cla)
  0 siblings, 0 replies; 7+ messages in thread
From: Dawid Weglinski (cla) @ 2009-03-08  1:49 UTC (permalink / raw
  To: gentoo-commits

cla         09/03/08 01:49:52

  Modified:             ChangeLog munin-1.3.4-r1.ebuild
  Log:
  Migrate to EAPI 2
  (Portage version: 2.2_rc23/cvs/Linux x86_64)

Revision  Changes    Path
1.21                 net-analyzer/munin/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/munin/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/munin/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/munin/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/munin/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	8 Aug 2008 20:09:42 -0000	1.20
+++ ChangeLog	8 Mar 2009 01:49:52 -0000	1.21
@@ -1,6 +1,9 @@
 # ChangeLog for net-analyzer/munin
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/ChangeLog,v 1.20 2008/08/08 20:09:42 nixnut Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/ChangeLog,v 1.21 2009/03/08 01:49:52 cla Exp $
+
+  08 Mar 2009; Dawid Węgliński <cla@gentoo.org> munin-1.3.4-r1.ebuild:
+  Migration to EAPI 2
 
   08 Aug 2008; nixnut <nixnut@gentoo.org> munin-1.3.4-r1.ebuild:
   Stable on ppc wrt bug 214232



1.7                  net-analyzer/munin/munin-1.3.4-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/munin/munin-1.3.4-r1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/munin/munin-1.3.4-r1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/munin/munin-1.3.4-r1.ebuild?r1=1.6&r2=1.7

Index: munin-1.3.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/munin/munin-1.3.4-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- munin-1.3.4-r1.ebuild	8 Aug 2008 20:09:42 -0000	1.6
+++ munin-1.3.4-r1.ebuild	8 Mar 2009 01:49:52 -0000	1.7
@@ -1,6 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/munin-1.3.4-r1.ebuild,v 1.6 2008/08/08 20:09:42 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/munin-1.3.4-r1.ebuild,v 1.7 2009/03/08 01:49:52 cla Exp $
+
+EAPI="2"
 
 inherit eutils
 
@@ -33,7 +35,7 @@
 			virtual/perl-Text-Balanced
 			virtual/perl-Time-HiRes
 			!minimal? ( dev-perl/HTML-Template
-						net-analyzer/rrdtool )"
+						net-analyzer/rrdtool[perl] )"
 			# Sybase isn't supported in Gentoo
 			#munin-sybase? (	 dev-perl/DBD-Sybase )
 
@@ -48,11 +50,6 @@
 }
 
 src_unpack() {
-	if use !minimal; then
-		if ! built_with_use net-analyzer/rrdtool perl ; then
-			die 'Sorry, munin needs net-analyzer/rrdtool built with USE=perl.'
-		fi
-	fi
 	unpack ${A}
 	# upstream needs a lot of DESTDIR loving
 	# and Gentoo location support






^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2009-03-08  1:49 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-12  4:01 [gentoo-commits] gentoo-x86 commit in net-analyzer/munin: ChangeLog munin-1.3.4-r1.ebuild Robin H. Johnson (robbat2)
  -- strict thread matches above, loose matches on Subject: below --
2008-06-24  6:13 Robin H. Johnson (robbat2)
2008-08-05 19:35 Ferris McCormick (fmccor)
2008-08-06 19:41 Markus Meier (maekke)
2008-08-06 19:45 Markus Meier (maekke)
2008-08-08 20:09 Gysbert Wassenaar (nixnut)
2009-03-08  1:49 Dawid Weglinski (cla)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox