summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-07-19 17:46:57 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-07-19 17:46:57 +0200
commit60310346d5b358166db3c04fd3c5e5ef2cc7c5ae (patch)
tree6e69c55f3e859de0a0cacfe116d05ad97f4f5a64
parent0e4ea871b745ac9412eb81de5bb9034adfe726eb (diff)
downloadkde-60310346d5b358166db3c04fd3c5e5ef2cc7c5ae.tar.gz
kde-60310346d5b358166db3c04fd3c5e5ef2cc7c5ae.tar.bz2
kde-60310346d5b358166db3c04fd3c5e5ef2cc7c5ae.zip
kde-misc/plasma-applet-weather-widget: Remove package, no more development
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-misc/plasma-applet-weather-widget/metadata.xml11
-rw-r--r--kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-9999.ebuild28
2 files changed, 0 insertions, 39 deletions
diff --git a/kde-misc/plasma-applet-weather-widget/metadata.xml b/kde-misc/plasma-applet-weather-widget/metadata.xml
deleted file mode 100644
index 43c861a8409..00000000000
--- a/kde-misc/plasma-applet-weather-widget/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>kde@gentoo.org</email>
- <name>Gentoo KDE Project</name>
- </maintainer>
- <upstream>
- <remote-id type="github">kotelnik/plasma-applet-weather-widget</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-9999.ebuild b/kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-9999.ebuild
deleted file mode 100644
index 97d46c08db4..00000000000
--- a/kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-9999.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit ecm
-
-if [[ ${PV} = *9999* ]] ; then
- EGIT_REPO_URI="https://github.com/kotelnik/${PN}.git"
- inherit git-r3
-else
- SRC_URI="https://github.com/kotelnik/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~arm64"
-fi
-
-DESCRIPTION="Plasma 5 applet for weather forecasts"
-HOMEPAGE="https://store.kde.org/p/998917/
-https://github.com/kotelnik/plasma-applet-weather-widget"
-
-LICENSE="GPL-2+"
-SLOT="5"
-IUSE=""
-
-DEPEND="
- dev-qt/qtxmlpatterns:5[qml]
- kde-frameworks/plasma:5
-"
-RDEPEND="${DEPEND}"