commit: 7703e904a89240198153b5bec8418a6c24632063
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 24 09:39:46 2019 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Feb 24 10:53:01 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7703e904
app-misc/tpconfig: Update EAPI
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
app-misc/tpconfig/tpconfig-3.1.3-r2.ebuild | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/app-misc/tpconfig/tpconfig-3.1.3-r2.ebuild
b/app-misc/tpconfig/tpconfig-3.1.3-r2.ebuild
index 334811db95d..e64af82c8af 100644
--- a/app-misc/tpconfig/tpconfig-3.1.3-r2.ebuild
+++ b/app-misc/tpconfig/tpconfig-3.1.3-r2.ebuild
@@ -1,8 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=0
-
+EAPI=7
inherit toolchain-funcs
DESCRIPTION="Touchpad config for ALPS and Synaptics TPs. Controls tap/click
behaviour"
@@ -13,14 +12,12 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-DOCS=( README AUTHORS NEWS INSTALL )
-
src_compile() {
- econf
emake CC="$(tc-getCC)"
}
src_install() {
+ einstalldocs
dobin "${PN}"
doinitd "${FILESDIR}"/"${PN}"
newconfd "${FILESDIR}"/"${PN}.conf" "${PN}"