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 7087C1382C5 for ; Fri, 25 Dec 2020 16:19:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2BF2E0B8B; Fri, 25 Dec 2020 16:19:14 +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 86775E0B8B for ; Fri, 25 Dec 2020 16:19:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 77893341A20 for ; Fri, 25 Dec 2020 16:19:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 179B4B8 for ; Fri, 25 Dec 2020 16:19:12 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1608913050.cce2f06f557b7d9c53f1f029be9fdc40ae1a2014.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/urxvtconfig/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/urxvtconfig/urxvtconfig-1.0-r1.ebuild X-VCS-Directories: x11-misc/urxvtconfig/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: cce2f06f557b7d9c53f1f029be9fdc40ae1a2014 X-VCS-Branch: master Date: Fri, 25 Dec 2020 16:19:12 +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: 5885fb38-dcfe-404f-8c15-23f4d1018b9f X-Archives-Hash: a8e2632c455e8e1e456fe20c0c9d5c18 commit: cce2f06f557b7d9c53f1f029be9fdc40ae1a2014 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Dec 25 16:17:30 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Dec 25 16:17:30 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cce2f06f x11-misc/urxvtconfig: EAPI-7 bump Bug: https://bugs.gentoo.org/750023 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> x11-misc/urxvtconfig/urxvtconfig-1.0-r1.ebuild | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/x11-misc/urxvtconfig/urxvtconfig-1.0-r1.ebuild b/x11-misc/urxvtconfig/urxvtconfig-1.0-r1.ebuild index 52577904a6b..a913d75590f 100644 --- a/x11-misc/urxvtconfig/urxvtconfig-1.0-r1.ebuild +++ b/x11-misc/urxvtconfig/urxvtconfig-1.0-r1.ebuild @@ -1,19 +1,18 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 - -inherit qmake-utils +EAPI=7 MY_PN=URXVTConfig +inherit qmake-utils DESCRIPTION="GUI configuration tool for the rxvt-unicode terminal emulator" HOMEPAGE="https://github.com/daedreth/URXVTConfig" SRC_URI="https://github.com/daedreth/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~amd64 ~x86" -SLOT="0" LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" S="${WORKDIR}/${MY_PN}-${PV}" @@ -24,11 +23,13 @@ RDEPEND=" dev-qt/qtsingleapplication[X,qt5(+)] dev-qt/qtwidgets:5 dev-qt/qtxml:5 - x11-terms/rxvt-unicode[xft]" + x11-terms/rxvt-unicode[xft] +" DEPEND="${RDEPEND} media-gfx/imagemagick + media-libs/fontconfig x11-libs/libXft - media-libs/fontconfig" +" src_configure() { eqmake5 source/URXVTConfig.pro