kde-misc/plasma5-wallpapers-dynamic: treeclean

Closes: https://bugs.gentoo.org/932658 (pkgremoved)
Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
David Roman
2024-11-13 10:44:59 +01:00
parent 18ae076021
commit 3c9e81a26e
5 changed files with 0 additions and 107 deletions

View File

@@ -1 +0,0 @@
DIST plasma5-wallpapers-dynamic-3.3.9.tar.gz 353147 BLAKE2B 509684832d27207d014c8317b2aa0d1dc7b6d9ce6098cfce0f99cc83002c9d981ff92961b4bc706a8ab55afdff6bfd9008d4f7ce4987fd9b1044a3e46f830485 SHA512 8b575b7aec8c314a882096a7fc5ece8963db0ef7fbda7a6032d9a54422cbbec05e61e89e7e3b6a929a88eced167c1d889936f2a190d5fb66474609a354dd225e

View File

@@ -1,22 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<longdescription lang="en">
plasma5-wallpapers-dynamic is wallpaper plugin for KDE Plasma 5, allowing you to import and use dynamic wallpapers, setting the wallpaper based on the time of day.
Command line tools are provided to import heic wallpapers and package custom wallpapers.
</longdescription>
<maintainer type="person">
<name>Reagan Bohan</name>
<email>xbjfk.github@gmail.com</email>
</maintainer>
<upstream>
<maintainer status="active">
<name>Vlad Zahorodnii</name>
<email>vladzzag@gmail.com</email>
</maintainer>
<doc>https://github.com/zzag/plasma5-wallpapers-dynamic/wiki</doc>
<bugs-to>https://github.com/zzag/plasma5-wallpapers-dynamic/issues</bugs-to>
<remote-id type='github'>zzag/plasma5-wallpapers-dynamic</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -1,39 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
KFMIN="5.66.0"
QTMIN="5.12.0"
inherit ecm
DESCRIPTION="A KDE Plasma wallpaper plugin to set your wallpaper based on the time of day."
HOMEPAGE="https://github.com/zzag/plasma5-wallpapers-dynamic"
if [[ ${PV} == 9999 ]]; then
EGIT_REPO_URI="https://github.com/zzag/plasma5-wallpapers-dynamic.git"
inherit git-r3
else
SRC_URI="https://github.com/zzag/plasma5-wallpapers-dynamic/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
fi
LICENSE="CC0-1.0 BSD CC-BY-SA-4.0 GPL-3+ LGPL-3+"
SLOT="0"
DEPEND="
>=dev-qt/qtconcurrent-${QTMIN}:5
>=dev-qt/qtcore-${QTMIN}:5
>=dev-qt/qtdbus-${QTMIN}:5
>=dev-qt/qtgui-${QTMIN}:5
>=dev-qt/qtpositioning-${QTMIN}:5
>=dev-qt/qtdeclarative-${QTMIN}:5
>=kde-frameworks/kconfig-${KFMIN}:5
>=kde-frameworks/ki18n-${KFMIN}:5
>=kde-frameworks/kpackage-${KFMIN}:5
>=kde-plasma/libplasma-${KFMIN}:5
>=media-libs/libheif-1.3.0
>=kde-frameworks/kirigami-${KFMIN}:5
media-libs/libexif
"
RDEPEND="${DEPEND}"

View File

@@ -1,40 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
KFMIN="5.66.0"
QTMIN="5.12.0"
inherit ecm
DESCRIPTION="A KDE Plasma wallpaper plugin to set your wallpaper based on the time of day."
HOMEPAGE="https://github.com/zzag/plasma5-wallpapers-dynamic"
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/zzag/plasma5-wallpapers-dynamic.git"
else
SRC_URI="https://github.com/zzag/plasma5-wallpapers-dynamic/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
fi
LICENSE="GPL-3 LGPL-3 MIT"
SLOT="0"
DEPEND="
>=dev-qt/qtconcurrent-${QTMIN}:5
>=dev-qt/qtcore-${QTMIN}:5
>=dev-qt/qtdbus-${QTMIN}:5
>=dev-qt/qtgui-${QTMIN}:5
>=dev-qt/qtpositioning-${QTMIN}:5
>=dev-qt/qtdeclarative-${QTMIN}:5
>=kde-frameworks/kconfig-${KFMIN}:5
>=kde-frameworks/ki18n-${KFMIN}:5
>=kde-frameworks/kpackage-${KFMIN}:5
>=kde-plasma/libplasma-${KFMIN}:5
>=media-libs/libheif-1.3.0
>=kde-frameworks/kirigami-${KFMIN}:5
media-libs/libexif
"
RDEPEND="${DEPEND}"

View File

@@ -86,11 +86,6 @@ games-engines/easyrpg-player
# Removal on 2024-11-13. # Removal on 2024-11-13.
www-apps/librarian www-apps/librarian
# David Roman <davidroman96@gmail.com> (2024-10-08)
# Depends on libplasma:5::gentoo, which has been dropped
# Removal on 2024-11-08
kde-misc/plasma5-wallpapers-dynamic
# Takuya Wakazono <pastalian46@gmail.com> (2024-10-02) # Takuya Wakazono <pastalian46@gmail.com> (2024-10-02)
# Depends on <media-libs/kimageannotator-0.7, which has been dropped. # Depends on <media-libs/kimageannotator-0.7, which has been dropped.
# Upstream is working on Qt6 port. # Upstream is working on Qt6 port.