summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2019-02-24 10:39:46 +0100
committerPacho Ramos <pacho@gentoo.org>2019-02-24 11:53:01 +0100
commit7703e904a89240198153b5bec8418a6c24632063 (patch)
tree9e81d7bdc7523c6339a02e894a34d9ff37b77490 /app-misc
parentapp-text/docbook-xsl-stylesheets: Fix prefix support (diff)
downloadgentoo-7703e904a89240198153b5bec8418a6c24632063.tar.gz
gentoo-7703e904a89240198153b5bec8418a6c24632063.tar.bz2
gentoo-7703e904a89240198153b5bec8418a6c24632063.zip
app-misc/tpconfig: Update EAPI
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/tpconfig/tpconfig-3.1.3-r2.ebuild9
1 files 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 334811db95d8..e64af82c8afd 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}"