Gentoo Archives: gentoo-commits

From: "Michael Weber (xmw)" <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/munin: munin-2.1.9999.ebuild munin-2.0.25-r1.ebuild ChangeLog
Date: Fri, 31 Jul 2015 09:16:53
Message-Id: 20150731091647.A2FCD112@oystercatcher.gentoo.org
1 xmw 15/07/31 09:16:47
2
3 Modified: munin-2.1.9999.ebuild munin-2.0.25-r1.ebuild
4 ChangeLog
5 Log:
6 Install complete set of manpages if USE=minimal.
7
8 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
9
10 Revision Changes Path
11 1.9 net-analyzer/munin/munin-2.1.9999.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/munin/munin-2.1.9999.ebuild?rev=1.9&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/munin/munin-2.1.9999.ebuild?rev=1.9&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/munin/munin-2.1.9999.ebuild?r1=1.8&r2=1.9
16
17 Index: munin-2.1.9999.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/munin/munin-2.1.9999.ebuild,v
20 retrieving revision 1.8
21 retrieving revision 1.9
22 diff -u -r1.8 -r1.9
23 --- munin-2.1.9999.ebuild 13 Jun 2015 19:41:05 -0000 1.8
24 +++ munin-2.1.9999.ebuild 31 Jul 2015 09:16:47 -0000 1.9
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/munin-2.1.9999.ebuild,v 1.8 2015/06/13 19:41:05 dilfridge Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/munin-2.1.9999.ebuild,v 1.9 2015/07/31 09:16:47 xmw Exp $
30
31 EAPI=5
32
33 @@ -164,7 +164,7 @@
34
35 # parallel install doesn't work and it's also pointless to have this
36 # run in parallel for now (because it uses internal loops).
37 - emake -j1 DESTDIR="${D}" $(usex minimal install-minimal install)
38 + emake -j1 DESTDIR="${D}" $(usex minimal "install-minimal install-man" install)
39
40 # we remove /run from the install, as it's not the package's to deal
41 # with.
42
43
44
45 1.5 net-analyzer/munin/munin-2.0.25-r1.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/munin/munin-2.0.25-r1.ebuild?rev=1.5&view=markup
48 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
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/munin/munin-2.0.25-r1.ebuild?r1=1.4&r2=1.5
50
51 Index: munin-2.0.25-r1.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/munin/munin-2.0.25-r1.ebuild,v
54 retrieving revision 1.4
55 retrieving revision 1.5
56 diff -u -r1.4 -r1.5
57 --- munin-2.0.25-r1.ebuild 31 Jul 2015 06:42:35 -0000 1.4
58 +++ munin-2.0.25-r1.ebuild 31 Jul 2015 09:16:47 -0000 1.5
59 @@ -1,6 +1,6 @@
60 # Copyright 1999-2015 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $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 $
63 +# $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 $
64
65 EAPI=5
66
67 @@ -177,7 +177,7 @@
68
69 # parallel install doesn't work and it's also pointless to have this
70 # run in parallel for now (because it uses internal loops).
71 - emake -j1 DESTDIR="${D}" $(usex minimal install-minimal install)
72 + emake -j1 DESTDIR="${D}" $(usex minimal "install-minimal install-man" install)
73
74 # we remove /run from the install, as it's not the package's to deal
75 # with.
76
77
78
79 1.169 net-analyzer/munin/ChangeLog
80
81 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/munin/ChangeLog?rev=1.169&view=markup
82 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/munin/ChangeLog?rev=1.169&content-type=text/plain
83 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/munin/ChangeLog?r1=1.168&r2=1.169
84
85 Index: ChangeLog
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/munin/ChangeLog,v
88 retrieving revision 1.168
89 retrieving revision 1.169
90 diff -u -r1.168 -r1.169
91 --- ChangeLog 31 Jul 2015 06:42:35 -0000 1.168
92 +++ ChangeLog 31 Jul 2015 09:16:47 -0000 1.169
93 @@ -1,6 +1,10 @@
94 # ChangeLog for net-analyzer/munin
95 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
96 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/ChangeLog,v 1.168 2015/07/31 06:42:35 jlec Exp $
97 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/ChangeLog,v 1.169 2015/07/31 09:16:47 xmw Exp $
98 +
99 + 31 Jul 2015; Michael Weber <xmw@g.o> munin-2.0.25-r1.ebuild,
100 + munin-2.1.9999.ebuild:
101 + Install complete set of manpages if USE=minimal.
102
103 31 Jul 2015; Justin Lecher <jlec@g.o> munin-2.0.25-r1.ebuild:
104 Drop unnesessary dep again