commit:     70317fcb694a2a44519d3d04dc22cc1cfb9b98f9
Author:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Thu Jul 18 14:31:20 2024 +0000
Commit:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Thu Jul 18 14:34:48 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=70317fcb

gui-apps/clipman: install manpage unconditionally (PG 0305)

https://projects.gentoo.org/qa/policy-guide/installed-files.html#pg0305

Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>

 gui-apps/clipman/clipman-1.6.2.ebuild | 5 ++---
 gui-apps/clipman/clipman-1.6.3.ebuild | 3 +--
 2 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/gui-apps/clipman/clipman-1.6.2.ebuild 
b/gui-apps/clipman/clipman-1.6.2.ebuild
index fc81418ff..0ca389ca8 100644
--- a/gui-apps/clipman/clipman-1.6.2.ebuild
+++ b/gui-apps/clipman/clipman-1.6.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -16,7 +16,6 @@ SRC_URI+=" ${DEPS_URI}"
 LICENSE="BSD GPL-3 MIT"
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE="+man"
 
 DEPEND="
        >=gui-apps/wl-clipboard-2
@@ -29,6 +28,6 @@ src_compile() {
 
 src_install() {
        dobin ${PN}
-       use man && doman docs/${PN}.1
+       doman docs/${PN}.1
        default
 }

diff --git a/gui-apps/clipman/clipman-1.6.3.ebuild 
b/gui-apps/clipman/clipman-1.6.3.ebuild
index 06cdae7e0..5db11f6c2 100644
--- a/gui-apps/clipman/clipman-1.6.3.ebuild
+++ b/gui-apps/clipman/clipman-1.6.3.ebuild
@@ -16,7 +16,6 @@ SRC_URI+=" ${DEPS_URI}"
 LICENSE="BSD GPL-3 MIT"
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE="+man"
 
 DEPEND="
        >=gui-apps/wl-clipboard-2
@@ -33,6 +32,6 @@ src_compile() {
 
 src_install() {
        dobin ${PN}
-       use man && doman docs/${PN}.1
+       doman docs/${PN}.1
        einstalldocs
 }

Reply via email to