public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: kde-misc/plasma5-wallpapers-dynamic/, profiles/
@ 2024-11-13  9:45 David Roman
  2024-11-13 12:54 ` [gentoo-commits] repo/proj/guru:master commit in: profiles/, kde-misc/plasma5-wallpapers-dynamic/ David Roman
  0 siblings, 1 reply; 2+ messages in thread
From: David Roman @ 2024-11-13  9:45 UTC (permalink / raw
  To: gentoo-commits

commit:     3c9e81a26e92dc4a9a669c6e2a7ddefabb051439
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Wed Nov 13 09:44:59 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Wed Nov 13 09:45:20 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3c9e81a2

kde-misc/plasma5-wallpapers-dynamic: treeclean

Closes: https://bugs.gentoo.org/932658 (pkgremoved)
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 kde-misc/plasma5-wallpapers-dynamic/Manifest       |  1 -
 kde-misc/plasma5-wallpapers-dynamic/metadata.xml   | 22 ------------
 .../plasma5-wallpapers-dynamic-3.3.9.ebuild        | 39 ---------------------
 .../plasma5-wallpapers-dynamic-9999.ebuild         | 40 ----------------------
 profiles/package.mask                              |  5 ---
 5 files changed, 107 deletions(-)

diff --git a/kde-misc/plasma5-wallpapers-dynamic/Manifest b/kde-misc/plasma5-wallpapers-dynamic/Manifest
deleted file mode 100644
index d629edfe6..000000000
--- a/kde-misc/plasma5-wallpapers-dynamic/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST plasma5-wallpapers-dynamic-3.3.9.tar.gz 353147 BLAKE2B 509684832d27207d014c8317b2aa0d1dc7b6d9ce6098cfce0f99cc83002c9d981ff92961b4bc706a8ab55afdff6bfd9008d4f7ce4987fd9b1044a3e46f830485 SHA512 8b575b7aec8c314a882096a7fc5ece8963db0ef7fbda7a6032d9a54422cbbec05e61e89e7e3b6a929a88eced167c1d889936f2a190d5fb66474609a354dd225e

diff --git a/kde-misc/plasma5-wallpapers-dynamic/metadata.xml b/kde-misc/plasma5-wallpapers-dynamic/metadata.xml
deleted file mode 100644
index 48d5c3c3c..000000000
--- a/kde-misc/plasma5-wallpapers-dynamic/metadata.xml
+++ /dev/null
@@ -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>

diff --git a/kde-misc/plasma5-wallpapers-dynamic/plasma5-wallpapers-dynamic-3.3.9.ebuild b/kde-misc/plasma5-wallpapers-dynamic/plasma5-wallpapers-dynamic-3.3.9.ebuild
deleted file mode 100644
index 7ed315fde..000000000
--- a/kde-misc/plasma5-wallpapers-dynamic/plasma5-wallpapers-dynamic-3.3.9.ebuild
+++ /dev/null
@@ -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}"

diff --git a/kde-misc/plasma5-wallpapers-dynamic/plasma5-wallpapers-dynamic-9999.ebuild b/kde-misc/plasma5-wallpapers-dynamic/plasma5-wallpapers-dynamic-9999.ebuild
deleted file mode 100644
index b70cdf76a..000000000
--- a/kde-misc/plasma5-wallpapers-dynamic/plasma5-wallpapers-dynamic-9999.ebuild
+++ /dev/null
@@ -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}"

diff --git a/profiles/package.mask b/profiles/package.mask
index dc43156fd..d87fcbd07 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -86,11 +86,6 @@ games-engines/easyrpg-player
 # Removal on 2024-11-13.
 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)
 # Depends on <media-libs/kimageannotator-0.7, which has been dropped.
 # Upstream is working on Qt6 port.


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-11-13 12:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-13  9:45 [gentoo-commits] repo/proj/guru:dev commit in: kde-misc/plasma5-wallpapers-dynamic/, profiles/ David Roman
2024-11-13 12:54 ` [gentoo-commits] repo/proj/guru:master commit in: profiles/, kde-misc/plasma5-wallpapers-dynamic/ David Roman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox