[gentoo-commits] repo/gentoo:master commit in: kde-misc/plasma-applet-weather-widget/

2020-03-16 Thread Andreas Sturmlechner
commit: 758c57d12d2675a8dde460f168766b3b5f701741
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Mar 16 21:25:01 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Mar 16 21:28:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=758c57d1

kde-misc/plasma-applet-weather-widget: Switch to ecm.eclass

Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../plasma-applet-weather-widget-1.6.10-r1.ebuild  | 18 --
 1 file changed, 12 insertions(+), 6 deletions(-)

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
index ec1574a7307..0c2ac70e2ce 100644
--- 
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
@@ -3,21 +3,27 @@
 
 EAPI=7
 
-QT_MINIMAL=5.12.1
-inherit kde5
+inherit ecm
+
+if [[ ${PV} = ** ]] ; 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;
-SRC_URI="https://github.com/kotelnik/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="GPL-2+"
-KEYWORDS="~amd64 ~arm64"
+SLOT="5"
 IUSE=""
 
 DEPEND="
-   $(add_frameworks_dep plasma)
-   $(add_qt_dep qtxmlpatterns 'qml(+)' 5.12.1-r1)
+   >=dev-qt/qtxmlpatterns-5.12.1-r1:5[qml(+)]
+   >=kde-frameworks/plasma-5.60.0:5
 "
 RDEPEND="${DEPEND}"
 



[gentoo-commits] repo/gentoo:master commit in: kde-misc/plasma-applet-weather-widget/

2020-02-18 Thread Andreas Sturmlechner
commit: e74ad7addf9f8e43b7cff25e1bad1caa9c3b4cd8
Author: Roy Bamford  gentoo  org>
AuthorDate: Tue Feb 18 11:28:02 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Feb 18 20:05:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e74ad7ad

kde-misc/plasma-applet-weather-widget: added ~arm64 keyword

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Roy Bamford  gentoo.org>
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../plasma-applet-weather-widget-1.6.10-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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
index 3441c226550..ec1574a7307 100644
--- 
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
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,7 @@ https://github.com/kotelnik/plasma-applet-weather-widget;
 SRC_URI="https://github.com/kotelnik/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="GPL-2+"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-misc/plasma-applet-weather-widget/

2019-07-20 Thread Andreas Sturmlechner
commit: 20dbcc0deda2770198f9474ff9f2f8bb81b2d3b2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jul 20 19:09:04 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jul 20 19:29:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20dbcc0d

kde-misc/plasma-applet-weather-widget: Fix HOMEPAGE

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../plasma-applet-weather-widget-1.6.10-r1.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
index 22f4f310aba..3441c226550 100644
--- 
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
@@ -7,7 +7,7 @@ QT_MINIMAL=5.12.1
 inherit kde5
 
 DESCRIPTION="Plasma 5 applet for weather forecasts"
-HOMEPAGE="https://store.kde.org/content/show.php/Weather+Widget?content=169572
+HOMEPAGE="https://store.kde.org/p/998917/
 https://github.com/kotelnik/plasma-applet-weather-widget;
 SRC_URI="https://github.com/kotelnik/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 



[gentoo-commits] repo/gentoo:master commit in: kde-misc/plasma-applet-weather-widget/

2019-03-16 Thread Andreas Sturmlechner
commit: a1cc6cafa37f7f3a4a060bfeed60348eb67a3c6a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Mar 16 20:56:53 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Mar 16 22:41:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1cc6caf

kde-misc/plasma-applet-weather-widget: Need USE qml from qtxmlpatterns

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../plasma-applet-weather-widget-1.6.10-r1.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
index 61cf7d41112..22f4f310aba 100644
--- 
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
@@ -17,7 +17,7 @@ IUSE=""
 
 DEPEND="
$(add_frameworks_dep plasma)
-   $(add_qt_dep qtxmlpatterns '' 5.12.1-r1)
+   $(add_qt_dep qtxmlpatterns 'qml(+)' 5.12.1-r1)
 "
 RDEPEND="${DEPEND}"
 



[gentoo-commits] repo/gentoo:master commit in: kde-misc/plasma-applet-weather-widget/

2019-03-12 Thread Andreas Sturmlechner
commit: d214f0dba71ecab47812f0ad7493c53acefe02d3
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Mar 12 00:19:58 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Mar 12 07:07:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d214f0db

kde-misc/plasma-applet-weather-widget: Drop 1.6.10 (r0)

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../plasma-applet-weather-widget-1.6.10.ebuild | 28 --
 1 file changed, 28 deletions(-)

diff --git 
a/kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-1.6.10.ebuild
 
b/kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-1.6.10.ebuild
deleted file mode 100644
index 88e387288f6..000
--- 
a/kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-1.6.10.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 )



[gentoo-commits] repo/gentoo:master commit in: kde-misc/plasma-applet-weather-widget/

2019-03-12 Thread Andreas Sturmlechner
commit: f73ecd7bb73264cce8194383068709a76db99378
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Mar 12 00:18:40 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Mar 12 07:07:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f73ecd7b

kde-misc/plasma-applet-weather-widget: EAPI-7, set QT_MINIMAL=5.12.1

In Qt 5.12, xmllistmodel moved from qtdeclarative[xml] into qtxmlpatterns.

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../plasma-applet-weather-widget-1.6.10-r1.ebuild  | 24 ++
 1 file changed, 24 insertions(+)

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
new file mode 100644
index 000..61cf7d41112
--- /dev/null
+++ 
b/kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-1.6.10-r1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+QT_MINIMAL=5.12.1
+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;
+SRC_URI="https://github.com/kotelnik/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2+"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="
+   $(add_frameworks_dep plasma)
+   $(add_qt_dep qtxmlpatterns '' 5.12.1-r1)
+"
+RDEPEND="${DEPEND}"
+
+DOCS=( README.md )



[gentoo-commits] repo/gentoo:master commit in: kde-misc/plasma-applet-weather-widget/

2017-09-24 Thread Johannes Huber
commit: 1d141df11b11a28ff6a93a70c056ffafab670c10
Author: Johannes Huber  gentoo  org>
AuthorDate: Sun Sep 24 16:32:00 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sun Sep 24 16:32:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d141df1

kde-misc/plasma-applet-weather-widget: Remove 1.6.9

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 kde-misc/plasma-applet-weather-widget/Manifest |  1 -
 .../plasma-applet-weather-widget-1.6.9.ebuild  | 28 --
 2 files changed, 29 deletions(-)

diff --git a/kde-misc/plasma-applet-weather-widget/Manifest 
b/kde-misc/plasma-applet-weather-widget/Manifest
index 077b6102816..bd9a797ea4c 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 88e387288f6..000
--- 
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 )



[gentoo-commits] repo/gentoo:master commit in: kde-misc/plasma-applet-weather-widget/

2017-09-24 Thread Johannes Huber
commit: 1b38e1c7b953a02358a15a8dd303100d8ff0707c
Author: Johannes Huber  gentoo  org>
AuthorDate: Sun Sep 24 16:31:19 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sun Sep 24 16:32:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b38e1c7

kde-misc/plasma-applet-weather-widget: Remove 1.6.8

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 kde-misc/plasma-applet-weather-widget/Manifest |  1 -
 .../plasma-applet-weather-widget-1.6.8.ebuild  | 28 --
 2 files changed, 29 deletions(-)

diff --git a/kde-misc/plasma-applet-weather-widget/Manifest 
b/kde-misc/plasma-applet-weather-widget/Manifest
index 79a88c7a5c3..077b6102816 100644
--- a/kde-misc/plasma-applet-weather-widget/Manifest
+++ b/kde-misc/plasma-applet-weather-widget/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-applet-weather-widget-1.6.10.tar.gz 107848 SHA256 
9557441285121be52bfe27fa2bb214e865132b8581953faf88f1fae4ae1e87f2 SHA512 
5db4c2e426b9b8296b70ec4edf5fc2dbc5e8056f66327569008a77b05201896ed23039aae063807726376e203d637053884bfeeac78c59c519b7fc5685797331
 WHIRLPOOL 
b2f8b570d1ea97f39f742f2a546d8cf294c8af814283ea78c236a1672c460e04c6e3eb2134b3dde82e2a28d0143108cccf59d523e3a5abb9742e706388d15be8
-DIST plasma-applet-weather-widget-1.6.8.tar.gz 104894 SHA256 
6632643ea20b090556ff916d4f17094f89c715bff89084189f72c523f8d38603 SHA512 
4fcdcf40fd93e1ee0a86b8588e7546dd934ba2e1c5d4adda99464fff8d1134be687b09e5e4a7f51d36e9f1206238e35db815a77707ddb80c78b8d563a01dfbee
 WHIRLPOOL 
84371868174d708aee942995eaf09f3a04051a42ba63f1a32878cffdd7b50f57f230eaa18026886097e717ed204b6278ff2fe41b1debc9a8ac8ffcf2d8b886c9
 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.8.ebuild
 
b/kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-1.6.8.ebuild
deleted file mode 100644
index 88e387288f6..000
--- 
a/kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-1.6.8.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 )



[gentoo-commits] repo/gentoo:master commit in: kde-misc/plasma-applet-weather-widget/

2017-09-24 Thread Johannes Huber
commit: 584c8adf691668aca370160aa4b47afe85218e17
Author: Johannes Huber  gentoo  org>
AuthorDate: Sun Sep 24 16:30:27 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sun Sep 24 16:32:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=584c8adf

kde-misc/plasma-applet-weather-widget: Version bump 1.6.10

Closes: https://bugs.gentoo.org/631940
Package-Manager: Portage-2.3.10, Repoman-2.3.3

 kde-misc/plasma-applet-weather-widget/Manifest |  1 +
 .../plasma-applet-weather-widget-1.6.10.ebuild | 28 ++
 2 files changed, 29 insertions(+)

diff --git a/kde-misc/plasma-applet-weather-widget/Manifest 
b/kde-misc/plasma-applet-weather-widget/Manifest
index f81fc1078fa..79a88c7a5c3 100644
--- a/kde-misc/plasma-applet-weather-widget/Manifest
+++ b/kde-misc/plasma-applet-weather-widget/Manifest
@@ -1,2 +1,3 @@
+DIST plasma-applet-weather-widget-1.6.10.tar.gz 107848 SHA256 
9557441285121be52bfe27fa2bb214e865132b8581953faf88f1fae4ae1e87f2 SHA512 
5db4c2e426b9b8296b70ec4edf5fc2dbc5e8056f66327569008a77b05201896ed23039aae063807726376e203d637053884bfeeac78c59c519b7fc5685797331
 WHIRLPOOL 
b2f8b570d1ea97f39f742f2a546d8cf294c8af814283ea78c236a1672c460e04c6e3eb2134b3dde82e2a28d0143108cccf59d523e3a5abb9742e706388d15be8
 DIST plasma-applet-weather-widget-1.6.8.tar.gz 104894 SHA256 
6632643ea20b090556ff916d4f17094f89c715bff89084189f72c523f8d38603 SHA512 
4fcdcf40fd93e1ee0a86b8588e7546dd934ba2e1c5d4adda99464fff8d1134be687b09e5e4a7f51d36e9f1206238e35db815a77707ddb80c78b8d563a01dfbee
 WHIRLPOOL 
84371868174d708aee942995eaf09f3a04051a42ba63f1a32878cffdd7b50f57f230eaa18026886097e717ed204b6278ff2fe41b1debc9a8ac8ffcf2d8b886c9
 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.10.ebuild
 
b/kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-1.6.10.ebuild
new file mode 100644
index 000..88e387288f6
--- /dev/null
+++ 
b/kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-1.6.10.ebuild
@@ -0,0 +1,28 @@
+# 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 )



[gentoo-commits] repo/gentoo:master commit in: kde-misc/plasma-applet-weather-widget/

2017-06-23 Thread Michael Palimaka
commit: 720d1f5fc165b73a1e79b5fc432686cefbd877ca
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Jun 24 03:52:29 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Jun 24 03:52:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=720d1f5f

kde-misc/plasma-applet-weather-widget: version bump 1.6.9

Gentoo-bug: 622194
Package-Manager: Portage-2.3.6, Repoman-2.3.2

 kde-misc/plasma-applet-weather-widget/Manifest |  1 +
 .../plasma-applet-weather-widget-1.6.9.ebuild  | 28 ++
 2 files changed, 29 insertions(+)

diff --git a/kde-misc/plasma-applet-weather-widget/Manifest 
b/kde-misc/plasma-applet-weather-widget/Manifest
index cfb5970d24b..f81fc1078fa 100644
--- a/kde-misc/plasma-applet-weather-widget/Manifest
+++ b/kde-misc/plasma-applet-weather-widget/Manifest
@@ -1 +1,2 @@
 DIST plasma-applet-weather-widget-1.6.8.tar.gz 104894 SHA256 
6632643ea20b090556ff916d4f17094f89c715bff89084189f72c523f8d38603 SHA512 
4fcdcf40fd93e1ee0a86b8588e7546dd934ba2e1c5d4adda99464fff8d1134be687b09e5e4a7f51d36e9f1206238e35db815a77707ddb80c78b8d563a01dfbee
 WHIRLPOOL 
84371868174d708aee942995eaf09f3a04051a42ba63f1a32878cffdd7b50f57f230eaa18026886097e717ed204b6278ff2fe41b1debc9a8ac8ffcf2d8b886c9
+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
new file mode 100644
index 000..88e387288f6
--- /dev/null
+++ 
b/kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-1.6.9.ebuild
@@ -0,0 +1,28 @@
+# 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 )



[gentoo-commits] repo/gentoo:master commit in: kde-misc/plasma-applet-weather-widget/

2017-02-13 Thread Johannes Huber
commit: f239184e76e1cbe59376295597adbdc795731f9e
Author: Johannes Huber  gentoo  org>
AuthorDate: Mon Feb 13 20:57:53 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Mon Feb 13 20:57:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f239184e

kde-misc/plasma-applet-weather-widget: DEPEND on dev-qt/qtdeclarative[xml]

Thanks-to: holgersson
Thanks-to: Arfrever

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 .../plasma-applet-weather-widget-1.6.8.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-1.6.8.ebuild
 
b/kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-1.6.8.ebuild
index 587ac72ea9..26608f1f82 100644
--- 
a/kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-1.6.8.ebuild
+++ 
b/kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-1.6.8.ebuild
@@ -22,7 +22,7 @@ IUSE=""
 
 DEPEND="
$(add_frameworks_dep plasma)
-   $(add_qt_dep qtdeclarative)
+   $(add_qt_dep qtdeclarative 'xml')
 "
 RDEPEND="${DEPEND}"
 



[gentoo-commits] repo/gentoo:master commit in: kde-misc/plasma-applet-weather-widget/

2017-01-03 Thread Johannes Huber
commit: 343c47bdd5e8733fba08ec47bb4fc44ca20a104c
Author: Johannes Huber  gentoo  org>
AuthorDate: Tue Jan  3 14:42:34 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue Jan  3 14:42:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=343c47bd

kde-misc/plasma-applet-weather-widget: Remove 1.6.7

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 kde-misc/plasma-applet-weather-widget/Manifest |  1 -
 .../plasma-applet-weather-widget-1.6.7.ebuild  | 29 --
 2 files changed, 30 deletions(-)

diff --git a/kde-misc/plasma-applet-weather-widget/Manifest 
b/kde-misc/plasma-applet-weather-widget/Manifest
index fe5d1e5..cfb5970 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.7.tar.gz 98864 SHA256 
2f75b96c713ab2be65af6daa860b8df6c8116a7d54055f51a29e4425171237a7 SHA512 
24da3014c652a8c8c39de89d61d33a9d745bb172a7ae7c71ca1a20fb834636d277e839f7d3205bd7349d9bc29c84f05bfb3c3f70c943be65f7acfe2315ce078e
 WHIRLPOOL 
720df748c802b2f606944f15b977c85d0c88f975f3d9dd695a1042ccbae33a9db2b881da535bb2e05e043f5a982ba07488fcfe6eb94e3c75735a8b012bf4b006
 DIST plasma-applet-weather-widget-1.6.8.tar.gz 104894 SHA256 
6632643ea20b090556ff916d4f17094f89c715bff89084189f72c523f8d38603 SHA512 
4fcdcf40fd93e1ee0a86b8588e7546dd934ba2e1c5d4adda99464fff8d1134be687b09e5e4a7f51d36e9f1206238e35db815a77707ddb80c78b8d563a01dfbee
 WHIRLPOOL 
84371868174d708aee942995eaf09f3a04051a42ba63f1a32878cffdd7b50f57f230eaa18026886097e717ed204b6278ff2fe41b1debc9a8ac8ffcf2d8b886c9

diff --git 
a/kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-1.6.7.ebuild
 
b/kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-1.6.7.ebuild
deleted file mode 100644
index 89e32e35..
--- 
a/kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-1.6.7.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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)
-"
-RDEPEND="${DEPEND}"
-
-DOCS=( README.md )



[gentoo-commits] repo/gentoo:master commit in: kde-misc/plasma-applet-weather-widget/

2017-01-03 Thread Johannes Huber
commit: 25f2ba529d272b60a45529dbbed66fdfe6b84133
Author: Johannes Huber  gentoo  org>
AuthorDate: Tue Jan  3 14:41:56 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue Jan  3 14:41:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25f2ba52

kde-misc/plasma-applet-weather-widget: Version bump 1.6.8

Gentoo-bug: 604488

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 kde-misc/plasma-applet-weather-widget/Manifest |  1 +
 .../plasma-applet-weather-widget-1.6.8.ebuild  | 29 ++
 2 files changed, 30 insertions(+)

diff --git a/kde-misc/plasma-applet-weather-widget/Manifest 
b/kde-misc/plasma-applet-weather-widget/Manifest
index fd0751b..fe5d1e5 100644
--- a/kde-misc/plasma-applet-weather-widget/Manifest
+++ b/kde-misc/plasma-applet-weather-widget/Manifest
@@ -1 +1,2 @@
 DIST plasma-applet-weather-widget-1.6.7.tar.gz 98864 SHA256 
2f75b96c713ab2be65af6daa860b8df6c8116a7d54055f51a29e4425171237a7 SHA512 
24da3014c652a8c8c39de89d61d33a9d745bb172a7ae7c71ca1a20fb834636d277e839f7d3205bd7349d9bc29c84f05bfb3c3f70c943be65f7acfe2315ce078e
 WHIRLPOOL 
720df748c802b2f606944f15b977c85d0c88f975f3d9dd695a1042ccbae33a9db2b881da535bb2e05e043f5a982ba07488fcfe6eb94e3c75735a8b012bf4b006
+DIST plasma-applet-weather-widget-1.6.8.tar.gz 104894 SHA256 
6632643ea20b090556ff916d4f17094f89c715bff89084189f72c523f8d38603 SHA512 
4fcdcf40fd93e1ee0a86b8588e7546dd934ba2e1c5d4adda99464fff8d1134be687b09e5e4a7f51d36e9f1206238e35db815a77707ddb80c78b8d563a01dfbee
 WHIRLPOOL 
84371868174d708aee942995eaf09f3a04051a42ba63f1a32878cffdd7b50f57f230eaa18026886097e717ed204b6278ff2fe41b1debc9a8ac8ffcf2d8b886c9

diff --git 
a/kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-1.6.8.ebuild
 
b/kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-1.6.8.ebuild
new file mode 100644
index ..587ac72
--- /dev/null
+++ 
b/kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-1.6.8.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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)
+"
+RDEPEND="${DEPEND}"
+
+DOCS=( README.md )



[gentoo-commits] repo/gentoo:master commit in: kde-misc/plasma-applet-weather-widget/

2016-11-03 Thread Michael Palimaka
commit: 5419fa1ffe48ce728eae614eba2531a66fc131c4
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Nov  3 08:21:20 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Nov  3 08:21:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5419fa1f

kde-misc/plasma-applet-weather-widget: update HOMEPAGE

Package-Manager: portage-2.3.2

 .../plasma-applet-weather-widget-1.6.7.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-1.6.7.ebuild
 
b/kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-1.6.7.ebuild
index 06e4cee..89e32e3 100644
--- 
a/kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-1.6.7.ebuild
+++ 
b/kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-1.6.7.ebuild
@@ -7,7 +7,7 @@ EAPI=6
 inherit kde5
 
 DESCRIPTION="Plasma 5 applet for weather forecasts"
-HOMEPAGE="http://kde-look.org/content/show.php/Weather+Widget?content=169572
+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



[gentoo-commits] repo/gentoo:master commit in: kde-misc/plasma-applet-weather-widget/

2016-11-02 Thread Johannes Huber
commit: 94197564337dc8fe61fc9aa98115aa7d0d555780
Author: Johannes Huber  gentoo  org>
AuthorDate: Wed Nov  2 21:54:16 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Wed Nov  2 21:54:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94197564

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

Import from kde overlay. Initial ebuild by Andreas Sturmlechner
 gmail.com>. Updates by several people.

Package-Manager: portage-2.3.2

 kde-misc/plasma-applet-weather-widget/Manifest |  1 +
 kde-misc/plasma-applet-weather-widget/metadata.xml | 11 
 .../plasma-applet-weather-widget-1.6.7.ebuild  | 29 ++
 3 files changed, 41 insertions(+)

diff --git a/kde-misc/plasma-applet-weather-widget/Manifest 
b/kde-misc/plasma-applet-weather-widget/Manifest
new file mode 100644
index ..fd0751b
--- /dev/null
+++ b/kde-misc/plasma-applet-weather-widget/Manifest
@@ -0,0 +1 @@
+DIST plasma-applet-weather-widget-1.6.7.tar.gz 98864 SHA256 
2f75b96c713ab2be65af6daa860b8df6c8116a7d54055f51a29e4425171237a7 SHA512 
24da3014c652a8c8c39de89d61d33a9d745bb172a7ae7c71ca1a20fb834636d277e839f7d3205bd7349d9bc29c84f05bfb3c3f70c943be65f7acfe2315ce078e
 WHIRLPOOL 
720df748c802b2f606944f15b977c85d0c88f975f3d9dd695a1042ccbae33a9db2b881da535bb2e05e043f5a982ba07488fcfe6eb94e3c75735a8b012bf4b006

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 ..707c75b
--- /dev/null
+++ b/kde-misc/plasma-applet-weather-widget/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   k...@gentoo.org
+   Gentoo KDE Project
+   
+   
+   kotelnik/plasma-applet-weather-widget
+   
+

diff --git 
a/kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-1.6.7.ebuild
 
b/kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-1.6.7.ebuild
new file mode 100644
index ..06e4cee
--- /dev/null
+++ 
b/kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-1.6.7.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+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 )