[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-weather-plugin/

2024-03-23 Thread Michał Górny
commit: 5c81da89269acb61649c86bf0fc0b41e8a0fcdce
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 23 14:16:12 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 23 14:36:04 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c81da89

xfce-extra/xfce4-weather-plugin: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 xfce-extra/xfce4-weather-plugin/Manifest   |  1 -
 .../xfce4-weather-plugin-0.11.1.ebuild | 61 --
 2 files changed, 62 deletions(-)

diff --git a/xfce-extra/xfce4-weather-plugin/Manifest 
b/xfce-extra/xfce4-weather-plugin/Manifest
index fc0f39f7fce9..f73ee624142c 100644
--- a/xfce-extra/xfce4-weather-plugin/Manifest
+++ b/xfce-extra/xfce4-weather-plugin/Manifest
@@ -1,2 +1 @@
-DIST xfce4-weather-plugin-0.11.1.tar.bz2 3100215 BLAKE2B 
454fd3d4f1d40123b4ffd6f648b43079be444fccb876e123604d51741819ab3b65d81e56af9f25dce720f34d706f6c87211619a8e55b7f9f41bb5fc530e1
 SHA512 
625b2aab1ded60eb39171969cd67224569cf7477c0a6e47aa5600a4a09b4a2cecd4b830f4c01669e6f2289edd4e7d882b15d56526a1211b8b5b86141b585778f
 DIST xfce4-weather-plugin-0.11.2.tar.bz2 3096214 BLAKE2B 
e12d4e0a888b5c9602a0aa0bd595b89bc76a30fa3c250c16c2ddf328d4183c752a624a5e282447b4c987ed4a9ed1dc8e7f9413b3107956e1f67e96fce7213ec8
 SHA512 
011868165b17501a8b5aacb0387c23be635a1f4037a49501a823cf4aeb2be77d40aad51a4f1d1ccb1057b49e82d4cce2b2cffb82d165cf695340fbab99665ae2

diff --git a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.11.1.ebuild 
b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.11.1.ebuild
deleted file mode 100644
index 090498f59e7f..
--- a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.11.1.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit xdg-utils
-
-DESCRIPTION="A weather plug-in for the Xfce desktop environment"
-HOMEPAGE="
-   https://docs.xfce.org/panel-plugins/xfce4-weather-plugin/start
-   https://gitlab.xfce.org/panel-plugins/xfce4-weather-plugin/
-"
-SRC_URI="
-   https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2
-"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
-IUSE="upower"
-
-DEPEND="
-   >=dev-libs/glib-2.50
-   dev-libs/libxml2
-   >=net-libs/libsoup-2.42:2.4[ssl]
-   >=x11-libs/gtk+-3.22:3
-   >=xfce-base/libxfce4ui-4.14:=
-   >=xfce-base/libxfce4util-4.14:=
-   >=xfce-base/xfce4-panel-4.14:=
-   >=xfce-base/xfconf-4.12:=
-   upower? ( >=sys-power/upower-0.9.23 )
-"
-RDEPEND="
-   ${DEPEND}
-"
-BDEPEND="
-   dev-util/intltool
-   virtual/pkgconfig
-"
-
-src_configure() {
-   # For GEONAMES_USERNAME, read README file and ask ssuominen@!
-   local myconf=(
-   $(use_enable upower)
-   GEONAMES_USERNAME=Gentoo
-   )
-   econf "${myconf[@]}"
-}
-
-src_install() {
-   default
-   find "${D}" -name '*.la' -delete || die
-}
-
-pkg_postinst() {
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-weather-plugin/

2024-03-23 Thread Sam James
commit: b14a6536c47cf6621d80270f9cec539f43f11cbc
Author: Sam James  gentoo  org>
AuthorDate: Sat Mar 23 13:38:31 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Mar 23 13:38:31 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b14a6536

xfce-extra/xfce4-weather-plugin: Stabilize 0.11.2 ppc64, #927594

Signed-off-by: Sam James  gentoo.org>

 xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.11.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.11.2.ebuild 
b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.11.2.ebuild
index c78e4100f125..0e839e370fdc 100644
--- a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.11.2.ebuild
+++ b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.11.2.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 ~riscv x86"
 IUSE="upower"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-weather-plugin/

2024-03-23 Thread Sam James
commit: 209d42630ebfa8ec3801ee62e8ae359a61637540
Author: Sam James  gentoo  org>
AuthorDate: Sat Mar 23 13:38:30 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Mar 23 13:38:30 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=209d4263

xfce-extra/xfce4-weather-plugin: Stabilize 0.11.2 ppc, #927594

Signed-off-by: Sam James  gentoo.org>

 xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.11.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.11.2.ebuild 
b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.11.2.ebuild
index 33e80da894ca..c78e4100f125 100644
--- a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.11.2.ebuild
+++ b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.11.2.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 ~riscv x86"
 IUSE="upower"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-weather-plugin/

2024-03-08 Thread Michał Górny
commit: a75b7cbb0e4c2f9a70519aa90272a20596272832
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar  8 13:00:40 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar  8 13:01:44 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a75b7cbb

xfce-extra/xfce4-weather-plugin: Bump to 0.11.2

Signed-off-by: Michał Górny  gentoo.org>

 xfce-extra/xfce4-weather-plugin/Manifest   |  1 +
 .../xfce4-weather-plugin-0.11.2.ebuild | 62 ++
 2 files changed, 63 insertions(+)

diff --git a/xfce-extra/xfce4-weather-plugin/Manifest 
b/xfce-extra/xfce4-weather-plugin/Manifest
index 7d70772c34a7..fc0f39f7fce9 100644
--- a/xfce-extra/xfce4-weather-plugin/Manifest
+++ b/xfce-extra/xfce4-weather-plugin/Manifest
@@ -1 +1,2 @@
 DIST xfce4-weather-plugin-0.11.1.tar.bz2 3100215 BLAKE2B 
454fd3d4f1d40123b4ffd6f648b43079be444fccb876e123604d51741819ab3b65d81e56af9f25dce720f34d706f6c87211619a8e55b7f9f41bb5fc530e1
 SHA512 
625b2aab1ded60eb39171969cd67224569cf7477c0a6e47aa5600a4a09b4a2cecd4b830f4c01669e6f2289edd4e7d882b15d56526a1211b8b5b86141b585778f
+DIST xfce4-weather-plugin-0.11.2.tar.bz2 3096214 BLAKE2B 
e12d4e0a888b5c9602a0aa0bd595b89bc76a30fa3c250c16c2ddf328d4183c752a624a5e282447b4c987ed4a9ed1dc8e7f9413b3107956e1f67e96fce7213ec8
 SHA512 
011868165b17501a8b5aacb0387c23be635a1f4037a49501a823cf4aeb2be77d40aad51a4f1d1ccb1057b49e82d4cce2b2cffb82d165cf695340fbab99665ae2

diff --git a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.11.2.ebuild 
b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.11.2.ebuild
new file mode 100644
index ..3ede79a2b03b
--- /dev/null
+++ b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.11.2.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xdg-utils
+
+DESCRIPTION="A weather plug-in for the Xfce desktop environment"
+HOMEPAGE="
+   https://docs.xfce.org/panel-plugins/xfce4-weather-plugin/start
+   https://gitlab.xfce.org/panel-plugins/xfce4-weather-plugin/
+"
+SRC_URI="
+   https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2
+"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+IUSE="upower"
+
+DEPEND="
+   >=dev-libs/glib-2.64.0
+   >=dev-libs/json-c-0.13.1:=
+   dev-libs/libxml2
+   >=net-libs/libsoup-2.42:2.4[ssl]
+   >=x11-libs/gtk+-3.22.0
+   >=xfce-base/libxfce4ui-4.14.0
+   >=xfce-base/libxfce4util-4.14.0
+   >=xfce-base/xfce4-panel-4.14.0
+   >=xfce-base/xfconf-4.12.0
+   upower? ( >=sys-power/upower-0.9.23 )
+"
+RDEPEND="
+   ${DEPEND}
+"
+BDEPEND="
+   dev-util/intltool
+   virtual/pkgconfig
+"
+
+src_configure() {
+   # For GEONAMES_USERNAME, read README file and ask ssuominen@!
+   local myconf=(
+   $(use_enable upower)
+   GEONAMES_USERNAME=Gentoo
+   )
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-weather-plugin/

2023-06-11 Thread Michał Górny
commit: 44cc8bbc7b4d82a16eddcd59521d9d2011647033
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jun 11 19:14:29 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun 11 19:19:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44cc8bbc

xfce-extra/xfce4-weather-plugin: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 xfce-extra/xfce4-weather-plugin/Manifest   |  1 -
 .../xfce4-weather-plugin-0.11.0-r1.ebuild  | 50 --
 2 files changed, 51 deletions(-)

diff --git a/xfce-extra/xfce4-weather-plugin/Manifest 
b/xfce-extra/xfce4-weather-plugin/Manifest
index 6d806913bd1c..7d70772c34a7 100644
--- a/xfce-extra/xfce4-weather-plugin/Manifest
+++ b/xfce-extra/xfce4-weather-plugin/Manifest
@@ -1,2 +1 @@
-DIST xfce4-weather-plugin-0.11.0.tar.bz2 3019896 BLAKE2B 
3ab8c2d16efb47f921ad5b6511428545553959fec52973f0735706d42b8b260c10f6a1be6db56e9b6f02bca75eaf41d8543be6ac3afd7bb1e44a75d9b6615ff3
 SHA512 
f4534d47f825358752ec6252fd0fc49a44ac682e4cdce960d744cd343f5f670473fa4175c59849282352dc75ca9b22b83d7ace68cedfc7dc89bcb21be24ccf86
 DIST xfce4-weather-plugin-0.11.1.tar.bz2 3100215 BLAKE2B 
454fd3d4f1d40123b4ffd6f648b43079be444fccb876e123604d51741819ab3b65d81e56af9f25dce720f34d706f6c87211619a8e55b7f9f41bb5fc530e1
 SHA512 
625b2aab1ded60eb39171969cd67224569cf7477c0a6e47aa5600a4a09b4a2cecd4b830f4c01669e6f2289edd4e7d882b15d56526a1211b8b5b86141b585778f

diff --git 
a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.11.0-r1.ebuild 
b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.11.0-r1.ebuild
deleted file mode 100644
index 0bbdb4c29160..
--- a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.11.0-r1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit xdg-utils
-
-DESCRIPTION="A weather plug-in for the Xfce desktop environment"
-HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin;
-SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
-IUSE="upower"
-
-RDEPEND=">=dev-libs/glib-2.50
-   dev-libs/libxml2
-   >=net-libs/libsoup-2.42:2.4[ssl]
-   >=x11-libs/gtk+-3.22:3
-   >=xfce-base/libxfce4ui-4.14:=
-   >=xfce-base/libxfce4util-4.14:=
-   >=xfce-base/xfce4-panel-4.14:=
-   >=xfce-base/xfconf-4.12:=
-   upower? ( >=sys-power/upower-0.9.23 )"
-DEPEND="${RDEPEND}
-   dev-util/intltool
-   virtual/pkgconfig"
-
-src_configure() {
-   # For GEONAMES_USERNAME, read README file and ask ssuominen@!
-   local myconf=(
-   $(use_enable upower)
-   GEONAMES_USERNAME=Gentoo
-   )
-   econf "${myconf[@]}"
-}
-
-src_install() {
-   default
-   find "${D}" -name '*.la' -delete || die
-}
-
-pkg_postinst() {
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-weather-plugin/

2023-06-11 Thread Jakov Smolić
commit: da02d6e0957d638f639350cc8ad8b1e785acd5d0
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sun Jun 11 18:37:43 2023 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Jun 11 18:37:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da02d6e0

xfce-extra/xfce4-weather-plugin: Stabilize 0.11.1 amd64, #908342

Signed-off-by: Jakov Smolić  gentoo.org>

 xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.11.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.11.1.ebuild 
b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.11.1.ebuild
index c16e116d9447..1c9474f38c31 100644
--- a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.11.1.ebuild
+++ b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.11.1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
 IUSE="upower"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-weather-plugin/

2023-06-11 Thread Jakov Smolić
commit: 1332ee6e13fc3b06b6e2c0b003d8c3450013db42
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sun Jun 11 18:37:44 2023 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Jun 11 18:37:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1332ee6e

xfce-extra/xfce4-weather-plugin: Stabilize 0.11.1 x86, #908342

Signed-off-by: Jakov Smolić  gentoo.org>

 xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.11.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.11.1.ebuild 
b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.11.1.ebuild
index 1c9474f38c31..090498f59e7f 100644
--- a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.11.1.ebuild
+++ b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.11.1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
 IUSE="upower"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-weather-plugin/

2023-04-21 Thread Michał Górny
commit: edb4b557337a97215890f00cdbe4e5ce074ab3fd
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Apr 21 19:24:33 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Apr 21 19:24:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edb4b557

xfce-extra/xfce4-weather-plugin: Bump to 0.11.1

Signed-off-by: Michał Górny  gentoo.org>

 xfce-extra/xfce4-weather-plugin/Manifest   |  1 +
 .../xfce4-weather-plugin-0.11.1.ebuild | 61 ++
 2 files changed, 62 insertions(+)

diff --git a/xfce-extra/xfce4-weather-plugin/Manifest 
b/xfce-extra/xfce4-weather-plugin/Manifest
index f5c779352fab..6d806913bd1c 100644
--- a/xfce-extra/xfce4-weather-plugin/Manifest
+++ b/xfce-extra/xfce4-weather-plugin/Manifest
@@ -1 +1,2 @@
 DIST xfce4-weather-plugin-0.11.0.tar.bz2 3019896 BLAKE2B 
3ab8c2d16efb47f921ad5b6511428545553959fec52973f0735706d42b8b260c10f6a1be6db56e9b6f02bca75eaf41d8543be6ac3afd7bb1e44a75d9b6615ff3
 SHA512 
f4534d47f825358752ec6252fd0fc49a44ac682e4cdce960d744cd343f5f670473fa4175c59849282352dc75ca9b22b83d7ace68cedfc7dc89bcb21be24ccf86
+DIST xfce4-weather-plugin-0.11.1.tar.bz2 3100215 BLAKE2B 
454fd3d4f1d40123b4ffd6f648b43079be444fccb876e123604d51741819ab3b65d81e56af9f25dce720f34d706f6c87211619a8e55b7f9f41bb5fc530e1
 SHA512 
625b2aab1ded60eb39171969cd67224569cf7477c0a6e47aa5600a4a09b4a2cecd4b830f4c01669e6f2289edd4e7d882b15d56526a1211b8b5b86141b585778f

diff --git a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.11.1.ebuild 
b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.11.1.ebuild
new file mode 100644
index ..c16e116d9447
--- /dev/null
+++ b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.11.1.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xdg-utils
+
+DESCRIPTION="A weather plug-in for the Xfce desktop environment"
+HOMEPAGE="
+   https://docs.xfce.org/panel-plugins/xfce4-weather-plugin/start
+   https://gitlab.xfce.org/panel-plugins/xfce4-weather-plugin/
+"
+SRC_URI="
+   https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2
+"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+IUSE="upower"
+
+DEPEND="
+   >=dev-libs/glib-2.50
+   dev-libs/libxml2
+   >=net-libs/libsoup-2.42:2.4[ssl]
+   >=x11-libs/gtk+-3.22:3
+   >=xfce-base/libxfce4ui-4.14:=
+   >=xfce-base/libxfce4util-4.14:=
+   >=xfce-base/xfce4-panel-4.14:=
+   >=xfce-base/xfconf-4.12:=
+   upower? ( >=sys-power/upower-0.9.23 )
+"
+RDEPEND="
+   ${DEPEND}
+"
+BDEPEND="
+   dev-util/intltool
+   virtual/pkgconfig
+"
+
+src_configure() {
+   # For GEONAMES_USERNAME, read README file and ask ssuominen@!
+   local myconf=(
+   $(use_enable upower)
+   GEONAMES_USERNAME=Gentoo
+   )
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-weather-plugin/

2022-07-27 Thread Sam James
commit: 5a2548827d196ca94186328a803c7e56be790fa7
Author: Sam James  gentoo  org>
AuthorDate: Wed Jul 27 08:11:13 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jul 27 08:11:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a254882

xfce-extra/xfce4-weather-plugin: Keyword 0.11.0-r1 arm64, #857147

Signed-off-by: Sam James  gentoo.org>

 xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.11.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.11.0-r1.ebuild 
b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.11.0-r1.ebuild
index 8b5cd9fab1c3..0bbdb4c29160 100644
--- a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.11.0-r1.ebuild
+++ b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.11.0-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
 IUSE="upower"
 
 RDEPEND=">=dev-libs/glib-2.50



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-weather-plugin/

2022-06-19 Thread Yixun Lan
commit: 78810c8a5750c62122a035949149d6130e718b37
Author: Yixun Lan  gentoo  org>
AuthorDate: Sun Jun 19 12:54:45 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Sun Jun 19 12:54:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78810c8a

xfce-extra/xfce4-weather-plugin: keyword 0.11.0-r1 for ~riscv

Signed-off-by: Yixun Lan  gentoo.org>

 xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.11.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.11.0-r1.ebuild 
b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.11.0-r1.ebuild
index d349ac719868..8b5cd9fab1c3 100644
--- a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.11.0-r1.ebuild
+++ b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.11.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~riscv x86"
 IUSE="upower"
 
 RDEPEND=">=dev-libs/glib-2.50



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-weather-plugin/

2021-09-16 Thread Sam James
commit: d66e335ea461ab5b59c09545423fc6e2e48c2f7d
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep 16 19:10:24 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep 16 19:11:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d66e335e

xfce-extra/xfce4-weather-plugin: fix libsoup slot dependency

Signed-off-by: Sam James  gentoo.org>

 ...ather-plugin-0.11.0.ebuild => xfce4-weather-plugin-0.11.0-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.11.0.ebuild 
b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.11.0-r1.ebuild
similarity index 96%
rename from xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.11.0.ebuild
rename to xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.11.0-r1.ebuild
index eb48ebbef1d..d349ac71986 100644
--- a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.11.0.ebuild
+++ b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.11.0-r1.ebuild
@@ -16,7 +16,7 @@ IUSE="upower"
 
 RDEPEND=">=dev-libs/glib-2.50
dev-libs/libxml2
-   >=net-libs/libsoup-2.42[ssl]
+   >=net-libs/libsoup-2.42:2.4[ssl]
>=x11-libs/gtk+-3.22:3
>=xfce-base/libxfce4ui-4.14:=
>=xfce-base/libxfce4util-4.14:=



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-weather-plugin/

2021-04-11 Thread Michał Górny
commit: c3a5cf571aa4d71b35725c623de90aaf27ab6a66
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr 11 11:16:22 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr 11 11:22:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3a5cf57

xfce-extra/xfce4-weather-plugin: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 xfce-extra/xfce4-weather-plugin/Manifest   |  1 -
 .../xfce4-weather-plugin-0.10.2.ebuild | 49 --
 2 files changed, 50 deletions(-)

diff --git a/xfce-extra/xfce4-weather-plugin/Manifest 
b/xfce-extra/xfce4-weather-plugin/Manifest
index e6c4b1a04da..f5c779352fa 100644
--- a/xfce-extra/xfce4-weather-plugin/Manifest
+++ b/xfce-extra/xfce4-weather-plugin/Manifest
@@ -1,2 +1 @@
-DIST xfce4-weather-plugin-0.10.2.tar.bz2 3049859 BLAKE2B 
92e406a77f3538cfc9f5b23b7eb749df0593a4eb50eee6b7d589f00d3f30ce64a58557167189f0306a9079f7ff3ad09c8f67a822b63360ee45d35854b8e55704
 SHA512 
77df6d10772e47fc6b3cf4db2396b8c6ad87b6b3afb59b2a256d4c52c9f69db30039ee8c6d7b3fbabd613815cad284ecdf7b267293de7ebee76faaa583d89a11
 DIST xfce4-weather-plugin-0.11.0.tar.bz2 3019896 BLAKE2B 
3ab8c2d16efb47f921ad5b6511428545553959fec52973f0735706d42b8b260c10f6a1be6db56e9b6f02bca75eaf41d8543be6ac3afd7bb1e44a75d9b6615ff3
 SHA512 
f4534d47f825358752ec6252fd0fc49a44ac682e4cdce960d744cd343f5f670473fa4175c59849282352dc75ca9b22b83d7ace68cedfc7dc89bcb21be24ccf86

diff --git a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.10.2.ebuild 
b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.10.2.ebuild
deleted file mode 100644
index 8ea4755cbfa..000
--- a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.10.2.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit xdg-utils
-
-DESCRIPTION="A weather plug-in for the Xfce desktop environment"
-HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin;
-SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
-IUSE="upower"
-
-RDEPEND=">=dev-libs/glib-2.42
-   dev-libs/libxml2
-   >=net-libs/libsoup-2.42[ssl]
-   >=x11-libs/gtk+-3.22:3
-   >=xfce-base/libxfce4ui-4.14:=
-   >=xfce-base/libxfce4util-4.14:=
-   >=xfce-base/xfce4-panel-4.14:=
-   upower? ( >=sys-power/upower-0.9.23 )"
-DEPEND="${RDEPEND}
-   dev-util/intltool
-   virtual/pkgconfig"
-
-src_configure() {
-   # For GEONAMES_USERNAME, read README file and ask ssuominen@!
-   local myconf=(
-   $(use_enable upower)
-   GEONAMES_USERNAME=Gentoo
-   )
-   econf "${myconf[@]}"
-}
-
-src_install() {
-   default
-   find "${D}" -name '*.la' -delete || die
-}
-
-pkg_postinst() {
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-weather-plugin/

2021-04-11 Thread Sam James
commit: 693c1bf5a2a205ba81e8027cbce3bbcae37e
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 11 11:10:23 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 11 11:10:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=693c1bf5

xfce-extra/xfce4-weather-plugin: Stabilize 0.11.0 amd64, #781749

Signed-off-by: Sam James  gentoo.org>

 xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.11.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.11.0.ebuild 
b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.11.0.ebuild
index 9e563d37634..eb48ebbef1d 100644
--- a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.11.0.ebuild
+++ b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.11.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
 IUSE="upower"
 
 RDEPEND=">=dev-libs/glib-2.50



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-weather-plugin/

2021-04-11 Thread Sam James
commit: 881960de8a1243027ca3b58cec3f91c9db117b66
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 11 11:05:11 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 11 11:05:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=881960de

xfce-extra/xfce4-weather-plugin: Stabilize 0.11.0 x86, #781749

Signed-off-by: Sam James  gentoo.org>

 xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.11.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.11.0.ebuild 
b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.11.0.ebuild
index 3d7d168e68b..9e563d37634 100644
--- a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.11.0.ebuild
+++ b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.11.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 x86"
 IUSE="upower"
 
 RDEPEND=">=dev-libs/glib-2.50



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-weather-plugin/

2021-02-11 Thread Michał Górny
commit: eaaa283074d7d5054864f1fd756db5d15561d1d2
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Feb 11 21:37:44 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Feb 11 22:11:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eaaa2830

xfce-extra/xfce4-weather-plugin: Bump to 0.11.0

Signed-off-by: Michał Górny  gentoo.org>

 xfce-extra/xfce4-weather-plugin/Manifest   |  1 +
 .../xfce4-weather-plugin-0.11.0.ebuild | 50 ++
 2 files changed, 51 insertions(+)

diff --git a/xfce-extra/xfce4-weather-plugin/Manifest 
b/xfce-extra/xfce4-weather-plugin/Manifest
index ff1db9bfe5d..e6c4b1a04da 100644
--- a/xfce-extra/xfce4-weather-plugin/Manifest
+++ b/xfce-extra/xfce4-weather-plugin/Manifest
@@ -1 +1,2 @@
 DIST xfce4-weather-plugin-0.10.2.tar.bz2 3049859 BLAKE2B 
92e406a77f3538cfc9f5b23b7eb749df0593a4eb50eee6b7d589f00d3f30ce64a58557167189f0306a9079f7ff3ad09c8f67a822b63360ee45d35854b8e55704
 SHA512 
77df6d10772e47fc6b3cf4db2396b8c6ad87b6b3afb59b2a256d4c52c9f69db30039ee8c6d7b3fbabd613815cad284ecdf7b267293de7ebee76faaa583d89a11
+DIST xfce4-weather-plugin-0.11.0.tar.bz2 3019896 BLAKE2B 
3ab8c2d16efb47f921ad5b6511428545553959fec52973f0735706d42b8b260c10f6a1be6db56e9b6f02bca75eaf41d8543be6ac3afd7bb1e44a75d9b6615ff3
 SHA512 
f4534d47f825358752ec6252fd0fc49a44ac682e4cdce960d744cd343f5f670473fa4175c59849282352dc75ca9b22b83d7ace68cedfc7dc89bcb21be24ccf86

diff --git a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.11.0.ebuild 
b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.11.0.ebuild
new file mode 100644
index 000..3d7d168e68b
--- /dev/null
+++ b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.11.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xdg-utils
+
+DESCRIPTION="A weather plug-in for the Xfce desktop environment"
+HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin;
+SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE="upower"
+
+RDEPEND=">=dev-libs/glib-2.50
+   dev-libs/libxml2
+   >=net-libs/libsoup-2.42[ssl]
+   >=x11-libs/gtk+-3.22:3
+   >=xfce-base/libxfce4ui-4.14:=
+   >=xfce-base/libxfce4util-4.14:=
+   >=xfce-base/xfce4-panel-4.14:=
+   >=xfce-base/xfconf-4.12:=
+   upower? ( >=sys-power/upower-0.9.23 )"
+DEPEND="${RDEPEND}
+   dev-util/intltool
+   virtual/pkgconfig"
+
+src_configure() {
+   # For GEONAMES_USERNAME, read README file and ask ssuominen@!
+   local myconf=(
+   $(use_enable upower)
+   GEONAMES_USERNAME=Gentoo
+   )
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-weather-plugin/

2020-12-20 Thread Michał Górny
commit: 637252c7b8c63487fc1351058173e3858f1cbdd7
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec 20 20:23:15 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec 20 20:34:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=637252c7

xfce-extra/xfce4-weather-plugin: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 xfce-extra/xfce4-weather-plugin/Manifest   |  1 -
 .../xfce4-weather-plugin-0.10.1.ebuild | 49 --
 2 files changed, 50 deletions(-)

diff --git a/xfce-extra/xfce4-weather-plugin/Manifest 
b/xfce-extra/xfce4-weather-plugin/Manifest
index 26cd1aa1751..ff1db9bfe5d 100644
--- a/xfce-extra/xfce4-weather-plugin/Manifest
+++ b/xfce-extra/xfce4-weather-plugin/Manifest
@@ -1,2 +1 @@
-DIST xfce4-weather-plugin-0.10.1.tar.bz2 3026945 BLAKE2B 
511427d430b696983855687db12ef8877eabc6a0e2518f511e9f90286b08fcf8b52da10bf6ba7b435c069d5018b653c2c7703e8b9ec3f858251ad9c949acb760
 SHA512 
14fd17da60b0ac76dd0f8e1b7858e8cef57c5168b7467412e1d45ae91e44858c7619cdca2ee59e242d2888038d458faa7580bf02d1cad3371ec80acc9012f569
 DIST xfce4-weather-plugin-0.10.2.tar.bz2 3049859 BLAKE2B 
92e406a77f3538cfc9f5b23b7eb749df0593a4eb50eee6b7d589f00d3f30ce64a58557167189f0306a9079f7ff3ad09c8f67a822b63360ee45d35854b8e55704
 SHA512 
77df6d10772e47fc6b3cf4db2396b8c6ad87b6b3afb59b2a256d4c52c9f69db30039ee8c6d7b3fbabd613815cad284ecdf7b267293de7ebee76faaa583d89a11

diff --git a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.10.1.ebuild 
b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.10.1.ebuild
deleted file mode 100644
index 8ea4755cbfa..000
--- a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.10.1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit xdg-utils
-
-DESCRIPTION="A weather plug-in for the Xfce desktop environment"
-HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin;
-SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
-IUSE="upower"
-
-RDEPEND=">=dev-libs/glib-2.42
-   dev-libs/libxml2
-   >=net-libs/libsoup-2.42[ssl]
-   >=x11-libs/gtk+-3.22:3
-   >=xfce-base/libxfce4ui-4.14:=
-   >=xfce-base/libxfce4util-4.14:=
-   >=xfce-base/xfce4-panel-4.14:=
-   upower? ( >=sys-power/upower-0.9.23 )"
-DEPEND="${RDEPEND}
-   dev-util/intltool
-   virtual/pkgconfig"
-
-src_configure() {
-   # For GEONAMES_USERNAME, read README file and ask ssuominen@!
-   local myconf=(
-   $(use_enable upower)
-   GEONAMES_USERNAME=Gentoo
-   )
-   econf "${myconf[@]}"
-}
-
-src_install() {
-   default
-   find "${D}" -name '*.la' -delete || die
-}
-
-pkg_postinst() {
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-weather-plugin/

2020-12-20 Thread Thomas Deutschmann
commit: 2188d5330e141da7d634af7fa70908661468757d
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Dec 20 18:58:36 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Dec 20 19:06:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2188d533

xfce-extra/xfce4-weather-plugin: x86 stable (bug #760270)

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann  gentoo.org>

 xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.10.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.10.2.ebuild 
b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.10.2.ebuild
index c759054a9f7..8ea4755cbfa 100644
--- a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.10.2.ebuild
+++ b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.10.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
 IUSE="upower"
 
 RDEPEND=">=dev-libs/glib-2.42



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-weather-plugin/

2020-11-09 Thread Michał Górny
commit: d22b4a63a75c56117c517cdc6402dabe7b9918e8
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Nov  9 21:16:14 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Nov  9 21:16:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d22b4a63

xfce-extra/xfce4-weather-plugin: Bump to 0.10.2

Signed-off-by: Michał Górny  gentoo.org>

 xfce-extra/xfce4-weather-plugin/Manifest   |  1 +
 .../xfce4-weather-plugin-0.10.2.ebuild | 49 ++
 2 files changed, 50 insertions(+)

diff --git a/xfce-extra/xfce4-weather-plugin/Manifest 
b/xfce-extra/xfce4-weather-plugin/Manifest
index e79eeae0553..26cd1aa1751 100644
--- a/xfce-extra/xfce4-weather-plugin/Manifest
+++ b/xfce-extra/xfce4-weather-plugin/Manifest
@@ -1 +1,2 @@
 DIST xfce4-weather-plugin-0.10.1.tar.bz2 3026945 BLAKE2B 
511427d430b696983855687db12ef8877eabc6a0e2518f511e9f90286b08fcf8b52da10bf6ba7b435c069d5018b653c2c7703e8b9ec3f858251ad9c949acb760
 SHA512 
14fd17da60b0ac76dd0f8e1b7858e8cef57c5168b7467412e1d45ae91e44858c7619cdca2ee59e242d2888038d458faa7580bf02d1cad3371ec80acc9012f569
+DIST xfce4-weather-plugin-0.10.2.tar.bz2 3049859 BLAKE2B 
92e406a77f3538cfc9f5b23b7eb749df0593a4eb50eee6b7d589f00d3f30ce64a58557167189f0306a9079f7ff3ad09c8f67a822b63360ee45d35854b8e55704
 SHA512 
77df6d10772e47fc6b3cf4db2396b8c6ad87b6b3afb59b2a256d4c52c9f69db30039ee8c6d7b3fbabd613815cad284ecdf7b267293de7ebee76faaa583d89a11

diff --git a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.10.2.ebuild 
b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.10.2.ebuild
new file mode 100644
index 000..cf19f7d52b1
--- /dev/null
+++ b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.10.2.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xdg-utils
+
+DESCRIPTION="A weather plug-in for the Xfce desktop environment"
+HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin;
+SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE="upower"
+
+RDEPEND=">=dev-libs/glib-2.42
+   dev-libs/libxml2
+   >=net-libs/libsoup-2.42[ssl]
+   >=x11-libs/gtk+-3.22:3
+   >=xfce-base/libxfce4ui-4.14:=
+   >=xfce-base/libxfce4util-4.14:=
+   >=xfce-base/xfce4-panel-4.14:=
+   upower? ( >=sys-power/upower-0.9.23 )"
+DEPEND="${RDEPEND}
+   dev-util/intltool
+   virtual/pkgconfig"
+
+src_configure() {
+   # For GEONAMES_USERNAME, read README file and ask ssuominen@!
+   local myconf=(
+   $(use_enable upower)
+   GEONAMES_USERNAME=Gentoo
+   )
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-weather-plugin/

2020-05-04 Thread Michał Górny
commit: f5323e3bb95eecd259d47cb7690b3a8c57b36373
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May  4 09:39:36 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May  4 09:39:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5323e3b

xfce-extra/xfce4-weather-plugin: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 xfce-extra/xfce4-weather-plugin/Manifest   |  1 -
 .../xfce4-weather-plugin-0.10.0.ebuild | 49 --
 2 files changed, 50 deletions(-)

diff --git a/xfce-extra/xfce4-weather-plugin/Manifest 
b/xfce-extra/xfce4-weather-plugin/Manifest
index 78c8b41a410..e79eeae0553 100644
--- a/xfce-extra/xfce4-weather-plugin/Manifest
+++ b/xfce-extra/xfce4-weather-plugin/Manifest
@@ -1,2 +1 @@
-DIST xfce4-weather-plugin-0.10.0.tar.bz2 3032575 BLAKE2B 
2dc81c8d60ab63ff9adb90d53a5eb89e98c3e4b950d8b5943fb2b39b4944164470d7e10dcd096ef90665129d1aa59e052b3140d1462077a285afde4bcdcba047
 SHA512 
168a850c60f419f40f6c05dbedf24a4f3aea3be04e14c5eb2596a03a8dee5850a80d06b63bee54690b63385109d53ccf8ff2b97a2c879e196046308436a7d126
 DIST xfce4-weather-plugin-0.10.1.tar.bz2 3026945 BLAKE2B 
511427d430b696983855687db12ef8877eabc6a0e2518f511e9f90286b08fcf8b52da10bf6ba7b435c069d5018b653c2c7703e8b9ec3f858251ad9c949acb760
 SHA512 
14fd17da60b0ac76dd0f8e1b7858e8cef57c5168b7467412e1d45ae91e44858c7619cdca2ee59e242d2888038d458faa7580bf02d1cad3371ec80acc9012f569

diff --git a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.10.0.ebuild 
b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.10.0.ebuild
deleted file mode 100644
index 3cffa7ef77b..000
--- a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.10.0.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit xdg-utils
-
-DESCRIPTION="A weather plug-in for the Xfce desktop environment"
-HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin;
-SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
-IUSE="upower"
-
-RDEPEND=">=dev-libs/glib-2.42
-   dev-libs/libxml2
-   >=net-libs/libsoup-2.42[ssl]
-   >=x11-libs/gtk+-3.22:3
-   >=xfce-base/libxfce4ui-4.14:=
-   >=xfce-base/libxfce4util-4.14:=
-   >=xfce-base/xfce4-panel-4.14:=
-   upower? ( >=sys-power/upower-0.9.23 )"
-DEPEND="${RDEPEND}
-   dev-util/intltool
-   virtual/pkgconfig"
-
-src_configure() {
-   # For GEONAMES_USERNAME, read README file and ask ssuominen@!
-   local myconf=(
-   $(use_enable upower)
-   GEONAMES_USERNAME=Gentoo
-   )
-   econf "${myconf[@]}"
-}
-
-src_install() {
-   default
-   find "${D}" -name '*.la' -delete || die
-}
-
-pkg_postinst() {
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-weather-plugin/

2020-04-19 Thread Agostino Sarubbo
commit: 61b3803d442e67adf7bce37e12c8ae6477b2ca0d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr 19 18:24:32 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr 19 18:24:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61b3803d

xfce-extra/xfce4-weather-plugin: x86 stable wrt bug #717452

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.10.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.10.1.ebuild 
b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.10.1.ebuild
index c759054a9f7..8ea4755cbfa 100644
--- a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.10.1.ebuild
+++ b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.10.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
 IUSE="upower"
 
 RDEPEND=">=dev-libs/glib-2.42



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-weather-plugin/

2020-04-18 Thread Agostino Sarubbo
commit: 82018fff0aef026fb1714a68be20acd8c8f8b088
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Apr 18 09:17:38 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Apr 18 09:17:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82018fff

xfce-extra/xfce4-weather-plugin: amd64 stable wrt bug #717452

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.10.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.10.1.ebuild 
b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.10.1.ebuild
index cf19f7d52b1..c759054a9f7 100644
--- a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.10.1.ebuild
+++ b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.10.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86"
 IUSE="upower"
 
 RDEPEND=">=dev-libs/glib-2.42



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-weather-plugin/

2020-02-25 Thread Michał Górny
commit: 0eb3c953fd7916e2c13f70a41901cee3a5d47025
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb 25 21:05:42 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb 25 21:07:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0eb3c953

xfce-extra/xfce4-weather-plugin: Bump to 0.10.1

Signed-off-by: Michał Górny  gentoo.org>

 xfce-extra/xfce4-weather-plugin/Manifest   |  1 +
 .../xfce4-weather-plugin-0.10.1.ebuild | 49 ++
 2 files changed, 50 insertions(+)

diff --git a/xfce-extra/xfce4-weather-plugin/Manifest 
b/xfce-extra/xfce4-weather-plugin/Manifest
index ed64d625b62..78c8b41a410 100644
--- a/xfce-extra/xfce4-weather-plugin/Manifest
+++ b/xfce-extra/xfce4-weather-plugin/Manifest
@@ -1 +1,2 @@
 DIST xfce4-weather-plugin-0.10.0.tar.bz2 3032575 BLAKE2B 
2dc81c8d60ab63ff9adb90d53a5eb89e98c3e4b950d8b5943fb2b39b4944164470d7e10dcd096ef90665129d1aa59e052b3140d1462077a285afde4bcdcba047
 SHA512 
168a850c60f419f40f6c05dbedf24a4f3aea3be04e14c5eb2596a03a8dee5850a80d06b63bee54690b63385109d53ccf8ff2b97a2c879e196046308436a7d126
+DIST xfce4-weather-plugin-0.10.1.tar.bz2 3026945 BLAKE2B 
511427d430b696983855687db12ef8877eabc6a0e2518f511e9f90286b08fcf8b52da10bf6ba7b435c069d5018b653c2c7703e8b9ec3f858251ad9c949acb760
 SHA512 
14fd17da60b0ac76dd0f8e1b7858e8cef57c5168b7467412e1d45ae91e44858c7619cdca2ee59e242d2888038d458faa7580bf02d1cad3371ec80acc9012f569

diff --git a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.10.1.ebuild 
b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.10.1.ebuild
new file mode 100644
index 000..cf19f7d52b1
--- /dev/null
+++ b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.10.1.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xdg-utils
+
+DESCRIPTION="A weather plug-in for the Xfce desktop environment"
+HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin;
+SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE="upower"
+
+RDEPEND=">=dev-libs/glib-2.42
+   dev-libs/libxml2
+   >=net-libs/libsoup-2.42[ssl]
+   >=x11-libs/gtk+-3.22:3
+   >=xfce-base/libxfce4ui-4.14:=
+   >=xfce-base/libxfce4util-4.14:=
+   >=xfce-base/xfce4-panel-4.14:=
+   upower? ( >=sys-power/upower-0.9.23 )"
+DEPEND="${RDEPEND}
+   dev-util/intltool
+   virtual/pkgconfig"
+
+src_configure() {
+   # For GEONAMES_USERNAME, read README file and ask ssuominen@!
+   local myconf=(
+   $(use_enable upower)
+   GEONAMES_USERNAME=Gentoo
+   )
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-weather-plugin/

2019-10-20 Thread Michał Górny
commit: 144b682f897dc7fd9553e3e6da61b3394d2db7b5
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 20 09:28:15 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 20 10:24:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=144b682f

xfce-extra/xfce4-weather-plugin: Drop old

Signed-off-by: Michał Górny  gentoo.org>

 xfce-extra/xfce4-weather-plugin/Manifest   |  1 -
 .../xfce4-weather-plugin-0.9.1.ebuild  | 44 --
 2 files changed, 45 deletions(-)

diff --git a/xfce-extra/xfce4-weather-plugin/Manifest 
b/xfce-extra/xfce4-weather-plugin/Manifest
index 581977aef9e..ed64d625b62 100644
--- a/xfce-extra/xfce4-weather-plugin/Manifest
+++ b/xfce-extra/xfce4-weather-plugin/Manifest
@@ -1,2 +1 @@
 DIST xfce4-weather-plugin-0.10.0.tar.bz2 3032575 BLAKE2B 
2dc81c8d60ab63ff9adb90d53a5eb89e98c3e4b950d8b5943fb2b39b4944164470d7e10dcd096ef90665129d1aa59e052b3140d1462077a285afde4bcdcba047
 SHA512 
168a850c60f419f40f6c05dbedf24a4f3aea3be04e14c5eb2596a03a8dee5850a80d06b63bee54690b63385109d53ccf8ff2b97a2c879e196046308436a7d126
-DIST xfce4-weather-plugin-0.9.1.tar.bz2 3018842 BLAKE2B 
d1fa1d3e1f99aff9f726fad13a40a6f288bddc32e3c06958a571a4526d1f4a7a9386cebc5ddac1c5132f591099e0f01507fab1d158b8f686f28d2d7c9e1d8c19
 SHA512 
f8f50ad629719193f18cf9106379a7de7ba4ba0824eca3ec3716031cd46f5631280ff446fe651326097e3fbe6703c1d29f2ce044b1eada1613b198d30d167d09

diff --git a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.9.1.ebuild 
b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.9.1.ebuild
deleted file mode 100644
index dcab9b5b881..000
--- a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.9.1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2-utils
-
-DESCRIPTION="A weather plug-in for the Xfce desktop environment"
-HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin;
-SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
-IUSE="upower"
-
-RDEPEND=">=dev-libs/glib-2.42
-   dev-libs/libxml2:=
-   >=net-libs/libsoup-2.42:=[ssl]
-   >=x11-libs/gtk+-3.22:3
-   >=xfce-base/libxfce4ui-4.12:=
-   >=xfce-base/libxfce4util-4.12:=
-   >=xfce-base/xfce4-panel-4.12:=
-   upower? ( >=sys-power/upower-0.9.23 )"
-DEPEND="${RDEPEND}
-   dev-util/intltool
-   virtual/pkgconfig"
-
-src_configure() {
-   # For GEONAMES_USERNAME, read README file and ask ssuominen@!
-   local myconf=(
-   $(use_enable upower)
-   GEONAMES_USERNAME=Gentoo
-   )
-   econf "${myconf[@]}"
-}
-
-pkg_postinst() {
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   gnome2_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-weather-plugin/

2019-10-11 Thread Michał Górny
commit: e265c6e1b03820e0f640db9aff1a042fb7168a68
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 11 13:48:04 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 11 14:13:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e265c6e1

xfce-extra/xfce4-weather-plugin: Require Xfce 4.14

Closes: https://bugs.gentoo.org/697458
Signed-off-by: Michał Górny  gentoo.org>

 .../xfce4-weather-plugin/xfce4-weather-plugin-0.10.0.ebuild| 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.10.0.ebuild 
b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.10.0.ebuild
index 7d09097d882..3cffa7ef77b 100644
--- a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.10.0.ebuild
+++ b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.10.0.ebuild
@@ -15,12 +15,12 @@ KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
 IUSE="upower"
 
 RDEPEND=">=dev-libs/glib-2.42
-   dev-libs/libxml2:=
-   >=net-libs/libsoup-2.42:=[ssl]
+   dev-libs/libxml2
+   >=net-libs/libsoup-2.42[ssl]
>=x11-libs/gtk+-3.22:3
-   >=xfce-base/libxfce4ui-4.12:=
-   >=xfce-base/libxfce4util-4.12:=
-   >=xfce-base/xfce4-panel-4.12:=
+   >=xfce-base/libxfce4ui-4.14:=
+   >=xfce-base/libxfce4util-4.14:=
+   >=xfce-base/xfce4-panel-4.14:=
upower? ( >=sys-power/upower-0.9.23 )"
 DEPEND="${RDEPEND}
dev-util/intltool



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-weather-plugin/

2019-10-10 Thread Mikle Kolyada
commit: e77750ca50a4fdb6b750af5ec968c4720a7cf675
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Oct 10 18:34:16 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Oct 10 18:34:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e77750ca

xfce-extra/xfce4-weather-plugin: x86 stable wrt bug #697454

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Mikle Kolyada  gentoo.org>

 xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.10.0.ebuild 
b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.10.0.ebuild
index 4fec3de6fe7..7d09097d882 100644
--- a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.10.0.ebuild
+++ b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.10.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
 IUSE="upower"
 
 RDEPEND=">=dev-libs/glib-2.42



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-weather-plugin/

2019-10-10 Thread Mikle Kolyada
commit: f69de5470b9664a16b914fa58103a94769119ef1
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Oct 10 18:30:02 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Oct 10 18:30:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f69de547

xfce-extra/xfce4-weather-plugin: amd64 stable wrt bug #697454

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.10.0.ebuild 
b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.10.0.ebuild
index 4fd6d174ac5..4fec3de6fe7 100644
--- a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.10.0.ebuild
+++ b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.10.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86"
 IUSE="upower"
 
 RDEPEND=">=dev-libs/glib-2.42



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-weather-plugin/

2019-08-13 Thread Michał Górny
commit: 331288e2a1a7b7371268fdddaafd26f30b800b8a
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Aug 13 11:34:30 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Aug 13 12:10:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=331288e2

xfce-extra/xfce4-weather-plugin: Strip .la files

Signed-off-by: Michał Górny  gentoo.org>

 xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.10.0.ebuild | 5 +
 1 file changed, 5 insertions(+)

diff --git a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.10.0.ebuild 
b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.10.0.ebuild
index ac752365a95..4fd6d174ac5 100644
--- a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.10.0.ebuild
+++ b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.10.0.ebuild
@@ -35,6 +35,11 @@ src_configure() {
econf "${myconf[@]}"
 }
 
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}
+
 pkg_postinst() {
xdg_icon_cache_update
 }



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-weather-plugin/

2019-08-11 Thread Michał Górny
commit: ce330da9083727d4dc6bb755142355a3db56ff34
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Aug 11 20:14:36 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Aug 11 20:16:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce330da9

xfce-extra/xfce4-weather-plugin: Bump to 0.10.0

Signed-off-by: Michał Górny  gentoo.org>

 xfce-extra/xfce4-weather-plugin/Manifest   |  1 +
 .../xfce4-weather-plugin-0.10.0.ebuild | 44 ++
 2 files changed, 45 insertions(+)

diff --git a/xfce-extra/xfce4-weather-plugin/Manifest 
b/xfce-extra/xfce4-weather-plugin/Manifest
index 3fa531873c3..581977aef9e 100644
--- a/xfce-extra/xfce4-weather-plugin/Manifest
+++ b/xfce-extra/xfce4-weather-plugin/Manifest
@@ -1 +1,2 @@
+DIST xfce4-weather-plugin-0.10.0.tar.bz2 3032575 BLAKE2B 
2dc81c8d60ab63ff9adb90d53a5eb89e98c3e4b950d8b5943fb2b39b4944164470d7e10dcd096ef90665129d1aa59e052b3140d1462077a285afde4bcdcba047
 SHA512 
168a850c60f419f40f6c05dbedf24a4f3aea3be04e14c5eb2596a03a8dee5850a80d06b63bee54690b63385109d53ccf8ff2b97a2c879e196046308436a7d126
 DIST xfce4-weather-plugin-0.9.1.tar.bz2 3018842 BLAKE2B 
d1fa1d3e1f99aff9f726fad13a40a6f288bddc32e3c06958a571a4526d1f4a7a9386cebc5ddac1c5132f591099e0f01507fab1d158b8f686f28d2d7c9e1d8c19
 SHA512 
f8f50ad629719193f18cf9106379a7de7ba4ba0824eca3ec3716031cd46f5631280ff446fe651326097e3fbe6703c1d29f2ce044b1eada1613b198d30d167d09

diff --git a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.10.0.ebuild 
b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.10.0.ebuild
new file mode 100644
index 000..ac752365a95
--- /dev/null
+++ b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.10.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xdg-utils
+
+DESCRIPTION="A weather plug-in for the Xfce desktop environment"
+HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin;
+SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE="upower"
+
+RDEPEND=">=dev-libs/glib-2.42
+   dev-libs/libxml2:=
+   >=net-libs/libsoup-2.42:=[ssl]
+   >=x11-libs/gtk+-3.22:3
+   >=xfce-base/libxfce4ui-4.12:=
+   >=xfce-base/libxfce4util-4.12:=
+   >=xfce-base/xfce4-panel-4.12:=
+   upower? ( >=sys-power/upower-0.9.23 )"
+DEPEND="${RDEPEND}
+   dev-util/intltool
+   virtual/pkgconfig"
+
+src_configure() {
+   # For GEONAMES_USERNAME, read README file and ask ssuominen@!
+   local myconf=(
+   $(use_enable upower)
+   GEONAMES_USERNAME=Gentoo
+   )
+   econf "${myconf[@]}"
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-weather-plugin/

2019-04-08 Thread Michał Górny
commit: 23a925c45c90b00d460d7da62d72f1451c7e5a22
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Apr  8 18:56:59 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Apr  8 19:17:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23a925c4

xfce-extra/xfce4-weather-plugin: Drop old

Signed-off-by: Michał Górny  gentoo.org>

 xfce-extra/xfce4-weather-plugin/Manifest   |  1 -
 .../xfce4-weather-plugin-0.9.0.ebuild  | 44 --
 2 files changed, 45 deletions(-)

diff --git a/xfce-extra/xfce4-weather-plugin/Manifest 
b/xfce-extra/xfce4-weather-plugin/Manifest
index dbc16d3c9ee..3fa531873c3 100644
--- a/xfce-extra/xfce4-weather-plugin/Manifest
+++ b/xfce-extra/xfce4-weather-plugin/Manifest
@@ -1,2 +1 @@
-DIST xfce4-weather-plugin-0.9.0.tar.bz2 2953904 BLAKE2B 
6d8cf9b4d58b538b89ff72149e065d744f38333de9636baf0209bd49db130a3a0dd035a4c5c216bbd41302511a2784fff1d0ea90722d1d0409a44de0cfcb17aa
 SHA512 
2a6fbeceb99d809cc4a928d0d53f92c7c638adbdc78d39dc2857b3506fb4287291702f078b547752176e0d2660a6365b62a7d8459ab88bea744dee28268e326a
 DIST xfce4-weather-plugin-0.9.1.tar.bz2 3018842 BLAKE2B 
d1fa1d3e1f99aff9f726fad13a40a6f288bddc32e3c06958a571a4526d1f4a7a9386cebc5ddac1c5132f591099e0f01507fab1d158b8f686f28d2d7c9e1d8c19
 SHA512 
f8f50ad629719193f18cf9106379a7de7ba4ba0824eca3ec3716031cd46f5631280ff446fe651326097e3fbe6703c1d29f2ce044b1eada1613b198d30d167d09

diff --git a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.9.0.ebuild 
b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.9.0.ebuild
deleted file mode 100644
index c12b6aeea44..000
--- a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.9.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2-utils
-
-DESCRIPTION="A weather plug-in for the Xfce desktop environment"
-HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin;
-SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
-IUSE="upower"
-
-RDEPEND=">=dev-libs/glib-2.42
-   dev-libs/libxml2:=
-   >=net-libs/libsoup-2.42:=[ssl]
-   >=x11-libs/gtk+-3.22:3
-   >=xfce-base/libxfce4ui-4.12:=
-   >=xfce-base/libxfce4util-4.12:=
-   >=xfce-base/xfce4-panel-4.12:=
-   upower? ( >=sys-power/upower-0.9.23 )"
-DEPEND="${RDEPEND}
-   dev-util/intltool
-   virtual/pkgconfig"
-
-src_configure() {
-   # For GEONAMES_USERNAME, read README file and ask ssuominen@!
-   local myconf=(
-   $(use_enable upower)
-   GEONAMES_USERNAME=Gentoo
-   )
-   econf "${myconf[@]}"
-}
-
-pkg_postinst() {
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   gnome2_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-weather-plugin/

2019-04-07 Thread Mikle Kolyada
commit: 6b34da954d1091afd25692e114cff2b72b7b3a1e
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Apr  7 14:42:37 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Apr  7 14:42:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b34da95

xfce-extra/xfce4-weather-plugin: x86 stable wrt bug #682814

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="x86"

 xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.9.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.9.1.ebuild 
b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.9.1.ebuild
index 8a2a43899ac..dcab9b5b881 100644
--- a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.9.1.ebuild
+++ b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.9.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
 IUSE="upower"
 
 RDEPEND=">=dev-libs/glib-2.42



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-weather-plugin/

2019-04-07 Thread Mikle Kolyada
commit: b154b3aa03dc2aa40cfba82eac39045636a46a9e
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Apr  7 14:40:58 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Apr  7 14:40:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b154b3aa

xfce-extra/xfce4-weather-plugin: amd64 stable wrt bug #682814

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.9.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.9.1.ebuild 
b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.9.1.ebuild
index a2e80c71308..8a2a43899ac 100644
--- a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.9.1.ebuild
+++ b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.9.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86"
 IUSE="upower"
 
 RDEPEND=">=dev-libs/glib-2.42



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-weather-plugin/

2019-04-07 Thread Michał Górny
commit: 7b92ef5f2b36aa80a733c8b8b576012bfb615449
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr  7 07:40:05 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr  7 08:29:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b92ef5f

xfce-extra/xfce4-weather-plugin: Drop old

Signed-off-by: Michał Górny  gentoo.org>

 xfce-extra/xfce4-weather-plugin/Manifest   |  2 -
 .../xfce4-weather-plugin-0.8.10.ebuild | 46 --
 .../xfce4-weather-plugin-0.8.11.ebuild | 46 --
 3 files changed, 94 deletions(-)

diff --git a/xfce-extra/xfce4-weather-plugin/Manifest 
b/xfce-extra/xfce4-weather-plugin/Manifest
index 9f0a5e81297..dbc16d3c9ee 100644
--- a/xfce-extra/xfce4-weather-plugin/Manifest
+++ b/xfce-extra/xfce4-weather-plugin/Manifest
@@ -1,4 +1,2 @@
-DIST xfce4-weather-plugin-0.8.10.tar.bz2 2991350 BLAKE2B 
c3c71952a196d49068bac9c1de0695d2845db6931cfe220caf5ebb88919eb40fa0fc9c9a6dc640adbd82fa284449daf6ac537aaf5d258108083b2e63d8288610
 SHA512 
e40f794e824cc48038ece0c1336eed21b2e28091b86a4b76099c092c2e45abc5041d010d286f64fc483e8ad7c496127152df86330187afbd0872506d89f37c35
-DIST xfce4-weather-plugin-0.8.11.tar.bz2 2994662 BLAKE2B 
1a27015834bdda71efd6a331c309269ce348c04a912aa1e7181057257983cc40134bcd4f2d376674851f491ee663262b9c961c23b42615191b60a0a5973d47e5
 SHA512 
5dd354949495ac214479713ddc94614ed3cc68d289d414eed09149c5420b82bb06cc5289d67552d343753f29a09aa5a97065a7bdbbc5a70ed97f1302a1f287db
 DIST xfce4-weather-plugin-0.9.0.tar.bz2 2953904 BLAKE2B 
6d8cf9b4d58b538b89ff72149e065d744f38333de9636baf0209bd49db130a3a0dd035a4c5c216bbd41302511a2784fff1d0ea90722d1d0409a44de0cfcb17aa
 SHA512 
2a6fbeceb99d809cc4a928d0d53f92c7c638adbdc78d39dc2857b3506fb4287291702f078b547752176e0d2660a6365b62a7d8459ab88bea744dee28268e326a
 DIST xfce4-weather-plugin-0.9.1.tar.bz2 3018842 BLAKE2B 
d1fa1d3e1f99aff9f726fad13a40a6f288bddc32e3c06958a571a4526d1f4a7a9386cebc5ddac1c5132f591099e0f01507fab1d158b8f686f28d2d7c9e1d8c19
 SHA512 
f8f50ad629719193f18cf9106379a7de7ba4ba0824eca3ec3716031cd46f5631280ff446fe651326097e3fbe6703c1d29f2ce044b1eada1613b198d30d167d09

diff --git a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.10.ebuild 
b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.10.ebuild
deleted file mode 100644
index 8966790e01a..000
--- a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.10.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2-utils
-
-DESCRIPTION="A weather plug-in for the Xfce desktop environment"
-HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin;
-SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
-IUSE="upower"
-
-RDEPEND=">=dev-libs/glib-2.20:=
-   dev-libs/libxml2:=
-   >=net-libs/libsoup-2.32:=[ssl]
-   >=x11-libs/gtk+-2.14:2=
-   >=xfce-base/libxfce4ui-4.10:=
-   >=xfce-base/libxfce4util-4.10:=
-   >=xfce-base/xfce4-panel-4.10:=
-   upower? ( >=sys-power/upower-0.9.23 )"
-DEPEND="${RDEPEND}
-   dev-util/intltool
-   virtual/pkgconfig"
-
-DOCS=( AUTHORS ChangeLog NEWS README TODO )
-
-src_configure() {
-   # For GEONAMES_USERNAME, read README file and ask ssuominen@!
-   local myconf=(
-   $(use_enable upower)
-   GEONAMES_USERNAME=Gentoo
-   )
-   econf "${myconf[@]}"
-}
-
-pkg_postinst() {
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   gnome2_icon_cache_update
-}

diff --git a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.11.ebuild 
b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.11.ebuild
deleted file mode 100644
index 0907aef6d8d..000
--- a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.11.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2-utils
-
-DESCRIPTION="A weather plug-in for the Xfce desktop environment"
-HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin;
-SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
-IUSE="upower"
-
-RDEPEND=">=dev-libs/glib-2.20:=
-   dev-libs/libxml2:=
-   >=net-libs/libsoup-2.32:=[ssl]
-   >=x11-libs/gtk+-2.14:2=
-   >=xfce-base/libxfce4ui-4.10:=
-   >=xfce-base/libxfce4util-4.10:=
-   >=xfce-base/xfce4-panel-4.10:=
-   upower? ( >=sys-power/upower-0.9.23 )"
-DEPEND="${RDEPEND}
-   dev-util/intltool
-   virtual/pkgconfig"
-
-DOCS=( AUTHORS ChangeLog NEWS README TODO )
-
-src_configure() {
-   # For GEONAMES_USERNAME, read README file and ask ssuominen@!
-   local 

[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-weather-plugin/

2019-03-25 Thread Michał Górny
commit: 54d3ebbb0445c451a88861172d905e8f8be0430e
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Mar 25 13:52:23 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Mar 25 14:57:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54d3ebbb

xfce-extra/xfce4-weather-plugin: Bump to 0.8.11 (stable branch)

Signed-off-by: Michał Górny  gentoo.org>

 xfce-extra/xfce4-weather-plugin/Manifest   |  1 +
 .../xfce4-weather-plugin-0.8.11.ebuild | 46 ++
 2 files changed, 47 insertions(+)

diff --git a/xfce-extra/xfce4-weather-plugin/Manifest 
b/xfce-extra/xfce4-weather-plugin/Manifest
index c19fb4d6515..9f0a5e81297 100644
--- a/xfce-extra/xfce4-weather-plugin/Manifest
+++ b/xfce-extra/xfce4-weather-plugin/Manifest
@@ -1,3 +1,4 @@
 DIST xfce4-weather-plugin-0.8.10.tar.bz2 2991350 BLAKE2B 
c3c71952a196d49068bac9c1de0695d2845db6931cfe220caf5ebb88919eb40fa0fc9c9a6dc640adbd82fa284449daf6ac537aaf5d258108083b2e63d8288610
 SHA512 
e40f794e824cc48038ece0c1336eed21b2e28091b86a4b76099c092c2e45abc5041d010d286f64fc483e8ad7c496127152df86330187afbd0872506d89f37c35
+DIST xfce4-weather-plugin-0.8.11.tar.bz2 2994662 BLAKE2B 
1a27015834bdda71efd6a331c309269ce348c04a912aa1e7181057257983cc40134bcd4f2d376674851f491ee663262b9c961c23b42615191b60a0a5973d47e5
 SHA512 
5dd354949495ac214479713ddc94614ed3cc68d289d414eed09149c5420b82bb06cc5289d67552d343753f29a09aa5a97065a7bdbbc5a70ed97f1302a1f287db
 DIST xfce4-weather-plugin-0.9.0.tar.bz2 2953904 BLAKE2B 
6d8cf9b4d58b538b89ff72149e065d744f38333de9636baf0209bd49db130a3a0dd035a4c5c216bbd41302511a2784fff1d0ea90722d1d0409a44de0cfcb17aa
 SHA512 
2a6fbeceb99d809cc4a928d0d53f92c7c638adbdc78d39dc2857b3506fb4287291702f078b547752176e0d2660a6365b62a7d8459ab88bea744dee28268e326a
 DIST xfce4-weather-plugin-0.9.1.tar.bz2 3018842 BLAKE2B 
d1fa1d3e1f99aff9f726fad13a40a6f288bddc32e3c06958a571a4526d1f4a7a9386cebc5ddac1c5132f591099e0f01507fab1d158b8f686f28d2d7c9e1d8c19
 SHA512 
f8f50ad629719193f18cf9106379a7de7ba4ba0824eca3ec3716031cd46f5631280ff446fe651326097e3fbe6703c1d29f2ce044b1eada1613b198d30d167d09

diff --git a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.11.ebuild 
b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.11.ebuild
new file mode 100644
index 000..0907aef6d8d
--- /dev/null
+++ b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.11.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2-utils
+
+DESCRIPTION="A weather plug-in for the Xfce desktop environment"
+HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin;
+SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE="upower"
+
+RDEPEND=">=dev-libs/glib-2.20:=
+   dev-libs/libxml2:=
+   >=net-libs/libsoup-2.32:=[ssl]
+   >=x11-libs/gtk+-2.14:2=
+   >=xfce-base/libxfce4ui-4.10:=
+   >=xfce-base/libxfce4util-4.10:=
+   >=xfce-base/xfce4-panel-4.10:=
+   upower? ( >=sys-power/upower-0.9.23 )"
+DEPEND="${RDEPEND}
+   dev-util/intltool
+   virtual/pkgconfig"
+
+DOCS=( AUTHORS ChangeLog NEWS README TODO )
+
+src_configure() {
+   # For GEONAMES_USERNAME, read README file and ask ssuominen@!
+   local myconf=(
+   $(use_enable upower)
+   GEONAMES_USERNAME=Gentoo
+   )
+   econf "${myconf[@]}"
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-weather-plugin/

2019-03-23 Thread Michał Górny
commit: 910d57bd67e5d87806ccad0bb48953e8e7b6b8f3
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 23 14:23:28 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 23 14:23:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=910d57bd

xfce-extra/xfce4-weather-plugin: Bump to 0.9.1

Signed-off-by: Michał Górny  gentoo.org>

 xfce-extra/xfce4-weather-plugin/Manifest   |  1 +
 .../xfce4-weather-plugin-0.9.1.ebuild  | 44 ++
 2 files changed, 45 insertions(+)

diff --git a/xfce-extra/xfce4-weather-plugin/Manifest 
b/xfce-extra/xfce4-weather-plugin/Manifest
index b3a8139ef37..c19fb4d6515 100644
--- a/xfce-extra/xfce4-weather-plugin/Manifest
+++ b/xfce-extra/xfce4-weather-plugin/Manifest
@@ -1,2 +1,3 @@
 DIST xfce4-weather-plugin-0.8.10.tar.bz2 2991350 BLAKE2B 
c3c71952a196d49068bac9c1de0695d2845db6931cfe220caf5ebb88919eb40fa0fc9c9a6dc640adbd82fa284449daf6ac537aaf5d258108083b2e63d8288610
 SHA512 
e40f794e824cc48038ece0c1336eed21b2e28091b86a4b76099c092c2e45abc5041d010d286f64fc483e8ad7c496127152df86330187afbd0872506d89f37c35
 DIST xfce4-weather-plugin-0.9.0.tar.bz2 2953904 BLAKE2B 
6d8cf9b4d58b538b89ff72149e065d744f38333de9636baf0209bd49db130a3a0dd035a4c5c216bbd41302511a2784fff1d0ea90722d1d0409a44de0cfcb17aa
 SHA512 
2a6fbeceb99d809cc4a928d0d53f92c7c638adbdc78d39dc2857b3506fb4287291702f078b547752176e0d2660a6365b62a7d8459ab88bea744dee28268e326a
+DIST xfce4-weather-plugin-0.9.1.tar.bz2 3018842 BLAKE2B 
d1fa1d3e1f99aff9f726fad13a40a6f288bddc32e3c06958a571a4526d1f4a7a9386cebc5ddac1c5132f591099e0f01507fab1d158b8f686f28d2d7c9e1d8c19
 SHA512 
f8f50ad629719193f18cf9106379a7de7ba4ba0824eca3ec3716031cd46f5631280ff446fe651326097e3fbe6703c1d29f2ce044b1eada1613b198d30d167d09

diff --git a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.9.1.ebuild 
b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.9.1.ebuild
new file mode 100644
index 000..a2e80c71308
--- /dev/null
+++ b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.9.1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2-utils
+
+DESCRIPTION="A weather plug-in for the Xfce desktop environment"
+HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin;
+SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE="upower"
+
+RDEPEND=">=dev-libs/glib-2.42
+   dev-libs/libxml2:=
+   >=net-libs/libsoup-2.42:=[ssl]
+   >=x11-libs/gtk+-3.22:3
+   >=xfce-base/libxfce4ui-4.12:=
+   >=xfce-base/libxfce4util-4.12:=
+   >=xfce-base/xfce4-panel-4.12:=
+   upower? ( >=sys-power/upower-0.9.23 )"
+DEPEND="${RDEPEND}
+   dev-util/intltool
+   virtual/pkgconfig"
+
+src_configure() {
+   # For GEONAMES_USERNAME, read README file and ask ssuominen@!
+   local myconf=(
+   $(use_enable upower)
+   GEONAMES_USERNAME=Gentoo
+   )
+   econf "${myconf[@]}"
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-weather-plugin/

2018-12-08 Thread Mikle Kolyada
commit: 10f5982d5ba8a0155f58d4191e311269d4c84a14
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Dec  8 21:57:34 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Dec  8 21:57:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10f5982d

xfce-extra/xfce4-weather-plugin: [QA] remove sys-power/upower-pm-utils 
dependency

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.10.ebuild | 4 ++--
 xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.9.0.ebuild  | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.10.ebuild 
b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.10.ebuild
index 0b33afcde91..8966790e01a 100644
--- a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.10.ebuild
+++ b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -21,7 +21,7 @@ RDEPEND=">=dev-libs/glib-2.20:=
>=xfce-base/libxfce4ui-4.10:=
>=xfce-base/libxfce4util-4.10:=
>=xfce-base/xfce4-panel-4.10:=
-   upower? ( || ( >=sys-power/upower-0.9.23 sys-power/upower-pm-utils ) )"
+   upower? ( >=sys-power/upower-0.9.23 )"
 DEPEND="${RDEPEND}
dev-util/intltool
virtual/pkgconfig"

diff --git a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.9.0.ebuild 
b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.9.0.ebuild
index bd1e3599809..c12b6aeea44 100644
--- a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.9.0.ebuild
+++ b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.9.0.ebuild
@@ -21,7 +21,7 @@ RDEPEND=">=dev-libs/glib-2.42
>=xfce-base/libxfce4ui-4.12:=
>=xfce-base/libxfce4util-4.12:=
>=xfce-base/xfce4-panel-4.12:=
-   upower? ( || ( >=sys-power/upower-0.9.23 sys-power/upower-pm-utils ) )"
+   upower? ( >=sys-power/upower-0.9.23 )"
 DEPEND="${RDEPEND}
dev-util/intltool
virtual/pkgconfig"



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-weather-plugin/

2018-11-15 Thread Thomas Deutschmann
commit: d76b145c110b0889cf519b69cfbe7eb1d15e4576
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov 15 16:39:18 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov 15 17:03:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d76b145c

xfce-extra/xfce4-weather-plugin: x86 stable (bug #652774)

Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann  gentoo.org>

 xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.9.0.ebuild 
b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.9.0.ebuild
index e91f619721a..bd1e3599809 100644
--- a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.9.0.ebuild
+++ b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.9.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
 IUSE="upower"
 
 RDEPEND=">=dev-libs/glib-2.42



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-weather-plugin/

2018-11-12 Thread Mikle Kolyada
commit: 90fb3023b3278c9782b63c66df633000eea16eb5
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Nov 12 14:09:07 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Nov 12 14:09:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90fb3023

xfce-extra/xfce4-weather-plugin: amd64 stable wrt bug #652774

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.9.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.9.0.ebuild 
b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.9.0.ebuild
index 07104d92080..e91f619721a 100644
--- a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.9.0.ebuild
+++ b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.9.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86"
 IUSE="upower"
 
 RDEPEND=">=dev-libs/glib-2.42



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-weather-plugin/

2018-09-24 Thread Michał Górny
commit: 3cd65a4f0bfac27c31b4e52dacd0eb660756a07e
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Sep 24 16:16:54 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Sep 24 16:29:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cd65a4f

xfce-extra/xfce4-weather-plugin: Bump to 0.9.0 (GTK+3 port)

Signed-off-by: Michał Górny  gentoo.org>

 xfce-extra/xfce4-weather-plugin/Manifest   |  1 +
 .../xfce4-weather-plugin-0.9.0.ebuild  | 44 ++
 2 files changed, 45 insertions(+)

diff --git a/xfce-extra/xfce4-weather-plugin/Manifest 
b/xfce-extra/xfce4-weather-plugin/Manifest
index fad9cadb7e7..b3a8139ef37 100644
--- a/xfce-extra/xfce4-weather-plugin/Manifest
+++ b/xfce-extra/xfce4-weather-plugin/Manifest
@@ -1 +1,2 @@
 DIST xfce4-weather-plugin-0.8.10.tar.bz2 2991350 BLAKE2B 
c3c71952a196d49068bac9c1de0695d2845db6931cfe220caf5ebb88919eb40fa0fc9c9a6dc640adbd82fa284449daf6ac537aaf5d258108083b2e63d8288610
 SHA512 
e40f794e824cc48038ece0c1336eed21b2e28091b86a4b76099c092c2e45abc5041d010d286f64fc483e8ad7c496127152df86330187afbd0872506d89f37c35
+DIST xfce4-weather-plugin-0.9.0.tar.bz2 2953904 BLAKE2B 
6d8cf9b4d58b538b89ff72149e065d744f38333de9636baf0209bd49db130a3a0dd035a4c5c216bbd41302511a2784fff1d0ea90722d1d0409a44de0cfcb17aa
 SHA512 
2a6fbeceb99d809cc4a928d0d53f92c7c638adbdc78d39dc2857b3506fb4287291702f078b547752176e0d2660a6365b62a7d8459ab88bea744dee28268e326a

diff --git a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.9.0.ebuild 
b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.9.0.ebuild
new file mode 100644
index 000..07104d92080
--- /dev/null
+++ b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.9.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2-utils
+
+DESCRIPTION="A weather plug-in for the Xfce desktop environment"
+HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin;
+SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE="upower"
+
+RDEPEND=">=dev-libs/glib-2.42
+   dev-libs/libxml2:=
+   >=net-libs/libsoup-2.42:=[ssl]
+   >=x11-libs/gtk+-3.22:3
+   >=xfce-base/libxfce4ui-4.12:=
+   >=xfce-base/libxfce4util-4.12:=
+   >=xfce-base/xfce4-panel-4.12:=
+   upower? ( || ( >=sys-power/upower-0.9.23 sys-power/upower-pm-utils ) )"
+DEPEND="${RDEPEND}
+   dev-util/intltool
+   virtual/pkgconfig"
+
+src_configure() {
+   # For GEONAMES_USERNAME, read README file and ask ssuominen@!
+   local myconf=(
+   $(use_enable upower)
+   GEONAMES_USERNAME=Gentoo
+   )
+   econf "${myconf[@]}"
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-weather-plugin/

2018-07-10 Thread Michał Górny
commit: f8891f34ca59ffbbe1d04894f6eecc71f4610eeb
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jul 10 10:48:22 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jul 10 12:29:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8891f34

xfce-extra/xfce4-weather-plugin: Inline mirror://xfce

 xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.10.ebuild 
b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.10.ebuild
index 6eb823e4a21..0b33afcde91 100644
--- a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.10.ebuild
+++ b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.10.ebuild
@@ -7,7 +7,7 @@ inherit gnome2-utils
 
 DESCRIPTION="A weather plug-in for the Xfce desktop environment"
 HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin;
-SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
+SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-weather-plugin/

2018-03-25 Thread Michał Górny
commit: 58ca61fb7ce9ef066f63fb9f71b450b94098533d
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Mar 25 16:22:30 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Mar 25 17:27:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58ca61fb

xfce-extra/xfce4-weather-plugin: Drop old

 xfce-extra/xfce4-weather-plugin/Manifest   |  2 --
 .../xfce4-weather-plugin-0.8.8.ebuild  | 37 --
 .../xfce4-weather-plugin-0.8.9.ebuild  | 36 -
 3 files changed, 75 deletions(-)

diff --git a/xfce-extra/xfce4-weather-plugin/Manifest 
b/xfce-extra/xfce4-weather-plugin/Manifest
index 9432e4bc08d..fad9cadb7e7 100644
--- a/xfce-extra/xfce4-weather-plugin/Manifest
+++ b/xfce-extra/xfce4-weather-plugin/Manifest
@@ -1,3 +1 @@
 DIST xfce4-weather-plugin-0.8.10.tar.bz2 2991350 BLAKE2B 
c3c71952a196d49068bac9c1de0695d2845db6931cfe220caf5ebb88919eb40fa0fc9c9a6dc640adbd82fa284449daf6ac537aaf5d258108083b2e63d8288610
 SHA512 
e40f794e824cc48038ece0c1336eed21b2e28091b86a4b76099c092c2e45abc5041d010d286f64fc483e8ad7c496127152df86330187afbd0872506d89f37c35
-DIST xfce4-weather-plugin-0.8.8.tar.bz2 2979971 BLAKE2B 
fbbf73f5f7f9283a55abf306d62b83ba36579728cc32c129fcbb028c2f0e3a10f385645567ccf342737506570100d22802573079236303c1a45215bcfc58479f
 SHA512 
98e35d11bc57edf926228d7da2c5fbd4320f9dce0ff4fab232b81a98f4ff979c80575c077b9ffb161c54bf81f5da400b518838be881fbea82e5b1c37cae2c01a
-DIST xfce4-weather-plugin-0.8.9.tar.bz2 2966504 BLAKE2B 
ecb2003e537535d26c8b6f9de2a2b0e88e459867aa918ad71243b134653ce897e4766beee8d060f1dfd3037bde43305716be3da0bb45bffc13da43422f6dc3c8
 SHA512 
bcc714bc369f8fe0dbcb2d42e4c99c0208539edf58adcecf5d0fb55ba05e763be9113a8197ed931b99f119ff4e4d54985824c612ba3b613da8b1a7ca717bacfd

diff --git a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.8.ebuild 
b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.8.ebuild
deleted file mode 100644
index e2f5940b076..000
--- a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.8.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit xfconf
-
-DESCRIPTION="A weather plug-in for the Xfce desktop environment"
-HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin;
-SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
-IUSE="debug upower"
-
-RDEPEND=">=dev-libs/glib-2.20:=
-   dev-libs/libxml2:=
-   >=net-libs/libsoup-2.32:=
-   >=x11-libs/gtk+-2.14:2=
-   >=xfce-base/libxfce4ui-4.10:=
-   >=xfce-base/libxfce4util-4.10:=
-   >=xfce-base/xfce4-panel-4.10:=
-   upower? ( || ( >=sys-power/upower-0.9.23 sys-power/upower-pm-utils ) )"
-DEPEND="${RDEPEND}
-   dev-util/intltool
-   virtual/pkgconfig"
-
-pkg_setup() {
-   # For GEONAMES_USERNAME, read README file and ask ssuominen@!
-   XFCONF=(
-   $(use_enable upower)
-   $(xfconf_use_debug)
-   GEONAMES_USERNAME=Gentoo
-   )
-
-   DOCS=( AUTHORS ChangeLog NEWS README TODO )
-}

diff --git a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.9.ebuild 
b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.9.ebuild
deleted file mode 100644
index da90c786d10..000
--- a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.9.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="A weather plug-in for the Xfce desktop environment"
-HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin;
-SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
-IUSE="upower"
-
-RDEPEND=">=dev-libs/glib-2.20:=
-   dev-libs/libxml2:=
-   >=net-libs/libsoup-2.32:=[ssl]
-   >=x11-libs/gtk+-2.14:2=
-   >=xfce-base/libxfce4ui-4.10:=
-   >=xfce-base/libxfce4util-4.10:=
-   >=xfce-base/xfce4-panel-4.10:=
-   upower? ( || ( >=sys-power/upower-0.9.23 sys-power/upower-pm-utils ) )"
-DEPEND="${RDEPEND}
-   dev-util/intltool
-   virtual/pkgconfig"
-
-DOCS=( AUTHORS ChangeLog NEWS README TODO )
-
-src_configure() {
-   # For GEONAMES_USERNAME, read README file and ask ssuominen@!
-   local myconf=(
-   $(use_enable upower)
-   GEONAMES_USERNAME=Gentoo
-   )
-   econf "${myconf[@]}"
-}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-weather-plugin/

2018-01-05 Thread Mikle Kolyada
commit: 809c13d697ae4a52bbd71384b71f06349717aa47
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Jan  5 11:32:21 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Jan  5 11:32:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=809c13d6

xfce-extra/xfce4-weather-plugin: amd64 stable wrt bug #643074

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.10.ebuild 
b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.10.ebuild
index 4d48ca2c078..d6a5c1bc18e 100644
--- a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.10.ebuild
+++ b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.10.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86"
 IUSE="upower"
 
 RDEPEND=">=dev-libs/glib-2.20:=



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-weather-plugin/

2018-01-01 Thread Michał Górny
commit: be9c46be54dc722a886d44f2076877f6f35c833f
Author: Rob Levitsky  protonmail  ch>
AuthorDate: Mon Jan  1 05:27:03 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jan  1 10:09:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be9c46be

xfce-extra/xfce4-weather-plugin: Depend on net-libs/libsoup[ssl]

Norwegian data provider serves data over HTTPS. Upstream source code has
hard-coded HTTPS URLs passed into libsoup functions. This could emerge
without SSL support enabled in libsoup, but would not function without
it. Explicitly requiring SSL USE on libsoup dependency.

Closes: https://bugs.gentoo.org/593358
Closes: https://github.com/gentoo/gentoo/pull/6704
Package-Manager: Portage-2.3.13, Repoman-2.3.3

 xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.10.ebuild | 4 ++--
 xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.9.ebuild  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.10.ebuild 
b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.10.ebuild
index 97a0bc7666e..4d48ca2c078 100644
--- a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.10.ebuild
+++ b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -16,7 +16,7 @@ IUSE="upower"
 
 RDEPEND=">=dev-libs/glib-2.20:=
dev-libs/libxml2:=
-   >=net-libs/libsoup-2.32:=
+   >=net-libs/libsoup-2.32:=[ssl]
>=x11-libs/gtk+-2.14:2=
>=xfce-base/libxfce4ui-4.10:=
>=xfce-base/libxfce4util-4.10:=

diff --git a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.9.ebuild 
b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.9.ebuild
index 26e6e4e51df..da90c786d10 100644
--- a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.9.ebuild
+++ b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -14,7 +14,7 @@ IUSE="upower"
 
 RDEPEND=">=dev-libs/glib-2.20:=
dev-libs/libxml2:=
-   >=net-libs/libsoup-2.32:=
+   >=net-libs/libsoup-2.32:=[ssl]
>=x11-libs/gtk+-2.14:2=
>=xfce-base/libxfce4ui-4.10:=
>=xfce-base/libxfce4util-4.10:=



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-weather-plugin/

2017-10-12 Thread Michał Górny
commit: 530c1d865dff64f5f0e2c7db557c4768e1421124
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Oct 12 07:08:46 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Oct 12 07:32:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=530c1d86

xfce-extra/xfce4-weather-plugin: Bump to 0.8.10

 xfce-extra/xfce4-weather-plugin/Manifest   |  1 +
 .../xfce4-weather-plugin-0.8.10.ebuild | 46 ++
 2 files changed, 47 insertions(+)

diff --git a/xfce-extra/xfce4-weather-plugin/Manifest 
b/xfce-extra/xfce4-weather-plugin/Manifest
index f89a6d3ef77..a06a9e6591a 100644
--- a/xfce-extra/xfce4-weather-plugin/Manifest
+++ b/xfce-extra/xfce4-weather-plugin/Manifest
@@ -1,2 +1,3 @@
+DIST xfce4-weather-plugin-0.8.10.tar.bz2 2991350 SHA256 
ee6d43c444904631c240470e15e96215c2ce451158bfdbf234bce892bf60eab8 SHA512 
e40f794e824cc48038ece0c1336eed21b2e28091b86a4b76099c092c2e45abc5041d010d286f64fc483e8ad7c496127152df86330187afbd0872506d89f37c35
 WHIRLPOOL 
96b7d1cfbc9ed763c7e48c914ce1a5c6f20dcf22517dc8a0303da297d0c82b7f0c8a7dc361e7a6f325002fa799378280fd5256805f150c71b58a26d44abb34ad
 DIST xfce4-weather-plugin-0.8.8.tar.bz2 2979971 SHA256 
651b722714fdafde3f548f183958c34e1539cf563193d7e51f28bfb6933d6d3f SHA512 
98e35d11bc57edf926228d7da2c5fbd4320f9dce0ff4fab232b81a98f4ff979c80575c077b9ffb161c54bf81f5da400b518838be881fbea82e5b1c37cae2c01a
 WHIRLPOOL 
47118162fa35ab3b69018605190802ce17a2df9dcc4712bea267d262afe88c226bd0b58c9eb323957fe47e8531003fb6abe2f5dd4c05ea488874cc345966fa1d
 DIST xfce4-weather-plugin-0.8.9.tar.bz2 2966504 SHA256 
0e15d14b3e18c3da46ad23ee3158a25220f1474a48b611de96edb56221aecee5 SHA512 
bcc714bc369f8fe0dbcb2d42e4c99c0208539edf58adcecf5d0fb55ba05e763be9113a8197ed931b99f119ff4e4d54985824c612ba3b613da8b1a7ca717bacfd
 WHIRLPOOL 
b3357cefedeea36a6fcd210946e5b46b1216f7b2e98e30c6e0ae8382376d5da831570284365e8154bc1d1957e851904171072722b8231955661919cfcf24f555

diff --git a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.10.ebuild 
b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.10.ebuild
new file mode 100644
index 000..97a0bc7666e
--- /dev/null
+++ b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.10.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2-utils
+
+DESCRIPTION="A weather plug-in for the Xfce desktop environment"
+HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin;
+SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE="upower"
+
+RDEPEND=">=dev-libs/glib-2.20:=
+   dev-libs/libxml2:=
+   >=net-libs/libsoup-2.32:=
+   >=x11-libs/gtk+-2.14:2=
+   >=xfce-base/libxfce4ui-4.10:=
+   >=xfce-base/libxfce4util-4.10:=
+   >=xfce-base/xfce4-panel-4.10:=
+   upower? ( || ( >=sys-power/upower-0.9.23 sys-power/upower-pm-utils ) )"
+DEPEND="${RDEPEND}
+   dev-util/intltool
+   virtual/pkgconfig"
+
+DOCS=( AUTHORS ChangeLog NEWS README TODO )
+
+src_configure() {
+   # For GEONAMES_USERNAME, read README file and ask ssuominen@!
+   local myconf=(
+   $(use_enable upower)
+   GEONAMES_USERNAME=Gentoo
+   )
+   econf "${myconf[@]}"
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-weather-plugin/

2017-06-09 Thread Michał Górny
commit: 1cc9ce952b124e100fe08e624488056c4d2c1e71
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun  9 07:06:39 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun  9 07:39:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cc9ce95

xfce-extra/xfce4-weather-plugin: Clean old up

 xfce-extra/xfce4-weather-plugin/Manifest   |  1 -
 .../xfce4-weather-plugin-0.8.7.ebuild  | 37 --
 2 files changed, 38 deletions(-)

diff --git a/xfce-extra/xfce4-weather-plugin/Manifest 
b/xfce-extra/xfce4-weather-plugin/Manifest
index 9d561ab50d2..f89a6d3ef77 100644
--- a/xfce-extra/xfce4-weather-plugin/Manifest
+++ b/xfce-extra/xfce4-weather-plugin/Manifest
@@ -1,3 +1,2 @@
-DIST xfce4-weather-plugin-0.8.7.tar.bz2 2976092 SHA256 
071e71106868c7d90c936256d837ca834d0ca6f54daea59a9b5fc11b318e65b0 SHA512 
681b500cbeead09e61b2d30960853503e90ece6a73871b0a603d32026d7781096e5dac8fc456fb80a9a3a69c65f2ff1e297ffab520e7a7b27a31d5b7627710c8
 WHIRLPOOL 
b195c2bf4a517623f3ad869f4ef70776de0ee49a99644207869c9ab6b3bce8e81e7f8e46143b38af468f638e5d34b7ca9d2878f50dc6468007a04152360a93c2
 DIST xfce4-weather-plugin-0.8.8.tar.bz2 2979971 SHA256 
651b722714fdafde3f548f183958c34e1539cf563193d7e51f28bfb6933d6d3f SHA512 
98e35d11bc57edf926228d7da2c5fbd4320f9dce0ff4fab232b81a98f4ff979c80575c077b9ffb161c54bf81f5da400b518838be881fbea82e5b1c37cae2c01a
 WHIRLPOOL 
47118162fa35ab3b69018605190802ce17a2df9dcc4712bea267d262afe88c226bd0b58c9eb323957fe47e8531003fb6abe2f5dd4c05ea488874cc345966fa1d
 DIST xfce4-weather-plugin-0.8.9.tar.bz2 2966504 SHA256 
0e15d14b3e18c3da46ad23ee3158a25220f1474a48b611de96edb56221aecee5 SHA512 
bcc714bc369f8fe0dbcb2d42e4c99c0208539edf58adcecf5d0fb55ba05e763be9113a8197ed931b99f119ff4e4d54985824c612ba3b613da8b1a7ca717bacfd
 WHIRLPOOL 
b3357cefedeea36a6fcd210946e5b46b1216f7b2e98e30c6e0ae8382376d5da831570284365e8154bc1d1957e851904171072722b8231955661919cfcf24f555

diff --git a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.7.ebuild 
b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.7.ebuild
deleted file mode 100644
index e2f5940b076..000
--- a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.7.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit xfconf
-
-DESCRIPTION="A weather plug-in for the Xfce desktop environment"
-HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin;
-SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
-IUSE="debug upower"
-
-RDEPEND=">=dev-libs/glib-2.20:=
-   dev-libs/libxml2:=
-   >=net-libs/libsoup-2.32:=
-   >=x11-libs/gtk+-2.14:2=
-   >=xfce-base/libxfce4ui-4.10:=
-   >=xfce-base/libxfce4util-4.10:=
-   >=xfce-base/xfce4-panel-4.10:=
-   upower? ( || ( >=sys-power/upower-0.9.23 sys-power/upower-pm-utils ) )"
-DEPEND="${RDEPEND}
-   dev-util/intltool
-   virtual/pkgconfig"
-
-pkg_setup() {
-   # For GEONAMES_USERNAME, read README file and ask ssuominen@!
-   XFCONF=(
-   $(use_enable upower)
-   $(xfconf_use_debug)
-   GEONAMES_USERNAME=Gentoo
-   )
-
-   DOCS=( AUTHORS ChangeLog NEWS README TODO )
-}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-weather-plugin/

2017-02-16 Thread Michał Górny
commit: c995d11f6d99483f2217b76fd2d77bbe6ca2d3bc
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Feb 16 20:08:46 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Feb 16 21:06:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c995d11f

xfce-extra/xfce4-weather-plugin: Bump to 0.8.9, EAPI=6

 xfce-extra/xfce4-weather-plugin/Manifest   |  1 +
 .../xfce4-weather-plugin-0.8.9.ebuild  | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/xfce-extra/xfce4-weather-plugin/Manifest 
b/xfce-extra/xfce4-weather-plugin/Manifest
index d220ed22e3..9d561ab50d 100644
--- a/xfce-extra/xfce4-weather-plugin/Manifest
+++ b/xfce-extra/xfce4-weather-plugin/Manifest
@@ -1,2 +1,3 @@
 DIST xfce4-weather-plugin-0.8.7.tar.bz2 2976092 SHA256 
071e71106868c7d90c936256d837ca834d0ca6f54daea59a9b5fc11b318e65b0 SHA512 
681b500cbeead09e61b2d30960853503e90ece6a73871b0a603d32026d7781096e5dac8fc456fb80a9a3a69c65f2ff1e297ffab520e7a7b27a31d5b7627710c8
 WHIRLPOOL 
b195c2bf4a517623f3ad869f4ef70776de0ee49a99644207869c9ab6b3bce8e81e7f8e46143b38af468f638e5d34b7ca9d2878f50dc6468007a04152360a93c2
 DIST xfce4-weather-plugin-0.8.8.tar.bz2 2979971 SHA256 
651b722714fdafde3f548f183958c34e1539cf563193d7e51f28bfb6933d6d3f SHA512 
98e35d11bc57edf926228d7da2c5fbd4320f9dce0ff4fab232b81a98f4ff979c80575c077b9ffb161c54bf81f5da400b518838be881fbea82e5b1c37cae2c01a
 WHIRLPOOL 
47118162fa35ab3b69018605190802ce17a2df9dcc4712bea267d262afe88c226bd0b58c9eb323957fe47e8531003fb6abe2f5dd4c05ea488874cc345966fa1d
+DIST xfce4-weather-plugin-0.8.9.tar.bz2 2966504 SHA256 
0e15d14b3e18c3da46ad23ee3158a25220f1474a48b611de96edb56221aecee5 SHA512 
bcc714bc369f8fe0dbcb2d42e4c99c0208539edf58adcecf5d0fb55ba05e763be9113a8197ed931b99f119ff4e4d54985824c612ba3b613da8b1a7ca717bacfd
 WHIRLPOOL 
b3357cefedeea36a6fcd210946e5b46b1216f7b2e98e30c6e0ae8382376d5da831570284365e8154bc1d1957e851904171072722b8231955661919cfcf24f555

diff --git a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.9.ebuild 
b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.9.ebuild
new file mode 100644
index 00..af86d24247
--- /dev/null
+++ b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.9.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="A weather plug-in for the Xfce desktop environment"
+HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin;
+SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE="upower"
+
+RDEPEND=">=dev-libs/glib-2.20:=
+   dev-libs/libxml2:=
+   >=net-libs/libsoup-2.32:=
+   >=x11-libs/gtk+-2.14:2=
+   >=xfce-base/libxfce4ui-4.10:=
+   >=xfce-base/libxfce4util-4.10:=
+   >=xfce-base/xfce4-panel-4.10:=
+   upower? ( || ( >=sys-power/upower-0.9.23 sys-power/upower-pm-utils ) )"
+DEPEND="${RDEPEND}
+   dev-util/intltool
+   virtual/pkgconfig"
+
+DOCS=( AUTHORS ChangeLog NEWS README TODO )
+
+src_configure() {
+   # For GEONAMES_USERNAME, read README file and ask ssuominen@!
+   local myconf=(
+   $(use_enable upower)
+   GEONAMES_USERNAME=Gentoo
+   )
+   econf "${myconf[@]}"
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-weather-plugin/

2016-09-03 Thread Michał Górny
commit: 9d9eaa41e3b3a9280af117a7ce70b7f87124a509
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep  3 11:49:10 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep  3 12:07:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d9eaa41

xfce-extra/xfce4-weather-plugin: Version bump to 0.8.8

 xfce-extra/xfce4-weather-plugin/Manifest   |  1 +
 .../xfce4-weather-plugin-0.8.8.ebuild  | 38 ++
 2 files changed, 39 insertions(+)

diff --git a/xfce-extra/xfce4-weather-plugin/Manifest 
b/xfce-extra/xfce4-weather-plugin/Manifest
index 438c68f..d220ed2 100644
--- a/xfce-extra/xfce4-weather-plugin/Manifest
+++ b/xfce-extra/xfce4-weather-plugin/Manifest
@@ -1 +1,2 @@
 DIST xfce4-weather-plugin-0.8.7.tar.bz2 2976092 SHA256 
071e71106868c7d90c936256d837ca834d0ca6f54daea59a9b5fc11b318e65b0 SHA512 
681b500cbeead09e61b2d30960853503e90ece6a73871b0a603d32026d7781096e5dac8fc456fb80a9a3a69c65f2ff1e297ffab520e7a7b27a31d5b7627710c8
 WHIRLPOOL 
b195c2bf4a517623f3ad869f4ef70776de0ee49a99644207869c9ab6b3bce8e81e7f8e46143b38af468f638e5d34b7ca9d2878f50dc6468007a04152360a93c2
+DIST xfce4-weather-plugin-0.8.8.tar.bz2 2979971 SHA256 
651b722714fdafde3f548f183958c34e1539cf563193d7e51f28bfb6933d6d3f SHA512 
98e35d11bc57edf926228d7da2c5fbd4320f9dce0ff4fab232b81a98f4ff979c80575c077b9ffb161c54bf81f5da400b518838be881fbea82e5b1c37cae2c01a
 WHIRLPOOL 
47118162fa35ab3b69018605190802ce17a2df9dcc4712bea267d262afe88c226bd0b58c9eb323957fe47e8531003fb6abe2f5dd4c05ea488874cc345966fa1d

diff --git a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.8.ebuild 
b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.8.ebuild
new file mode 100644
index ..6e298b9
--- /dev/null
+++ b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.8.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit xfconf
+
+DESCRIPTION="A weather plug-in for the Xfce desktop environment"
+HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin;
+SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
+IUSE="debug upower"
+
+RDEPEND=">=dev-libs/glib-2.20:=
+   dev-libs/libxml2:=
+   >=net-libs/libsoup-2.32:=
+   >=x11-libs/gtk+-2.14:2=
+   >=xfce-base/libxfce4ui-4.10:=
+   >=xfce-base/libxfce4util-4.10:=
+   >=xfce-base/xfce4-panel-4.10:=
+   upower? ( || ( >=sys-power/upower-0.9.23 sys-power/upower-pm-utils ) )"
+DEPEND="${RDEPEND}
+   dev-util/intltool
+   virtual/pkgconfig"
+
+pkg_setup() {
+   # For GEONAMES_USERNAME, read README file and ask ssuominen@!
+   XFCONF=(
+   $(use_enable upower)
+   $(xfconf_use_debug)
+   GEONAMES_USERNAME=Gentoo
+   )
+
+   DOCS=( AUTHORS ChangeLog NEWS README TODO )
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-weather-plugin/, xfce-extra/xfce4-weather-plugin/files/

2016-08-02 Thread Michał Górny
commit: 414eb446d05dde63fca91dd39a94452e4560885b
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Aug  2 15:29:37 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Aug  2 16:09:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=414eb446

xfce-extra/xfce4-weather-plugin: Prune old

 xfce-extra/xfce4-weather-plugin/Manifest   |   4 -
 ...ix-color-parsing-when-reading-config-file.patch |  28 
 ...-ready-for-met.no-locationforecast-1.2-AP.patch | 164 -
 ...et.no-locationforecastLTS-1.2-API-bug-109.patch |  28 
 .../xfce4-weather-plugin-0.8.3-upower-0.99.patch   |  64 
 .../xfce4-weather-plugin-0.8.3-r2.ebuild   |  45 --
 .../xfce4-weather-plugin-0.8.4.ebuild  |  38 -
 .../xfce4-weather-plugin-0.8.5.ebuild  |  38 -
 .../xfce4-weather-plugin-0.8.6.ebuild  |  38 -
 9 files changed, 447 deletions(-)

diff --git a/xfce-extra/xfce4-weather-plugin/Manifest 
b/xfce-extra/xfce4-weather-plugin/Manifest
index bdc4ca7..438c68f 100644
--- a/xfce-extra/xfce4-weather-plugin/Manifest
+++ b/xfce-extra/xfce4-weather-plugin/Manifest
@@ -1,5 +1 @@
-DIST xfce4-weather-plugin-0.8.3.tar.bz2 2786473 SHA256 
40a6a22be7653b15a47174a430da89040f178695b48e5e01e77990050f715ce4 SHA512 
24b1f191e12fcd56a9149d2f0dd3d4449a31586503a28f96352b4dd25f795e3ebcb975997d580478840311c98e30d313458403814ca21d049f35865a5e75b687
 WHIRLPOOL 
b857a236c39e9986ad6962cdc670fabb560ac32d1339d3c276fb8b512387a281c163cf66613a57c3858c98978acfdb8dd5c23ff97aec3dd70d8f6e57c954292a
-DIST xfce4-weather-plugin-0.8.4.tar.bz2 2910251 SHA256 
56f6883f7b0e61e4fced57086dfb5a714afbb3d4ec33b1c433186c9a7d86fe3f SHA512 
ad547681683150d2605d52e6b9d7f76d6871e7ffa5ae9b654ac324b94cf39d22318b624fa73e32a1457a6e865e3fb4d81d160ffbe3ce00b919ea6d167c06d29f
 WHIRLPOOL 
7b45854636a6f5457d67ebd94c0f64c3e199d766a5f06b93e58ad45b4e7443168faca7ccb1db05b70f5cd3b0d0662ddbd43bd1ce44f348960078017e15c44607
-DIST xfce4-weather-plugin-0.8.5.tar.bz2 2937333 SHA256 
be8ac0e5635355d568e4095a3459f53efd5f10a8ef46976a43dc30cbb277e5cd SHA512 
f81b1cd0084abc07299724f9086b3efd7f7628affdcaec5d347ad092fcd632eb9a8c8f9fcbc53bf96b8b68717e515b45804d1838917ddea76009190815f0d2dc
 WHIRLPOOL 
bf85bd5499018abfe74dc2a3d6d35e84b48e398c07f34465391ba1bedaee361235ec3bcc7f2446f7afd84fd7a6f59bec99b986273bac1284c7730fbde3632d95
-DIST xfce4-weather-plugin-0.8.6.tar.bz2 2949753 SHA256 
927c3b2c699208d63b2baf469b74c8c0dfcb98006ca9f80d75e7aec62658e6fa SHA512 
052b652c64d83653e957831bb7f4717fe10b9a7847302c64100d5d9feb4b1b8c05306a35443a0e5859e68cbe48170051b77fc42d956068726286becffc7dde87
 WHIRLPOOL 
88db04f235cd892ce8921889249f08578a9ce6ccaf0c3352c301b6d153c6a0826006c9a8b3f301b620c9df921f7a5ce643843e5bb56cda2b1d6ae28dcaafff35
 DIST xfce4-weather-plugin-0.8.7.tar.bz2 2976092 SHA256 
071e71106868c7d90c936256d837ca834d0ca6f54daea59a9b5fc11b318e65b0 SHA512 
681b500cbeead09e61b2d30960853503e90ece6a73871b0a603d32026d7781096e5dac8fc456fb80a9a3a69c65f2ff1e297ffab520e7a7b27a31d5b7627710c8
 WHIRLPOOL 
b195c2bf4a517623f3ad869f4ef70776de0ee49a99644207869c9ab6b3bce8e81e7f8e46143b38af468f638e5d34b7ca9d2878f50dc6468007a04152360a93c2

diff --git 
a/xfce-extra/xfce4-weather-plugin/files/xfce4-weather-plugin-0.8.3-Fix-color-parsing-when-reading-config-file.patch
 
b/xfce-extra/xfce4-weather-plugin/files/xfce4-weather-plugin-0.8.3-Fix-color-parsing-when-reading-config-file.patch
deleted file mode 100644
index be93645..000
--- 
a/xfce-extra/xfce4-weather-plugin/files/xfce4-weather-plugin-0.8.3-Fix-color-parsing-when-reading-config-file.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From 09a9a4fdec9ee709bd3da2be2ba1cf13e4e377e1 Mon Sep 17 00:00:00 2001
-From: Harald Judt 
-Date: Wed, 20 Feb 2013 15:25:09 +0100
-Subject: [PATCH] Fix color parsing when reading config file.
-
-This turned out to be a stupid copy & paste mistake.
-
-(cherry picked from commit 462e85dfd54e9a3bdf6c330c602a6545bccce585)

- panel-plugin/weather.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/panel-plugin/weather.c b/panel-plugin/weather.c
-index 710c33c..4a2e3c3 100644
 a/panel-plugin/weather.c
-+++ b/panel-plugin/weather.c
-@@ -884,7 +884,7 @@ xfceweather_read_config(XfcePanelPlugin *plugin,
- 
- value = xfce_rc_read_entry(rc, "scrollbox_color", NULL);
- if (value)
--gdk_color_parse("#", &(data->scrollbox_color));
-+gdk_color_parse(value, &(data->scrollbox_color));
- 
- data->scrollbox_use_color =
- xfce_rc_read_bool_entry(rc, "scrollbox_use_color", FALSE);
--- 
-2.1.2
-

diff --git 
a/xfce-extra/xfce4-weather-plugin/files/xfce4-weather-plugin-0.8.3-Make-plugin-ready-for-met.no-locationforecast-1.2-AP.patch
 
b/xfce-extra/xfce4-weather-plugin/files/xfce4-weather-plugin-0.8.3-Make-plugin-ready-for-met.no-locationforecast-1.2-AP.patch
deleted file mode 100644
index a19241c..000
--- 

[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-weather-plugin/

2016-06-23 Thread Michał Górny
commit: be076b563149652f7ba28f6da3d367bf7647819c
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jun 23 14:23:19 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jun 23 15:06:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be076b56

xfce-extra/xfce4-weather-plugin: Bump to 0.8.7 (sunrise API update)

 xfce-extra/xfce4-weather-plugin/Manifest   |  1 +
 .../xfce4-weather-plugin-0.8.7.ebuild  | 38 ++
 2 files changed, 39 insertions(+)

diff --git a/xfce-extra/xfce4-weather-plugin/Manifest 
b/xfce-extra/xfce4-weather-plugin/Manifest
index 47e35c1..bdc4ca7 100644
--- a/xfce-extra/xfce4-weather-plugin/Manifest
+++ b/xfce-extra/xfce4-weather-plugin/Manifest
@@ -2,3 +2,4 @@ DIST xfce4-weather-plugin-0.8.3.tar.bz2 2786473 SHA256 
40a6a22be7653b15a47174a43
 DIST xfce4-weather-plugin-0.8.4.tar.bz2 2910251 SHA256 
56f6883f7b0e61e4fced57086dfb5a714afbb3d4ec33b1c433186c9a7d86fe3f SHA512 
ad547681683150d2605d52e6b9d7f76d6871e7ffa5ae9b654ac324b94cf39d22318b624fa73e32a1457a6e865e3fb4d81d160ffbe3ce00b919ea6d167c06d29f
 WHIRLPOOL 
7b45854636a6f5457d67ebd94c0f64c3e199d766a5f06b93e58ad45b4e7443168faca7ccb1db05b70f5cd3b0d0662ddbd43bd1ce44f348960078017e15c44607
 DIST xfce4-weather-plugin-0.8.5.tar.bz2 2937333 SHA256 
be8ac0e5635355d568e4095a3459f53efd5f10a8ef46976a43dc30cbb277e5cd SHA512 
f81b1cd0084abc07299724f9086b3efd7f7628affdcaec5d347ad092fcd632eb9a8c8f9fcbc53bf96b8b68717e515b45804d1838917ddea76009190815f0d2dc
 WHIRLPOOL 
bf85bd5499018abfe74dc2a3d6d35e84b48e398c07f34465391ba1bedaee361235ec3bcc7f2446f7afd84fd7a6f59bec99b986273bac1284c7730fbde3632d95
 DIST xfce4-weather-plugin-0.8.6.tar.bz2 2949753 SHA256 
927c3b2c699208d63b2baf469b74c8c0dfcb98006ca9f80d75e7aec62658e6fa SHA512 
052b652c64d83653e957831bb7f4717fe10b9a7847302c64100d5d9feb4b1b8c05306a35443a0e5859e68cbe48170051b77fc42d956068726286becffc7dde87
 WHIRLPOOL 
88db04f235cd892ce8921889249f08578a9ce6ccaf0c3352c301b6d153c6a0826006c9a8b3f301b620c9df921f7a5ce643843e5bb56cda2b1d6ae28dcaafff35
+DIST xfce4-weather-plugin-0.8.7.tar.bz2 2976092 SHA256 
071e71106868c7d90c936256d837ca834d0ca6f54daea59a9b5fc11b318e65b0 SHA512 
681b500cbeead09e61b2d30960853503e90ece6a73871b0a603d32026d7781096e5dac8fc456fb80a9a3a69c65f2ff1e297ffab520e7a7b27a31d5b7627710c8
 WHIRLPOOL 
b195c2bf4a517623f3ad869f4ef70776de0ee49a99644207869c9ab6b3bce8e81e7f8e46143b38af468f638e5d34b7ca9d2878f50dc6468007a04152360a93c2

diff --git a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.7.ebuild 
b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.7.ebuild
new file mode 100644
index 000..6e298b9
--- /dev/null
+++ b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.7.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit xfconf
+
+DESCRIPTION="A weather plug-in for the Xfce desktop environment"
+HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin;
+SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
+IUSE="debug upower"
+
+RDEPEND=">=dev-libs/glib-2.20:=
+   dev-libs/libxml2:=
+   >=net-libs/libsoup-2.32:=
+   >=x11-libs/gtk+-2.14:2=
+   >=xfce-base/libxfce4ui-4.10:=
+   >=xfce-base/libxfce4util-4.10:=
+   >=xfce-base/xfce4-panel-4.10:=
+   upower? ( || ( >=sys-power/upower-0.9.23 sys-power/upower-pm-utils ) )"
+DEPEND="${RDEPEND}
+   dev-util/intltool
+   virtual/pkgconfig"
+
+pkg_setup() {
+   # For GEONAMES_USERNAME, read README file and ask ssuominen@!
+   XFCONF=(
+   $(use_enable upower)
+   $(xfconf_use_debug)
+   GEONAMES_USERNAME=Gentoo
+   )
+
+   DOCS=( AUTHORS ChangeLog NEWS README TODO )
+}