public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/plasma-applet-weather-widget/
Date: Wed, 30 Dec 2015 12:26:23 +0000 (UTC)	[thread overview]
Message-ID: <1451435754.0bc81ca9e7efd3b019454b5b016a2179d4fbc387.kensington@gentoo> (raw)

commit:     0bc81ca9e7efd3b019454b5b016a2179d4fbc387
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Wed Dec 30 00:35:24 2015 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Dec 30 00:35:54 2015 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=0bc81ca9

kde-misc/plasma-applet-weather-widget: New package

GHNS version does not support offline data cache.

Package-Manager: portage-2.2.24

 kde-misc/plasma-applet-weather-widget/metadata.xml |  5 ++++
 .../plasma-applet-weather-widget-1.6.1.ebuild      | 28 ++++++++++++++++++++++
 .../plasma-applet-weather-widget-9999.ebuild       | 28 ++++++++++++++++++++++
 3 files changed, 61 insertions(+)

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 0000000..a23f444
--- /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 0000000..95a86b7
--- /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 0000000..95a86b7
--- /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 )


             reply	other threads:[~2015-12-30 12:26 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-30 12:26 Michael Palimaka [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-12-30 15:19 [gentoo-commits] proj/kde:master commit in: kde-misc/plasma-applet-weather-widget/ Michael Palimaka
2015-12-31 11:31 Manuel Rüger
2016-02-12  3:50 Michael Palimaka
2016-04-17 14:33 Johannes Huber
2016-04-17 14:38 Johannes Huber
2016-04-17 14:41 Johannes Huber
2016-11-02 21:55 Johannes Huber
2016-11-03  8:20 Michael Palimaka
2017-02-13 20:58 Johannes Huber
2018-09-12 10:09 Andreas Sturmlechner
2019-08-15 12:28 Andreas Sturmlechner
2020-02-23 13:27 Andreas Sturmlechner
2020-03-16 21:43 Andreas Sturmlechner
2022-07-19 15:47 Andreas Sturmlechner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1451435754.0bc81ca9e7efd3b019454b5b016a2179d4fbc387.kensington@gentoo \
    --to=kensington@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox