Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/urxvtconfig/
Date: Fri, 25 Dec 2020 16:19:15
Message-Id: 1608913050.cce2f06f557b7d9c53f1f029be9fdc40ae1a2014.asturm@gentoo
1 commit: cce2f06f557b7d9c53f1f029be9fdc40ae1a2014
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 25 16:17:30 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 25 16:17:30 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cce2f06f
7
8 x11-misc/urxvtconfig: EAPI-7 bump
9
10 Bug: https://bugs.gentoo.org/750023
11 Package-Manager: Portage-3.0.12, Repoman-3.0.2
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 x11-misc/urxvtconfig/urxvtconfig-1.0-r1.ebuild | 17 +++++++++--------
15 1 file changed, 9 insertions(+), 8 deletions(-)
16
17 diff --git a/x11-misc/urxvtconfig/urxvtconfig-1.0-r1.ebuild b/x11-misc/urxvtconfig/urxvtconfig-1.0-r1.ebuild
18 index 52577904a6b..a913d75590f 100644
19 --- a/x11-misc/urxvtconfig/urxvtconfig-1.0-r1.ebuild
20 +++ b/x11-misc/urxvtconfig/urxvtconfig-1.0-r1.ebuild
21 @@ -1,19 +1,18 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 -EAPI=6
27 -
28 -inherit qmake-utils
29 +EAPI=7
30
31 MY_PN=URXVTConfig
32 +inherit qmake-utils
33
34 DESCRIPTION="GUI configuration tool for the rxvt-unicode terminal emulator"
35 HOMEPAGE="https://github.com/daedreth/URXVTConfig"
36 SRC_URI="https://github.com/daedreth/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
37 -KEYWORDS="~amd64 ~x86"
38
39 -SLOT="0"
40 LICENSE="GPL-3"
41 +SLOT="0"
42 +KEYWORDS="~amd64 ~x86"
43
44 S="${WORKDIR}/${MY_PN}-${PV}"
45
46 @@ -24,11 +23,13 @@ RDEPEND="
47 dev-qt/qtsingleapplication[X,qt5(+)]
48 dev-qt/qtwidgets:5
49 dev-qt/qtxml:5
50 - x11-terms/rxvt-unicode[xft]"
51 + x11-terms/rxvt-unicode[xft]
52 +"
53 DEPEND="${RDEPEND}
54 media-gfx/imagemagick
55 + media-libs/fontconfig
56 x11-libs/libXft
57 - media-libs/fontconfig"
58 +"
59
60 src_configure() {
61 eqmake5 source/URXVTConfig.pro