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 -}
