Skip to content

Commit

Permalink
app-misc/keyd: add 2.5.0, drop 2.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Linerre authored and peeweep committed Nov 14, 2024
1 parent 18a3b5d commit b960d5a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
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

0 comments on commit b960d5a

Please sign in to comment.