Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/inputlircd/
Date: Sat, 02 Jun 2018 22:38:24
Message-Id: 1527979020.1a97d119bc0373913e597d2102aaf73f65478c8c.bman@gentoo
1 commit: 1a97d119bc0373913e597d2102aaf73f65478c8c
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 2 19:59:48 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 2 22:37:00 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a97d119
7
8 app-misc/inputlircd: drop EAPI=0 ebuild
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 app-misc/inputlircd/Manifest | 1 -
13 app-misc/inputlircd/inputlircd-0.0.1_pre11.ebuild | 23 -----------------------
14 2 files changed, 24 deletions(-)
15
16 diff --git a/app-misc/inputlircd/Manifest b/app-misc/inputlircd/Manifest
17 index 4d3b5a3b82a..5ed2b9284fa 100644
18 --- a/app-misc/inputlircd/Manifest
19 +++ b/app-misc/inputlircd/Manifest
20 @@ -1,2 +1 @@
21 -DIST inputlircd-0.0.1_pre11.tar.bz2 4370 BLAKE2B 9fd957a2558d1d81cefc6f40dfe0c9a8939be0a2ebb1c04e6d13759fc94a28f0c958947e36c4cacd05e0e1c8b995a6877730381d1ee06a75fdeb5142a55af5f9 SHA512 e09546340843f4df01f22c2e5347bcbae7078c521c7e4d5216d061beb93f7ae660e96d1942e6e931e0f72c930b8383cf6f83c70f1f242587da82edc4a04b6d76
22 DIST inputlircd-0.0.1_pre15.tar.gz 5226 BLAKE2B 92339021451b2575de5adbf6123f1083e93bfbd8cdd3233389301032678160bb622cf4b92837470151494ec87bcbde5462c557e5cef9fa601ad6da71607dbb78 SHA512 6f7dd15875eeccac1f666af82dabba243707c9b3c3b2e39070032fb3d4a40c1c0ae6fbca2e7be02ce7061d289d9ad07b9ee38c5f5b0f33d5a6c413df5bfd6365
23
24 diff --git a/app-misc/inputlircd/inputlircd-0.0.1_pre11.ebuild b/app-misc/inputlircd/inputlircd-0.0.1_pre11.ebuild
25 deleted file mode 100644
26 index fc912181cca..00000000000
27 --- a/app-misc/inputlircd/inputlircd-0.0.1_pre11.ebuild
28 +++ /dev/null
29 @@ -1,23 +0,0 @@
30 -# Copyright 1999-2018 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=0
34 -
35 -DESCRIPTION="Inputlirc daemon to utilize /dev/input/event*"
36 -HOMEPAGE="https://github.com/ferdinandhuebner/inputlirc"
37 -SRC_URI="http://gentooexperimental.org/~genstef/dist/${P}.tar.bz2"
38 -
39 -LICENSE="GPL-2"
40 -SLOT="0"
41 -KEYWORDS="alpha amd64 ia64 ppc ppc64 x86"
42 -IUSE=""
43 -
44 -DEPEND=""
45 -RDEPEND=""
46 -
47 -src_install() {
48 - emake DESTDIR="${D}" PREFIX=/usr install || die "emake install failed"
49 -
50 - newinitd "${FILESDIR}"/inputlircd.init inputlircd
51 - newconfd "${FILESDIR}"/inputlircd.conf inputlircd
52 -}