mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -04:00
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@posteo.net>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user