summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weber <xmw@gentoo.org>2015-07-31 09:16:47 +0000
committerMichael Weber <xmw@gentoo.org>2015-07-31 09:16:47 +0000
commita69e6bdf05cb45244ad8e2b58c7ac6956282f426 (patch)
treee5e40702b4f5d3e1de90631ea85b184a12123d44 /net-analyzer
parentRemove old. (diff)
downloadgentoo-2-a69e6bdf05cb45244ad8e2b58c7ac6956282f426.tar.gz
gentoo-2-a69e6bdf05cb45244ad8e2b58c7ac6956282f426.tar.bz2
gentoo-2-a69e6bdf05cb45244ad8e2b58c7ac6956282f426.zip
Install complete set of manpages if USE=minimal.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/munin/ChangeLog6
-rw-r--r--net-analyzer/munin/munin-2.0.25-r1.ebuild4
-rw-r--r--net-analyzer/munin/munin-2.1.9999.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/net-analyzer/munin/ChangeLog b/net-analyzer/munin/ChangeLog
index 395ad70a8e00..089e76e59d75 100644
--- a/net-analyzer/munin/ChangeLog
+++ b/net-analyzer/munin/ChangeLog
@@ -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 <xmw@gentoo.org> munin-2.0.25-r1.ebuild,
+ munin-2.1.9999.ebuild:
+ Install complete set of manpages if USE=minimal.
31 Jul 2015; Justin Lecher <jlec@gentoo.org> munin-2.0.25-r1.ebuild:
Drop unnesessary dep again
diff --git a/net-analyzer/munin/munin-2.0.25-r1.ebuild b/net-analyzer/munin/munin-2.0.25-r1.ebuild
index 62306e499117..609e887d3273 100644
--- a/net-analyzer/munin/munin-2.0.25-r1.ebuild
+++ b/net-analyzer/munin/munin-2.0.25-r1.ebuild
@@ -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 @@ src_install() {
# 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.
diff --git a/net-analyzer/munin/munin-2.1.9999.ebuild b/net-analyzer/munin/munin-2.1.9999.ebuild
index e34c558b4e9f..0833448940c7 100644
--- a/net-analyzer/munin/munin-2.1.9999.ebuild
+++ b/net-analyzer/munin/munin-2.1.9999.ebuild
@@ -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 @@ src_install() {
# 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.