Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/grun/
Date: Tue, 20 Apr 2021 01:50:17
Message-Id: 1618883391.a4a98bcc6e95624c7cc952a002fbd51c6b74d902.sam@gentoo
1 commit: a4a98bcc6e95624c7cc952a002fbd51c6b74d902
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 20 01:48:35 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 20 01:49:51 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4a98bcc
7
8 x11-misc/grun: port to EAPI 7
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 x11-misc/grun/grun-0.9.3-r1.ebuild | 13 ++++++-------
13 1 file changed, 6 insertions(+), 7 deletions(-)
14
15 diff --git a/x11-misc/grun/grun-0.9.3-r1.ebuild b/x11-misc/grun/grun-0.9.3-r1.ebuild
16 index 285e3e6bfdb..e354f70eaec 100644
17 --- a/x11-misc/grun/grun-0.9.3-r1.ebuild
18 +++ b/x11-misc/grun/grun-0.9.3-r1.ebuild
19 @@ -1,8 +1,7 @@
20 # Copyright 1999-2021 Gentoo Authors
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI=5
24 -inherit epatch
25 +EAPI=7
26
27 DESCRIPTION="A GTK based Run dialog resembling the Windows Run dialog, just like xexec"
28 HOMEPAGE="https://github.com/lrgc/grun"
29 @@ -18,15 +17,15 @@ RDEPEND="
30 x11-libs/gdk-pixbuf
31 x11-libs/gtk+:2
32 "
33 -DEPEND="
34 - ${RDEPEND}
35 +DEPEND="${RDEPEND}"
36 +BDEPEND="
37 virtual/pkgconfig
38 nls? ( sys-devel/gettext )
39 "
40
41 -src_prepare() {
42 - epatch "${FILESDIR}"/${P}-no_nls.patch
43 -}
44 +PATCHES=(
45 + "${FILESDIR}"/${P}-no_nls.patch
46 +)
47
48 src_configure() {
49 [[ -z ${TERM} ]] && TERM=xterm