Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/g15composer/
Date: Wed, 30 May 2018 22:25:29
Message-Id: 1527719110.2d1b573ed6e6d97578106b5f851ad72473e3f1f0.bman@gentoo
1 commit: 2d1b573ed6e6d97578106b5f851ad72473e3f1f0
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 30 15:32:27 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Wed May 30 22:25:10 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d1b573e
7
8 app-misc/g15composer: bump EAPI and drop eutils
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 app-misc/g15composer/g15composer-3.1.ebuild | 9 +++------
13 1 file changed, 3 insertions(+), 6 deletions(-)
14
15 diff --git a/app-misc/g15composer/g15composer-3.1.ebuild b/app-misc/g15composer/g15composer-3.1.ebuild
16 index abad1f2a83d..28ae4aaf530 100644
17 --- a/app-misc/g15composer/g15composer-3.1.ebuild
18 +++ b/app-misc/g15composer/g15composer-3.1.ebuild
19 @@ -1,8 +1,7 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=2
25 -inherit eutils
26 +EAPI=6
27
28 DESCRIPTION="A library to render text and shapes into a buffer usable by the Logitech G15"
29 HOMEPAGE="https://sourceforge.net/projects/g15tools/"
30 @@ -23,13 +22,11 @@ src_configure() {
31 }
32
33 src_install() {
34 - emake DESTDIR="${D}" install || die "make install failed"
35 + default
36
37 newinitd "${FILESDIR}/${P}.initd" ${PN}
38 newconfd "${FILESDIR}/${P}.confd" ${PN}
39
40 - dodoc AUTHORS README ChangeLog
41 -
42 if use examples ; then
43 exeinto "/usr/share/${PN}"
44 doexe examples/*