mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-23 14:03:33 -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
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
@@ -16,7 +16,6 @@ SRC_URI+=" ${DEPS_URI}"
|
|||||||
LICENSE="BSD GPL-3 MIT"
|
LICENSE="BSD GPL-3 MIT"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
IUSE="+man"
|
|
||||||
|
|
||||||
DEPEND="
|
DEPEND="
|
||||||
>=gui-apps/wl-clipboard-2
|
>=gui-apps/wl-clipboard-2
|
||||||
@@ -29,6 +28,6 @@ src_compile() {
|
|||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
dobin ${PN}
|
dobin ${PN}
|
||||||
use man && doman docs/${PN}.1
|
doman docs/${PN}.1
|
||||||
default
|
default
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -16,7 +16,6 @@ SRC_URI+=" ${DEPS_URI}"
|
|||||||
LICENSE="BSD GPL-3 MIT"
|
LICENSE="BSD GPL-3 MIT"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
IUSE="+man"
|
|
||||||
|
|
||||||
DEPEND="
|
DEPEND="
|
||||||
>=gui-apps/wl-clipboard-2
|
>=gui-apps/wl-clipboard-2
|
||||||
@@ -33,6 +32,6 @@ src_compile() {
|
|||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
dobin ${PN}
|
dobin ${PN}
|
||||||
use man && doman docs/${PN}.1
|
doman docs/${PN}.1
|
||||||
einstalldocs
|
einstalldocs
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user