From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 075FF1584AD for ; Sun, 04 May 2025 14:16:51 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id E8A13343186 for ; Sun, 04 May 2025 14:16:50 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 226E511047E; Sun, 04 May 2025 14:16:32 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id 1275811047E for ; Sun, 04 May 2025 14:16:32 +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 BC7BA343145 for ; Sun, 04 May 2025 14:16:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E28227E6 for ; Sun, 04 May 2025 14:16:29 +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: <1746353968.c88c28cfa20677939649ffd926fa94e3d9fb1259.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/hyprpicker/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/hyprpicker/Manifest gui-apps/hyprpicker/hyprpicker-0.4.3.ebuild X-VCS-Directories: gui-apps/hyprpicker/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: c88c28cfa20677939649ffd926fa94e3d9fb1259 X-VCS-Branch: master Date: Sun, 04 May 2025 14:16:29 +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: 74a990b5-e0b8-48a6-bce5-1fdd0366ae5d X-Archives-Hash: cca565496fa813d45e963cfb432ae596 commit: c88c28cfa20677939649ffd926fa94e3d9fb1259 Author: Johannes Huber gmx de> AuthorDate: Sun May 4 10:18:48 2025 +0000 Commit: David Roman gmail com> CommitDate: Sun May 4 10:19:28 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c88c28cf gui-apps/hyprpicker: drop 0.4.3 Signed-off-by: Johannes Huber gmx.de> gui-apps/hyprpicker/Manifest | 1 - gui-apps/hyprpicker/hyprpicker-0.4.3.ebuild | 32 ----------------------------- 2 files changed, 33 deletions(-) diff --git a/gui-apps/hyprpicker/Manifest b/gui-apps/hyprpicker/Manifest index ef33dab05..1ab383e87 100644 --- a/gui-apps/hyprpicker/Manifest +++ b/gui-apps/hyprpicker/Manifest @@ -1,2 +1 @@ -DIST hyprpicker-0.4.3.gh.tar.gz 26418 BLAKE2B 0aed2ea771d4b8019a0e40f72322e451adf2b62e6de08ffceeed86b5fa9c97eed65a705969678b3b5d1efd3e496c3938943ba0be1ddbe810283e1b879530ad5e SHA512 030cf4880b54431f999365c457d53ce881c2488b2bfb154f94ce5138aaba9d6fe28636a0c1c4c4a06cf46441ff5c2733c262aa6136a4006f1f6e648208bc3aa8 DIST hyprpicker-0.4.5.tar.gz 26380 BLAKE2B e975f9c91fa7b083e38818ca6475e4889499b7ccdcec005387171de1ab09cab3f92111da7e5fd7d90a96d3870cf3a878d1539077bd3f68e8b4e93e74947d147d SHA512 fb0bd78cd5fab48ad78499f248bdcf2b1af6ac8c6e0497d90b9fcfb47d5a4b70fa46ff6e4cc7347d061244cd71c22d67e6abdee2127c8edfbf5170337f888858 diff --git a/gui-apps/hyprpicker/hyprpicker-0.4.3.ebuild b/gui-apps/hyprpicker/hyprpicker-0.4.3.ebuild deleted file mode 100644 index bcdbee284..000000000 --- a/gui-apps/hyprpicker/hyprpicker-0.4.3.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 2024-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -DESCRIPTION="wlroots-compatible Wayland color picker that does not suck" -HOMEPAGE="https://github.com/hyprwm/hyprpicker" -SRC_URI="https://github.com/hyprwm/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - dev-libs/wayland - gui-libs/hyprutils:= - x11-libs/cairo - x11-libs/libxkbcommon - x11-libs/pango - >=dev-util/hyprwayland-scanner-0.4.2 - >=gui-libs/hyprutils-0.2.0 -" - -BDEPEND=" - ${RDEPEND} - dev-libs/wayland-protocols - dev-util/wayland-scanner - media-libs/libglvnd - media-libs/libjpeg-turbo -"