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 CA48C1382C5 for ; Sun, 4 Apr 2021 19:37:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1FC02E0872; Sun, 4 Apr 2021 19:37:22 +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 0457FE0872 for ; Sun, 4 Apr 2021 19:37:21 +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 93D3133BEF1 for ; Sun, 4 Apr 2021 19:37:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 327A546C for ; Sun, 4 Apr 2021 19:37:19 +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: <1617565029.9be96807f348ff639134eeb8eea2a73ab96557bd.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/office-runner/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/office-runner/office-runner-1.0.2.ebuild X-VCS-Directories: gnome-extra/office-runner/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9be96807f348ff639134eeb8eea2a73ab96557bd X-VCS-Branch: master Date: Sun, 4 Apr 2021 19:37:19 +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: 90658759-748e-401e-8ad3-4bd7da481a23 X-Archives-Hash: d54ffee15402776df04ba7cd774c0373 commit: 9be96807f348ff639134eeb8eea2a73ab96557bd Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Apr 4 19:29:37 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Apr 4 19:37:09 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9be96807 gnome-extra/office-runner: EAPI-7 bump Bug: https://bugs.gentoo.org/778698 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> gnome-extra/office-runner/office-runner-1.0.2.ebuild | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/gnome-extra/office-runner/office-runner-1.0.2.ebuild b/gnome-extra/office-runner/office-runner-1.0.2.ebuild index d9bcef38172..b26d1e1462d 100644 --- a/gnome-extra/office-runner/office-runner-1.0.2.ebuild +++ b/gnome-extra/office-runner/office-runner-1.0.2.ebuild @@ -1,29 +1,28 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="5" -GCONF_DEBUG="no" +EAPI=7 -inherit gnome2 readme.gentoo +inherit gnome2 readme.gentoo-r1 DESCRIPTION="Lighthearted tool to temporarily inhibit GNOME's suspend on lid close behavior" -HOMEPAGE="http://www.hadess.net/search/label/office-runner" +HOMEPAGE="https://www.hadess.net/search/label/office-runner" LICENSE="GPL-3" SLOT="0" KEYWORDS="amd64 x86" IUSE="" -COMMON_DEPEND=" +DEPEND=" dev-libs/glib:2 >=gnome-base/gnome-settings-daemon-3.0 >=x11-libs/gtk+-3.8:3 " # requires systemd's org.freedesktop.login1 dbus service -RDEPEND="${COMMON_DEPEND} +RDEPEND="${DEPEND} >=sys-apps/systemd-190 " -DEPEND="${COMMON_DEPEND} +BDEPEND=" >=dev-util/intltool-0.40.0 virtual/pkgconfig sys-devel/gettext