summaryrefslogtreecommitdiff
path: root/kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-1.6.1.ebuild
diff options
context:
space:
mode:
authorAndreas Sturmlechner <andreas.sturmlechner@gmail.com>2016-02-11 17:05:23 +0100
committerMichael Palimaka <kensington@gentoo.org>2016-02-12 14:50:43 +1100
commit8ba2a39644ba175d0a5dcb59c38b8cf07c805f7e (patch)
tree92a3345d462ceaa248309a1bf560e8768233c25a /kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-1.6.1.ebuild
parent011b3baf058d68dda5fbf7bd5da75e18ddd6cec6 (diff)
downloadkde-8ba2a39644ba175d0a5dcb59c38b8cf07c805f7e.tar.gz
kde-8ba2a39644ba175d0a5dcb59c38b8cf07c805f7e.tar.bz2
kde-8ba2a39644ba175d0a5dcb59c38b8cf07c805f7e.zip
kde-misc/plasma-applet-weather-widget: Version bump
Package-Manager: portage-2.2.27
Diffstat (limited to 'kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-1.6.1.ebuild')
-rw-r--r--kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-1.6.1.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-1.6.1.ebuild b/kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-1.6.1.ebuild
deleted file mode 100644
index 2123c150587..00000000000
--- a/kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-1.6.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit kde5
-
-DESCRIPTION="Plasma 5 applet for weather forecasts"
-HOMEPAGE="http://kde-look.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)
-"
-RDEPEND="${DEPEND}"
-
-DOCS=( README.md )