Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/tpconfig/
Date: Sun, 24 Feb 2019 10:53:39
Message-Id: 1551005581.7703e904a89240198153b5bec8418a6c24632063.pacho@gentoo
1 commit: 7703e904a89240198153b5bec8418a6c24632063
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 24 09:39:46 2019 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 24 10:53:01 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7703e904
7
8 app-misc/tpconfig: Update EAPI
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 app-misc/tpconfig/tpconfig-3.1.3-r2.ebuild | 9 +++------
14 1 file changed, 3 insertions(+), 6 deletions(-)
15
16 diff --git a/app-misc/tpconfig/tpconfig-3.1.3-r2.ebuild b/app-misc/tpconfig/tpconfig-3.1.3-r2.ebuild
17 index 334811db95d..e64af82c8af 100644
18 --- a/app-misc/tpconfig/tpconfig-3.1.3-r2.ebuild
19 +++ b/app-misc/tpconfig/tpconfig-3.1.3-r2.ebuild
20 @@ -1,8 +1,7 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=0
26 -
27 +EAPI=7
28 inherit toolchain-funcs
29
30 DESCRIPTION="Touchpad config for ALPS and Synaptics TPs. Controls tap/click behaviour"
31 @@ -13,14 +12,12 @@ LICENSE="GPL-2"
32 SLOT="0"
33 KEYWORDS="~amd64 ~x86"
34
35 -DOCS=( README AUTHORS NEWS INSTALL )
36 -
37 src_compile() {
38 - econf
39 emake CC="$(tc-getCC)"
40 }
41
42 src_install() {
43 + einstalldocs
44 dobin "${PN}"
45 doinitd "${FILESDIR}"/"${PN}"
46 newconfd "${FILESDIR}"/"${PN}.conf" "${PN}"