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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2A2FD15852A for ; Sun, 18 Aug 2024 22:38:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 11A41E2A71; Sun, 18 Aug 2024 22:38:39 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 DCED1E2A71 for ; Sun, 18 Aug 2024 22:38:38 +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 DF8A9342FA8 for ; Sun, 18 Aug 2024 22:38:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E5871EE0 for ; Sun, 18 Aug 2024 22:38:36 +0000 (UTC) From: "John M. Harris, Jr." To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "John M. Harris, Jr." Message-ID: <1724020684.a4d360f400d069ec179cc798fb1bdc8cdf5dc00c.johnmh@gentoo> Subject: [gentoo-commits] repo/user/johnmh:master commit in: gui-libs/hyprcursor/ X-VCS-Repository: repo/user/johnmh X-VCS-Files: gui-libs/hyprcursor/Manifest gui-libs/hyprcursor/hyprcursor-9999.ebuild gui-libs/hyprcursor/metadata.xml X-VCS-Directories: gui-libs/hyprcursor/ X-VCS-Committer: johnmh X-VCS-Committer-Name: John M. Harris, Jr. X-VCS-Revision: a4d360f400d069ec179cc798fb1bdc8cdf5dc00c X-VCS-Branch: master Date: Sun, 18 Aug 2024 22:38:36 +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: dd5c15ee-a446-4aed-a704-c584e40f57a7 X-Archives-Hash: c30ad49c3c1560cb59ab879a4e5d5f94 commit: a4d360f400d069ec179cc798fb1bdc8cdf5dc00c Author: John M. Harris Jr. johnmh me> AuthorDate: Sun Aug 18 22:38:04 2024 +0000 Commit: John M. Harris, Jr. johnmh me> CommitDate: Sun Aug 18 22:38:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/user/johnmh.git/commit/?id=a4d360f4 gui-libs/hyprcursor: treeclean Signed-off-by: John M. Harris Jr. johnmh.me> gui-libs/hyprcursor/Manifest | 2 -- gui-libs/hyprcursor/hyprcursor-9999.ebuild | 32 ------------------------------ gui-libs/hyprcursor/metadata.xml | 18 ----------------- 3 files changed, 52 deletions(-) diff --git a/gui-libs/hyprcursor/Manifest b/gui-libs/hyprcursor/Manifest deleted file mode 100644 index 14e6ef5..0000000 --- a/gui-libs/hyprcursor/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -EBUILD hyprcursor-9999.ebuild 791 BLAKE2B 6e065928c13274ac217ddb53d2456f31fb44fb4b203f0db79b28ab3f6e4da9d80e5e17167a6c688dfe522c00ac1b6ad5b6829891daac72271ef88067392a0d27 SHA512 f1337593fa3d52b815679f12dd2aa13947705b8094eda7f735a5a95212cb52f1ef5ce0ef9b588a5cf0fb3b0d85a2069e6213ac0f53b9867a29ee04f727181036 -MISC metadata.xml 671 BLAKE2B a58a3afafa4440b47b1106b69e93cabbfa20f147fad094aaf117d8daecd641662309ef8641f029220e20504939e86a307d7b1392af7fad1d6e44cfacbc334140 SHA512 9ac835082f59787ccca1e798bc85fcaf669a601b1dbb8f66f7b575e6fc0c2e857d269c918d100d1a26cb8c41a6e406247434935b26479a6dab31f6d348cc7463 diff --git a/gui-libs/hyprcursor/hyprcursor-9999.ebuild b/gui-libs/hyprcursor/hyprcursor-9999.ebuild deleted file mode 100644 index ddfd625..0000000 --- a/gui-libs/hyprcursor/hyprcursor-9999.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 2023-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -DESCRIPTION="The hyprland cursor format, library and utilities" -HOMEPAGE="https://github.com/hyprwm/hyprcursor" - -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" - -# Disable tests since as per upstream, tests require a theme to be installed -# See also https://github.com/hyprwm/hyprcursor/commit/94361fd8a75178b92c4bb24dcd8c7fac8423acf3 -RESTRICT="test" - -RDEPEND=" - dev-cpp/tomlplusplus - >=dev-libs/hyprlang-0.4.2 - dev-libs/libzip - gnome-base/librsvg:2 - x11-libs/cairo -" diff --git a/gui-libs/hyprcursor/metadata.xml b/gui-libs/hyprcursor/metadata.xml deleted file mode 100644 index 227e37a..0000000 --- a/gui-libs/hyprcursor/metadata.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - julien@jroy.ca - Julien Roy - - - proxy-maint@gentoo.org - Proxy Maintainers - - - https://github.com/hyprwm/hyprcursor/releases - https://github.com/hyprwm/hyprcursor/tree/main/docs - https://github.com/hyprwm/hyprcursor/issues - hyprwm/hyprcursor - -