xmw 15/07/31 09:16:47
Modified: munin-2.1.9999.ebuild munin-2.0.25-r1.ebuild
ChangeLog
Log:
Install complete set of manpages if USE=minimal.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key
62EEF090)
Revision Changes Path
1.9 net-analyzer/munin/munin-2.1.9999.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/munin/munin-2.1.9999.ebuild?rev=1.9&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/munin/munin-2.1.9999.ebuild?rev=1.9&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/munin/munin-2.1.9999.ebuild?r1=1.8&r2=1.9
Index: munin-2.1.9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/munin/munin-2.1.9999.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- munin-2.1.9999.ebuild 13 Jun 2015 19:41:05 -0000 1.8
+++ munin-2.1.9999.ebuild 31 Jul 2015 09:16:47 -0000 1.9
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/munin-2.1.9999.ebuild,v
1.8 2015/06/13 19:41:05 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/munin-2.1.9999.ebuild,v
1.9 2015/07/31 09:16:47 xmw Exp $
EAPI=5
@@ -164,7 +164,7 @@
# parallel install doesn't work and it's also pointless to have this
# run in parallel for now (because it uses internal loops).
- emake -j1 DESTDIR="${D}" $(usex minimal install-minimal install)
+ emake -j1 DESTDIR="${D}" $(usex minimal "install-minimal install-man"
install)
# we remove /run from the install, as it's not the package's to deal
# with.
1.5 net-analyzer/munin/munin-2.0.25-r1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/munin/munin-2.0.25-r1.ebuild?rev=1.5&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/munin/munin-2.0.25-r1.ebuild?rev=1.5&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/munin/munin-2.0.25-r1.ebuild?r1=1.4&r2=1.5
Index: munin-2.0.25-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/munin/munin-2.0.25-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- munin-2.0.25-r1.ebuild 31 Jul 2015 06:42:35 -0000 1.4
+++ munin-2.0.25-r1.ebuild 31 Jul 2015 09:16:47 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/munin-2.0.25-r1.ebuild,v
1.4 2015/07/31 06:42:35 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/munin-2.0.25-r1.ebuild,v
1.5 2015/07/31 09:16:47 xmw Exp $
EAPI=5
@@ -177,7 +177,7 @@
# parallel install doesn't work and it's also pointless to have this
# run in parallel for now (because it uses internal loops).
- emake -j1 DESTDIR="${D}" $(usex minimal install-minimal install)
+ emake -j1 DESTDIR="${D}" $(usex minimal "install-minimal install-man"
install)
# we remove /run from the install, as it's not the package's to deal
# with.
1.169 net-analyzer/munin/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/munin/ChangeLog?rev=1.169&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/munin/ChangeLog?rev=1.169&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/munin/ChangeLog?r1=1.168&r2=1.169
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/munin/ChangeLog,v
retrieving revision 1.168
retrieving revision 1.169
diff -u -r1.168 -r1.169
--- ChangeLog 31 Jul 2015 06:42:35 -0000 1.168
+++ ChangeLog 31 Jul 2015 09:16:47 -0000 1.169
@@ -1,6 +1,10 @@
# ChangeLog for net-analyzer/munin
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/ChangeLog,v 1.168
2015/07/31 06:42:35 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/ChangeLog,v 1.169
2015/07/31 09:16:47 xmw Exp $
+
+ 31 Jul 2015; Michael Weber <[email protected]> munin-2.0.25-r1.ebuild,
+ munin-2.1.9999.ebuild:
+ Install complete set of manpages if USE=minimal.
31 Jul 2015; Justin Lecher <[email protected]> munin-2.0.25-r1.ebuild:
Drop unnesessary dep again