app-misc/g15composer: bump EAPI and drop eutils
authorAaron Bauman <bman@gentoo.org>
Wed, 30 May 2018 15:32:27 +0000 (11:32 -0400)
committerAaron Bauman <bman@gentoo.org>
Wed, 30 May 2018 22:25:10 +0000 (18:25 -0400)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

app-misc/g15composer/g15composer-3.1.ebuild

index abad1f2a83de22e3238578ded442cfb882fc4504..28ae4aaf5304068e1cd511f572ef36fee70c3b2f 100644 (file)
@@ -1,8 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=2
-inherit eutils
+EAPI=6
 
 DESCRIPTION="A library to render text and shapes into a buffer usable by the Logitech G15"
 HOMEPAGE="https://sourceforge.net/projects/g15tools/"
@@ -23,13 +22,11 @@ src_configure() {
 }
 
 src_install() {
-       emake DESTDIR="${D}" install || die "make install failed"
+       default
 
        newinitd "${FILESDIR}/${P}.initd" ${PN}
        newconfd "${FILESDIR}/${P}.confd" ${PN}
 
-       dodoc AUTHORS README ChangeLog
-
        if use examples ; then
                exeinto "/usr/share/${PN}"
                doexe examples/*