Gentoo Archives: gentoo-commits

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