commit: 2d1b573ed6e6d97578106b5f851ad72473e3f1f0 Author: Aaron Bauman <bman <AT> gentoo <DOT> org> AuthorDate: Wed May 30 15:32:27 2018 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Wed May 30 22:25:10 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d1b573e
app-misc/g15composer: bump EAPI and drop eutils Package-Manager: Portage-2.3.40, Repoman-2.3.9 app-misc/g15composer/g15composer-3.1.ebuild | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/app-misc/g15composer/g15composer-3.1.ebuild b/app-misc/g15composer/g15composer-3.1.ebuild index abad1f2a83d..28ae4aaf530 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/*
