summaryrefslogtreecommitdiff
path: root/sys-apps/input-utils
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2021-11-13 13:10:00 +0000
committerV3n3RiX <venerix@koprulu.sector>2021-11-13 13:10:00 +0000
commite9d044d4b9b71200a96adfa280848858c0f468c9 (patch)
tree1bd8ef816043a8cd340f1d774e79553a1a7d31d8 /sys-apps/input-utils
parentfc2f1018fc323ef2c6572734a9b130427cba76a6 (diff)
gentoo resync : 13.11.2021
Diffstat (limited to 'sys-apps/input-utils')
-rw-r--r--sys-apps/input-utils/Manifest4
-rw-r--r--sys-apps/input-utils/input-utils-1.3.ebuild2
-rw-r--r--sys-apps/input-utils/metadata.xml20
3 files changed, 13 insertions, 13 deletions
diff --git a/sys-apps/input-utils/Manifest b/sys-apps/input-utils/Manifest
index b37b1c7409c5..c656889b75db 100644
--- a/sys-apps/input-utils/Manifest
+++ b/sys-apps/input-utils/Manifest
@@ -1,3 +1,3 @@
DIST input-1.3.tar.gz 23755 BLAKE2B 45a9d138f55677da596298d86e18af5849a81f5cff7397dab028c4939b6b385cc3116fc48bd23844edc36330d0f25456931fb903af9adcdc60aa21d8267cf725 SHA512 4f864301e6b7d40882327b26780db1d9b7e37215cb558653738f93b74ea2781f64676e41a440fbd2659f14bd30640c7af6c709315cce4dcc6a157d80ac2cb60d
-EBUILD input-utils-1.3.ebuild 570 BLAKE2B e8c662469a4d6503db709904c6d446d91bce0ab9ee9f9d111306797dcc6f01095f128cf5c261b5e3943b138d4b1f10ef0fa2ecbf430a23516d6c53b8430bf962 SHA512 b4741f733570824d38e4a483c10c5e9c3fde5a217fd3c1fe152405e92b1b57966a8499696c8029c4c2ac3ea47c75cb10ffafb7cb10a9ebc307782c56bf8f8890
-MISC metadata.xml 580 BLAKE2B dba766179c7ec94124f83b699826a4173a54c189ff3e4dfe2aca140b1cd14755fa70c4ca8bdb693aba6487426c4de15911818b50f79ee1acf92e82120728d13d SHA512 e55a38b9782b54475eda9cda1488bc130031f7504a42b27f310821aedead9ecc76e2eb3fcbe9f3c4d372290a39e840433813300c5731342cafa7a8614d17dd9f
+EBUILD input-utils-1.3.ebuild 542 BLAKE2B c39c6ad30ce82c1590ca26df01598765eff8ad8c745b92938eb735aa15f286b20479503ded9885b68dfaad91c01690f4e938565c940048cdd31b0a07a6bf138d SHA512 b71af17c39381994a62b94e89d07d8c424409ec673e89170d751e6ce6ce56d93952cdf18b17945c14cadd0e220eaed36aea2a9478097421684ce65a547b13262
+MISC metadata.xml 592 BLAKE2B 326d724a8ad880b221ddfd84995ef72ce6ec25357f6f8e5fe519654c4e54a8f4fd25b34e7ad84be6db7e820acfd3e704e352620f275709c57a0c23433e7b6e30 SHA512 247c39b0a3bed3369b44e8c960c0b9948d3a36f99ad061d43ff94893a2f77a65907cf8153e02a918fb127260016520d0de363fe3e8e9f00514564fbdd4ccf2ab
diff --git a/sys-apps/input-utils/input-utils-1.3.ebuild b/sys-apps/input-utils/input-utils-1.3.ebuild
index d5499f832ba5..244234922d65 100644
--- a/sys-apps/input-utils/input-utils-1.3.ebuild
+++ b/sys-apps/input-utils/input-utils-1.3.ebuild
@@ -17,7 +17,7 @@ KEYWORDS="amd64 ~arm ~arm64 ppc ~riscv x86"
S="${WORKDIR}/${MY_P}"
src_install() {
- make install bindir="${D}"/usr/bin mandir="${D}"/usr/share/man STRIP="" || die "make install failed"
+ emake install bindir="${D}"/usr/bin mandir="${D}"/usr/share/man STRIP=""
dodoc lircd.conf
dodoc README
}
diff --git a/sys-apps/input-utils/metadata.xml b/sys-apps/input-utils/metadata.xml
index 5ef7ecf1242f..632c9a4b1568 100644
--- a/sys-apps/input-utils/metadata.xml
+++ b/sys-apps/input-utils/metadata.xml
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer type="person">
-<email>robbat2@gentoo.org</email>
-<name>Robin H. Johnson</name>
-</maintainer>
-<longdescription lang="en">
-This is a collection of utilities which are useful when working with the input
-layer of the Linux kernel (version 2.6 and later). Included are utilities to
-list the input devices known to the kernel, show the input events that are
-received by a device, and query or modify keyboard maps.
-</longdescription>
+ <maintainer type="person">
+ <email>robbat2@gentoo.org</email>
+ <name>Robin H. Johnson</name>
+ </maintainer>
+ <longdescription lang="en">
+ This is a collection of utilities which are useful when working with the input
+ layer of the Linux kernel (version 2.6 and later). Included are utilities to
+ list the input devices known to the kernel, show the input events that are
+ received by a device, and query or modify keyboard maps.
+ </longdescription>
</pkgmetadata>