From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1560239-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AC99F158089 for <garchives@archives.gentoo.org>; Fri, 6 Oct 2023 10:08:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 007FD2BC024; Fri, 6 Oct 2023 10:08:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DC0D62BC024 for <gentoo-commits@lists.gentoo.org>; Fri, 6 Oct 2023 10:08:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CD6E3335CDF for <gentoo-commits@lists.gentoo.org>; Fri, 6 Oct 2023 10:08:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DFEC5924 for <gentoo-commits@lists.gentoo.org>; Fri, 6 Oct 2023 10:08:17 +0000 (UTC) From: "Remigiusz Micielski" <remigiusz.micielski@gmail.com> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Remigiusz Micielski" <remigiusz.micielski@gmail.com> Message-ID: <1696586744.ae1bbf8b6b4548fbb91c617475131c73a8b321d5.remigiusz.micielski@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/grimshot/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/grimshot/grimshot-9999.ebuild X-VCS-Directories: gui-apps/grimshot/ X-VCS-Committer: remigiusz.micielski X-VCS-Committer-Name: Remigiusz Micielski X-VCS-Revision: ae1bbf8b6b4548fbb91c617475131c73a8b321d5 X-VCS-Branch: dev Date: Fri, 6 Oct 2023 10:08:17 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5dee0efd-1988-465d-a890-3f37dff333a2 X-Archives-Hash: f1e1756fbb45d5b466a994c989dbd6d7 commit: ae1bbf8b6b4548fbb91c617475131c73a8b321d5 Author: Remigiusz Micielski <rmicielski <AT> purelymail <DOT> com> AuthorDate: Fri Oct 6 10:05:44 2023 +0000 Commit: Remigiusz Micielski <remigiusz.micielski <AT> gmail <DOT> com> CommitDate: Fri Oct 6 10:05:44 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ae1bbf8b Revert "gui-apps/grimshot: new package, add 9999" This reverts commit ac7769829ee5e721cc6f12527da2581287e45165. Conflicts with gui-wm/sway[grimshot] Signed-off-by: Remigiusz Micielski <rmicielski <AT> purelymail.com> gui-apps/grimshot/grimshot-9999.ebuild | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/gui-apps/grimshot/grimshot-9999.ebuild b/gui-apps/grimshot/grimshot-9999.ebuild deleted file mode 100644 index 1b3dccaed3..0000000000 --- a/gui-apps/grimshot/grimshot-9999.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit git-r3 - -DESCRIPTION="A helper for screenshots within sway" -HOMEPAGE="https://github.com/OctopusET/sway-contrib" - -EGIT_REPO_URI="https://github.com/OctopusET/sway-contrib.git" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="" - -IUSE="libnotify" - -RDEPEND=" - app-misc/jq - gui-apps/grim - gui-apps/slurm - gui-apps/wl-clipboard - gui-wm/sway - libnotify? ( x11-libs/libnotify ) -" - -src_install() { - dobin grimshot - doman grimshot.1 -}