From a69e6bdf05cb45244ad8e2b58c7ac6956282f426 Mon Sep 17 00:00:00 2001 From: Michael Weber Date: Fri, 31 Jul 2015 09:16:47 +0000 Subject: Install complete set of manpages if USE=minimal. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 62EEF090) --- net-analyzer/munin/ChangeLog | 6 +++++- net-analyzer/munin/munin-2.0.25-r1.ebuild | 4 ++-- net-analyzer/munin/munin-2.1.9999.ebuild | 4 ++-- 3 files changed, 9 insertions(+), 5 deletions(-) (limited to 'net-analyzer') 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 munin-2.0.25-r1.ebuild, + munin-2.1.9999.ebuild: + Install complete set of manpages if USE=minimal. 31 Jul 2015; Justin Lecher 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. -- cgit v1.2.3-65-gdbad