summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kde-misc/plasma-applet-weather-widget/Manifest1
-rw-r--r--kde-misc/plasma-applet-weather-widget/metadata.xml5
-rw-r--r--kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-1.6.1.ebuild28
-rw-r--r--kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-9999.ebuild28
4 files changed, 62 insertions, 0 deletions
diff --git a/kde-misc/plasma-applet-weather-widget/Manifest b/kde-misc/plasma-applet-weather-widget/Manifest
new file mode 100644
index 00000000000..500576ef14d
--- /dev/null
+++ b/kde-misc/plasma-applet-weather-widget/Manifest
@@ -0,0 +1 @@
+DIST plasma-applet-weather-widget-1.6.1.tar.gz 90062 SHA256 bd6dfbc331b23a583bebf83672b8129f8972420600af8cd54087a212ca4f7108 SHA512 185b748530f1be0eb48f84aa4a07bb30446773102fbf6103c4f465c5ca1c25a983093a0078576e7f26ffaea89ed46d3c7ebf8334269768f0c9f011a66b4f3249 WHIRLPOOL 2268b15fd283ecd6c5181540f7e9255c8d106021383d04ee0e7336f5ebb73750f67ba5b54b5047f01a0f7aec262bdbe566c834d0a117ee3c4b02519dd3fd7765
diff --git a/kde-misc/plasma-applet-weather-widget/metadata.xml b/kde-misc/plasma-applet-weather-widget/metadata.xml
new file mode 100644
index 00000000000..a23f444b67d
--- /dev/null
+++ b/kde-misc/plasma-applet-weather-widget/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>kde</herd>
+</pkgmetadata>
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
new file mode 100644
index 00000000000..95a86b75f53
--- /dev/null
+++ b/kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-1.6.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit kde5
+
+DESCRIPTION="Plasma 5 applet for controlling redshift"
+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)
+ dev-qt/qtdeclarative:5
+"
+RDEPEND="${DEPEND}"
+
+DOCS=( README.md )
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
new file mode 100644
index 00000000000..95a86b75f53
--- /dev/null
+++ b/kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-9999.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit kde5
+
+DESCRIPTION="Plasma 5 applet for controlling redshift"
+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)
+ dev-qt/qtdeclarative:5
+"
+RDEPEND="${DEPEND}"
+
+DOCS=( README.md )