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 6A7C613934E for ; Mon, 26 Jul 2021 07:15:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C3E2E0999; Mon, 26 Jul 2021 07:15:43 +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 70BDEE0999 for ; Mon, 26 Jul 2021 07:15:43 +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 27D58342B51 for ; Mon, 26 Jul 2021 07:15:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B549E7DE for ; Mon, 26 Jul 2021 07:15:40 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1627283691.a1bf5c98accba6c6e1257713a163e73bbbcb9536.mattst88@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/Manifest gnome-extra/office-runner/office-runner-1.0.2.ebuild X-VCS-Directories: gnome-extra/office-runner/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: a1bf5c98accba6c6e1257713a163e73bbbcb9536 X-VCS-Branch: master Date: Mon, 26 Jul 2021 07:15:40 +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: e50fc977-3dad-4d44-bf3f-555a4c9b6b2f X-Archives-Hash: 2b170cbd5c45d0551792bdec38a754b9 commit: a1bf5c98accba6c6e1257713a163e73bbbcb9536 Author: Matt Turner gentoo org> AuthorDate: Mon Jul 26 06:14:50 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Jul 26 07:14:51 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1bf5c98 gnome-extra/office-runner: Drop old versions Signed-off-by: Matt Turner gentoo.org> gnome-extra/office-runner/Manifest | 1 - .../office-runner/office-runner-1.0.2.ebuild | 41 ---------------------- 2 files changed, 42 deletions(-) diff --git a/gnome-extra/office-runner/Manifest b/gnome-extra/office-runner/Manifest index e7a7468d567..abaab2eda2e 100644 --- a/gnome-extra/office-runner/Manifest +++ b/gnome-extra/office-runner/Manifest @@ -1,2 +1 @@ -DIST office-runner-1.0.2.tar.xz 562660 BLAKE2B ad69a4340025b58d45f954524c9807831c98a4d81901276bfa3e8f76adb3a5bd1fcf0b50908e00c19888d82b6c48602228a42b84b008f2b7b95210868c8a90ed SHA512 a840af75f014147d30e950a4bc8628c97a79c8161eab3d0f658f5e4f5200df5baaa761d4ea27dc1bc70c6a467fc2536ac0aa473c338ffcbfc48689ba1ec13177 DIST office-runner-1.0.3.tar.bz2 957912 BLAKE2B 064dac6f511d9c1019a2da073276509d6ccf9bce19ae1778335f5dde3fe1f236a76430dd3fb989f06e64d0214b5125769b0a3531cba44460ae15b0ad8b87f07d SHA512 475aac701cd4faec378e4f7673658489e9d4cebea499b24fb2baa6cc981ed1dab435769ce75ed82ffa9d28bf29e96d2911820a29abaa5aafed7d38af80636584 diff --git a/gnome-extra/office-runner/office-runner-1.0.2.ebuild b/gnome-extra/office-runner/office-runner-1.0.2.ebuild deleted file mode 100644 index b26d1e1462d..00000000000 --- a/gnome-extra/office-runner/office-runner-1.0.2.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit gnome2 readme.gentoo-r1 - -DESCRIPTION="Lighthearted tool to temporarily inhibit GNOME's suspend on lid close behavior" -HOMEPAGE="https://www.hadess.net/search/label/office-runner" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -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="${DEPEND} - >=sys-apps/systemd-190 -" -BDEPEND=" - >=dev-util/intltool-0.40.0 - virtual/pkgconfig - sys-devel/gettext -" - -DOC_CONTENTS="${PN} inhibits suspend on lid close only for 10 minutes" - -src_install() { - gnome2_src_install - readme.gentoo_create_doc -} - -pkg_postinst() { - gnome2_pkg_postinst - readme.gentoo_print_elog -}