aboutsummaryrefslogtreecommitdiff
path: root/gui-apps
diff options
context:
space:
mode:
Diffstat (limited to 'gui-apps')
-rw-r--r--gui-apps/grimblast/Manifest4
-rw-r--r--gui-apps/grimblast/grimblast-2022.10.13.ebuild39
-rw-r--r--gui-apps/grimblast/grimblast-9999.ebuild38
-rw-r--r--gui-apps/grimblast/metadata.xml11
4 files changed, 0 insertions, 92 deletions
diff --git a/gui-apps/grimblast/Manifest b/gui-apps/grimblast/Manifest
deleted file mode 100644
index b79671c..0000000
--- a/gui-apps/grimblast/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST grimblast-2022.10.13.tar.gz 5395 BLAKE2B 14cb6606738f9b4eef844fde7b9b442304c47a2265277292839cf6b2f1c4386feb7649adcc13f24ecb7edf3fdeec14450025a45b307cc8beb528b06be7b1ffe9 SHA512 71837807cb6591337bbc29bbd7f952119ab44c00ccbd06f9455e3db1d53fd5bad773a019dcac9de170de14f60091dc85387d6dc925d6bde48050f74141c697d4
-EBUILD grimblast-2022.10.13.ebuild 784 BLAKE2B fb80c91f1ab6cb10c06f9dfa0931e8eafd50ce6e1bb16bfd3a4bdffdb62b0b103923e7cc41b3deeaf5cefaea92028aceeeaf9dacc45e1fa899ac85060cbd5c01 SHA512 0794158533947e2461eaaa083bb7268e8ff7f89d44489c9ba2073d3b499f9f2c957cf2c87b70f5cf7b6f0861a60e40b3e70c22809ea918a55a28e30ab1685ab9
-EBUILD grimblast-9999.ebuild 734 BLAKE2B a61ba2c95f265236e40a084cf2266fd22a4d0420407abb943b9de632d92ae01ac0234c9c7be0ad43eeefd6dde2e653a73c24b3ff72b5d96f1ba94af346cf6f50 SHA512 dded5737d21425c76281de07b826e5ec9be3b49ab477eee8a810940904277760a09a818d3082a0384bcfedf8b7c19482e4bf07904f0140a56afc8526752e989f
-MISC metadata.xml 334 BLAKE2B 6f042c08cb9c753a82960ae790d1b7247e6b58387f6b946fb2c04a5958387fac65e7f1bb075c57e029bda2e32d3b968d36ffbcfa4c080deaf0f167df8d3bbf30 SHA512 0b4abef5dd7106e0f49fc384d3a069ba4eaac4ea094abbd837288dae26fbb02dd0e46f810c375dd5bbe4449d3fe1c740598f8bb9f7fe3b9a888bc782f2fb4271
diff --git a/gui-apps/grimblast/grimblast-2022.10.13.ebuild b/gui-apps/grimblast/grimblast-2022.10.13.ebuild
deleted file mode 100644
index 960394c..0000000
--- a/gui-apps/grimblast/grimblast-2022.10.13.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-COMMIT="dafb86d6d3adb421e788f0eaeecdf09c497a14e8"
-DESCRIPTION="A helper for screenshots within hyprland"
-HOMEPAGE="https://github.com/hyprwm/contrib/"
-
-if [[ ${PV} = 9999* ]]; then
- EGIT_REPO_URI="https://github.com/hyprwm/contrib.git/"
- inherit git-r3
- S="${WORKDIR}/grimblast-9999/${PN}"
-else
- SRC_URI="https://github.com/hyprwm/contrib/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64"
- S="${WORKDIR}/contrib-${COMMIT}/${PN}"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="
- app-misc/jq
- gui-apps/grim
- gui-apps/slurp
- gui-apps/wl-clipboard
- gui-wm/hyprland
- x11-libs/libnotify
-"
-
-DEPEND="${RDEPEND}"
-
-BDEPEND=""
-
-src_install() {
- dodoc grimblast.1
- dobin grimblast
-}
diff --git a/gui-apps/grimblast/grimblast-9999.ebuild b/gui-apps/grimblast/grimblast-9999.ebuild
deleted file mode 100644
index b2fdc7f..0000000
--- a/gui-apps/grimblast/grimblast-9999.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="A helper for screenshots within hyprland"
-HOMEPAGE="https://github.com/hyprwm/contrib/"
-
-if [[ ${PV} = 9999* ]]; then
- EGIT_REPO_URI="https://github.com/hyprwm/contrib.git/"
- inherit git-r3
- S="${WORKDIR}/grimblast-9999/${PN}"
-else
- SRC_URI="https://github.com/hyprwm/contrib/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64"
- S="${WORKDIR}/contrib-${COMMIT}/${PN}"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="
- app-misc/jq
- gui-apps/grim
- gui-apps/slurp
- gui-apps/wl-clipboard
- gui-wm/hyprland
- x11-libs/libnotify
-"
-
-DEPEND="${RDEPEND}"
-
-BDEPEND=""
-
-src_install() {
- dodoc grimblast.1
- dobin grimblast
-}
diff --git a/gui-apps/grimblast/metadata.xml b/gui-apps/grimblast/metadata.xml
deleted file mode 100644
index 79432d3..0000000
--- a/gui-apps/grimblast/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>julien@jroy.ca</email>
- <description>Julien Roy</description>
- </maintainer>
- <upstream>
- <remote-id type="github">hyprwm/contrib</remote-id>
- </upstream>
-</pkgmetadata>