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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9E0EB15813A for ; Mon, 13 Jan 2025 11:38:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 75FDBE084A; Mon, 13 Jan 2025 11:38:35 +0000 (UTC) Received: from smtp.gentoo.org (dev.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5FC6DE084A for ; Mon, 13 Jan 2025 11:38:35 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1F2FC340C7B for ; Mon, 13 Jan 2025 11:38:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7061E213B for ; Mon, 13 Jan 2025 11:38:31 +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: <1736758193.af991b72fbc3581f34a5efa49c423a6b43d3c68f.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/hyprlock/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/hyprlock/Manifest gui-apps/hyprlock/hyprlock-0.5.0-r1.ebuild X-VCS-Directories: gui-apps/hyprlock/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: af991b72fbc3581f34a5efa49c423a6b43d3c68f X-VCS-Branch: master Date: Mon, 13 Jan 2025 11:38:31 +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: 16733452-81b8-4db2-9bef-2d8dbee0c1ef X-Archives-Hash: be1796655622b8b77c292ed6d81a4de2 commit: af991b72fbc3581f34a5efa49c423a6b43d3c68f Author: Takuya Wakazono gmail com> AuthorDate: Mon Jan 13 08:49:53 2025 +0000 Commit: David Roman gmail com> CommitDate: Mon Jan 13 08:49:53 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=af991b72 gui-apps/hyprlock: drop 0.5.0-r1 Signed-off-by: Takuya Wakazono gmail.com> gui-apps/hyprlock/Manifest | 1 - gui-apps/hyprlock/hyprlock-0.5.0-r1.ebuild | 51 ------------------------------ 2 files changed, 52 deletions(-) diff --git a/gui-apps/hyprlock/Manifest b/gui-apps/hyprlock/Manifest index 2dc3f0738..18188d13b 100644 --- a/gui-apps/hyprlock/Manifest +++ b/gui-apps/hyprlock/Manifest @@ -1,2 +1 @@ -DIST hyprlock-0.5.0.tar.gz 67016 BLAKE2B c15491e00c0b3ea04e9d99c399d6803271849f75432ed34b516cbe059582371de357e67077e356eb7d71a7490e010ff2a5333444410023a73598d5ee185f2346 SHA512 c9fc30e20889dc694294ad9ec03c39c7e47fada4972139822b9f9275d04f2de6a9105918eca1369a4c6a3e4f5c6a956675beebbbab688f0d8f13bffccedb5a03 DIST hyprlock-0.6.0.tar.gz 71344 BLAKE2B 77dbe7c4061c0d52663e286e701e1819f10194515130126078375f26e1b58d7cb74d7b980e6587751a65ccf762bbcb0cd6ff6fb9fedc375c891f5d6cff773de4 SHA512 d8931b44db0d25a2665a3b1a2a8656724ffd2d09effab37f0c53e40367637899f7040d96a0886202c6d4d5fb03e477a4fc351cbd31b81cdb715e180bc8dde6c2 diff --git a/gui-apps/hyprlock/hyprlock-0.5.0-r1.ebuild b/gui-apps/hyprlock/hyprlock-0.5.0-r1.ebuild deleted file mode 100644 index 2a0d89bab..000000000 --- a/gui-apps/hyprlock/hyprlock-0.5.0-r1.ebuild +++ /dev/null @@ -1,51 +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 GPU-accelerated screen locking utility" -HOMEPAGE="https://github.com/hyprwm/hyprlock" - -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}.tar.gz" - KEYWORDS="~amd64" -fi - -LICENSE="BSD" -SLOT="0" - -RDEPEND=" - dev-cpp/sdbus-c++:0/2 - >=dev-libs/hyprlang-0.4.0 - >=gui-libs/hyprutils-0.2.0:= - dev-libs/date - dev-libs/glib:2 - dev-libs/wayland - media-libs/libglvnd - media-libs/libjpeg-turbo:= - media-libs/libwebp:= - media-libs/mesa[opengl] - sys-libs/pam - x11-libs/cairo - x11-libs/libxkbcommon - x11-libs/libdrm - x11-libs/pango -" -DEPEND=" - ${RDEPEND} - dev-libs/wayland-protocols -" - -BDEPEND=" - dev-util/wayland-scanner - virtual/pkgconfig -" - -PATCHES=( - "${FILESDIR}/hyprlock-0.4.1-fix-CFLAGS-CXXFLAGS.patch" -)