summaryrefslogtreecommitdiff
path: root/gui-apps/slurp
diff options
context:
space:
mode:
Diffstat (limited to 'gui-apps/slurp')
-rw-r--r--gui-apps/slurp/Manifest2
-rw-r--r--gui-apps/slurp/slurp-1.4.0.ebuild42
2 files changed, 0 insertions, 44 deletions
diff --git a/gui-apps/slurp/Manifest b/gui-apps/slurp/Manifest
index 51add8dfad65..2706f83a6d47 100644
--- a/gui-apps/slurp/Manifest
+++ b/gui-apps/slurp/Manifest
@@ -1,5 +1,3 @@
-DIST slurp-1.4.0.tar.gz 18575 BLAKE2B b54a5fe34f35a6a4eefe021a5d5919ae6369c24cfe4906e13ddaf7abc173fad4dc184b211bbadcd09a2a20768e91bbc7199d5e1f29287e9f3fd49b58b294d747 SHA512 deabdc77890a3078d977533318aad6aff9478e32c95e7968483b82534bd52055dce11a531132212ac8966097dad9c6c5e7ad520a374ace85d0ec713df1505d5a
DIST slurp-1.5.0.tar.gz 18790 BLAKE2B 8d2fd5274bed2d552dc5a3d1359927467120f82840e636d835f48b12a04a2c170df79fe3979d82e0a48fd5e082cd874cfba82251e6054c1323745b48a28b19c0 SHA512 77c4efdaa4ac411f43c598e5d654bcf61f969a5e403df6110757a7b217e02d55d0ba797729e42f8219d3bba79f58bcb36746799de765d3b25f301bf9ac3c1888
-EBUILD slurp-1.4.0.ebuild 877 BLAKE2B 7436e8a9c7334313a6f4e0aecb599bcca5cc0e50594a478b9f3e29cb40c4409a81a0d51d301788c52470f89a5a3b14407a34e7be6692cc611fa9e8f1521e06c9 SHA512 70b787da02d4b9e8d7769b0d793adfc7c77c78120f3a9ae27e068e26824bd16d5822854e5e3b8e71b9319b5d6bb0e508ccbd7122278cd981d6842a46da9dd978
EBUILD slurp-1.5.0.ebuild 824 BLAKE2B cc358151d5f3b85b3dc3b388118185725f5ad41ac2e642e91f14d0266859b572bd973024422b7d66006f4edecae696bd856f30e92dbab056eeb4c46453ea41d3 SHA512 59675da32ab43873c02ed76d39400748006288877c1374170d950eb038f685f2cda99a82f9e0d2eec1c15cedeb84b13006a11e35658f4760d83381e614f00f0a
MISC metadata.xml 460 BLAKE2B e1582f9ce0233e33023df1decb822f49da7aa8ab5ff47fa58ce4dd02c92e93cbaa55f091d81ea1d5eba37d4c18d2bfd5cfdd7a7df4a3e39c362a79c4c23c8f8e SHA512 4c783285e871dbc16ed89cc957643d554c926c0b6b1922fab922c4fa6871a01844ff49471f2420900ae1d4cffd4182923fe5b037a5c4dc8db03d41898b294037
diff --git a/gui-apps/slurp/slurp-1.4.0.ebuild b/gui-apps/slurp/slurp-1.4.0.ebuild
deleted file mode 100644
index 6f69ec534c10..000000000000
--- a/gui-apps/slurp/slurp-1.4.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson
-
-DESCRIPTION="Select a region in a Wayland compositor and print it to the standard output"
-HOMEPAGE="https://github.com/emersion/slurp"
-
-if [[ ${PV} == 9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/emersion/${PN}.git"
-else
- SRC_URI="https://github.com/emersion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv x86"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="+man"
-
-DEPEND="
- >=dev-libs/wayland-protocols-1.14
- dev-libs/wayland
- x11-libs/cairo
- x11-libs/libxkbcommon
-"
-RDEPEND="${DEPEND}"
-
-if [[ ${PV} == 9999 ]]; then
- BDEPEND+="man? ( ~app-text/scdoc-9999 )"
-else
- BDEPEND+="man? ( app-text/scdoc )"
-fi
-
-src_configure() {
- local emesonargs=(
- $(meson_feature man man-pages)
- )
- meson_src_configure
-}