summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-misc/plasma-applet-weather-widget')
-rw-r--r--kde-misc/plasma-applet-weather-widget/Manifest1
-rw-r--r--kde-misc/plasma-applet-weather-widget/metadata.xml11
-rw-r--r--kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-1.6.10-r1.ebuild30
3 files changed, 0 insertions, 42 deletions
diff --git a/kde-misc/plasma-applet-weather-widget/Manifest b/kde-misc/plasma-applet-weather-widget/Manifest
deleted file mode 100644
index 2755fc313d7f..000000000000
--- a/kde-misc/plasma-applet-weather-widget/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST plasma-applet-weather-widget-1.6.10.tar.gz 107848 BLAKE2B a434a7c6c26effa5daee37ae1d03e26793543112404b9e607346ac2f34405bcc068a201b9c371606d60cd129fda45e2dbb6d7cadf038365e1b2a5cdfc1813b1a SHA512 5db4c2e426b9b8296b70ec4edf5fc2dbc5e8056f66327569008a77b05201896ed23039aae063807726376e203d637053884bfeeac78c59c519b7fc5685797331
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 707c75bcce5f..000000000000
--- 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 "http://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-1.6.10-r1.ebuild b/kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-1.6.10-r1.ebuild
deleted file mode 100644
index 0c2ac70e2ced..000000000000
--- a/kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-1.6.10-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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.12.1-r1:5[qml(+)]
- >=kde-frameworks/plasma-5.60.0:5
-"
-RDEPEND="${DEPEND}"
-
-DOCS=( README.md )