From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 926A0138330 for ; Wed, 30 May 2018 22:25:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CE7A1E08F5; Wed, 30 May 2018 22:25:27 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A18C2E08F5 for ; Wed, 30 May 2018 22:25:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D79BF335C76 for ; Wed, 30 May 2018 22:25:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 20A9D2AD for ; Wed, 30 May 2018 22:25:24 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1527719110.2d1b573ed6e6d97578106b5f851ad72473e3f1f0.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/g15composer/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/g15composer/g15composer-3.1.ebuild X-VCS-Directories: app-misc/g15composer/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 2d1b573ed6e6d97578106b5f851ad72473e3f1f0 X-VCS-Branch: master Date: Wed, 30 May 2018 22:25:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4d4b00fc-8c1c-405a-a4a3-9647cf68af0e X-Archives-Hash: 343212192422acc873e8e8daf5e1d5fe commit: 2d1b573ed6e6d97578106b5f851ad72473e3f1f0 Author: Aaron Bauman gentoo org> AuthorDate: Wed May 30 15:32:27 2018 +0000 Commit: Aaron Bauman gentoo 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/*