diff options
Diffstat (limited to 'app-misc/g15composer')
-rw-r--r-- | app-misc/g15composer/g15composer-3.1.ebuild | 9 |
1 files changed, 3 insertions, 6 deletions
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/* |