gui-apps/hyprshade: treeclean

Closes: https://bugs.gentoo.org/939727 (pkgremoved)
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2026-04-04 12:27:51 +05:00
parent f939db6a20
commit b65807a064
5 changed files with 0 additions and 79 deletions

View File

@@ -1 +0,0 @@
DIST hyprshade-3.2.1.gh.tar.gz 40194411 BLAKE2B dfae66884bdae6e409115d8d9200af72302a00984c430348b04b4f16d1441b047d8bbae2bb87d06e3a16f3c6dfbade2219cd9bad04a01fec5ddee86693b398ff SHA512 b21685684b01b7e01e1b17215f4d10c3420010f90041cbab25a159a0415779460cbda666adb4aab4786d55abba4b0205c6d7709c9443613ffff71dfd3ed38fdc

View File

@@ -1,33 +0,0 @@
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=hatchling
PYTHON_COMPAT=( python3_{12..13} )
PYPI_NO_NORMALIZE=1
inherit distutils-r1
if [[ "${PV}" == "9999" ]]; then
EGIT_REPO_URI="https://github.com/loqusion/${PN}.git"
inherit git-r3
else
SRC_URI="https://github.com/loqusion/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
KEYWORDS="~amd64"
fi
DESCRIPTION="Hyprland shader configuration tool"
HOMEPAGE="https://github.com/loqusion/hyprshade"
LICENSE="MIT"
SLOT="0"
RDEPEND="
${PYTHON_DEPS}
dev-python/chevron
dev-python/click
gui-wm/hyprland
"
distutils_enable_tests pytest

View File

@@ -1,33 +0,0 @@
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=hatchling
PYTHON_COMPAT=( python3_{12..13} )
PYPI_NO_NORMALIZE=1
inherit distutils-r1
if [[ "${PV}" == "9999" ]]; then
EGIT_REPO_URI="https://github.com/loqusion/${PN}.git"
inherit git-r3
else
SRC_URI="https://github.com/loqusion/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
KEYWORDS="~amd64"
fi
DESCRIPTION="Hyprland shader configuration tool"
HOMEPAGE="https://github.com/loqusion/hyprshade"
LICENSE="MIT"
SLOT="0"
RDEPEND="
${PYTHON_DEPS}
dev-python/chevron
dev-python/click
gui-wm/hyprland
"
distutils_enable_tests pytest

View File

@@ -1,11 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>johnmh@johnmh.me</email>
<name>John M. Harris, Jr.</name>
</maintainer>
<upstream>
<remote-id type="github">loqusion/hyprshade</remote-id>
</upstream>
</pkgmetadata>