Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/input-utils/
Date: Fri, 30 Apr 2021 19:03:29
Message-Id: 1619809327.60624400104fdef97d4ccf906f10c13454d78913.asturm@gentoo
1 commit: 60624400104fdef97d4ccf906f10c13454d78913
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 18 10:51:17 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 30 19:02:07 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60624400
7
8 sys-apps/input-utils: Drop 1.2, EAPI5--
9
10 Closes: https://bugs.gentoo.org/701302
11 Package-Manager: Portage-3.0.18, Repoman-3.0.3
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 sys-apps/input-utils/Manifest | 1 -
15 sys-apps/input-utils/input-utils-1.2.ebuild | 33 -----------------------------
16 2 files changed, 34 deletions(-)
17
18 diff --git a/sys-apps/input-utils/Manifest b/sys-apps/input-utils/Manifest
19 index 7b5225e2be1..28ebbac1021 100644
20 --- a/sys-apps/input-utils/Manifest
21 +++ b/sys-apps/input-utils/Manifest
22 @@ -1,2 +1 @@
23 -DIST input-1.2.tar.gz 22809 BLAKE2B efef0701ccbdd1bf934049bf687f921194d1a4328882b94e7b2844ec55f25c5c2293eb76ff869d7ed44dbf5e8efe3b2ebd0bb5b657b2b411da5ef83b39520db4 SHA512 75a5e2d5b778ae93fb2d29ed7c8b0ec564233a385d88d0fe3a9e5ecd55259f14014bf269c318b5872ddd1379110565d354a1a043eb0a4693c724d52b6ca12173
24 DIST input-1.3.tar.gz 23755 BLAKE2B 45a9d138f55677da596298d86e18af5849a81f5cff7397dab028c4939b6b385cc3116fc48bd23844edc36330d0f25456931fb903af9adcdc60aa21d8267cf725 SHA512 4f864301e6b7d40882327b26780db1d9b7e37215cb558653738f93b74ea2781f64676e41a440fbd2659f14bd30640c7af6c709315cce4dcc6a157d80ac2cb60d
25
26 diff --git a/sys-apps/input-utils/input-utils-1.2.ebuild b/sys-apps/input-utils/input-utils-1.2.ebuild
27 deleted file mode 100644
28 index 1589052b4e1..00000000000
29 --- a/sys-apps/input-utils/input-utils-1.2.ebuild
30 +++ /dev/null
31 @@ -1,33 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=5
36 -
37 -inherit epatch
38 -
39 -MY_PN="input"
40 -MY_P="${MY_PN}-${PV}"
41 -
42 -DESCRIPTION="Small collection of linux input layer utils"
43 -HOMEPAGE="https://www.kraxel.org/blog/linux/input/"
44 -SRC_URI="https://www.kraxel.org/releases/input/${MY_P}.tar.gz"
45 -
46 -LICENSE="GPL-2"
47 -SLOT="0"
48 -KEYWORDS="amd64 ~arm ~arm64 ppc x86"
49 -
50 -S="${WORKDIR}/${MY_P}"
51 -
52 -src_prepare() {
53 - # Ported from Debian
54 - #epatch "${FILESDIR}"/input-utils-0.0.1_pre20081014.patch
55 - # version check stuff
56 - #epatch "${FILESDIR}"/input-utils-0.0.1-protocol-mismatch-fix.patch
57 - :
58 -}
59 -
60 -src_install() {
61 - make install bindir="${D}"/usr/bin mandir="${D}"/usr/share/man STRIP="" || die "make install failed"
62 - dodoc lircd.conf
63 - dodoc README
64 -}