Gentoo Archives: gentoo-commits

From: Jonas Stein <jstein@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/inputlircd/
Date: Fri, 06 Apr 2018 23:49:13
Message-Id: 1523058477.533378207de2855a58a13c70899995c7194009ed.jstein@gentoo
1 commit: 533378207de2855a58a13c70899995c7194009ed
2 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
3 AuthorDate: Fri Apr 6 11:14:51 2018 +0000
4 Commit: Jonas Stein <jstein <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 6 23:47:57 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53337820
7
8 app-misc/inputlircd: Clean up old
9
10 Package-Manager: Portage-2.3.28, Repoman-2.3.9
11
12 .../inputlircd/inputlircd-0.0.1_pre11-r2.ebuild | 33 ----------------------
13 .../inputlircd/inputlircd-0.0.1_pre15-r1.ebuild | 33 ----------------------
14 2 files changed, 66 deletions(-)
15
16 diff --git a/app-misc/inputlircd/inputlircd-0.0.1_pre11-r2.ebuild b/app-misc/inputlircd/inputlircd-0.0.1_pre11-r2.ebuild
17 deleted file mode 100644
18 index 924922e0956..00000000000
19 --- a/app-misc/inputlircd/inputlircd-0.0.1_pre11-r2.ebuild
20 +++ /dev/null
21 @@ -1,33 +0,0 @@
22 -# Copyright 1999-2016 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -inherit toolchain-funcs
26 -
27 -DESCRIPTION="Inputlirc daemon to utilize /dev/input/event*"
28 -HOMEPAGE="https://github.com/ferdinandhuebner/inputlirc"
29 -SRC_URI="http://gentooexperimental.org/~genstef/dist/${P}.tar.bz2"
30 -
31 -LICENSE="GPL-2"
32 -SLOT="0"
33 -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86"
34 -IUSE=""
35 -
36 -DEPEND=""
37 -RDEPEND=""
38 -
39 -src_unpack() {
40 - unpack ${A}
41 - cd "${S}"
42 - sed -e 's:$(CFLAGS):$(CFLAGS) $(LDFLAGS):' -i Makefile || die
43 -}
44 -
45 -src_compile() {
46 - emake CC="$(tc-getCC)" || die "make failed"
47 -}
48 -
49 -src_install() {
50 - emake DESTDIR="${D}" PREFIX=/usr install || die "emake install failed"
51 -
52 - newinitd "${FILESDIR}"/inputlircd.init.2 inputlircd
53 - newconfd "${FILESDIR}"/inputlircd.conf inputlircd
54 -}
55
56 diff --git a/app-misc/inputlircd/inputlircd-0.0.1_pre15-r1.ebuild b/app-misc/inputlircd/inputlircd-0.0.1_pre15-r1.ebuild
57 deleted file mode 100644
58 index 379169e2d9c..00000000000
59 --- a/app-misc/inputlircd/inputlircd-0.0.1_pre15-r1.ebuild
60 +++ /dev/null
61 @@ -1,33 +0,0 @@
62 -# Copyright 1999-2016 Gentoo Foundation
63 -# Distributed under the terms of the GNU General Public License v2
64 -
65 -inherit toolchain-funcs
66 -
67 -DESCRIPTION="Inputlirc daemon to utilize /dev/input/event*"
68 -HOMEPAGE="https://github.com/ferdinandhuebner/inputlirc"
69 -SRC_URI="http://gentooexperimental.org/~genstef/dist/${P}.tar.gz"
70 -
71 -LICENSE="GPL-2"
72 -SLOT="0"
73 -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86"
74 -IUSE=""
75 -
76 -DEPEND=""
77 -RDEPEND=""
78 -
79 -src_unpack() {
80 - unpack ${A}
81 - cd "${S}"
82 - sed -e 's:$(CFLAGS):$(CFLAGS) $(LDFLAGS):' -i Makefile || die
83 -}
84 -
85 -src_compile() {
86 - emake CC="$(tc-getCC)" || die "make failed"
87 -}
88 -
89 -src_install() {
90 - emake DESTDIR="${D}" PREFIX=/usr install || die "emake install failed"
91 -
92 - newinitd "${FILESDIR}"/inputlircd.init.2 inputlircd
93 - newconfd "${FILESDIR}"/inputlircd.conf inputlircd
94 -}