summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2017-09-24 18:32:00 +0200
committerJohannes Huber <johu@gentoo.org>2017-09-24 18:32:48 +0200
commit1d141df11b11a28ff6a93a70c056ffafab670c10 (patch)
tree7d29c76deb8439cfb31c08adcf34356e388dd301 /kde-misc
parentkde-misc/plasma-applet-weather-widget: Remove 1.6.8 (diff)
downloadgentoo-1d141df11b11a28ff6a93a70c056ffafab670c10.tar.gz
gentoo-1d141df11b11a28ff6a93a70c056ffafab670c10.tar.bz2
gentoo-1d141df11b11a28ff6a93a70c056ffafab670c10.zip
kde-misc/plasma-applet-weather-widget: Remove 1.6.9
Package-Manager: Portage-2.3.10, Repoman-2.3.3
Diffstat (limited to 'kde-misc')
-rw-r--r--kde-misc/plasma-applet-weather-widget/Manifest1
-rw-r--r--kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-1.6.9.ebuild28
2 files changed, 0 insertions, 29 deletions
diff --git a/kde-misc/plasma-applet-weather-widget/Manifest b/kde-misc/plasma-applet-weather-widget/Manifest
index 077b61028163..bd9a797ea4c1 100644
--- a/kde-misc/plasma-applet-weather-widget/Manifest
+++ b/kde-misc/plasma-applet-weather-widget/Manifest
@@ -1,2 +1 @@
DIST plasma-applet-weather-widget-1.6.10.tar.gz 107848 SHA256 9557441285121be52bfe27fa2bb214e865132b8581953faf88f1fae4ae1e87f2 SHA512 5db4c2e426b9b8296b70ec4edf5fc2dbc5e8056f66327569008a77b05201896ed23039aae063807726376e203d637053884bfeeac78c59c519b7fc5685797331 WHIRLPOOL b2f8b570d1ea97f39f742f2a546d8cf294c8af814283ea78c236a1672c460e04c6e3eb2134b3dde82e2a28d0143108cccf59d523e3a5abb9742e706388d15be8
-DIST plasma-applet-weather-widget-1.6.9.tar.gz 106942 SHA256 9447a01adf3589006efea647daf3cc5eac74362dcd6475738164ccaac3a8ad98 SHA512 fd8a99fc8c78b90f1553547b3733aa337acb5e39efd242426ae91847694aa1163363f5415e6fa3d83a2bcd90493c4ef24be721d6f915c9ed8b1fb6503699f5d1 WHIRLPOOL 5c4e1752d519be1f3b818dd8e8e888006c82bc5f17f2cddfd93720de25bc5d475c31b590740053f41d8991ca42026bf8b42fd74b51ff600b5c519a9818312542
diff --git a/kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-1.6.9.ebuild b/kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-1.6.9.ebuild
deleted file mode 100644
index 88e387288f6f..000000000000
--- a/kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-1.6.9.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit kde5
-
-DESCRIPTION="Plasma 5 applet for weather forecasts"
-HOMEPAGE="https://store.kde.org/content/show.php/Weather+Widget?content=169572
-https://github.com/kotelnik/plasma-applet-weather-widget"
-
-if [[ ${KDE_BUILD_TYPE} = live ]] ; then
- EGIT_REPO_URI="https://github.com/kotelnik/${PN}.git"
-else
- SRC_URI="https://github.com/kotelnik/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-fi
-
-LICENSE="GPL-2+"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="
- $(add_frameworks_dep plasma)
- $(add_qt_dep qtdeclarative 'xml')
-"
-RDEPEND="${DEPEND}"
-
-DOCS=( README.md )