From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F1589138334 for ; Fri, 6 Sep 2019 19:44:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D4DBE0A00; Fri, 6 Sep 2019 19:44:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4B97DE0A00 for ; Fri, 6 Sep 2019 19:44:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 887FA34AD9E for ; Fri, 6 Sep 2019 19:44:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 546FB7CC for ; Fri, 6 Sep 2019 19:44:15 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1567799043.3f9ce3b7b58b39ff5f7707c06a3b4124d27363c3.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/lvm2/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/lvm2/lvm2-2.02.185-r1.ebuild sys-fs/lvm2/lvm2-2.02.185.ebuild sys-fs/lvm2/lvm2-2.02.186.ebuild sys-fs/lvm2/lvm2-2.03.05-r1.ebuild sys-fs/lvm2/lvm2-2.03.05.ebuild X-VCS-Directories: sys-fs/lvm2/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 3f9ce3b7b58b39ff5f7707c06a3b4124d27363c3 X-VCS-Branch: master Date: Fri, 6 Sep 2019 19:44:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d1e76fbd-e9a4-48ec-b918-a2bac5faf8d4 X-Archives-Hash: 20ac96ff6f39d73c235d10cf740c5023 commit: 3f9ce3b7b58b39ff5f7707c06a3b4124d27363c3 Author: Thomas Deutschmann gentoo org> AuthorDate: Fri Sep 6 19:43:26 2019 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Fri Sep 6 19:44:03 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f9ce3b7 sys-fs/lvm2: install man pages when USE=-thin Closes: https://bugs.gentoo.org/611340 Package-Manager: Portage-2.3.75, Repoman-2.3.17 Signed-off-by: Thomas Deutschmann gentoo.org> sys-fs/lvm2/{lvm2-2.02.185.ebuild => lvm2-2.02.185-r1.ebuild} | 4 ++-- sys-fs/lvm2/lvm2-2.02.186.ebuild | 4 ++-- sys-fs/lvm2/{lvm2-2.03.05.ebuild => lvm2-2.03.05-r1.ebuild} | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sys-fs/lvm2/lvm2-2.02.185.ebuild b/sys-fs/lvm2/lvm2-2.02.185-r1.ebuild similarity index 98% rename from sys-fs/lvm2/lvm2-2.02.185.ebuild rename to sys-fs/lvm2/lvm2-2.02.185-r1.ebuild index 459f918637b..c18e5334dcd 100644 --- a/sys-fs/lvm2/lvm2-2.02.185.ebuild +++ b/sys-fs/lvm2/lvm2-2.02.185-r1.ebuild @@ -115,9 +115,9 @@ src_prepare() { sed -i -e "s:/usr/bin/true:$(type -P true):" scripts/blk_availability_systemd_red_hat.service.in || die #517514 - # Without thin-privision-tools, there is nothing to install for target install_man7: + # Don't install thin man page when not requested if ! use thin ; then - sed -i -e '/^install_lvm2/s:install_man7::' man/Makefile.in || die + sed -i -e 's/^\(MAN7+=.*\) $(LVMTHINMAN) \(.*\)$/\1 \2/' man/Makefile.in || die fi eautoreconf diff --git a/sys-fs/lvm2/lvm2-2.02.186.ebuild b/sys-fs/lvm2/lvm2-2.02.186.ebuild index 459f918637b..c18e5334dcd 100644 --- a/sys-fs/lvm2/lvm2-2.02.186.ebuild +++ b/sys-fs/lvm2/lvm2-2.02.186.ebuild @@ -115,9 +115,9 @@ src_prepare() { sed -i -e "s:/usr/bin/true:$(type -P true):" scripts/blk_availability_systemd_red_hat.service.in || die #517514 - # Without thin-privision-tools, there is nothing to install for target install_man7: + # Don't install thin man page when not requested if ! use thin ; then - sed -i -e '/^install_lvm2/s:install_man7::' man/Makefile.in || die + sed -i -e 's/^\(MAN7+=.*\) $(LVMTHINMAN) \(.*\)$/\1 \2/' man/Makefile.in || die fi eautoreconf diff --git a/sys-fs/lvm2/lvm2-2.03.05.ebuild b/sys-fs/lvm2/lvm2-2.03.05-r1.ebuild similarity index 98% rename from sys-fs/lvm2/lvm2-2.03.05.ebuild rename to sys-fs/lvm2/lvm2-2.03.05-r1.ebuild index 87f738bf20e..e1103033f62 100644 --- a/sys-fs/lvm2/lvm2-2.03.05.ebuild +++ b/sys-fs/lvm2/lvm2-2.03.05-r1.ebuild @@ -108,9 +108,9 @@ src_prepare() { sed -i -e "s:/usr/bin/true:$(type -P true):" scripts/blk_availability_systemd_red_hat.service.in || die #517514 - # Without thin-privision-tools, there is nothing to install for target install_man7: + # Don't install thin man page when not requested if ! use thin ; then - sed -i -e '/^install_lvm2/s:install_man7::' man/Makefile.in || die + sed -i -e 's/^\(MAN7+=.*\) $(LVMTHINMAN) \(.*\)$/\1 \2/' man/Makefile.in || die fi eautoreconf