From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.77) (envelope-from ) id 1SsHfW-0006OK-Tw for garchives@archives.gentoo.org; Fri, 20 Jul 2012 18:11:15 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 992C721C039; Fri, 20 Jul 2012 18:10:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 5BF1321C039 for ; Fri, 20 Jul 2012 18:10:56 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8EEA01B4092 for ; Fri, 20 Jul 2012 18:10:55 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 948) id 3A7CE20063; Fri, 20 Jul 2012 18:10:54 +0000 (UTC) From: "Diego Petteno (flameeyes)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, flameeyes@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/munin: munin-2.0.2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: munin-2.0.2.ebuild ChangeLog X-VCS-Directories: net-analyzer/munin X-VCS-Committer: flameeyes X-VCS-Committer-Name: Diego Petteno Content-Type: text/plain; charset=utf8 Message-Id: <20120720181054.3A7CE20063@flycatcher.gentoo.org> Date: Fri, 20 Jul 2012 18:10:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 5f542eef-8169-4b95-acac-24ba5a471bf3 X-Archives-Hash: 45807f4965993e9c82cfd76da51aa074 flameeyes 12/07/20 18:10:54 Modified: munin-2.0.2.ebuild ChangeLog Log: Log-Log4perl is used by the node, so depend on it even with USE=3D-mini= mal; only remove the ttf file with USE=3Dminimal. =20 (Portage version: 2.2.0_alpha118/cvs/Linux x86_64) Revision Changes Path 1.5 net-analyzer/munin/munin-2.0.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/munin= /munin-2.0.2.ebuild?rev=3D1.5&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/munin= /munin-2.0.2.ebuild?rev=3D1.5&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/munin= /munin-2.0.2.ebuild?r1=3D1.4&r2=3D1.5 Index: munin-2.0.2.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/net-analyzer/munin/munin-2.0.2.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- munin-2.0.2.ebuild 17 Jul 2012 15:27:05 -0000 1.4 +++ munin-2.0.2.ebuild 20 Jul 2012 18:10:54 -0000 1.5 @@ -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/munin-2.0.2.ebuild= ,v 1.4 2012/07/17 15:27:05 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/munin-2.0.2.ebuild= ,v 1.5 2012/07/20 18:10:54 flameeyes Exp $ =20 EAPI=3D4 =20 @@ -44,6 +44,7 @@ dev-perl/libwww-perl dev-perl/net-server dev-perl/DBI + dev-perl/Log-Log4perl virtual/perl-Digest-MD5 virtual/perl-Getopt-Long virtual/perl-MIME-Base64 @@ -51,8 +52,7 @@ virtual/perl-Text-Balanced virtual/perl-Time-HiRes !minimal? ( dev-perl/HTML-Template - >=3Dnet-analyzer/rrdtool-1.3[perl] - dev-perl/Log-Log4perl )" + >=3Dnet-analyzer/rrdtool-1.3[perl] )" =20 # Keep this seperate, as previous versions have had other deps here DEPEND=3D"${DEPEND_COM} @@ -121,9 +121,6 @@ emake -j1 DESTDIR=3D"${D}" ${install_targets} fowners munin:munin ${dirs} =20 - # remove font files so that we don't have to keep them around - rm "${D}"/usr/libexec/${PN}/*.ttf || die - insinto /etc/munin/plugin-conf.d/ newins "${FILESDIR}"/${PN}-1.3.2-plugins.conf munin-node =20 @@ -141,6 +138,9 @@ if ! use minimal; then exeinto /etc/local.d/ newexe "${FILESDIR}"/localstart-munin 50munin.start + + # remove font files so that we don't have to keep them around + rm "${D}"/usr/libexec/${PN}/*.ttf || die fi } =20 1.76 net-analyzer/munin/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/munin= /ChangeLog?rev=3D1.76&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/munin= /ChangeLog?rev=3D1.76&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/munin= /ChangeLog?r1=3D1.75&r2=3D1.76 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/net-analyzer/munin/ChangeLog,v retrieving revision 1.75 retrieving revision 1.76 diff -u -r1.75 -r1.76 --- ChangeLog 17 Jul 2012 15:27:05 -0000 1.75 +++ ChangeLog 20 Jul 2012 18:10:54 -0000 1.76 @@ -1,6 +1,10 @@ # 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.75 2= 012/07/17 15:27:05 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/ChangeLog,v 1.76 2= 012/07/20 18:10:54 flameeyes Exp $ + + 20 Jul 2012; Diego E. Petten=C3=B2 munin-2.0.2.= ebuild: + Log-Log4perl is used by the node, so depend on it even with USE=3D-min= imal; only + remove the ttf file with USE=3Dminimal. =20 17 Jul 2012; Diego E. Petten=C3=B2 metadata.xml= , munin-2.0.2.ebuild: