From: Aaron Bauman Date: Wed, 30 May 2018 15:32:27 +0000 (-0400) Subject: app-misc/g15composer: bump EAPI and drop eutils X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=2d1b573ed6e6d97578106b5f851ad72473e3f1f0;p=gentoo.git app-misc/g15composer: bump EAPI and drop eutils Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- diff --git a/app-misc/g15composer/g15composer-3.1.ebuild b/app-misc/g15composer/g15composer-3.1.ebuild index abad1f2a83de..28ae4aaf5304 100644 --- a/app-misc/g15composer/g15composer-3.1.ebuild +++ b/app-misc/g15composer/g15composer-3.1.ebuild @@ -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/*