Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

app-misc/keyd: add 2.5.0, drop 2.4.3 #5625

Merged
merged 1 commit into from
Nov 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app-misc/keyd/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DIST keyd-2.4.3.tar.gz 666766 BLAKE2B 66c3c9df138a7074d8b807bdaaabe3413000b80e7a60b89f7519cd95d868dacff7167a73dda1d2cea301cbce96e2d51a3c20d527e849f82168be6770d66f546c SHA512 9d5f3a8aa9398c45fb5062ab152a0b1e09efc13fd12b658b993e991df727085ad8ccd69267f87e159abfb79265c8650bd070174b83b4b1cb3f1b3396d55727bd
DIST keyd-2.5.0.tar.gz 671616 BLAKE2B cad701d267093aa7eb71490068a0d298262621bc1573e584e08db1312ef8728fba45f09c2400bc19418aed139ea2063cacc40a02352bf0391fef40c2ec1157ba SHA512 71717b6a72b047c2891bdfeb393c93a004f7a2e673ba07f6b3bcf66f89c9185c3edb1dcf983525d48afd58472793901dceb55fb9fcf51900705d3fabc55cf73a
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 Gentoo Authors
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8
Expand All @@ -22,7 +22,8 @@ src_prepare() {

src_install() {
default
rm -r "${D}"/usr/share/{man,doc} || die
# prevent docs from being installed to /usr/local/share/doc
rm -r "${D}"/usr/local/share/{man,doc} || die
dodoc docs/{CHANGELOG.md,DESIGN.md}
systemd_dounit keyd.service
insinto /etc/keyd
Expand Down