commit: 140780233b43f942dda38cb4705bdf8a107616c9 Author: Johannes Huber <johu <AT> gmx <DOT> de> AuthorDate: Thu May 22 19:23:35 2025 +0000 Commit: Johannes Huber <johu <AT> gmx <DOT> de> CommitDate: Thu May 22 19:23:35 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=14078023
gui-apps/hypridle: drop 0.1.5-r2 Signed-off-by: Johannes Huber <johu <AT> gmx.de> gui-apps/hypridle/Manifest | 1 - gui-apps/hypridle/hypridle-0.1.5-r2.ebuild | 40 ------------------------------ 2 files changed, 41 deletions(-) diff --git a/gui-apps/hypridle/Manifest b/gui-apps/hypridle/Manifest index 8d01e78bb8..d51bf3c4f5 100644 --- a/gui-apps/hypridle/Manifest +++ b/gui-apps/hypridle/Manifest @@ -1,2 +1 @@ -DIST hypridle-0.1.5.gh.tar.gz 13946 BLAKE2B 119e3256bae56dea0c234b687e82e852cfa98c6b2f06a70ad59785900687bbbeba0ad431b4024e7c08c7fc2fd2776342b58853994a8c53a10a4eec4ef50198d8 SHA512 3574411a49da83a3f476aa5b6ee3fa7943d9c0018d0a111ca4f609d8bb5b7f485ab7006cd10e0094031c67fa6e1a754e46362ac514b58d60a66d7577d9933968 DIST hypridle-0.1.6.gh.tar.gz 17053 BLAKE2B 33e704905a0d9353b61b23631a851e1ac1b6d5fc9601a9b0d1fafc379bf1d4763bb2d2cde478ae2a296be26c0ebbefc838ff156fb2a961e03c4dab69a3a784bd SHA512 63d266da4b5a45cc7fef4b2a40df32e83e0797b1b5b6a7ce4d0d93c463e53797ae5d8a8ea7d3174747bc0cc7c546fc1468e4d072b767b6bdb9dbcafaa7496de8 diff --git a/gui-apps/hypridle/hypridle-0.1.5-r2.ebuild b/gui-apps/hypridle/hypridle-0.1.5-r2.ebuild deleted file mode 100644 index a8c0d070d6..0000000000 --- a/gui-apps/hypridle/hypridle-0.1.5-r2.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 2023-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -DESCRIPTION="Hyprland's idle daemon" -HOMEPAGE="https://github.com/hyprwm/hypridle" - -if [[ "${PV}" = *9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/hyprwm/${PN^}.git" -else - SRC_URI="https://github.com/hyprwm/${PN^}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" - KEYWORDS="~amd64" -fi - -LICENSE="BSD" -SLOT="0" - -RDEPEND=" - dev-cpp/sdbus-c++:0/2 - >=dev-libs/hyprlang-0.4.0 - dev-libs/wayland - gui-libs/hyprutils:= -" -DEPEND=" - ${RDEPEND} - dev-libs/wayland-protocols -" - -BDEPEND=" - dev-util/wayland-scanner - virtual/pkgconfig -" - -PATCHES=( - "${FILESDIR}/hypridle-0.1.5-fix-CFLAGS-CXXFLAGS.patch" -)
