x11-misc/pywal: treeclean

Closes: https://bugs.gentoo.org/910482 (pkgremoved)
Closes: https://bugs.gentoo.org/955253 (pkgremoved)
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
Takuya Wakazono
2025-06-05 23:38:23 +09:00
parent f499919908
commit 655d60e676
4 changed files with 0 additions and 41 deletions

View File

@@ -65,12 +65,6 @@ www-apps/whoogle-search
media-sound/nulloy
x11-themes/nulloy-theme-night
# Takuya Wakazono <pastalian46@gmail.com> (2025-05-05)
# Upstream has been archived.
# An active fork is packaged as x11-misc/pywal16.
# Removal on 2025-06-05. Bug #955253.
x11-misc/pywal
# David (stkw0) Roman <davidroman96@gmail.com> (2025-04-30)
# Depends on removed dev-qt/qtwebengine:5, they should be moved to qtwebengine:6
dev-vcs/gitqlient-gitserver-plugin

View File

@@ -1 +0,0 @@
DIST pywal-3.3.0.tar.gz 64589 BLAKE2B 70d65edccf7aa7a54ebb69228a8abca107f3bb7b5bced62776da596491747d3fe26fe69f0d2a6118331a52c588a54d1933ae8117c018e97f32b92aa145ddeba4 SHA512 3c3d3e1d23c8fbdb6c50d500b7df4b24790bbab50c155f3f916dbaccb366e29ebdd60cbb01acc87631cba0f3ac2ce01f74e32f96b26a6e08bfb3933a45d0814f

View File

@@ -1,8 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<upstream>
<remote-id type="github">dylanaraps/pywal</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -1,26 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 optfeature
DESCRIPTION="Tool that generates color schemes from images"
HOMEPAGE="https://github.com/dylanaraps/pywal"
SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="media-gfx/imagemagick[jpeg]"
pkg_postinst() {
optfeature "setting wallpaper support" \
media-gfx/feh \
x11-misc/hsetroot \
x11-misc/nitrogen
}