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 C21AE1382C5 for ; Sun, 4 Apr 2021 10:11:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E0565E081E; Sun, 4 Apr 2021 10:11:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 8D62AE081E for ; Sun, 4 Apr 2021 10:11:17 +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 2734A33BF5D for ; Sun, 4 Apr 2021 10:11:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9089A47 for ; Sun, 4 Apr 2021 10:11:14 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1617531059.f78f8707de795f7246be1d67226d060f8e0156f9.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-misc/gBhed/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-misc/gBhed/gBhed-0.17-r1.ebuild X-VCS-Directories: games-misc/gBhed/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f78f8707de795f7246be1d67226d060f8e0156f9 X-VCS-Branch: master Date: Sun, 4 Apr 2021 10:11:14 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 30c05ff1-1ed1-4d3a-ada1-2e45e48a993b X-Archives-Hash: 21bbdd37a70b1cda0b128b7ef706f698 commit: f78f8707de795f7246be1d67226d060f8e0156f9 Author: Sam James gentoo org> AuthorDate: Sun Apr 4 09:59:39 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Apr 4 10:10:59 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f78f8707 games-misc/gBhed: port to EAPI 7, eutils--, desktop++ Signed-off-by: Sam James gentoo.org> games-misc/gBhed/gBhed-0.17-r1.ebuild | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/games-misc/gBhed/gBhed-0.17-r1.ebuild b/games-misc/gBhed/gBhed-0.17-r1.ebuild index 4386d6edb2f..30e33c085cc 100644 --- a/games-misc/gBhed/gBhed-0.17-r1.ebuild +++ b/games-misc/gBhed/gBhed-0.17-r1.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 -inherit eutils +EAPI=7 + +inherit desktop DESCRIPTION="An Al Bhed translator" HOMEPAGE="http://liquidchile.net/software/gbhed/" @@ -14,7 +15,7 @@ KEYWORDS="~amd64 ~x86" IUSE="gtk" DEPEND="gtk? ( x11-libs/gtk+:2 )" -RDEPEND=${DEPEND} +RDEPEND="${DEPEND}" src_prepare() { default @@ -36,7 +37,9 @@ src_install() { if use gtk ; then insinto /usr/share/${PN}/pixmaps doins pixmaps/*.{jpg,png,xpm} + newicon pixmaps/gbhed48.png ${PN}.png + make_desktop_entry gbhed ${PN} doman doc/gbhed.1 fi