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 5FCFF138334 for ; Sat, 16 Feb 2019 09:41:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6087CE0843; Sat, 16 Feb 2019 09:41:47 +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 319BDE0843 for ; Sat, 16 Feb 2019 09:41:47 +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 D12C1335C77 for ; Sat, 16 Feb 2019 09:41:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 451C3542 for ; Sat, 16 Feb 2019 09:41:44 +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: <1550310093.e02ed737c57a42b070e64c7e2d746ba8b916f582.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/rsibreak/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-misc/rsibreak/rsibreak-0.12.9-r1.ebuild kde-misc/rsibreak/rsibreak-0.12.9.ebuild X-VCS-Directories: kde-misc/rsibreak/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e02ed737c57a42b070e64c7e2d746ba8b916f582 X-VCS-Branch: master Date: Sat, 16 Feb 2019 09:41:44 +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: f64941c3-ca3e-4d53-a4ff-b51ea5e5aa46 X-Archives-Hash: 50abe296f51b9058017b28acac5df350 commit: e02ed737c57a42b070e64c7e2d746ba8b916f582 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Feb 16 09:39:59 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Feb 16 09:41:33 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e02ed737 kde-misc/rsibreak: EAPI-7 bump Package-Manager: Portage-2.3.60, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> .../{rsibreak-0.12.9.ebuild => rsibreak-0.12.9-r1.ebuild} | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/kde-misc/rsibreak/rsibreak-0.12.9.ebuild b/kde-misc/rsibreak/rsibreak-0.12.9-r1.ebuild similarity index 87% rename from kde-misc/rsibreak/rsibreak-0.12.9.ebuild rename to kde-misc/rsibreak/rsibreak-0.12.9-r1.ebuild index 1de954239c9..451c2934bf5 100644 --- a/kde-misc/rsibreak/rsibreak-0.12.9.ebuild +++ b/kde-misc/rsibreak/rsibreak-0.12.9-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 KDE_HANDBOOK="forceoptional" VIRTUALX_REQUIRED="test" -inherit kde5 eapi7-ver +inherit kde5 DESCRIPTION="Small utility which bothers you at certain intervals" HOMEPAGE="https://userbase.kde.org/RSIBreak" @@ -17,7 +17,8 @@ LICENSE="GPL-2+ handbook? ( FDL-1.2 )" KEYWORDS="~amd64 ~x86" IUSE="" -COMMON_DEPEND=" +BDEPEND="sys-devel/gettext" +DEPEND=" $(add_frameworks_dep kconfig) $(add_frameworks_dep kconfigwidgets) $(add_frameworks_dep kcoreaddons) @@ -36,11 +37,8 @@ COMMON_DEPEND=" $(add_qt_dep qtgui) $(add_qt_dep qtwidgets) " -DEPEND="${COMMON_DEPEND} - sys-devel/gettext -" # bug 587170 for frameworkintegration -RDEPEND="${COMMON_DEPEND} +RDEPEND="${DEPEND} $(add_frameworks_dep frameworkintegration) !kde-misc/rsibreak:4 "