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 B2FD4138334 for ; Sun, 17 Feb 2019 12:39:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A6751E0877; Sun, 17 Feb 2019 12:39:21 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 76B89E0877 for ; Sun, 17 Feb 2019 12:39:21 +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 57DF9335D43 for ; Sun, 17 Feb 2019 12:39:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F291D545 for ; Sun, 17 Feb 2019 12:39:18 +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: <1550407141.49539dbc3cbee2c1541d61567163433c4d8de22e.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/qterminal/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-terms/qterminal/qterminal-9999.ebuild X-VCS-Directories: x11-terms/qterminal/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 49539dbc3cbee2c1541d61567163433c4d8de22e X-VCS-Branch: master Date: Sun, 17 Feb 2019 12:39:18 +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: d96964e1-d4b6-4505-9c90-11d031e78c7b X-Archives-Hash: 0b860f1dc3bd27ab75f64fad3adf7000 commit: 49539dbc3cbee2c1541d61567163433c4d8de22e Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Feb 17 12:33:23 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Feb 17 12:39:01 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49539dbc x11-terms/qterminal: EAPI-7 bump Package-Manager: Portage-2.3.60, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> x11-terms/qterminal/qterminal-9999.ebuild | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/x11-terms/qterminal/qterminal-9999.ebuild b/x11-terms/qterminal/qterminal-9999.ebuild index 791a464a7be..f63d5d11ad3 100644 --- a/x11-terms/qterminal/qterminal-9999.ebuild +++ b/x11-terms/qterminal/qterminal-9999.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 -inherit cmake-utils git-r3 gnome2-utils +EAPI=7 + +inherit cmake-utils git-r3 xdg-utils DESCRIPTION="Qt-based multitab terminal emulator" HOMEPAGE="https://github.com/lxde/qterminal" @@ -13,7 +14,8 @@ SLOT="0" KEYWORDS="" IUSE="" -RDEPEND=" +BDEPEND="dev-util/lxqt-build-tools" +DEPEND=" dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 @@ -21,16 +23,14 @@ RDEPEND=" x11-libs/libX11 ~x11-libs/qtermwidget-${PV} " -DEPEND="${RDEPEND} - dev-util/lxqt-build-tools -" +RDEPEND="${DEPEND}" PATCHES=( "${FILESDIR}/${P}-nofetch.patch" ) pkg_postinst() { - gnome2_icon_cache_update + xdg_icon_cache_update } pkg_postrm() { - gnome2_icon_cache_update + xdg_icon_cache_update }