Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/inputlircd/
Date: Wed, 17 Aug 2022 13:01:13
Message-Id: 1660741245.19b6abc3ab861a22c9340e9eebb80d15b2b3d808.asturm@gentoo
1 commit: 19b6abc3ab861a22c9340e9eebb80d15b2b3d808
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 17 10:52:16 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 17 13:00:45 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19b6abc3
7
8 app-misc/inputlircd: drop 0.0.1_pre15-r2, EAPI-6--
9
10 Closes: https://bugs.gentoo.org/865439
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 .../inputlircd/inputlircd-0.0.1_pre15-r2.ebuild | 37 ----------------------
14 1 file changed, 37 deletions(-)
15
16 diff --git a/app-misc/inputlircd/inputlircd-0.0.1_pre15-r2.ebuild b/app-misc/inputlircd/inputlircd-0.0.1_pre15-r2.ebuild
17 deleted file mode 100644
18 index 832ae5d90026..000000000000
19 --- a/app-misc/inputlircd/inputlircd-0.0.1_pre15-r2.ebuild
20 +++ /dev/null
21 @@ -1,37 +0,0 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -inherit toolchain-funcs versionator
28 -
29 -DESCRIPTION="Inputlirc daemon to utilize /dev/input/event*"
30 -HOMEPAGE="https://github.com/ferdinandhuebner/inputlirc"
31 -SRC_URI="http://gentooexperimental.org/~genstef/dist/${P}.tar.gz"
32 -
33 -LICENSE="GPL-2"
34 -SLOT="0"
35 -KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ppc64 ~riscv x86"
36 -
37 -src_prepare() {
38 - local ver="$(best_version sys-kernel/linux-headers)"
39 - ver=${ver#sys-kernel/linux-headers-}
40 - if version_is_at_least 4.4 ${ver} ; then
41 - eapply "${FILESDIR}/inputlircd-linux-4.4-fix.patch"
42 - fi
43 -
44 - sed -e 's:$(CFLAGS):$(CFLAGS) $(LDFLAGS):' -i Makefile || die
45 -
46 - default
47 -}
48 -
49 -src_compile() {
50 - emake CC="$(tc-getCC)"
51 -}
52 -
53 -src_install() {
54 - emake DESTDIR="${D}" PREFIX=/usr install
55 -
56 - newinitd "${FILESDIR}"/inputlircd.init.2 inputlircd
57 - newconfd "${FILESDIR}"/inputlircd.conf inputlircd
58 -}