From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 (4096 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E4E971581EC for ; Fri, 22 Nov 2024 16:51:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F8AAE085B; Fri, 22 Nov 2024 16:51:15 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 0AA0DE085B for ; Fri, 22 Nov 2024 16:51:14 +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 17AED342FA4 for ; Fri, 22 Nov 2024 16:51:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 52A271295 for ; Fri, 22 Nov 2024 16:51:12 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1732294248.e9f95328b86d684344d7f2b91f865937f787c1b1.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/hypridle/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/hypridle/hypridle-0.1.2-r2.ebuild X-VCS-Directories: gui-apps/hypridle/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: e9f95328b86d684344d7f2b91f865937f787c1b1 X-VCS-Branch: dev Date: Fri, 22 Nov 2024 16:51:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e2b5be04-755d-4551-b0dd-2186a46df419 X-Archives-Hash: c3b5f597a816e12551fd19ff4991a0f5 commit: e9f95328b86d684344d7f2b91f865937f787c1b1 Author: David Roman gmail com> AuthorDate: Fri Nov 22 16:50:48 2024 +0000 Commit: David Roman gmail com> CommitDate: Fri Nov 22 16:50:48 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e9f95328 gui-apps/hypridle: drop 0.1.2-r2 Signed-off-by: David Roman gmail.com> gui-apps/hypridle/hypridle-0.1.2-r2.ebuild | 39 ------------------------------ 1 file changed, 39 deletions(-) diff --git a/gui-apps/hypridle/hypridle-0.1.2-r2.ebuild b/gui-apps/hypridle/hypridle-0.1.2-r2.ebuild deleted file mode 100644 index fc6de89e5..000000000 --- a/gui-apps/hypridle/hypridle-0.1.2-r2.ebuild +++ /dev/null @@ -1,39 +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/1 - >=dev-libs/hyprlang-0.4.0 - dev-libs/wayland -" -DEPEND=" - ${RDEPEND} - dev-libs/wayland-protocols -" - -BDEPEND=" - dev-util/wayland-scanner - virtual/pkgconfig -" - -PATCHES=( - "${FILESDIR}/hypridle-0.1.2-fix-CFLAGS-CXXFLAGS.patch" -)