[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2021-03-28 Thread Matt Turner
commit: 1eaf4d223020104dd4461c8ae548d13276505455
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar 29 01:22:38 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 29 01:39:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1eaf4d22

dev-libs/libgweather: Use python-any-r1

Closes: https://bugs.gentoo.org/770655
Signed-off-by: Matt Turner  gentoo.org>

 dev-libs/libgweather/libgweather-3.36.2.ebuild | 8 +++-
 dev-libs/libgweather/libgweather-40.0.ebuild   | 8 +++-
 2 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libgweather/libgweather-3.36.2.ebuild 
b/dev-libs/libgweather/libgweather-3.36.2.ebuild
index 6c35cbd8b67..8e0086d85c3 100644
--- a/dev-libs/libgweather/libgweather-3.36.2.ebuild
+++ b/dev-libs/libgweather/libgweather-3.36.2.ebuild
@@ -2,9 +2,10 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+PYTHON_COMPAT=( python3_{7..9} )
 VALA_USE_DEPEND="vapigen"
 
-inherit gnome.org gnome2-utils meson vala xdg
+inherit gnome.org gnome2-utils meson python-any-r1 vala xdg
 
 DESCRIPTION="Location and timezone database and weather-lookup library"
 HOMEPAGE="https://wiki.gnome.org/Projects/LibGWeather";
@@ -35,6 +36,7 @@ BDEPEND="
app-text/docbook-xml-dtd:4.3 )
>=sys-devel/gettext-0.19.8
virtual/pkgconfig
+   ${PYTHON_DEPS}
$(vala_depend)
 "
 
@@ -44,6 +46,10 @@ PATCHES=(
"${FILESDIR}"/3.36.2-autoskip-network-test.patch
 )
 
+pkg_setup() {
+   python-any-r1_pkg_setup
+}
+
 src_prepare() {
xdg_src_prepare
vala_src_prepare

diff --git a/dev-libs/libgweather/libgweather-40.0.ebuild 
b/dev-libs/libgweather/libgweather-40.0.ebuild
index 46454d5c78d..a9e1c0918c2 100644
--- a/dev-libs/libgweather/libgweather-40.0.ebuild
+++ b/dev-libs/libgweather/libgweather-40.0.ebuild
@@ -2,9 +2,10 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+PYTHON_COMPAT=( python3_{7..9} )
 VALA_USE_DEPEND="vapigen"
 
-inherit gnome.org gnome2-utils meson vala xdg
+inherit gnome.org gnome2-utils meson python-any-r1 vala xdg
 
 DESCRIPTION="Location and timezone database and weather-lookup library"
 HOMEPAGE="https://wiki.gnome.org/Projects/LibGWeather";
@@ -35,6 +36,7 @@ BDEPEND="
app-text/docbook-xml-dtd:4.3 )
>=sys-devel/gettext-0.19.8
virtual/pkgconfig
+   ${PYTHON_DEPS}
$(vala_depend)
 "
 
@@ -44,6 +46,10 @@ PATCHES=(
"${FILESDIR}"/40.0-autoskip-network-test.patch
 )
 
+pkg_setup() {
+   python-any-r1_pkg_setup
+}
+
 src_prepare() {
xdg_src_prepare
vala_src_prepare



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2021-03-28 Thread Matt Turner
commit: e1adde1f6e5afea145a9b9dc37c51ff4d968fdbd
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar 29 01:30:01 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 29 01:39:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1adde1f

dev-libs/libgweather: Depend on pygobject

Used at build time.

Closes: https://bugs.gentoo.org/778839
Signed-off-by: Matt Turner  gentoo.org>

 dev-libs/libgweather/libgweather-40.0.ebuild | 5 +
 1 file changed, 5 insertions(+)

diff --git a/dev-libs/libgweather/libgweather-40.0.ebuild 
b/dev-libs/libgweather/libgweather-40.0.ebuild
index a9e1c0918c2..25aefdc8fd5 100644
--- a/dev-libs/libgweather/libgweather-40.0.ebuild
+++ b/dev-libs/libgweather/libgweather-40.0.ebuild
@@ -37,6 +37,7 @@ BDEPEND="
>=sys-devel/gettext-0.19.8
virtual/pkgconfig
${PYTHON_DEPS}
+   $(python_gen_any_dep 'dev-python/pygobject[${PYTHON_USEDEP}]')
$(vala_depend)
 "
 
@@ -46,6 +47,10 @@ PATCHES=(
"${FILESDIR}"/40.0-autoskip-network-test.patch
 )
 
+python_check_deps() {
+   has_version -b "dev-python/pygobject[${PYTHON_USEDEP}]"
+}
+
 pkg_setup() {
python-any-r1_pkg_setup
 }



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2021-04-14 Thread Sam James
commit: 8e0b524e4e71ab52656980a4e833079b3fff97ae
Author: Sam James  gentoo  org>
AuthorDate: Thu Apr 15 01:31:38 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Apr 15 01:32:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e0b524e

dev-libs/libgweather: Stabilize 3.36.2 arm64, #782847

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

 dev-libs/libgweather/libgweather-3.36.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libgweather/libgweather-3.36.2.ebuild 
b/dev-libs/libgweather/libgweather-3.36.2.ebuild
index f6c346f617c..2397bdde262 100644
--- a/dev-libs/libgweather/libgweather-3.36.2.ebuild
+++ b/dev-libs/libgweather/libgweather-3.36.2.ebuild
@@ -16,7 +16,7 @@ SLOT="2/3-16-2" # subslot = 3-(libgweather-3 soname suffix) 
w/ temporary -2 suff
 IUSE="glade gtk-doc +introspection +vala"
 REQUIRED_USE="vala? ( introspection )"
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~x86-solaris"
 
 RDEPEND="
>=dev-libs/glib-2.44.0:2



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2019-07-07 Thread Mart Raudsepp
commit: 6d1c2d45a540618d9f82f19ecc9b23aa1aebad86
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Jul  7 11:21:57 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jul  7 11:21:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d1c2d45

dev-libs/libgweather: bump subslot

See https://mail.gnome.org/archives/distributor-list/2019-July/msg3.html
and preceeding message for reason. Most people probably have already
rebuilt much of it against the changed ABI, but we need this subslot
change for 3.32 to go to stable tree eventually without breaking for
those users.

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

 .../{libgweather-3.32.2.ebuild => libgweather-3.32.2-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libgweather/libgweather-3.32.2.ebuild 
b/dev-libs/libgweather/libgweather-3.32.2-r1.ebuild
similarity index 90%
rename from dev-libs/libgweather/libgweather-3.32.2.ebuild
rename to dev-libs/libgweather/libgweather-3.32.2-r1.ebuild
index 52aabb1e087..55ebb469e06 100644
--- a/dev-libs/libgweather/libgweather-3.32.2.ebuild
+++ b/dev-libs/libgweather/libgweather-3.32.2-r1.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="Location and timezone database and 
weather-lookup library"
 HOMEPAGE="https://wiki.gnome.org/Projects/LibGWeather";
 
 LICENSE="GPL-2+"
-SLOT="2/3-15" # subslot = 3-(libgweather-3 soname suffix)
+SLOT="2/3-15-2" # subslot = 3-(libgweather-3 soname suffix) w/ temporary -2 
suffix for silent ABI break after 3.28 without soname bump as per distro-list
 
 IUSE="glade gtk-doc +introspection +vala"
 REQUIRED_USE="vala? ( introspection )"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2020-07-17 Thread Mart Raudsepp
commit: e1a86bc5a5951122a447080bba8f502da5535216
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Jul 17 20:23:01 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Jul 17 20:23:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1a86bc5

dev-libs/libgweather: bump to 3.36.1

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 dev-libs/libgweather/Manifest  |  1 +
 dev-libs/libgweather/libgweather-3.36.1.ebuild | 68 ++
 2 files changed, 69 insertions(+)

diff --git a/dev-libs/libgweather/Manifest b/dev-libs/libgweather/Manifest
index d4a1b031837..b1a7187450f 100644
--- a/dev-libs/libgweather/Manifest
+++ b/dev-libs/libgweather/Manifest
@@ -1 +1,2 @@
 DIST libgweather-3.34.0.tar.xz 2725096 BLAKE2B 
af1034b905354aed433e3a5249305718b850f84dabcf3e96b9f9bcdda7dd78258ede0a9e82cab9b9d7f1b63d8e1a61bc3c83c1c18ec38790bc43c29fe98bb89d
 SHA512 
44451837039965251d86f6f538c943a771ab1944d9190ddb2c6bdb34b3ed0e33756c537e84f24487fd5f28b107e8d3af05a6c20a68f83734ac26ff69a8bd0aba
+DIST libgweather-3.36.1.tar.xz 2702144 BLAKE2B 
bd867461b64ef81607695ae1a3796d2b096129a9a60721c5fcb20d8c35859c0b76a985e9393c23b311f7c0fdec3e691618eab83a826b483c427287906d575251
 SHA512 
6c7090b0b6dfac61e73a398d34329cd706080a007694ceb3d47700b4f444982f8ca989dd6dfaefe85b79ffd5af9c423be4bf1bd8491ac0ba6bd15c150d97b26d

diff --git a/dev-libs/libgweather/libgweather-3.36.1.ebuild 
b/dev-libs/libgweather/libgweather-3.36.1.ebuild
new file mode 100644
index 000..f3d82c03f4c
--- /dev/null
+++ b/dev-libs/libgweather/libgweather-3.36.1.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+VALA_USE_DEPEND="vapigen"
+
+inherit gnome.org gnome2-utils meson vala xdg
+
+DESCRIPTION="Location and timezone database and weather-lookup library"
+HOMEPAGE="https://wiki.gnome.org/Projects/LibGWeather";
+
+LICENSE="GPL-2+"
+SLOT="2/3-16-2" # subslot = 3-(libgweather-3 soname suffix) w/ temporary -2 
suffix for silent ABI break after 3.28 without soname bump as per distro-list
+
+IUSE="glade gtk-doc +introspection +vala"
+REQUIRED_USE="vala? ( introspection )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~x86-solaris"
+
+RDEPEND="
+   >=dev-libs/glib-2.44.0:2
+   >=x11-libs/gtk+-3.13.5:3[introspection?]
+   >=net-libs/libsoup-2.44:2.4
+   >=dev-libs/libxml2-2.6.0:2
+   sci-geosciences/geocode-glib
+   >=sys-libs/timezone-data-2010k
+
+   glade? ( >=dev-util/glade-3.16:3.10 )
+   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-util/glib-utils
+   gtk-doc? ( >=dev-util/gtk-doc-1.11
+   app-text/docbook-xml-dtd:4.3 )
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+   $(vala_depend)
+"
+
+PATCHES=(
+   "${FILESDIR}"/3.32.1-meson-tweaks.patch # Provide introspection 
optionality and don't build tests that aren't ran automatically
+)
+
+src_prepare() {
+   xdg_src_prepare
+   vala_src_prepare
+}
+
+src_configure() {
+   local emesonargs=(
+   $(meson_use glade glade_catalog)
+   $(meson_use vala enable_vala)
+   $(meson_use gtk-doc gtk_doc)
+   $(meson_use introspection)
+   )
+   meson_src_configure
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2022-03-21 Thread Matt Turner
commit: 9eea14f3c33d1066551462be5583f4a5ad6fd78b
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar 21 18:05:21 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 21 18:05:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9eea14f3

dev-libs/libgweather: Call gnome2_environment_reset

Closes: https://bugs.gentoo.org/835709
Signed-off-by: Matt Turner  gentoo.org>

 dev-libs/libgweather/libgweather-4.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libgweather/libgweather-4.0.0.ebuild 
b/dev-libs/libgweather/libgweather-4.0.0.ebuild
index 60544f5ea355..209b624a034b 100644
--- a/dev-libs/libgweather/libgweather-4.0.0.ebuild
+++ b/dev-libs/libgweather/libgweather-4.0.0.ebuild
@@ -54,7 +54,7 @@ pkg_setup() {
 }
 
 src_prepare() {
-   xdg_src_prepare
+   gnome2_environment_reset
use vala && vala_setup
 }
 



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2022-03-22 Thread Jakov Smolić
commit: 53931864881b4e1bf5139366c6f7df0c84bfe935
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Mar 22 10:08:51 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Mar 22 10:10:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53931864

dev-libs/libgweather: Call 'default' in src_prepare

xdg_src_prepare called the default function in previous instance, but
since it has been replaced with gnome2_environment_reset we need to call
default manually.

Closes: https://bugs.gentoo.org/835782
Signed-off-by: Jakov Smolić  gentoo.org>

 dev-libs/libgweather/libgweather-4.0.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-libs/libgweather/libgweather-4.0.0.ebuild 
b/dev-libs/libgweather/libgweather-4.0.0.ebuild
index 209b624a034b..daa592786342 100644
--- a/dev-libs/libgweather/libgweather-4.0.0.ebuild
+++ b/dev-libs/libgweather/libgweather-4.0.0.ebuild
@@ -54,6 +54,7 @@ pkg_setup() {
 }
 
 src_prepare() {
+   default
gnome2_environment_reset
use vala && vala_setup
 }



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2021-10-27 Thread Arthur Zamarin
commit: 7e3aa36b97bfac86f0c847d6b1d99a2d9003df8b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Oct 27 17:35:26 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Oct 27 17:54:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e3aa36b

dev-libs/libgweather: enable py3.10

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-libs/libgweather/libgweather-40.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libgweather/libgweather-40.0.ebuild 
b/dev-libs/libgweather/libgweather-40.0.ebuild
index 450abd3a7b1..17da947e53e 100644
--- a/dev-libs/libgweather/libgweather-40.0.ebuild
+++ b/dev-libs/libgweather/libgweather-40.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 VALA_USE_DEPEND="vapigen"
 
 inherit gnome.org gnome2-utils meson python-any-r1 vala xdg



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2017-07-21 Thread Alexis Ballier
commit: bccdf2db3982adbf2f8f353f666b701d690d1f35
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Jul 21 08:17:52 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Jul 21 08:17:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bccdf2db

dev-libs/libgweather: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-libs/libgweather/libgweather-3.20.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libgweather/libgweather-3.20.4.ebuild 
b/dev-libs/libgweather/libgweather-3.20.4.ebuild
index 265d25b6988..64344996e2d 100644
--- a/dev-libs/libgweather/libgweather-3.20.4.ebuild
+++ b/dev-libs/libgweather/libgweather-3.20.4.ebuild
@@ -15,7 +15,7 @@ SLOT="2/3-6" # subslot = 3-(libgweather-3 soname suffix)
 IUSE="glade +introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~x86-solaris"
 
 COMMON_DEPEND="
>=x11-libs/gtk+-3.13.5:3[introspection?]



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2017-08-15 Thread Gilles Dartiguelongue
commit: 70f8908e942bc16317033c294185361aff679d58
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Tue Aug 15 20:47:46 2017 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Tue Aug 15 22:43:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70f8908e

dev-libs/libgweather: version bump 3.20.4 → 3.24.1

Package-Manager: Portage-2.3.7, Repoman-2.3.3

 dev-libs/libgweather/Manifest  |  1 +
 dev-libs/libgweather/libgweather-3.24.1.ebuild | 53 ++
 2 files changed, 54 insertions(+)

diff --git a/dev-libs/libgweather/Manifest b/dev-libs/libgweather/Manifest
index 69630b6e3cf..34e2c7bc1a1 100644
--- a/dev-libs/libgweather/Manifest
+++ b/dev-libs/libgweather/Manifest
@@ -1 +1,2 @@
 DIST libgweather-3.20.4.tar.xz 3342220 SHA256 
7dcdc555c48461d07a198bc44e0e6ed39105d8513b12fa97c4590f5b2d912fc2 SHA512 
65b28a2bf8e9e7d8b02972d1d2f701ac8668b1e91154ba7ee94e9a08bb98d28ce44e88842e2fe78a13ce9f942d79fd2950d8de266dae28bb262c5fc11328ada9
 WHIRLPOOL 
f01170d5e7790c22b1bfba8b6cd0e7b90708a818be2dc12a698e5ab4babb3efb6dfc368d7538b546a893a1b17b11ed04ebb0050c62b368f8f354ad9102b3c6e8
+DIST libgweather-3.24.1.tar.xz 3350680 SHA256 
1227316037b63dac4153031a22abccb3d2ac679a7409e29cd303eec499eb653c SHA512 
564464d7a18a8e0320871ea418b1163163941c950c5acea5ee65a087e44c4d81e019e2e3e4cb6751989f823cbb7c5691713d3dcef72aeaf6ff264e61b6f7b4b4
 WHIRLPOOL 
82ac37983c7c8f683b958d005f35b6eef72f5bffdfeebaca4ae903f41816d8fd3f1da6a162689b4880c05739d7d2a1238ff1277dd7694d857087b4c5a488c71f

diff --git a/dev-libs/libgweather/libgweather-3.24.1.ebuild 
b/dev-libs/libgweather/libgweather-3.24.1.ebuild
new file mode 100644
index 000..b746855aad3
--- /dev/null
+++ b/dev-libs/libgweather/libgweather-3.24.1.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+VALA_USE_DEPEND="vapigen"
+
+inherit gnome2 vala
+
+DESCRIPTION="Library to access weather information from online services"
+HOMEPAGE="https://wiki.gnome.org/Projects/LibGWeather";
+
+LICENSE="GPL-2+"
+SLOT="2/3-6" # subslot = 3-(libgweather-3 soname suffix)
+
+IUSE="glade +introspection vala"
+REQUIRED_USE="vala? ( introspection )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+
+COMMON_DEPEND="
+   >=x11-libs/gtk+-3.13.5:3[introspection?]
+   >=dev-libs/glib-2.35.1:2
+   >=net-libs/libsoup-2.44:2.4
+   >=dev-libs/libxml2-2.6.0:2
+   sci-geosciences/geocode-glib
+   >=sys-libs/timezone-data-2010k
+
+   glade? ( >=dev-util/glade-3.16:3.10 )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
+"
+RDEPEND="${COMMON_DEPEND}
+   !

[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2015-11-14 Thread Pacho Ramos
commit: af8f26ba61a7c40ff73356d6c6d406812113f96d
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Nov 14 17:41:21 2015 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Nov 14 18:38:40 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af8f26ba

dev-libs/libgweather: Version bump

Package-Manager: portage-2.2.24

 dev-libs/libgweather/Manifest  |  1 +
 dev-libs/libgweather/libgweather-3.18.1.ebuild | 55 ++
 2 files changed, 56 insertions(+)

diff --git a/dev-libs/libgweather/Manifest b/dev-libs/libgweather/Manifest
index 9154c7c..6b405b5 100644
--- a/dev-libs/libgweather/Manifest
+++ b/dev-libs/libgweather/Manifest
@@ -1,3 +1,4 @@
 DIST libgweather-3.14.3.tar.xz 3467744 SHA256 
04dd25064cdc7715c1bf5fc476c8596d640cbcb3551217867195cef16f6b SHA512 
f6e82c1a1b26ccaf0f6feb533147ac4108210096a7462ec394aa4174d772ad74c92ecae16450875a5c965ee17c0d041bee25de98a6ee8b842091adb426bd1d01
 WHIRLPOOL 
bdf76e024bd0d7d71f60d162f7cee5e8b407bff318a71e28112c2ee5b68c66c726eb1b9484c3e033b7f3c7d1b515dad3b5c91c1de53d8d10e2cef26e1cd9f66d
 DIST libgweather-3.14.4.tar.xz 3471124 SHA256 
e6079fce545082ba2231ae9fdeb8ff1716286f36d86806834ab8b1274b18 SHA512 
d72d2c1b0abf3a2a12f54d7f8d62dc6e3eda3cdf03012afb22b28ac751fe7a64811656ed82197212e55366547702e0e3e8d3984037c68b7bce036bd1a75c3366
 WHIRLPOOL 
5d6e977d31e74caa83b9de1d2ebc966f2d89f957e0768aa38735bf3c8e83fe407524c161374a00eba5dd446c3514c6cb785ca209b1884c09283c5e329f7c8557
 DIST libgweather-3.16.1.tar.xz 3478080 SHA256 
db0955261427bb0f1a3f2747507863c591bf2f09dc477cfbf1cea0382cd34dfd SHA512 
753f5428760b1a14bda18c4b2ae056d54433ef68745521f3ec3685b298b934667206af23d61604d13ddc8d36a2a659c02e2a2d498be288c16ea67d4c3eadf040
 WHIRLPOOL 
ae2f2891afd3d8150377c4ae9076533892b49143f4871836415384a065f2f69d9768c1c07f9bc853919f1f5c41db2068e1fe480f64a8c098bed6a5ee3f0a1c33
+DIST libgweather-3.18.1.tar.xz 3430524 SHA256 
94b2292f8f7616e2aa81b1516befd7b27682b20acecbd5d656b6954990ca7ad0 SHA512 
1fc6fda3610bcb4efd0eae57ce8706f126301f5d8399ff765d00c9cc8a513150d07cd098bc53e372b338b7801bd003d651cea0f5832edb990197d456bc89370f
 WHIRLPOOL 
19a7ec0d72f3f4740e7c1acfa83eaf6136e6523a094c6b70e85b3bafaed553e4fa6746fea31a10db888c29dc2556559dca7600be2d78b8c98f0a6d32af88bacf

diff --git a/dev-libs/libgweather/libgweather-3.18.1.ebuild 
b/dev-libs/libgweather/libgweather-3.18.1.ebuild
new file mode 100644
index 000..06e47a2
--- /dev/null
+++ b/dev-libs/libgweather/libgweather-3.18.1.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+GCONF_DEBUG="no"
+VALA_USE_DEPEND="vapigen"
+
+inherit gnome2 vala
+
+DESCRIPTION="Library to access weather information from online services"
+HOMEPAGE="https://wiki.gnome.org/Projects/LibGWeather";
+
+LICENSE="GPL-2+"
+SLOT="2/3-6" # subslot = 3-(libgweather-3 soname suffix)
+IUSE="glade +introspection vala"
+REQUIRED_USE="vala? ( introspection )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd 
~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+
+COMMON_DEPEND="
+   >=x11-libs/gtk+-3.13.5:3[introspection?]
+   >=dev-libs/glib-2.35.1:2
+   >=net-libs/libsoup-2.34:2.4
+   >=dev-libs/libxml2-2.6.0
+   sci-geosciences/geocode-glib
+   >=sys-libs/timezone-data-2010k
+
+   glade? ( >=dev-util/glade-3.16:3.10 )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
+"
+RDEPEND="${COMMON_DEPEND}
+   !

[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2015-11-14 Thread Pacho Ramos
commit: fe24d828801aa25393696835ad520005c6a1892b
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Nov 14 17:41:55 2015 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Nov 14 18:38:43 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe24d828

dev-libs/libgweather: Drop old

Package-Manager: portage-2.2.24

 dev-libs/libgweather/Manifest  |  2 -
 dev-libs/libgweather/libgweather-3.14.3.ebuild | 56 --
 dev-libs/libgweather/libgweather-3.14.4.ebuild | 56 --
 3 files changed, 114 deletions(-)

diff --git a/dev-libs/libgweather/Manifest b/dev-libs/libgweather/Manifest
index 6b405b5..69ac54c 100644
--- a/dev-libs/libgweather/Manifest
+++ b/dev-libs/libgweather/Manifest
@@ -1,4 +1,2 @@
-DIST libgweather-3.14.3.tar.xz 3467744 SHA256 
04dd25064cdc7715c1bf5fc476c8596d640cbcb3551217867195cef16f6b SHA512 
f6e82c1a1b26ccaf0f6feb533147ac4108210096a7462ec394aa4174d772ad74c92ecae16450875a5c965ee17c0d041bee25de98a6ee8b842091adb426bd1d01
 WHIRLPOOL 
bdf76e024bd0d7d71f60d162f7cee5e8b407bff318a71e28112c2ee5b68c66c726eb1b9484c3e033b7f3c7d1b515dad3b5c91c1de53d8d10e2cef26e1cd9f66d
-DIST libgweather-3.14.4.tar.xz 3471124 SHA256 
e6079fce545082ba2231ae9fdeb8ff1716286f36d86806834ab8b1274b18 SHA512 
d72d2c1b0abf3a2a12f54d7f8d62dc6e3eda3cdf03012afb22b28ac751fe7a64811656ed82197212e55366547702e0e3e8d3984037c68b7bce036bd1a75c3366
 WHIRLPOOL 
5d6e977d31e74caa83b9de1d2ebc966f2d89f957e0768aa38735bf3c8e83fe407524c161374a00eba5dd446c3514c6cb785ca209b1884c09283c5e329f7c8557
 DIST libgweather-3.16.1.tar.xz 3478080 SHA256 
db0955261427bb0f1a3f2747507863c591bf2f09dc477cfbf1cea0382cd34dfd SHA512 
753f5428760b1a14bda18c4b2ae056d54433ef68745521f3ec3685b298b934667206af23d61604d13ddc8d36a2a659c02e2a2d498be288c16ea67d4c3eadf040
 WHIRLPOOL 
ae2f2891afd3d8150377c4ae9076533892b49143f4871836415384a065f2f69d9768c1c07f9bc853919f1f5c41db2068e1fe480f64a8c098bed6a5ee3f0a1c33
 DIST libgweather-3.18.1.tar.xz 3430524 SHA256 
94b2292f8f7616e2aa81b1516befd7b27682b20acecbd5d656b6954990ca7ad0 SHA512 
1fc6fda3610bcb4efd0eae57ce8706f126301f5d8399ff765d00c9cc8a513150d07cd098bc53e372b338b7801bd003d651cea0f5832edb990197d456bc89370f
 WHIRLPOOL 
19a7ec0d72f3f4740e7c1acfa83eaf6136e6523a094c6b70e85b3bafaed553e4fa6746fea31a10db888c29dc2556559dca7600be2d78b8c98f0a6d32af88bacf

diff --git a/dev-libs/libgweather/libgweather-3.14.3.ebuild 
b/dev-libs/libgweather/libgweather-3.14.3.ebuild
deleted file mode 100644
index 2ba6b5b..000
--- a/dev-libs/libgweather/libgweather-3.14.3.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-VALA_MIN_API_VERSION="0.18"
-VALA_USE_DEPEND="vapigen"
-
-inherit gnome2 vala
-
-DESCRIPTION="Library to access weather information from online services"
-HOMEPAGE="https://wiki.gnome.org/Projects/LibGWeather";
-
-LICENSE="GPL-2+"
-SLOT="2/3-6" # subslot = 3-(libgweather-3 soname suffix)
-IUSE="glade +introspection vala"
-REQUIRED_USE="vala? ( introspection )"
-
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd 
~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
-
-COMMON_DEPEND="
-   >=x11-libs/gtk+-3.13.5:3[introspection?]
-   >=dev-libs/glib-2.35.1:2
-   >=net-libs/libsoup-2.34:2.4
-   >=dev-libs/libxml2-2.6.0
-   sci-geosciences/geocode-glib
-   >=sys-libs/timezone-data-2010k
-
-   glade? ( >=dev-util/glade-3.16:3.10 )
-   introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
-"
-RDEPEND="${COMMON_DEPEND}
-   !https://wiki.gnome.org/Projects/LibGWeather";
-
-LICENSE="GPL-2+"
-SLOT="2/3-6" # subslot = 3-(libgweather-3 soname suffix)
-IUSE="glade +introspection vala"
-REQUIRED_USE="vala? ( introspection )"
-
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd 
~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
-
-COMMON_DEPEND="
-   >=x11-libs/gtk+-3.13.5:3[introspection?]
-   >=dev-libs/glib-2.35.1:2
-   >=net-libs/libsoup-2.34:2.4
-   >=dev-libs/libxml2-2.6.0
-   sci-geosciences/geocode-glib
-   >=sys-libs/timezone-data-2010k
-
-   glade? ( >=dev-util/glade-3.16:3.10 )
-   introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
-"
-RDEPEND="${COMMON_DEPEND}
-   !

[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2018-01-17 Thread Mikle Kolyada
commit: ea5ab142f1c2c3b3445ad3d47f5aee90d13c1fd0
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Jan 18 02:13:03 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Jan 18 02:13:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea5ab142

dev-libs/libgweather: amd64 stable wrt bug #631656

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-libs/libgweather/libgweather-3.24.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libgweather/libgweather-3.24.1.ebuild 
b/dev-libs/libgweather/libgweather-3.24.1.ebuild
index b746855aad3..dafeb739d3f 100644
--- a/dev-libs/libgweather/libgweather-3.24.1.ebuild
+++ b/dev-libs/libgweather/libgweather-3.24.1.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
@@ -15,7 +15,7 @@ SLOT="2/3-6" # subslot = 3-(libgweather-3 soname suffix)
 IUSE="glade +introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~x86-solaris"
 
 COMMON_DEPEND="
>=x11-libs/gtk+-3.13.5:3[introspection?]



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2018-02-03 Thread Mart Raudsepp
commit: 62b00f64514929ea948a534e7f243fa8b255a8a9
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Feb  3 19:19:06 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Feb  3 19:38:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62b00f64

dev-libs/libgweather: remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-libs/libgweather/Manifest  |  1 -
 dev-libs/libgweather/libgweather-3.20.4.ebuild | 53 --
 2 files changed, 54 deletions(-)

diff --git a/dev-libs/libgweather/Manifest b/dev-libs/libgweather/Manifest
index 1f4593ce81c..2c28b2e3e80 100644
--- a/dev-libs/libgweather/Manifest
+++ b/dev-libs/libgweather/Manifest
@@ -1,2 +1 @@
-DIST libgweather-3.20.4.tar.xz 3342220 BLAKE2B 
e9f58b508e67eae0f76849b37cc7ff955a512852d911dfb473b1f28f14112ec21bbbc7910efd39d3752a473774b6fc04fa5de135903882883e3aeb7a0edf5bbb
 SHA512 
65b28a2bf8e9e7d8b02972d1d2f701ac8668b1e91154ba7ee94e9a08bb98d28ce44e88842e2fe78a13ce9f942d79fd2950d8de266dae28bb262c5fc11328ada9
 DIST libgweather-3.24.1.tar.xz 3350680 BLAKE2B 
9265cb3c280446d5f380f62b60efb5578a7a401e3291d12e3824d8e7eacc582761226b0aaebb0439318bd48b9ad5429a1b6d89eb0220a82650c43be8aa337e2d
 SHA512 
564464d7a18a8e0320871ea418b1163163941c950c5acea5ee65a087e44c4d81e019e2e3e4cb6751989f823cbb7c5691713d3dcef72aeaf6ff264e61b6f7b4b4

diff --git a/dev-libs/libgweather/libgweather-3.20.4.ebuild 
b/dev-libs/libgweather/libgweather-3.20.4.ebuild
deleted file mode 100644
index 64344996e2d..000
--- a/dev-libs/libgweather/libgweather-3.20.4.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-VALA_USE_DEPEND="vapigen"
-
-inherit gnome2 vala
-
-DESCRIPTION="Library to access weather information from online services"
-HOMEPAGE="https://wiki.gnome.org/Projects/LibGWeather";
-
-LICENSE="GPL-2+"
-SLOT="2/3-6" # subslot = 3-(libgweather-3 soname suffix)
-
-IUSE="glade +introspection vala"
-REQUIRED_USE="vala? ( introspection )"
-
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~x86-solaris"
-
-COMMON_DEPEND="
-   >=x11-libs/gtk+-3.13.5:3[introspection?]
-   >=dev-libs/glib-2.35.1:2
-   >=net-libs/libsoup-2.44:2.4
-   >=dev-libs/libxml2-2.6.0:2
-   sci-geosciences/geocode-glib
-   >=sys-libs/timezone-data-2010k
-
-   glade? ( >=dev-util/glade-3.16:3.10 )
-   introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
-"
-RDEPEND="${COMMON_DEPEND}
-   !

[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2016-09-03 Thread Gilles Dartiguelongue
commit: 835515a46414bcb5794f90195e0863e108bd58bb
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sat Sep  3 23:17:22 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sat Sep  3 23:22:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=835515a4

dev-libs/libgweather: bump from 3.18.1 to 3.18.2

NOAA shut down their METAR provider service, switch to another provider.

Package-Manager: portage-2.3.0

 dev-libs/libgweather/Manifest  |  1 +
 dev-libs/libgweather/libgweather-3.18.2.ebuild | 53 ++
 2 files changed, 54 insertions(+)

diff --git a/dev-libs/libgweather/Manifest b/dev-libs/libgweather/Manifest
index 0b8a544..4a2ba22 100644
--- a/dev-libs/libgweather/Manifest
+++ b/dev-libs/libgweather/Manifest
@@ -1,2 +1,3 @@
 DIST libgweather-3.18.1.tar.xz 3430524 SHA256 
94b2292f8f7616e2aa81b1516befd7b27682b20acecbd5d656b6954990ca7ad0 SHA512 
1fc6fda3610bcb4efd0eae57ce8706f126301f5d8399ff765d00c9cc8a513150d07cd098bc53e372b338b7801bd003d651cea0f5832edb990197d456bc89370f
 WHIRLPOOL 
19a7ec0d72f3f4740e7c1acfa83eaf6136e6523a094c6b70e85b3bafaed553e4fa6746fea31a10db888c29dc2556559dca7600be2d78b8c98f0a6d32af88bacf
+DIST libgweather-3.18.2.tar.xz 3431224 SHA256 
f35e52fa4023369ef5e04851311b3f15c9d7103ec801d0567eb3dec5851e71e3 SHA512 
6e5ef37a50b22bb3941b703046bfcec78c6fd29aad3084c1a707a37f0418bc61c4852aa34501daaf20f6796e528a7ece948092b224d6f696b9d9e856fc384991
 WHIRLPOOL 
58f3d6a0c9acd4460a50077147ca9429a216777b402530632d922b38b9a47dd750b136be377cd3382de4638fa85bbab888a2356539f56e8f68a1787d346f459e
 DIST libgweather-3.20.1.tar.xz 3423740 SHA256 
81eb829fab6375cc9a4d448ae0f790e48f9720e91eb74678b22264cfbc8938d0 SHA512 
4b9403b289d1d99e03aceb6207854369a5b92ea25a784aed322aed2b7e1e4c3b548e256e4222ea05206effb7de403b343031278503429433591496e50a708f23
 WHIRLPOOL 
2d943a7674f240e77656f1365c29926d44942ec87fa2785eb290dbd6b6bffbe1d99c3e6e8984175b01007d5a4df93ea9b4d9acc5abc27e93bde915d6e04bff0c

diff --git a/dev-libs/libgweather/libgweather-3.18.2.ebuild 
b/dev-libs/libgweather/libgweather-3.18.2.ebuild
new file mode 100644
index ..22a7fec
--- /dev/null
+++ b/dev-libs/libgweather/libgweather-3.18.2.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+VALA_USE_DEPEND="vapigen"
+
+inherit gnome2 vala
+
+DESCRIPTION="Library to access weather information from online services"
+HOMEPAGE="https://wiki.gnome.org/Projects/LibGWeather";
+
+LICENSE="GPL-2+"
+SLOT="2/3-6" # subslot = 3-(libgweather-3 soname suffix)
+IUSE="glade +introspection vala"
+REQUIRED_USE="vala? ( introspection )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd 
~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+
+COMMON_DEPEND="
+   >=x11-libs/gtk+-3.13.5:3[introspection?]
+   >=dev-libs/glib-2.35.1:2
+   >=net-libs/libsoup-2.34:2.4
+   >=dev-libs/libxml2-2.6.0
+   sci-geosciences/geocode-glib
+   >=sys-libs/timezone-data-2010k
+
+   glade? ( >=dev-util/glade-3.16:3.10 )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
+"
+RDEPEND="${COMMON_DEPEND}
+   !

[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2016-09-03 Thread Gilles Dartiguelongue
commit: 94871340c99d90dbfb7c4f2409560703e951a31c
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sat Sep  3 23:20:59 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sat Sep  3 23:22:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94871340

dev-libs/libgweather: bump from 3.20.1 to 3.20.3

NOAA shut down their METAR provider service, switch to another provider.

Package-Manager: portage-2.3.0

 dev-libs/libgweather/Manifest  |  1 +
 dev-libs/libgweather/libgweather-3.20.3.ebuild | 53 ++
 2 files changed, 54 insertions(+)

diff --git a/dev-libs/libgweather/Manifest b/dev-libs/libgweather/Manifest
index 4a2ba22..9db701b 100644
--- a/dev-libs/libgweather/Manifest
+++ b/dev-libs/libgweather/Manifest
@@ -1,3 +1,4 @@
 DIST libgweather-3.18.1.tar.xz 3430524 SHA256 
94b2292f8f7616e2aa81b1516befd7b27682b20acecbd5d656b6954990ca7ad0 SHA512 
1fc6fda3610bcb4efd0eae57ce8706f126301f5d8399ff765d00c9cc8a513150d07cd098bc53e372b338b7801bd003d651cea0f5832edb990197d456bc89370f
 WHIRLPOOL 
19a7ec0d72f3f4740e7c1acfa83eaf6136e6523a094c6b70e85b3bafaed553e4fa6746fea31a10db888c29dc2556559dca7600be2d78b8c98f0a6d32af88bacf
 DIST libgweather-3.18.2.tar.xz 3431224 SHA256 
f35e52fa4023369ef5e04851311b3f15c9d7103ec801d0567eb3dec5851e71e3 SHA512 
6e5ef37a50b22bb3941b703046bfcec78c6fd29aad3084c1a707a37f0418bc61c4852aa34501daaf20f6796e528a7ece948092b224d6f696b9d9e856fc384991
 WHIRLPOOL 
58f3d6a0c9acd4460a50077147ca9429a216777b402530632d922b38b9a47dd750b136be377cd3382de4638fa85bbab888a2356539f56e8f68a1787d346f459e
 DIST libgweather-3.20.1.tar.xz 3423740 SHA256 
81eb829fab6375cc9a4d448ae0f790e48f9720e91eb74678b22264cfbc8938d0 SHA512 
4b9403b289d1d99e03aceb6207854369a5b92ea25a784aed322aed2b7e1e4c3b548e256e4222ea05206effb7de403b343031278503429433591496e50a708f23
 WHIRLPOOL 
2d943a7674f240e77656f1365c29926d44942ec87fa2785eb290dbd6b6bffbe1d99c3e6e8984175b01007d5a4df93ea9b4d9acc5abc27e93bde915d6e04bff0c
+DIST libgweather-3.20.3.tar.xz 3376700 SHA256 
fb6bc5b64ef5db3dc40a9798f072b83ebcafe7ff5af472aaee70600619b56c0b SHA512 
feaf5a3ec5766934e482224cc4ca970db49c86addaabcae623d3ac1cadc7dc4a4759cb88552af7e92124f52a7a921ceef94759509cdc3e1fe20c749531ef7ad9
 WHIRLPOOL 
5e569741a3e75929d7bdba2e3aa69fc42df9472ecc6626e5f7b95a12dad9d5d5af9a87b73417056b54192b9a0ca47076a21cc18ad5c81a6fd349edaa1b5f7537

diff --git a/dev-libs/libgweather/libgweather-3.20.3.ebuild 
b/dev-libs/libgweather/libgweather-3.20.3.ebuild
new file mode 100644
index ..31cae2a
--- /dev/null
+++ b/dev-libs/libgweather/libgweather-3.20.3.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+VALA_USE_DEPEND="vapigen"
+
+inherit gnome2 vala
+
+DESCRIPTION="Library to access weather information from online services"
+HOMEPAGE="https://wiki.gnome.org/Projects/LibGWeather";
+
+LICENSE="GPL-2+"
+SLOT="2/3-6" # subslot = 3-(libgweather-3 soname suffix)
+IUSE="glade +introspection vala"
+REQUIRED_USE="vala? ( introspection )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd 
~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+
+COMMON_DEPEND="
+   >=x11-libs/gtk+-3.13.5:3[introspection?]
+   >=dev-libs/glib-2.35.1:2
+   >=net-libs/libsoup-2.44:2.4
+   >=dev-libs/libxml2-2.6.0
+   sci-geosciences/geocode-glib
+   >=sys-libs/timezone-data-2010k
+
+   glade? ( >=dev-util/glade-3.16:3.10 )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
+"
+RDEPEND="${COMMON_DEPEND}
+   !

[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2016-09-26 Thread Agostino Sarubbo
commit: 12d895226bb77942d43db5c580f971a91edf146f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Sep 26 16:22:03 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Sep 26 16:22:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12d89522

dev-libs/libgweather: amd64 stable wrt bug #593906

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-libs/libgweather/libgweather-3.18.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libgweather/libgweather-3.18.2.ebuild 
b/dev-libs/libgweather/libgweather-3.18.2.ebuild
index 22a7fec..58f6acf 100644
--- a/dev-libs/libgweather/libgweather-3.18.2.ebuild
+++ b/dev-libs/libgweather/libgweather-3.18.2.ebuild
@@ -15,7 +15,7 @@ SLOT="2/3-6" # subslot = 3-(libgweather-3 soname suffix)
 IUSE="glade +introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd 
~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd 
~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
 
 COMMON_DEPEND="
>=x11-libs/gtk+-3.13.5:3[introspection?]



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2016-09-26 Thread Agostino Sarubbo
commit: 362d458a006a9eaf015a7971e6782667b3ef345c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Sep 26 16:23:33 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Sep 26 16:23:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=362d458a

dev-libs/libgweather: x86 stable wrt bug #593906

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-libs/libgweather/libgweather-3.18.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libgweather/libgweather-3.18.2.ebuild 
b/dev-libs/libgweather/libgweather-3.18.2.ebuild
index 58f6acf..4ae6017 100644
--- a/dev-libs/libgweather/libgweather-3.18.2.ebuild
+++ b/dev-libs/libgweather/libgweather-3.18.2.ebuild
@@ -15,7 +15,7 @@ SLOT="2/3-6" # subslot = 3-(libgweather-3 soname suffix)
 IUSE="glade +introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd 
~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd 
~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
 
 COMMON_DEPEND="
>=x11-libs/gtk+-3.13.5:3[introspection?]



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2016-09-26 Thread Mart Raudsepp
commit: a2a4b93f4526da1124d0388984ac17b51864b3a9
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Sep 26 18:42:23 2016 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Sep 26 19:12:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2a4b93f

dev-libs/libgweather: remove old

 dev-libs/libgweather/Manifest  |  2 -
 dev-libs/libgweather/libgweather-3.18.1.ebuild | 55 --
 dev-libs/libgweather/libgweather-3.20.1.ebuild | 53 -
 3 files changed, 110 deletions(-)

diff --git a/dev-libs/libgweather/Manifest b/dev-libs/libgweather/Manifest
index 9db701b..091ebce 100644
--- a/dev-libs/libgweather/Manifest
+++ b/dev-libs/libgweather/Manifest
@@ -1,4 +1,2 @@
-DIST libgweather-3.18.1.tar.xz 3430524 SHA256 
94b2292f8f7616e2aa81b1516befd7b27682b20acecbd5d656b6954990ca7ad0 SHA512 
1fc6fda3610bcb4efd0eae57ce8706f126301f5d8399ff765d00c9cc8a513150d07cd098bc53e372b338b7801bd003d651cea0f5832edb990197d456bc89370f
 WHIRLPOOL 
19a7ec0d72f3f4740e7c1acfa83eaf6136e6523a094c6b70e85b3bafaed553e4fa6746fea31a10db888c29dc2556559dca7600be2d78b8c98f0a6d32af88bacf
 DIST libgweather-3.18.2.tar.xz 3431224 SHA256 
f35e52fa4023369ef5e04851311b3f15c9d7103ec801d0567eb3dec5851e71e3 SHA512 
6e5ef37a50b22bb3941b703046bfcec78c6fd29aad3084c1a707a37f0418bc61c4852aa34501daaf20f6796e528a7ece948092b224d6f696b9d9e856fc384991
 WHIRLPOOL 
58f3d6a0c9acd4460a50077147ca9429a216777b402530632d922b38b9a47dd750b136be377cd3382de4638fa85bbab888a2356539f56e8f68a1787d346f459e
-DIST libgweather-3.20.1.tar.xz 3423740 SHA256 
81eb829fab6375cc9a4d448ae0f790e48f9720e91eb74678b22264cfbc8938d0 SHA512 
4b9403b289d1d99e03aceb6207854369a5b92ea25a784aed322aed2b7e1e4c3b548e256e4222ea05206effb7de403b343031278503429433591496e50a708f23
 WHIRLPOOL 
2d943a7674f240e77656f1365c29926d44942ec87fa2785eb290dbd6b6bffbe1d99c3e6e8984175b01007d5a4df93ea9b4d9acc5abc27e93bde915d6e04bff0c
 DIST libgweather-3.20.3.tar.xz 3376700 SHA256 
fb6bc5b64ef5db3dc40a9798f072b83ebcafe7ff5af472aaee70600619b56c0b SHA512 
feaf5a3ec5766934e482224cc4ca970db49c86addaabcae623d3ac1cadc7dc4a4759cb88552af7e92124f52a7a921ceef94759509cdc3e1fe20c749531ef7ad9
 WHIRLPOOL 
5e569741a3e75929d7bdba2e3aa69fc42df9472ecc6626e5f7b95a12dad9d5d5af9a87b73417056b54192b9a0ca47076a21cc18ad5c81a6fd349edaa1b5f7537

diff --git a/dev-libs/libgweather/libgweather-3.18.1.ebuild 
b/dev-libs/libgweather/libgweather-3.18.1.ebuild
deleted file mode 100644
index dc91185..
--- a/dev-libs/libgweather/libgweather-3.18.1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-VALA_USE_DEPEND="vapigen"
-
-inherit gnome2 vala
-
-DESCRIPTION="Library to access weather information from online services"
-HOMEPAGE="https://wiki.gnome.org/Projects/LibGWeather";
-
-LICENSE="GPL-2+"
-SLOT="2/3-6" # subslot = 3-(libgweather-3 soname suffix)
-IUSE="glade +introspection vala"
-REQUIRED_USE="vala? ( introspection )"
-
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd 
~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
-
-COMMON_DEPEND="
-   >=x11-libs/gtk+-3.13.5:3[introspection?]
-   >=dev-libs/glib-2.35.1:2
-   >=net-libs/libsoup-2.34:2.4
-   >=dev-libs/libxml2-2.6.0
-   sci-geosciences/geocode-glib
-   >=sys-libs/timezone-data-2010k
-
-   glade? ( >=dev-util/glade-3.16:3.10 )
-   introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
-"
-RDEPEND="${COMMON_DEPEND}
-   !https://wiki.gnome.org/Projects/LibGWeather";
-
-LICENSE="GPL-2+"
-SLOT="2/3-6" # subslot = 3-(libgweather-3 soname suffix)
-IUSE="glade +introspection vala"
-REQUIRED_USE="vala? ( introspection )"
-
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd 
~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
-
-COMMON_DEPEND="
-   >=x11-libs/gtk+-3.13.5:3[introspection?]
-   >=dev-libs/glib-2.35.1:2
-   >=net-libs/libsoup-2.44:2.4
-   >=dev-libs/libxml2-2.6.0
-   sci-geosciences/geocode-glib
-   >=sys-libs/timezone-data-2010k
-
-   glade? ( >=dev-util/glade-3.16:3.10 )
-   introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
-"
-RDEPEND="${COMMON_DEPEND}
-   !

[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2016-03-06 Thread Mikle Kolyada
commit: 3e35a14746c8a8e774218e29a925c39873da3e04
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Mar  6 16:21:58 2016 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Mar  6 16:39:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e35a147

dev-libs/libgweather: x86 stable wrt bug #427546

Package-Manager: portage-2.2.26

 dev-libs/libgweather/libgweather-3.18.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libgweather/libgweather-3.18.1.ebuild 
b/dev-libs/libgweather/libgweather-3.18.1.ebuild
index fc61780..dc91185 100644
--- a/dev-libs/libgweather/libgweather-3.18.1.ebuild
+++ b/dev-libs/libgweather/libgweather-3.18.1.ebuild
@@ -16,7 +16,7 @@ SLOT="2/3-6" # subslot = 3-(libgweather-3 soname suffix)
 IUSE="glade +introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd 
~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd 
~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
 
 COMMON_DEPEND="
>=x11-libs/gtk+-3.13.5:3[introspection?]



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2017-02-15 Thread Mart Raudsepp
commit: ac0ef882e5a8e00e8a9e66315a0effed970dd63c
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Feb 15 19:11:47 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Feb 15 19:23:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac0ef882

dev-libs/libgweather: remove old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-libs/libgweather/Manifest  |  1 -
 dev-libs/libgweather/libgweather-3.20.3.ebuild | 53 --
 2 files changed, 54 deletions(-)

diff --git a/dev-libs/libgweather/Manifest b/dev-libs/libgweather/Manifest
index 3361520b3d..69630b6e3c 100644
--- a/dev-libs/libgweather/Manifest
+++ b/dev-libs/libgweather/Manifest
@@ -1,2 +1 @@
-DIST libgweather-3.20.3.tar.xz 3376700 SHA256 
fb6bc5b64ef5db3dc40a9798f072b83ebcafe7ff5af472aaee70600619b56c0b SHA512 
feaf5a3ec5766934e482224cc4ca970db49c86addaabcae623d3ac1cadc7dc4a4759cb88552af7e92124f52a7a921ceef94759509cdc3e1fe20c749531ef7ad9
 WHIRLPOOL 
5e569741a3e75929d7bdba2e3aa69fc42df9472ecc6626e5f7b95a12dad9d5d5af9a87b73417056b54192b9a0ca47076a21cc18ad5c81a6fd349edaa1b5f7537
 DIST libgweather-3.20.4.tar.xz 3342220 SHA256 
7dcdc555c48461d07a198bc44e0e6ed39105d8513b12fa97c4590f5b2d912fc2 SHA512 
65b28a2bf8e9e7d8b02972d1d2f701ac8668b1e91154ba7ee94e9a08bb98d28ce44e88842e2fe78a13ce9f942d79fd2950d8de266dae28bb262c5fc11328ada9
 WHIRLPOOL 
f01170d5e7790c22b1bfba8b6cd0e7b90708a818be2dc12a698e5ab4babb3efb6dfc368d7538b546a893a1b17b11ed04ebb0050c62b368f8f354ad9102b3c6e8

diff --git a/dev-libs/libgweather/libgweather-3.20.3.ebuild 
b/dev-libs/libgweather/libgweather-3.20.3.ebuild
deleted file mode 100644
index 96ff05ec80..00
--- a/dev-libs/libgweather/libgweather-3.20.3.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-VALA_USE_DEPEND="vapigen"
-
-inherit gnome2 vala
-
-DESCRIPTION="Library to access weather information from online services"
-HOMEPAGE="https://wiki.gnome.org/Projects/LibGWeather";
-
-LICENSE="GPL-2+"
-SLOT="2/3-6" # subslot = 3-(libgweather-3 soname suffix)
-IUSE="glade +introspection vala"
-REQUIRED_USE="vala? ( introspection )"
-
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~x86-solaris"
-
-COMMON_DEPEND="
-   >=x11-libs/gtk+-3.13.5:3[introspection?]
-   >=dev-libs/glib-2.35.1:2
-   >=net-libs/libsoup-2.44:2.4
-   >=dev-libs/libxml2-2.6.0
-   sci-geosciences/geocode-glib
-   >=sys-libs/timezone-data-2010k
-
-   glade? ( >=dev-util/glade-3.16:3.10 )
-   introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
-"
-RDEPEND="${COMMON_DEPEND}
-   !

[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2017-01-15 Thread Pacho Ramos
commit: 591a25dd46f2f5648775d17e9bbb09c53284
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Jan 15 16:21:32 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Jan 15 16:44:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=591a25de

dev-libs/libgweather: Drop old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-libs/libgweather/Manifest  |  1 -
 dev-libs/libgweather/libgweather-3.18.2.ebuild | 53 --
 2 files changed, 54 deletions(-)

diff --git a/dev-libs/libgweather/Manifest b/dev-libs/libgweather/Manifest
index 0d47e60..3361520 100644
--- a/dev-libs/libgweather/Manifest
+++ b/dev-libs/libgweather/Manifest
@@ -1,3 +1,2 @@
-DIST libgweather-3.18.2.tar.xz 3431224 SHA256 
f35e52fa4023369ef5e04851311b3f15c9d7103ec801d0567eb3dec5851e71e3 SHA512 
6e5ef37a50b22bb3941b703046bfcec78c6fd29aad3084c1a707a37f0418bc61c4852aa34501daaf20f6796e528a7ece948092b224d6f696b9d9e856fc384991
 WHIRLPOOL 
58f3d6a0c9acd4460a50077147ca9429a216777b402530632d922b38b9a47dd750b136be377cd3382de4638fa85bbab888a2356539f56e8f68a1787d346f459e
 DIST libgweather-3.20.3.tar.xz 3376700 SHA256 
fb6bc5b64ef5db3dc40a9798f072b83ebcafe7ff5af472aaee70600619b56c0b SHA512 
feaf5a3ec5766934e482224cc4ca970db49c86addaabcae623d3ac1cadc7dc4a4759cb88552af7e92124f52a7a921ceef94759509cdc3e1fe20c749531ef7ad9
 WHIRLPOOL 
5e569741a3e75929d7bdba2e3aa69fc42df9472ecc6626e5f7b95a12dad9d5d5af9a87b73417056b54192b9a0ca47076a21cc18ad5c81a6fd349edaa1b5f7537
 DIST libgweather-3.20.4.tar.xz 3342220 SHA256 
7dcdc555c48461d07a198bc44e0e6ed39105d8513b12fa97c4590f5b2d912fc2 SHA512 
65b28a2bf8e9e7d8b02972d1d2f701ac8668b1e91154ba7ee94e9a08bb98d28ce44e88842e2fe78a13ce9f942d79fd2950d8de266dae28bb262c5fc11328ada9
 WHIRLPOOL 
f01170d5e7790c22b1bfba8b6cd0e7b90708a818be2dc12a698e5ab4babb3efb6dfc368d7538b546a893a1b17b11ed04ebb0050c62b368f8f354ad9102b3c6e8

diff --git a/dev-libs/libgweather/libgweather-3.18.2.ebuild 
b/dev-libs/libgweather/libgweather-3.18.2.ebuild
deleted file mode 100644
index 4ae6017..
--- a/dev-libs/libgweather/libgweather-3.18.2.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-VALA_USE_DEPEND="vapigen"
-
-inherit gnome2 vala
-
-DESCRIPTION="Library to access weather information from online services"
-HOMEPAGE="https://wiki.gnome.org/Projects/LibGWeather";
-
-LICENSE="GPL-2+"
-SLOT="2/3-6" # subslot = 3-(libgweather-3 soname suffix)
-IUSE="glade +introspection vala"
-REQUIRED_USE="vala? ( introspection )"
-
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd 
~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
-
-COMMON_DEPEND="
-   >=x11-libs/gtk+-3.13.5:3[introspection?]
-   >=dev-libs/glib-2.35.1:2
-   >=net-libs/libsoup-2.34:2.4
-   >=dev-libs/libxml2-2.6.0
-   sci-geosciences/geocode-glib
-   >=sys-libs/timezone-data-2010k
-
-   glade? ( >=dev-util/glade-3.16:3.10 )
-   introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
-"
-RDEPEND="${COMMON_DEPEND}
-   !

[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2017-01-15 Thread Pacho Ramos
commit: e7d24a2a95e4b86431869c1ff1b6d17d52b80cd9
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Jan 15 16:21:10 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Jan 15 16:44:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7d24a2a

dev-libs/libgweather: Version bump

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-libs/libgweather/Manifest  |  1 +
 dev-libs/libgweather/libgweather-3.20.4.ebuild | 54 ++
 2 files changed, 55 insertions(+)

diff --git a/dev-libs/libgweather/Manifest b/dev-libs/libgweather/Manifest
index 091ebce..0d47e60 100644
--- a/dev-libs/libgweather/Manifest
+++ b/dev-libs/libgweather/Manifest
@@ -1,2 +1,3 @@
 DIST libgweather-3.18.2.tar.xz 3431224 SHA256 
f35e52fa4023369ef5e04851311b3f15c9d7103ec801d0567eb3dec5851e71e3 SHA512 
6e5ef37a50b22bb3941b703046bfcec78c6fd29aad3084c1a707a37f0418bc61c4852aa34501daaf20f6796e528a7ece948092b224d6f696b9d9e856fc384991
 WHIRLPOOL 
58f3d6a0c9acd4460a50077147ca9429a216777b402530632d922b38b9a47dd750b136be377cd3382de4638fa85bbab888a2356539f56e8f68a1787d346f459e
 DIST libgweather-3.20.3.tar.xz 3376700 SHA256 
fb6bc5b64ef5db3dc40a9798f072b83ebcafe7ff5af472aaee70600619b56c0b SHA512 
feaf5a3ec5766934e482224cc4ca970db49c86addaabcae623d3ac1cadc7dc4a4759cb88552af7e92124f52a7a921ceef94759509cdc3e1fe20c749531ef7ad9
 WHIRLPOOL 
5e569741a3e75929d7bdba2e3aa69fc42df9472ecc6626e5f7b95a12dad9d5d5af9a87b73417056b54192b9a0ca47076a21cc18ad5c81a6fd349edaa1b5f7537
+DIST libgweather-3.20.4.tar.xz 3342220 SHA256 
7dcdc555c48461d07a198bc44e0e6ed39105d8513b12fa97c4590f5b2d912fc2 SHA512 
65b28a2bf8e9e7d8b02972d1d2f701ac8668b1e91154ba7ee94e9a08bb98d28ce44e88842e2fe78a13ce9f942d79fd2950d8de266dae28bb262c5fc11328ada9
 WHIRLPOOL 
f01170d5e7790c22b1bfba8b6cd0e7b90708a818be2dc12a698e5ab4babb3efb6dfc368d7538b546a893a1b17b11ed04ebb0050c62b368f8f354ad9102b3c6e8

diff --git a/dev-libs/libgweather/libgweather-3.20.4.ebuild 
b/dev-libs/libgweather/libgweather-3.20.4.ebuild
new file mode 100644
index ..fb17cb8
--- /dev/null
+++ b/dev-libs/libgweather/libgweather-3.20.4.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+VALA_USE_DEPEND="vapigen"
+
+inherit gnome2 vala
+
+DESCRIPTION="Library to access weather information from online services"
+HOMEPAGE="https://wiki.gnome.org/Projects/LibGWeather";
+
+LICENSE="GPL-2+"
+SLOT="2/3-6" # subslot = 3-(libgweather-3 soname suffix)
+
+IUSE="glade +introspection vala"
+REQUIRED_USE="vala? ( introspection )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd 
~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+
+COMMON_DEPEND="
+   >=x11-libs/gtk+-3.13.5:3[introspection?]
+   >=dev-libs/glib-2.35.1:2
+   >=net-libs/libsoup-2.44:2.4
+   >=dev-libs/libxml2-2.6.0:2
+   sci-geosciences/geocode-glib
+   >=sys-libs/timezone-data-2010k
+
+   glade? ( >=dev-util/glade-3.16:3.10 )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
+"
+RDEPEND="${COMMON_DEPEND}
+   !

[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2018-09-09 Thread Mart Raudsepp
commit: 33dc364ac58bf60dd55d051e29b6a3607857cf24
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Sep  9 12:34:40 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Sep  9 13:34:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33dc364a

dev-libs/libgweather: bump to 3.26.2

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-libs/libgweather/Manifest  |  1 +
 dev-libs/libgweather/libgweather-3.26.2.ebuild | 53 ++
 2 files changed, 54 insertions(+)

diff --git a/dev-libs/libgweather/Manifest b/dev-libs/libgweather/Manifest
index 2c28b2e3e80..4165a29d828 100644
--- a/dev-libs/libgweather/Manifest
+++ b/dev-libs/libgweather/Manifest
@@ -1 +1,2 @@
 DIST libgweather-3.24.1.tar.xz 3350680 BLAKE2B 
9265cb3c280446d5f380f62b60efb5578a7a401e3291d12e3824d8e7eacc582761226b0aaebb0439318bd48b9ad5429a1b6d89eb0220a82650c43be8aa337e2d
 SHA512 
564464d7a18a8e0320871ea418b1163163941c950c5acea5ee65a087e44c4d81e019e2e3e4cb6751989f823cbb7c5691713d3dcef72aeaf6ff264e61b6f7b4b4
+DIST libgweather-3.26.2.tar.xz 3409528 BLAKE2B 
1c5cdc7125aac8df95e97db8fa1d63bcb06865e70691621bc3a1c0ece2e602862cef9a2a5daa2ebbc5fa7eaefa32bf89507f1eef8fa4eeff294d43132e83fab4
 SHA512 
75b936f93814005b4317dcb51777036f589f343526428d9a74de96aac1badd4fe81c117184e2bff84a7a3078d6f2a2000e7b63f1e1d80f839b3513cc470fb25b

diff --git a/dev-libs/libgweather/libgweather-3.26.2.ebuild 
b/dev-libs/libgweather/libgweather-3.26.2.ebuild
new file mode 100644
index 000..81bb7f8332d
--- /dev/null
+++ b/dev-libs/libgweather/libgweather-3.26.2.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+VALA_USE_DEPEND="vapigen"
+
+inherit gnome2 vala
+
+DESCRIPTION="Library to access weather information from online services"
+HOMEPAGE="https://wiki.gnome.org/Projects/LibGWeather";
+
+LICENSE="GPL-2+"
+SLOT="2/3-6" # subslot = 3-(libgweather-3 soname suffix)
+
+IUSE="glade +introspection vala"
+REQUIRED_USE="vala? ( introspection )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+
+COMMON_DEPEND="
+   >=x11-libs/gtk+-3.13.5:3[introspection?]
+   >=dev-libs/glib-2.35.1:2
+   >=net-libs/libsoup-2.44:2.4
+   >=dev-libs/libxml2-2.6.0:2
+   sci-geosciences/geocode-glib
+   >=sys-libs/timezone-data-2010k
+
+   glade? ( >=dev-util/glade-3.16:3.10 )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
+"
+RDEPEND="${COMMON_DEPEND}
+   !

[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2018-11-02 Thread Mart Raudsepp
commit: 21d6352e5b4eac1d160d9a317613a11424c01ff9
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Nov  2 12:39:23 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Nov  2 12:39:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21d6352e

dev-libs/libgweather: add explicit build dep on glib-utils

Closes: https://bugs.gentoo.org/669610
Signed-off-by: Mart Raudsepp  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-libs/libgweather/libgweather-3.24.1.ebuild | 3 ++-
 dev-libs/libgweather/libgweather-3.26.2.ebuild | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libgweather/libgweather-3.24.1.ebuild 
b/dev-libs/libgweather/libgweather-3.24.1.ebuild
index 30745aa57e2..8c03a0bfffd 100644
--- a/dev-libs/libgweather/libgweather-3.24.1.ebuild
+++ b/dev-libs/libgweather/libgweather-3.24.1.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
@@ -32,6 +32,7 @@ RDEPEND="${COMMON_DEPEND}
!

[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2019-07-04 Thread Sobhan Mohammadpour
commit: e3bb9032d776eb7475f967d8d7cbf3383de5f23e
Author: Sobhan Mohammadpour  gentoo  org>
AuthorDate: Fri Jul  5 01:38:05 2019 +
Commit: Sobhan Mohammadpour  gentoo  org>
CommitDate: Fri Jul  5 01:39:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3bb9032

dev-libs/libgweather: 3.32.1 → 3.32.2

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Sobhan Mohammadpour  gentoo.org>

 dev-libs/libgweather/Manifest  |  1 +
 dev-libs/libgweather/libgweather-3.32.2.ebuild | 68 ++
 2 files changed, 69 insertions(+)

diff --git a/dev-libs/libgweather/Manifest b/dev-libs/libgweather/Manifest
index e8ec36a1a77..e63eb066377 100644
--- a/dev-libs/libgweather/Manifest
+++ b/dev-libs/libgweather/Manifest
@@ -2,3 +2,4 @@ DIST libgweather-3.24.1.tar.xz 3350680 BLAKE2B 
9265cb3c280446d5f380f62b60efb5578
 DIST libgweather-3.26.2.tar.xz 3409528 BLAKE2B 
1c5cdc7125aac8df95e97db8fa1d63bcb06865e70691621bc3a1c0ece2e602862cef9a2a5daa2ebbc5fa7eaefa32bf89507f1eef8fa4eeff294d43132e83fab4
 SHA512 
75b936f93814005b4317dcb51777036f589f343526428d9a74de96aac1badd4fe81c117184e2bff84a7a3078d6f2a2000e7b63f1e1d80f839b3513cc470fb25b
 DIST libgweather-3.28.3.tar.xz 2711240 BLAKE2B 
9e55c32485401fa31e5ca5a824f239c373e41c2ef3a1d4442ba4512f102edadaa3452bdc4f4a445ea34e5e24cda23fbf6e1363da5bd49f70018b387f7450cf15
 SHA512 
7eb98f15b624090ba0959f4ee47c1a2317504a381829cebb949f4104ea9b5c2847a98f95de60a35c5bf1094e500041c53e1afdb265dd2f237bc49db8acbfd6f2
 DIST libgweather-3.32.1.tar.xz 2713696 BLAKE2B 
496aa07c517ad570ebf54041b8ae14ec5eb5a923a113e1adcf23e5ac9a515ccb5c2dbeb29c923f0abcfc213409ddafbb1747c5ed5a6129bd4ac40b4e0fd687d6
 SHA512 
f5ae94436fa3cceee84ff80f14296f11ab27727e3881689dd71126de158f7d0015b462163cb2b47cf30add5a4c97c89c6473c1ed0515fcaac0dde2daffdf7108
+DIST libgweather-3.32.2.tar.xz 2716144 BLAKE2B 
56bf66edde8293758f49c1ca14b47fb725f72a0202e95e6e1d1832c179fd9414d527827be5cb7daa17627abfbd1ac16d8d09dbdbbdcb24d62cc62c25a220c156
 SHA512 
61543e5eaf8c04605a91a6f47811b3a0ed2b04c2f50eae9b8d08a4e24904db4731748fa27a0863d2cdab5fde776ec55abe9fd9fb2a72c7bd546665d59957cb4d

diff --git a/dev-libs/libgweather/libgweather-3.32.2.ebuild 
b/dev-libs/libgweather/libgweather-3.32.2.ebuild
new file mode 100644
index 000..e349e588d0f
--- /dev/null
+++ b/dev-libs/libgweather/libgweather-3.32.2.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+VALA_USE_DEPEND="vapigen"
+
+inherit gnome.org gnome2-utils meson vala xdg
+
+DESCRIPTION="Location and timezone database and weather-lookup library"
+HOMEPAGE="https://wiki.gnome.org/Projects/LibGWeather";
+
+LICENSE="GPL-2+"
+SLOT="2/3-15" # subslot = 3-(libgweather-3 soname suffix)
+
+IUSE="glade gtk-doc +introspection +vala"
+REQUIRED_USE="vala? ( introspection )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+
+RDEPEND="
+   >=dev-libs/glib-2.44.0:2
+   >=x11-libs/gtk+-3.13.5:3[introspection?]
+   >=net-libs/libsoup-2.44:2.4
+   >=dev-libs/libxml2-2.6.0:2
+   sci-geosciences/geocode-glib
+   >=sys-libs/timezone-data-2010k
+
+   glade? ( >=dev-util/glade-3.16:3.10 )
+   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-util/glib-utils
+   gtk-doc? ( >=dev-util/gtk-doc-1.11
+   app-text/docbook-xml-dtd:4.3 )
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+   $(vala_depend)
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PV}-meson-tweaks.patch # Provide introspection 
optionality and don't build tests that aren't ran automatically
+)
+
+src_prepare() {
+   xdg_src_prepare
+   vala_src_prepare
+}
+
+src_configure() {
+   local emesonargs=(
+   $(meson_use glade glade_catalog)
+   $(meson_use vala enable_vala)
+   $(meson_use gtk-doc gtk_doc)
+   $(meson_use introspection)
+   )
+   meson_src_configure
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2019-07-04 Thread Sobhan Mohammadpour
commit: 4dc5b1b2aeea3498434102fbaf2c48ad11d80f10
Author: Sobhan Mohammadpour  gentoo  org>
AuthorDate: Fri Jul  5 01:55:23 2019 +
Commit: Sobhan Mohammadpour  gentoo  org>
CommitDate: Fri Jul  5 01:56:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dc5b1b2

dev-libs/libgweather: 3.32.2 fix patch name

patch had wrong name

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Sobhan Mohammadpour  gentoo.org>

 dev-libs/libgweather/libgweather-3.32.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libgweather/libgweather-3.32.2.ebuild 
b/dev-libs/libgweather/libgweather-3.32.2.ebuild
index e349e588d0f..52aabb1e087 100644
--- a/dev-libs/libgweather/libgweather-3.32.2.ebuild
+++ b/dev-libs/libgweather/libgweather-3.32.2.ebuild
@@ -39,7 +39,7 @@ BDEPEND="
 "
 
 PATCHES=(
-   "${FILESDIR}"/${PV}-meson-tweaks.patch # Provide introspection 
optionality and don't build tests that aren't ran automatically
+   "${FILESDIR}"/3.32.1-meson-tweaks.patch # Provide introspection 
optionality and don't build tests that aren't ran automatically
 )
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2016-03-06 Thread Mikle Kolyada
commit: 3e35a14746c8a8e774218e29a925c39873da3e04
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Mar  6 16:21:58 2016 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Mar  6 16:39:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e35a147

dev-libs/libgweather: x86 stable wrt bug #427546

Package-Manager: portage-2.2.26

 dev-libs/libgweather/libgweather-3.18.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libgweather/libgweather-3.18.1.ebuild 
b/dev-libs/libgweather/libgweather-3.18.1.ebuild
index fc61780..dc91185 100644
--- a/dev-libs/libgweather/libgweather-3.18.1.ebuild
+++ b/dev-libs/libgweather/libgweather-3.18.1.ebuild
@@ -16,7 +16,7 @@ SLOT="2/3-6" # subslot = 3-(libgweather-3 soname suffix)
 IUSE="glade +introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd 
~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd 
~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
 
 COMMON_DEPEND="
>=x11-libs/gtk+-3.13.5:3[introspection?]



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2015-11-14 Thread Pacho Ramos
commit: af8f26ba61a7c40ff73356d6c6d406812113f96d
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Nov 14 17:41:21 2015 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Nov 14 18:38:40 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af8f26ba

dev-libs/libgweather: Version bump

Package-Manager: portage-2.2.24

 dev-libs/libgweather/Manifest  |  1 +
 dev-libs/libgweather/libgweather-3.18.1.ebuild | 55 ++
 2 files changed, 56 insertions(+)

diff --git a/dev-libs/libgweather/Manifest b/dev-libs/libgweather/Manifest
index 9154c7c..6b405b5 100644
--- a/dev-libs/libgweather/Manifest
+++ b/dev-libs/libgweather/Manifest
@@ -1,3 +1,4 @@
 DIST libgweather-3.14.3.tar.xz 3467744 SHA256 
04dd25064cdc7715c1bf5fc476c8596d640cbcb3551217867195cef16f6b SHA512 
f6e82c1a1b26ccaf0f6feb533147ac4108210096a7462ec394aa4174d772ad74c92ecae16450875a5c965ee17c0d041bee25de98a6ee8b842091adb426bd1d01
 WHIRLPOOL 
bdf76e024bd0d7d71f60d162f7cee5e8b407bff318a71e28112c2ee5b68c66c726eb1b9484c3e033b7f3c7d1b515dad3b5c91c1de53d8d10e2cef26e1cd9f66d
 DIST libgweather-3.14.4.tar.xz 3471124 SHA256 
e6079fce545082ba2231ae9fdeb8ff1716286f36d86806834ab8b1274b18 SHA512 
d72d2c1b0abf3a2a12f54d7f8d62dc6e3eda3cdf03012afb22b28ac751fe7a64811656ed82197212e55366547702e0e3e8d3984037c68b7bce036bd1a75c3366
 WHIRLPOOL 
5d6e977d31e74caa83b9de1d2ebc966f2d89f957e0768aa38735bf3c8e83fe407524c161374a00eba5dd446c3514c6cb785ca209b1884c09283c5e329f7c8557
 DIST libgweather-3.16.1.tar.xz 3478080 SHA256 
db0955261427bb0f1a3f2747507863c591bf2f09dc477cfbf1cea0382cd34dfd SHA512 
753f5428760b1a14bda18c4b2ae056d54433ef68745521f3ec3685b298b934667206af23d61604d13ddc8d36a2a659c02e2a2d498be288c16ea67d4c3eadf040
 WHIRLPOOL 
ae2f2891afd3d8150377c4ae9076533892b49143f4871836415384a065f2f69d9768c1c07f9bc853919f1f5c41db2068e1fe480f64a8c098bed6a5ee3f0a1c33
+DIST libgweather-3.18.1.tar.xz 3430524 SHA256 
94b2292f8f7616e2aa81b1516befd7b27682b20acecbd5d656b6954990ca7ad0 SHA512 
1fc6fda3610bcb4efd0eae57ce8706f126301f5d8399ff765d00c9cc8a513150d07cd098bc53e372b338b7801bd003d651cea0f5832edb990197d456bc89370f
 WHIRLPOOL 
19a7ec0d72f3f4740e7c1acfa83eaf6136e6523a094c6b70e85b3bafaed553e4fa6746fea31a10db888c29dc2556559dca7600be2d78b8c98f0a6d32af88bacf

diff --git a/dev-libs/libgweather/libgweather-3.18.1.ebuild 
b/dev-libs/libgweather/libgweather-3.18.1.ebuild
new file mode 100644
index 000..06e47a2
--- /dev/null
+++ b/dev-libs/libgweather/libgweather-3.18.1.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+GCONF_DEBUG="no"
+VALA_USE_DEPEND="vapigen"
+
+inherit gnome2 vala
+
+DESCRIPTION="Library to access weather information from online services"
+HOMEPAGE="https://wiki.gnome.org/Projects/LibGWeather";
+
+LICENSE="GPL-2+"
+SLOT="2/3-6" # subslot = 3-(libgweather-3 soname suffix)
+IUSE="glade +introspection vala"
+REQUIRED_USE="vala? ( introspection )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd 
~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+
+COMMON_DEPEND="
+   >=x11-libs/gtk+-3.13.5:3[introspection?]
+   >=dev-libs/glib-2.35.1:2
+   >=net-libs/libsoup-2.34:2.4
+   >=dev-libs/libxml2-2.6.0
+   sci-geosciences/geocode-glib
+   >=sys-libs/timezone-data-2010k
+
+   glade? ( >=dev-util/glade-3.16:3.10 )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
+"
+RDEPEND="${COMMON_DEPEND}
+   !

[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2015-11-14 Thread Pacho Ramos
commit: fe24d828801aa25393696835ad520005c6a1892b
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Nov 14 17:41:55 2015 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Nov 14 18:38:43 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe24d828

dev-libs/libgweather: Drop old

Package-Manager: portage-2.2.24

 dev-libs/libgweather/Manifest  |  2 -
 dev-libs/libgweather/libgweather-3.14.3.ebuild | 56 --
 dev-libs/libgweather/libgweather-3.14.4.ebuild | 56 --
 3 files changed, 114 deletions(-)

diff --git a/dev-libs/libgweather/Manifest b/dev-libs/libgweather/Manifest
index 6b405b5..69ac54c 100644
--- a/dev-libs/libgweather/Manifest
+++ b/dev-libs/libgweather/Manifest
@@ -1,4 +1,2 @@
-DIST libgweather-3.14.3.tar.xz 3467744 SHA256 
04dd25064cdc7715c1bf5fc476c8596d640cbcb3551217867195cef16f6b SHA512 
f6e82c1a1b26ccaf0f6feb533147ac4108210096a7462ec394aa4174d772ad74c92ecae16450875a5c965ee17c0d041bee25de98a6ee8b842091adb426bd1d01
 WHIRLPOOL 
bdf76e024bd0d7d71f60d162f7cee5e8b407bff318a71e28112c2ee5b68c66c726eb1b9484c3e033b7f3c7d1b515dad3b5c91c1de53d8d10e2cef26e1cd9f66d
-DIST libgweather-3.14.4.tar.xz 3471124 SHA256 
e6079fce545082ba2231ae9fdeb8ff1716286f36d86806834ab8b1274b18 SHA512 
d72d2c1b0abf3a2a12f54d7f8d62dc6e3eda3cdf03012afb22b28ac751fe7a64811656ed82197212e55366547702e0e3e8d3984037c68b7bce036bd1a75c3366
 WHIRLPOOL 
5d6e977d31e74caa83b9de1d2ebc966f2d89f957e0768aa38735bf3c8e83fe407524c161374a00eba5dd446c3514c6cb785ca209b1884c09283c5e329f7c8557
 DIST libgweather-3.16.1.tar.xz 3478080 SHA256 
db0955261427bb0f1a3f2747507863c591bf2f09dc477cfbf1cea0382cd34dfd SHA512 
753f5428760b1a14bda18c4b2ae056d54433ef68745521f3ec3685b298b934667206af23d61604d13ddc8d36a2a659c02e2a2d498be288c16ea67d4c3eadf040
 WHIRLPOOL 
ae2f2891afd3d8150377c4ae9076533892b49143f4871836415384a065f2f69d9768c1c07f9bc853919f1f5c41db2068e1fe480f64a8c098bed6a5ee3f0a1c33
 DIST libgweather-3.18.1.tar.xz 3430524 SHA256 
94b2292f8f7616e2aa81b1516befd7b27682b20acecbd5d656b6954990ca7ad0 SHA512 
1fc6fda3610bcb4efd0eae57ce8706f126301f5d8399ff765d00c9cc8a513150d07cd098bc53e372b338b7801bd003d651cea0f5832edb990197d456bc89370f
 WHIRLPOOL 
19a7ec0d72f3f4740e7c1acfa83eaf6136e6523a094c6b70e85b3bafaed553e4fa6746fea31a10db888c29dc2556559dca7600be2d78b8c98f0a6d32af88bacf

diff --git a/dev-libs/libgweather/libgweather-3.14.3.ebuild 
b/dev-libs/libgweather/libgweather-3.14.3.ebuild
deleted file mode 100644
index 2ba6b5b..000
--- a/dev-libs/libgweather/libgweather-3.14.3.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-VALA_MIN_API_VERSION="0.18"
-VALA_USE_DEPEND="vapigen"
-
-inherit gnome2 vala
-
-DESCRIPTION="Library to access weather information from online services"
-HOMEPAGE="https://wiki.gnome.org/Projects/LibGWeather";
-
-LICENSE="GPL-2+"
-SLOT="2/3-6" # subslot = 3-(libgweather-3 soname suffix)
-IUSE="glade +introspection vala"
-REQUIRED_USE="vala? ( introspection )"
-
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd 
~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
-
-COMMON_DEPEND="
-   >=x11-libs/gtk+-3.13.5:3[introspection?]
-   >=dev-libs/glib-2.35.1:2
-   >=net-libs/libsoup-2.34:2.4
-   >=dev-libs/libxml2-2.6.0
-   sci-geosciences/geocode-glib
-   >=sys-libs/timezone-data-2010k
-
-   glade? ( >=dev-util/glade-3.16:3.10 )
-   introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
-"
-RDEPEND="${COMMON_DEPEND}
-   !https://wiki.gnome.org/Projects/LibGWeather";
-
-LICENSE="GPL-2+"
-SLOT="2/3-6" # subslot = 3-(libgweather-3 soname suffix)
-IUSE="glade +introspection vala"
-REQUIRED_USE="vala? ( introspection )"
-
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd 
~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
-
-COMMON_DEPEND="
-   >=x11-libs/gtk+-3.13.5:3[introspection?]
-   >=dev-libs/glib-2.35.1:2
-   >=net-libs/libsoup-2.34:2.4
-   >=dev-libs/libxml2-2.6.0
-   sci-geosciences/geocode-glib
-   >=sys-libs/timezone-data-2010k
-
-   glade? ( >=dev-util/glade-3.16:3.10 )
-   introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
-"
-RDEPEND="${COMMON_DEPEND}
-   !

[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2016-09-26 Thread Agostino Sarubbo
commit: 12d895226bb77942d43db5c580f971a91edf146f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Sep 26 16:22:03 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Sep 26 16:22:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12d89522

dev-libs/libgweather: amd64 stable wrt bug #593906

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-libs/libgweather/libgweather-3.18.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libgweather/libgweather-3.18.2.ebuild 
b/dev-libs/libgweather/libgweather-3.18.2.ebuild
index 22a7fec..58f6acf 100644
--- a/dev-libs/libgweather/libgweather-3.18.2.ebuild
+++ b/dev-libs/libgweather/libgweather-3.18.2.ebuild
@@ -15,7 +15,7 @@ SLOT="2/3-6" # subslot = 3-(libgweather-3 soname suffix)
 IUSE="glade +introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd 
~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd 
~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
 
 COMMON_DEPEND="
>=x11-libs/gtk+-3.13.5:3[introspection?]



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2016-09-26 Thread Agostino Sarubbo
commit: 362d458a006a9eaf015a7971e6782667b3ef345c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Sep 26 16:23:33 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Sep 26 16:23:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=362d458a

dev-libs/libgweather: x86 stable wrt bug #593906

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-libs/libgweather/libgweather-3.18.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libgweather/libgweather-3.18.2.ebuild 
b/dev-libs/libgweather/libgweather-3.18.2.ebuild
index 58f6acf..4ae6017 100644
--- a/dev-libs/libgweather/libgweather-3.18.2.ebuild
+++ b/dev-libs/libgweather/libgweather-3.18.2.ebuild
@@ -15,7 +15,7 @@ SLOT="2/3-6" # subslot = 3-(libgweather-3 soname suffix)
 IUSE="glade +introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd 
~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd 
~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
 
 COMMON_DEPEND="
>=x11-libs/gtk+-3.13.5:3[introspection?]



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2016-09-26 Thread Mart Raudsepp
commit: a2a4b93f4526da1124d0388984ac17b51864b3a9
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Sep 26 18:42:23 2016 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Sep 26 19:12:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2a4b93f

dev-libs/libgweather: remove old

 dev-libs/libgweather/Manifest  |  2 -
 dev-libs/libgweather/libgweather-3.18.1.ebuild | 55 --
 dev-libs/libgweather/libgweather-3.20.1.ebuild | 53 -
 3 files changed, 110 deletions(-)

diff --git a/dev-libs/libgweather/Manifest b/dev-libs/libgweather/Manifest
index 9db701b..091ebce 100644
--- a/dev-libs/libgweather/Manifest
+++ b/dev-libs/libgweather/Manifest
@@ -1,4 +1,2 @@
-DIST libgweather-3.18.1.tar.xz 3430524 SHA256 
94b2292f8f7616e2aa81b1516befd7b27682b20acecbd5d656b6954990ca7ad0 SHA512 
1fc6fda3610bcb4efd0eae57ce8706f126301f5d8399ff765d00c9cc8a513150d07cd098bc53e372b338b7801bd003d651cea0f5832edb990197d456bc89370f
 WHIRLPOOL 
19a7ec0d72f3f4740e7c1acfa83eaf6136e6523a094c6b70e85b3bafaed553e4fa6746fea31a10db888c29dc2556559dca7600be2d78b8c98f0a6d32af88bacf
 DIST libgweather-3.18.2.tar.xz 3431224 SHA256 
f35e52fa4023369ef5e04851311b3f15c9d7103ec801d0567eb3dec5851e71e3 SHA512 
6e5ef37a50b22bb3941b703046bfcec78c6fd29aad3084c1a707a37f0418bc61c4852aa34501daaf20f6796e528a7ece948092b224d6f696b9d9e856fc384991
 WHIRLPOOL 
58f3d6a0c9acd4460a50077147ca9429a216777b402530632d922b38b9a47dd750b136be377cd3382de4638fa85bbab888a2356539f56e8f68a1787d346f459e
-DIST libgweather-3.20.1.tar.xz 3423740 SHA256 
81eb829fab6375cc9a4d448ae0f790e48f9720e91eb74678b22264cfbc8938d0 SHA512 
4b9403b289d1d99e03aceb6207854369a5b92ea25a784aed322aed2b7e1e4c3b548e256e4222ea05206effb7de403b343031278503429433591496e50a708f23
 WHIRLPOOL 
2d943a7674f240e77656f1365c29926d44942ec87fa2785eb290dbd6b6bffbe1d99c3e6e8984175b01007d5a4df93ea9b4d9acc5abc27e93bde915d6e04bff0c
 DIST libgweather-3.20.3.tar.xz 3376700 SHA256 
fb6bc5b64ef5db3dc40a9798f072b83ebcafe7ff5af472aaee70600619b56c0b SHA512 
feaf5a3ec5766934e482224cc4ca970db49c86addaabcae623d3ac1cadc7dc4a4759cb88552af7e92124f52a7a921ceef94759509cdc3e1fe20c749531ef7ad9
 WHIRLPOOL 
5e569741a3e75929d7bdba2e3aa69fc42df9472ecc6626e5f7b95a12dad9d5d5af9a87b73417056b54192b9a0ca47076a21cc18ad5c81a6fd349edaa1b5f7537

diff --git a/dev-libs/libgweather/libgweather-3.18.1.ebuild 
b/dev-libs/libgweather/libgweather-3.18.1.ebuild
deleted file mode 100644
index dc91185..
--- a/dev-libs/libgweather/libgweather-3.18.1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-VALA_USE_DEPEND="vapigen"
-
-inherit gnome2 vala
-
-DESCRIPTION="Library to access weather information from online services"
-HOMEPAGE="https://wiki.gnome.org/Projects/LibGWeather";
-
-LICENSE="GPL-2+"
-SLOT="2/3-6" # subslot = 3-(libgweather-3 soname suffix)
-IUSE="glade +introspection vala"
-REQUIRED_USE="vala? ( introspection )"
-
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd 
~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
-
-COMMON_DEPEND="
-   >=x11-libs/gtk+-3.13.5:3[introspection?]
-   >=dev-libs/glib-2.35.1:2
-   >=net-libs/libsoup-2.34:2.4
-   >=dev-libs/libxml2-2.6.0
-   sci-geosciences/geocode-glib
-   >=sys-libs/timezone-data-2010k
-
-   glade? ( >=dev-util/glade-3.16:3.10 )
-   introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
-"
-RDEPEND="${COMMON_DEPEND}
-   !https://wiki.gnome.org/Projects/LibGWeather";
-
-LICENSE="GPL-2+"
-SLOT="2/3-6" # subslot = 3-(libgweather-3 soname suffix)
-IUSE="glade +introspection vala"
-REQUIRED_USE="vala? ( introspection )"
-
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd 
~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
-
-COMMON_DEPEND="
-   >=x11-libs/gtk+-3.13.5:3[introspection?]
-   >=dev-libs/glib-2.35.1:2
-   >=net-libs/libsoup-2.44:2.4
-   >=dev-libs/libxml2-2.6.0
-   sci-geosciences/geocode-glib
-   >=sys-libs/timezone-data-2010k
-
-   glade? ( >=dev-util/glade-3.16:3.10 )
-   introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
-"
-RDEPEND="${COMMON_DEPEND}
-   !

[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2016-09-03 Thread Gilles Dartiguelongue
commit: 835515a46414bcb5794f90195e0863e108bd58bb
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sat Sep  3 23:17:22 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sat Sep  3 23:22:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=835515a4

dev-libs/libgweather: bump from 3.18.1 to 3.18.2

NOAA shut down their METAR provider service, switch to another provider.

Package-Manager: portage-2.3.0

 dev-libs/libgweather/Manifest  |  1 +
 dev-libs/libgweather/libgweather-3.18.2.ebuild | 53 ++
 2 files changed, 54 insertions(+)

diff --git a/dev-libs/libgweather/Manifest b/dev-libs/libgweather/Manifest
index 0b8a544..4a2ba22 100644
--- a/dev-libs/libgweather/Manifest
+++ b/dev-libs/libgweather/Manifest
@@ -1,2 +1,3 @@
 DIST libgweather-3.18.1.tar.xz 3430524 SHA256 
94b2292f8f7616e2aa81b1516befd7b27682b20acecbd5d656b6954990ca7ad0 SHA512 
1fc6fda3610bcb4efd0eae57ce8706f126301f5d8399ff765d00c9cc8a513150d07cd098bc53e372b338b7801bd003d651cea0f5832edb990197d456bc89370f
 WHIRLPOOL 
19a7ec0d72f3f4740e7c1acfa83eaf6136e6523a094c6b70e85b3bafaed553e4fa6746fea31a10db888c29dc2556559dca7600be2d78b8c98f0a6d32af88bacf
+DIST libgweather-3.18.2.tar.xz 3431224 SHA256 
f35e52fa4023369ef5e04851311b3f15c9d7103ec801d0567eb3dec5851e71e3 SHA512 
6e5ef37a50b22bb3941b703046bfcec78c6fd29aad3084c1a707a37f0418bc61c4852aa34501daaf20f6796e528a7ece948092b224d6f696b9d9e856fc384991
 WHIRLPOOL 
58f3d6a0c9acd4460a50077147ca9429a216777b402530632d922b38b9a47dd750b136be377cd3382de4638fa85bbab888a2356539f56e8f68a1787d346f459e
 DIST libgweather-3.20.1.tar.xz 3423740 SHA256 
81eb829fab6375cc9a4d448ae0f790e48f9720e91eb74678b22264cfbc8938d0 SHA512 
4b9403b289d1d99e03aceb6207854369a5b92ea25a784aed322aed2b7e1e4c3b548e256e4222ea05206effb7de403b343031278503429433591496e50a708f23
 WHIRLPOOL 
2d943a7674f240e77656f1365c29926d44942ec87fa2785eb290dbd6b6bffbe1d99c3e6e8984175b01007d5a4df93ea9b4d9acc5abc27e93bde915d6e04bff0c

diff --git a/dev-libs/libgweather/libgweather-3.18.2.ebuild 
b/dev-libs/libgweather/libgweather-3.18.2.ebuild
new file mode 100644
index ..22a7fec
--- /dev/null
+++ b/dev-libs/libgweather/libgweather-3.18.2.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+VALA_USE_DEPEND="vapigen"
+
+inherit gnome2 vala
+
+DESCRIPTION="Library to access weather information from online services"
+HOMEPAGE="https://wiki.gnome.org/Projects/LibGWeather";
+
+LICENSE="GPL-2+"
+SLOT="2/3-6" # subslot = 3-(libgweather-3 soname suffix)
+IUSE="glade +introspection vala"
+REQUIRED_USE="vala? ( introspection )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd 
~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+
+COMMON_DEPEND="
+   >=x11-libs/gtk+-3.13.5:3[introspection?]
+   >=dev-libs/glib-2.35.1:2
+   >=net-libs/libsoup-2.34:2.4
+   >=dev-libs/libxml2-2.6.0
+   sci-geosciences/geocode-glib
+   >=sys-libs/timezone-data-2010k
+
+   glade? ( >=dev-util/glade-3.16:3.10 )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
+"
+RDEPEND="${COMMON_DEPEND}
+   !

[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2016-09-03 Thread Gilles Dartiguelongue
commit: 94871340c99d90dbfb7c4f2409560703e951a31c
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sat Sep  3 23:20:59 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sat Sep  3 23:22:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94871340

dev-libs/libgweather: bump from 3.20.1 to 3.20.3

NOAA shut down their METAR provider service, switch to another provider.

Package-Manager: portage-2.3.0

 dev-libs/libgweather/Manifest  |  1 +
 dev-libs/libgweather/libgweather-3.20.3.ebuild | 53 ++
 2 files changed, 54 insertions(+)

diff --git a/dev-libs/libgweather/Manifest b/dev-libs/libgweather/Manifest
index 4a2ba22..9db701b 100644
--- a/dev-libs/libgweather/Manifest
+++ b/dev-libs/libgweather/Manifest
@@ -1,3 +1,4 @@
 DIST libgweather-3.18.1.tar.xz 3430524 SHA256 
94b2292f8f7616e2aa81b1516befd7b27682b20acecbd5d656b6954990ca7ad0 SHA512 
1fc6fda3610bcb4efd0eae57ce8706f126301f5d8399ff765d00c9cc8a513150d07cd098bc53e372b338b7801bd003d651cea0f5832edb990197d456bc89370f
 WHIRLPOOL 
19a7ec0d72f3f4740e7c1acfa83eaf6136e6523a094c6b70e85b3bafaed553e4fa6746fea31a10db888c29dc2556559dca7600be2d78b8c98f0a6d32af88bacf
 DIST libgweather-3.18.2.tar.xz 3431224 SHA256 
f35e52fa4023369ef5e04851311b3f15c9d7103ec801d0567eb3dec5851e71e3 SHA512 
6e5ef37a50b22bb3941b703046bfcec78c6fd29aad3084c1a707a37f0418bc61c4852aa34501daaf20f6796e528a7ece948092b224d6f696b9d9e856fc384991
 WHIRLPOOL 
58f3d6a0c9acd4460a50077147ca9429a216777b402530632d922b38b9a47dd750b136be377cd3382de4638fa85bbab888a2356539f56e8f68a1787d346f459e
 DIST libgweather-3.20.1.tar.xz 3423740 SHA256 
81eb829fab6375cc9a4d448ae0f790e48f9720e91eb74678b22264cfbc8938d0 SHA512 
4b9403b289d1d99e03aceb6207854369a5b92ea25a784aed322aed2b7e1e4c3b548e256e4222ea05206effb7de403b343031278503429433591496e50a708f23
 WHIRLPOOL 
2d943a7674f240e77656f1365c29926d44942ec87fa2785eb290dbd6b6bffbe1d99c3e6e8984175b01007d5a4df93ea9b4d9acc5abc27e93bde915d6e04bff0c
+DIST libgweather-3.20.3.tar.xz 3376700 SHA256 
fb6bc5b64ef5db3dc40a9798f072b83ebcafe7ff5af472aaee70600619b56c0b SHA512 
feaf5a3ec5766934e482224cc4ca970db49c86addaabcae623d3ac1cadc7dc4a4759cb88552af7e92124f52a7a921ceef94759509cdc3e1fe20c749531ef7ad9
 WHIRLPOOL 
5e569741a3e75929d7bdba2e3aa69fc42df9472ecc6626e5f7b95a12dad9d5d5af9a87b73417056b54192b9a0ca47076a21cc18ad5c81a6fd349edaa1b5f7537

diff --git a/dev-libs/libgweather/libgweather-3.20.3.ebuild 
b/dev-libs/libgweather/libgweather-3.20.3.ebuild
new file mode 100644
index ..31cae2a
--- /dev/null
+++ b/dev-libs/libgweather/libgweather-3.20.3.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+VALA_USE_DEPEND="vapigen"
+
+inherit gnome2 vala
+
+DESCRIPTION="Library to access weather information from online services"
+HOMEPAGE="https://wiki.gnome.org/Projects/LibGWeather";
+
+LICENSE="GPL-2+"
+SLOT="2/3-6" # subslot = 3-(libgweather-3 soname suffix)
+IUSE="glade +introspection vala"
+REQUIRED_USE="vala? ( introspection )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd 
~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+
+COMMON_DEPEND="
+   >=x11-libs/gtk+-3.13.5:3[introspection?]
+   >=dev-libs/glib-2.35.1:2
+   >=net-libs/libsoup-2.44:2.4
+   >=dev-libs/libxml2-2.6.0
+   sci-geosciences/geocode-glib
+   >=sys-libs/timezone-data-2010k
+
+   glade? ( >=dev-util/glade-3.16:3.10 )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
+"
+RDEPEND="${COMMON_DEPEND}
+   !

[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2018-11-02 Thread Mart Raudsepp
commit: 21d6352e5b4eac1d160d9a317613a11424c01ff9
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Nov  2 12:39:23 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Nov  2 12:39:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21d6352e

dev-libs/libgweather: add explicit build dep on glib-utils

Closes: https://bugs.gentoo.org/669610
Signed-off-by: Mart Raudsepp  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-libs/libgweather/libgweather-3.24.1.ebuild | 3 ++-
 dev-libs/libgweather/libgweather-3.26.2.ebuild | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libgweather/libgweather-3.24.1.ebuild 
b/dev-libs/libgweather/libgweather-3.24.1.ebuild
index 30745aa57e2..8c03a0bfffd 100644
--- a/dev-libs/libgweather/libgweather-3.24.1.ebuild
+++ b/dev-libs/libgweather/libgweather-3.24.1.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
@@ -32,6 +32,7 @@ RDEPEND="${COMMON_DEPEND}
!

[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2018-09-09 Thread Mart Raudsepp
commit: 33dc364ac58bf60dd55d051e29b6a3607857cf24
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Sep  9 12:34:40 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Sep  9 13:34:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33dc364a

dev-libs/libgweather: bump to 3.26.2

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-libs/libgweather/Manifest  |  1 +
 dev-libs/libgweather/libgweather-3.26.2.ebuild | 53 ++
 2 files changed, 54 insertions(+)

diff --git a/dev-libs/libgweather/Manifest b/dev-libs/libgweather/Manifest
index 2c28b2e3e80..4165a29d828 100644
--- a/dev-libs/libgweather/Manifest
+++ b/dev-libs/libgweather/Manifest
@@ -1 +1,2 @@
 DIST libgweather-3.24.1.tar.xz 3350680 BLAKE2B 
9265cb3c280446d5f380f62b60efb5578a7a401e3291d12e3824d8e7eacc582761226b0aaebb0439318bd48b9ad5429a1b6d89eb0220a82650c43be8aa337e2d
 SHA512 
564464d7a18a8e0320871ea418b1163163941c950c5acea5ee65a087e44c4d81e019e2e3e4cb6751989f823cbb7c5691713d3dcef72aeaf6ff264e61b6f7b4b4
+DIST libgweather-3.26.2.tar.xz 3409528 BLAKE2B 
1c5cdc7125aac8df95e97db8fa1d63bcb06865e70691621bc3a1c0ece2e602862cef9a2a5daa2ebbc5fa7eaefa32bf89507f1eef8fa4eeff294d43132e83fab4
 SHA512 
75b936f93814005b4317dcb51777036f589f343526428d9a74de96aac1badd4fe81c117184e2bff84a7a3078d6f2a2000e7b63f1e1d80f839b3513cc470fb25b

diff --git a/dev-libs/libgweather/libgweather-3.26.2.ebuild 
b/dev-libs/libgweather/libgweather-3.26.2.ebuild
new file mode 100644
index 000..81bb7f8332d
--- /dev/null
+++ b/dev-libs/libgweather/libgweather-3.26.2.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+VALA_USE_DEPEND="vapigen"
+
+inherit gnome2 vala
+
+DESCRIPTION="Library to access weather information from online services"
+HOMEPAGE="https://wiki.gnome.org/Projects/LibGWeather";
+
+LICENSE="GPL-2+"
+SLOT="2/3-6" # subslot = 3-(libgweather-3 soname suffix)
+
+IUSE="glade +introspection vala"
+REQUIRED_USE="vala? ( introspection )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+
+COMMON_DEPEND="
+   >=x11-libs/gtk+-3.13.5:3[introspection?]
+   >=dev-libs/glib-2.35.1:2
+   >=net-libs/libsoup-2.44:2.4
+   >=dev-libs/libxml2-2.6.0:2
+   sci-geosciences/geocode-glib
+   >=sys-libs/timezone-data-2010k
+
+   glade? ( >=dev-util/glade-3.16:3.10 )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
+"
+RDEPEND="${COMMON_DEPEND}
+   !

[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2017-08-15 Thread Gilles Dartiguelongue
commit: 70f8908e942bc16317033c294185361aff679d58
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Tue Aug 15 20:47:46 2017 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Tue Aug 15 22:43:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70f8908e

dev-libs/libgweather: version bump 3.20.4 → 3.24.1

Package-Manager: Portage-2.3.7, Repoman-2.3.3

 dev-libs/libgweather/Manifest  |  1 +
 dev-libs/libgweather/libgweather-3.24.1.ebuild | 53 ++
 2 files changed, 54 insertions(+)

diff --git a/dev-libs/libgweather/Manifest b/dev-libs/libgweather/Manifest
index 69630b6e3cf..34e2c7bc1a1 100644
--- a/dev-libs/libgweather/Manifest
+++ b/dev-libs/libgweather/Manifest
@@ -1 +1,2 @@
 DIST libgweather-3.20.4.tar.xz 3342220 SHA256 
7dcdc555c48461d07a198bc44e0e6ed39105d8513b12fa97c4590f5b2d912fc2 SHA512 
65b28a2bf8e9e7d8b02972d1d2f701ac8668b1e91154ba7ee94e9a08bb98d28ce44e88842e2fe78a13ce9f942d79fd2950d8de266dae28bb262c5fc11328ada9
 WHIRLPOOL 
f01170d5e7790c22b1bfba8b6cd0e7b90708a818be2dc12a698e5ab4babb3efb6dfc368d7538b546a893a1b17b11ed04ebb0050c62b368f8f354ad9102b3c6e8
+DIST libgweather-3.24.1.tar.xz 3350680 SHA256 
1227316037b63dac4153031a22abccb3d2ac679a7409e29cd303eec499eb653c SHA512 
564464d7a18a8e0320871ea418b1163163941c950c5acea5ee65a087e44c4d81e019e2e3e4cb6751989f823cbb7c5691713d3dcef72aeaf6ff264e61b6f7b4b4
 WHIRLPOOL 
82ac37983c7c8f683b958d005f35b6eef72f5bffdfeebaca4ae903f41816d8fd3f1da6a162689b4880c05739d7d2a1238ff1277dd7694d857087b4c5a488c71f

diff --git a/dev-libs/libgweather/libgweather-3.24.1.ebuild 
b/dev-libs/libgweather/libgweather-3.24.1.ebuild
new file mode 100644
index 000..b746855aad3
--- /dev/null
+++ b/dev-libs/libgweather/libgweather-3.24.1.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+VALA_USE_DEPEND="vapigen"
+
+inherit gnome2 vala
+
+DESCRIPTION="Library to access weather information from online services"
+HOMEPAGE="https://wiki.gnome.org/Projects/LibGWeather";
+
+LICENSE="GPL-2+"
+SLOT="2/3-6" # subslot = 3-(libgweather-3 soname suffix)
+
+IUSE="glade +introspection vala"
+REQUIRED_USE="vala? ( introspection )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+
+COMMON_DEPEND="
+   >=x11-libs/gtk+-3.13.5:3[introspection?]
+   >=dev-libs/glib-2.35.1:2
+   >=net-libs/libsoup-2.44:2.4
+   >=dev-libs/libxml2-2.6.0:2
+   sci-geosciences/geocode-glib
+   >=sys-libs/timezone-data-2010k
+
+   glade? ( >=dev-util/glade-3.16:3.10 )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
+"
+RDEPEND="${COMMON_DEPEND}
+   !

[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2017-07-21 Thread Alexis Ballier
commit: bccdf2db3982adbf2f8f353f666b701d690d1f35
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Jul 21 08:17:52 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Jul 21 08:17:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bccdf2db

dev-libs/libgweather: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-libs/libgweather/libgweather-3.20.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libgweather/libgweather-3.20.4.ebuild 
b/dev-libs/libgweather/libgweather-3.20.4.ebuild
index 265d25b6988..64344996e2d 100644
--- a/dev-libs/libgweather/libgweather-3.20.4.ebuild
+++ b/dev-libs/libgweather/libgweather-3.20.4.ebuild
@@ -15,7 +15,7 @@ SLOT="2/3-6" # subslot = 3-(libgweather-3 soname suffix)
 IUSE="glade +introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~x86-solaris"
 
 COMMON_DEPEND="
>=x11-libs/gtk+-3.13.5:3[introspection?]



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2018-01-17 Thread Mikle Kolyada
commit: ea5ab142f1c2c3b3445ad3d47f5aee90d13c1fd0
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Jan 18 02:13:03 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Jan 18 02:13:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea5ab142

dev-libs/libgweather: amd64 stable wrt bug #631656

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-libs/libgweather/libgweather-3.24.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libgweather/libgweather-3.24.1.ebuild 
b/dev-libs/libgweather/libgweather-3.24.1.ebuild
index b746855aad3..dafeb739d3f 100644
--- a/dev-libs/libgweather/libgweather-3.24.1.ebuild
+++ b/dev-libs/libgweather/libgweather-3.24.1.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
@@ -15,7 +15,7 @@ SLOT="2/3-6" # subslot = 3-(libgweather-3 soname suffix)
 IUSE="glade +introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~x86-solaris"
 
 COMMON_DEPEND="
>=x11-libs/gtk+-3.13.5:3[introspection?]



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2018-02-03 Thread Mart Raudsepp
commit: 62b00f64514929ea948a534e7f243fa8b255a8a9
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Feb  3 19:19:06 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Feb  3 19:38:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62b00f64

dev-libs/libgweather: remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-libs/libgweather/Manifest  |  1 -
 dev-libs/libgweather/libgweather-3.20.4.ebuild | 53 --
 2 files changed, 54 deletions(-)

diff --git a/dev-libs/libgweather/Manifest b/dev-libs/libgweather/Manifest
index 1f4593ce81c..2c28b2e3e80 100644
--- a/dev-libs/libgweather/Manifest
+++ b/dev-libs/libgweather/Manifest
@@ -1,2 +1 @@
-DIST libgweather-3.20.4.tar.xz 3342220 BLAKE2B 
e9f58b508e67eae0f76849b37cc7ff955a512852d911dfb473b1f28f14112ec21bbbc7910efd39d3752a473774b6fc04fa5de135903882883e3aeb7a0edf5bbb
 SHA512 
65b28a2bf8e9e7d8b02972d1d2f701ac8668b1e91154ba7ee94e9a08bb98d28ce44e88842e2fe78a13ce9f942d79fd2950d8de266dae28bb262c5fc11328ada9
 DIST libgweather-3.24.1.tar.xz 3350680 BLAKE2B 
9265cb3c280446d5f380f62b60efb5578a7a401e3291d12e3824d8e7eacc582761226b0aaebb0439318bd48b9ad5429a1b6d89eb0220a82650c43be8aa337e2d
 SHA512 
564464d7a18a8e0320871ea418b1163163941c950c5acea5ee65a087e44c4d81e019e2e3e4cb6751989f823cbb7c5691713d3dcef72aeaf6ff264e61b6f7b4b4

diff --git a/dev-libs/libgweather/libgweather-3.20.4.ebuild 
b/dev-libs/libgweather/libgweather-3.20.4.ebuild
deleted file mode 100644
index 64344996e2d..000
--- a/dev-libs/libgweather/libgweather-3.20.4.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-VALA_USE_DEPEND="vapigen"
-
-inherit gnome2 vala
-
-DESCRIPTION="Library to access weather information from online services"
-HOMEPAGE="https://wiki.gnome.org/Projects/LibGWeather";
-
-LICENSE="GPL-2+"
-SLOT="2/3-6" # subslot = 3-(libgweather-3 soname suffix)
-
-IUSE="glade +introspection vala"
-REQUIRED_USE="vala? ( introspection )"
-
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~x86-solaris"
-
-COMMON_DEPEND="
-   >=x11-libs/gtk+-3.13.5:3[introspection?]
-   >=dev-libs/glib-2.35.1:2
-   >=net-libs/libsoup-2.44:2.4
-   >=dev-libs/libxml2-2.6.0:2
-   sci-geosciences/geocode-glib
-   >=sys-libs/timezone-data-2010k
-
-   glade? ( >=dev-util/glade-3.16:3.10 )
-   introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
-"
-RDEPEND="${COMMON_DEPEND}
-   !

[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2017-02-15 Thread Mart Raudsepp
commit: ac0ef882e5a8e00e8a9e66315a0effed970dd63c
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Feb 15 19:11:47 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Feb 15 19:23:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac0ef882

dev-libs/libgweather: remove old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-libs/libgweather/Manifest  |  1 -
 dev-libs/libgweather/libgweather-3.20.3.ebuild | 53 --
 2 files changed, 54 deletions(-)

diff --git a/dev-libs/libgweather/Manifest b/dev-libs/libgweather/Manifest
index 3361520b3d..69630b6e3c 100644
--- a/dev-libs/libgweather/Manifest
+++ b/dev-libs/libgweather/Manifest
@@ -1,2 +1 @@
-DIST libgweather-3.20.3.tar.xz 3376700 SHA256 
fb6bc5b64ef5db3dc40a9798f072b83ebcafe7ff5af472aaee70600619b56c0b SHA512 
feaf5a3ec5766934e482224cc4ca970db49c86addaabcae623d3ac1cadc7dc4a4759cb88552af7e92124f52a7a921ceef94759509cdc3e1fe20c749531ef7ad9
 WHIRLPOOL 
5e569741a3e75929d7bdba2e3aa69fc42df9472ecc6626e5f7b95a12dad9d5d5af9a87b73417056b54192b9a0ca47076a21cc18ad5c81a6fd349edaa1b5f7537
 DIST libgweather-3.20.4.tar.xz 3342220 SHA256 
7dcdc555c48461d07a198bc44e0e6ed39105d8513b12fa97c4590f5b2d912fc2 SHA512 
65b28a2bf8e9e7d8b02972d1d2f701ac8668b1e91154ba7ee94e9a08bb98d28ce44e88842e2fe78a13ce9f942d79fd2950d8de266dae28bb262c5fc11328ada9
 WHIRLPOOL 
f01170d5e7790c22b1bfba8b6cd0e7b90708a818be2dc12a698e5ab4babb3efb6dfc368d7538b546a893a1b17b11ed04ebb0050c62b368f8f354ad9102b3c6e8

diff --git a/dev-libs/libgweather/libgweather-3.20.3.ebuild 
b/dev-libs/libgweather/libgweather-3.20.3.ebuild
deleted file mode 100644
index 96ff05ec80..00
--- a/dev-libs/libgweather/libgweather-3.20.3.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-VALA_USE_DEPEND="vapigen"
-
-inherit gnome2 vala
-
-DESCRIPTION="Library to access weather information from online services"
-HOMEPAGE="https://wiki.gnome.org/Projects/LibGWeather";
-
-LICENSE="GPL-2+"
-SLOT="2/3-6" # subslot = 3-(libgweather-3 soname suffix)
-IUSE="glade +introspection vala"
-REQUIRED_USE="vala? ( introspection )"
-
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~x86-solaris"
-
-COMMON_DEPEND="
-   >=x11-libs/gtk+-3.13.5:3[introspection?]
-   >=dev-libs/glib-2.35.1:2
-   >=net-libs/libsoup-2.44:2.4
-   >=dev-libs/libxml2-2.6.0
-   sci-geosciences/geocode-glib
-   >=sys-libs/timezone-data-2010k
-
-   glade? ( >=dev-util/glade-3.16:3.10 )
-   introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
-"
-RDEPEND="${COMMON_DEPEND}
-   !

[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2017-01-15 Thread Pacho Ramos
commit: 591a25dd46f2f5648775d17e9bbb09c53284
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Jan 15 16:21:32 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Jan 15 16:44:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=591a25de

dev-libs/libgweather: Drop old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-libs/libgweather/Manifest  |  1 -
 dev-libs/libgweather/libgweather-3.18.2.ebuild | 53 --
 2 files changed, 54 deletions(-)

diff --git a/dev-libs/libgweather/Manifest b/dev-libs/libgweather/Manifest
index 0d47e60..3361520 100644
--- a/dev-libs/libgweather/Manifest
+++ b/dev-libs/libgweather/Manifest
@@ -1,3 +1,2 @@
-DIST libgweather-3.18.2.tar.xz 3431224 SHA256 
f35e52fa4023369ef5e04851311b3f15c9d7103ec801d0567eb3dec5851e71e3 SHA512 
6e5ef37a50b22bb3941b703046bfcec78c6fd29aad3084c1a707a37f0418bc61c4852aa34501daaf20f6796e528a7ece948092b224d6f696b9d9e856fc384991
 WHIRLPOOL 
58f3d6a0c9acd4460a50077147ca9429a216777b402530632d922b38b9a47dd750b136be377cd3382de4638fa85bbab888a2356539f56e8f68a1787d346f459e
 DIST libgweather-3.20.3.tar.xz 3376700 SHA256 
fb6bc5b64ef5db3dc40a9798f072b83ebcafe7ff5af472aaee70600619b56c0b SHA512 
feaf5a3ec5766934e482224cc4ca970db49c86addaabcae623d3ac1cadc7dc4a4759cb88552af7e92124f52a7a921ceef94759509cdc3e1fe20c749531ef7ad9
 WHIRLPOOL 
5e569741a3e75929d7bdba2e3aa69fc42df9472ecc6626e5f7b95a12dad9d5d5af9a87b73417056b54192b9a0ca47076a21cc18ad5c81a6fd349edaa1b5f7537
 DIST libgweather-3.20.4.tar.xz 3342220 SHA256 
7dcdc555c48461d07a198bc44e0e6ed39105d8513b12fa97c4590f5b2d912fc2 SHA512 
65b28a2bf8e9e7d8b02972d1d2f701ac8668b1e91154ba7ee94e9a08bb98d28ce44e88842e2fe78a13ce9f942d79fd2950d8de266dae28bb262c5fc11328ada9
 WHIRLPOOL 
f01170d5e7790c22b1bfba8b6cd0e7b90708a818be2dc12a698e5ab4babb3efb6dfc368d7538b546a893a1b17b11ed04ebb0050c62b368f8f354ad9102b3c6e8

diff --git a/dev-libs/libgweather/libgweather-3.18.2.ebuild 
b/dev-libs/libgweather/libgweather-3.18.2.ebuild
deleted file mode 100644
index 4ae6017..
--- a/dev-libs/libgweather/libgweather-3.18.2.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-VALA_USE_DEPEND="vapigen"
-
-inherit gnome2 vala
-
-DESCRIPTION="Library to access weather information from online services"
-HOMEPAGE="https://wiki.gnome.org/Projects/LibGWeather";
-
-LICENSE="GPL-2+"
-SLOT="2/3-6" # subslot = 3-(libgweather-3 soname suffix)
-IUSE="glade +introspection vala"
-REQUIRED_USE="vala? ( introspection )"
-
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd 
~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
-
-COMMON_DEPEND="
-   >=x11-libs/gtk+-3.13.5:3[introspection?]
-   >=dev-libs/glib-2.35.1:2
-   >=net-libs/libsoup-2.34:2.4
-   >=dev-libs/libxml2-2.6.0
-   sci-geosciences/geocode-glib
-   >=sys-libs/timezone-data-2010k
-
-   glade? ( >=dev-util/glade-3.16:3.10 )
-   introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
-"
-RDEPEND="${COMMON_DEPEND}
-   !

[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2017-01-15 Thread Pacho Ramos
commit: e7d24a2a95e4b86431869c1ff1b6d17d52b80cd9
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Jan 15 16:21:10 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Jan 15 16:44:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7d24a2a

dev-libs/libgweather: Version bump

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-libs/libgweather/Manifest  |  1 +
 dev-libs/libgweather/libgweather-3.20.4.ebuild | 54 ++
 2 files changed, 55 insertions(+)

diff --git a/dev-libs/libgweather/Manifest b/dev-libs/libgweather/Manifest
index 091ebce..0d47e60 100644
--- a/dev-libs/libgweather/Manifest
+++ b/dev-libs/libgweather/Manifest
@@ -1,2 +1,3 @@
 DIST libgweather-3.18.2.tar.xz 3431224 SHA256 
f35e52fa4023369ef5e04851311b3f15c9d7103ec801d0567eb3dec5851e71e3 SHA512 
6e5ef37a50b22bb3941b703046bfcec78c6fd29aad3084c1a707a37f0418bc61c4852aa34501daaf20f6796e528a7ece948092b224d6f696b9d9e856fc384991
 WHIRLPOOL 
58f3d6a0c9acd4460a50077147ca9429a216777b402530632d922b38b9a47dd750b136be377cd3382de4638fa85bbab888a2356539f56e8f68a1787d346f459e
 DIST libgweather-3.20.3.tar.xz 3376700 SHA256 
fb6bc5b64ef5db3dc40a9798f072b83ebcafe7ff5af472aaee70600619b56c0b SHA512 
feaf5a3ec5766934e482224cc4ca970db49c86addaabcae623d3ac1cadc7dc4a4759cb88552af7e92124f52a7a921ceef94759509cdc3e1fe20c749531ef7ad9
 WHIRLPOOL 
5e569741a3e75929d7bdba2e3aa69fc42df9472ecc6626e5f7b95a12dad9d5d5af9a87b73417056b54192b9a0ca47076a21cc18ad5c81a6fd349edaa1b5f7537
+DIST libgweather-3.20.4.tar.xz 3342220 SHA256 
7dcdc555c48461d07a198bc44e0e6ed39105d8513b12fa97c4590f5b2d912fc2 SHA512 
65b28a2bf8e9e7d8b02972d1d2f701ac8668b1e91154ba7ee94e9a08bb98d28ce44e88842e2fe78a13ce9f942d79fd2950d8de266dae28bb262c5fc11328ada9
 WHIRLPOOL 
f01170d5e7790c22b1bfba8b6cd0e7b90708a818be2dc12a698e5ab4babb3efb6dfc368d7538b546a893a1b17b11ed04ebb0050c62b368f8f354ad9102b3c6e8

diff --git a/dev-libs/libgweather/libgweather-3.20.4.ebuild 
b/dev-libs/libgweather/libgweather-3.20.4.ebuild
new file mode 100644
index ..fb17cb8
--- /dev/null
+++ b/dev-libs/libgweather/libgweather-3.20.4.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+VALA_USE_DEPEND="vapigen"
+
+inherit gnome2 vala
+
+DESCRIPTION="Library to access weather information from online services"
+HOMEPAGE="https://wiki.gnome.org/Projects/LibGWeather";
+
+LICENSE="GPL-2+"
+SLOT="2/3-6" # subslot = 3-(libgweather-3 soname suffix)
+
+IUSE="glade +introspection vala"
+REQUIRED_USE="vala? ( introspection )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd 
~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+
+COMMON_DEPEND="
+   >=x11-libs/gtk+-3.13.5:3[introspection?]
+   >=dev-libs/glib-2.35.1:2
+   >=net-libs/libsoup-2.44:2.4
+   >=dev-libs/libxml2-2.6.0:2
+   sci-geosciences/geocode-glib
+   >=sys-libs/timezone-data-2010k
+
+   glade? ( >=dev-util/glade-3.16:3.10 )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
+"
+RDEPEND="${COMMON_DEPEND}
+   !

[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2016-03-06 Thread Mikle Kolyada
commit: 3e35a14746c8a8e774218e29a925c39873da3e04
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Mar  6 16:21:58 2016 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Mar  6 16:39:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e35a147

dev-libs/libgweather: x86 stable wrt bug #427546

Package-Manager: portage-2.2.26

 dev-libs/libgweather/libgweather-3.18.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libgweather/libgweather-3.18.1.ebuild 
b/dev-libs/libgweather/libgweather-3.18.1.ebuild
index fc61780..dc91185 100644
--- a/dev-libs/libgweather/libgweather-3.18.1.ebuild
+++ b/dev-libs/libgweather/libgweather-3.18.1.ebuild
@@ -16,7 +16,7 @@ SLOT="2/3-6" # subslot = 3-(libgweather-3 soname suffix)
 IUSE="glade +introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd 
~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd 
~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
 
 COMMON_DEPEND="
>=x11-libs/gtk+-3.13.5:3[introspection?]



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2016-09-03 Thread Gilles Dartiguelongue
commit: 835515a46414bcb5794f90195e0863e108bd58bb
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sat Sep  3 23:17:22 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sat Sep  3 23:22:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=835515a4

dev-libs/libgweather: bump from 3.18.1 to 3.18.2

NOAA shut down their METAR provider service, switch to another provider.

Package-Manager: portage-2.3.0

 dev-libs/libgweather/Manifest  |  1 +
 dev-libs/libgweather/libgweather-3.18.2.ebuild | 53 ++
 2 files changed, 54 insertions(+)

diff --git a/dev-libs/libgweather/Manifest b/dev-libs/libgweather/Manifest
index 0b8a544..4a2ba22 100644
--- a/dev-libs/libgweather/Manifest
+++ b/dev-libs/libgweather/Manifest
@@ -1,2 +1,3 @@
 DIST libgweather-3.18.1.tar.xz 3430524 SHA256 
94b2292f8f7616e2aa81b1516befd7b27682b20acecbd5d656b6954990ca7ad0 SHA512 
1fc6fda3610bcb4efd0eae57ce8706f126301f5d8399ff765d00c9cc8a513150d07cd098bc53e372b338b7801bd003d651cea0f5832edb990197d456bc89370f
 WHIRLPOOL 
19a7ec0d72f3f4740e7c1acfa83eaf6136e6523a094c6b70e85b3bafaed553e4fa6746fea31a10db888c29dc2556559dca7600be2d78b8c98f0a6d32af88bacf
+DIST libgweather-3.18.2.tar.xz 3431224 SHA256 
f35e52fa4023369ef5e04851311b3f15c9d7103ec801d0567eb3dec5851e71e3 SHA512 
6e5ef37a50b22bb3941b703046bfcec78c6fd29aad3084c1a707a37f0418bc61c4852aa34501daaf20f6796e528a7ece948092b224d6f696b9d9e856fc384991
 WHIRLPOOL 
58f3d6a0c9acd4460a50077147ca9429a216777b402530632d922b38b9a47dd750b136be377cd3382de4638fa85bbab888a2356539f56e8f68a1787d346f459e
 DIST libgweather-3.20.1.tar.xz 3423740 SHA256 
81eb829fab6375cc9a4d448ae0f790e48f9720e91eb74678b22264cfbc8938d0 SHA512 
4b9403b289d1d99e03aceb6207854369a5b92ea25a784aed322aed2b7e1e4c3b548e256e4222ea05206effb7de403b343031278503429433591496e50a708f23
 WHIRLPOOL 
2d943a7674f240e77656f1365c29926d44942ec87fa2785eb290dbd6b6bffbe1d99c3e6e8984175b01007d5a4df93ea9b4d9acc5abc27e93bde915d6e04bff0c

diff --git a/dev-libs/libgweather/libgweather-3.18.2.ebuild 
b/dev-libs/libgweather/libgweather-3.18.2.ebuild
new file mode 100644
index ..22a7fec
--- /dev/null
+++ b/dev-libs/libgweather/libgweather-3.18.2.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+VALA_USE_DEPEND="vapigen"
+
+inherit gnome2 vala
+
+DESCRIPTION="Library to access weather information from online services"
+HOMEPAGE="https://wiki.gnome.org/Projects/LibGWeather";
+
+LICENSE="GPL-2+"
+SLOT="2/3-6" # subslot = 3-(libgweather-3 soname suffix)
+IUSE="glade +introspection vala"
+REQUIRED_USE="vala? ( introspection )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd 
~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+
+COMMON_DEPEND="
+   >=x11-libs/gtk+-3.13.5:3[introspection?]
+   >=dev-libs/glib-2.35.1:2
+   >=net-libs/libsoup-2.34:2.4
+   >=dev-libs/libxml2-2.6.0
+   sci-geosciences/geocode-glib
+   >=sys-libs/timezone-data-2010k
+
+   glade? ( >=dev-util/glade-3.16:3.10 )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
+"
+RDEPEND="${COMMON_DEPEND}
+   !

[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2016-09-03 Thread Gilles Dartiguelongue
commit: 94871340c99d90dbfb7c4f2409560703e951a31c
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sat Sep  3 23:20:59 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sat Sep  3 23:22:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94871340

dev-libs/libgweather: bump from 3.20.1 to 3.20.3

NOAA shut down their METAR provider service, switch to another provider.

Package-Manager: portage-2.3.0

 dev-libs/libgweather/Manifest  |  1 +
 dev-libs/libgweather/libgweather-3.20.3.ebuild | 53 ++
 2 files changed, 54 insertions(+)

diff --git a/dev-libs/libgweather/Manifest b/dev-libs/libgweather/Manifest
index 4a2ba22..9db701b 100644
--- a/dev-libs/libgweather/Manifest
+++ b/dev-libs/libgweather/Manifest
@@ -1,3 +1,4 @@
 DIST libgweather-3.18.1.tar.xz 3430524 SHA256 
94b2292f8f7616e2aa81b1516befd7b27682b20acecbd5d656b6954990ca7ad0 SHA512 
1fc6fda3610bcb4efd0eae57ce8706f126301f5d8399ff765d00c9cc8a513150d07cd098bc53e372b338b7801bd003d651cea0f5832edb990197d456bc89370f
 WHIRLPOOL 
19a7ec0d72f3f4740e7c1acfa83eaf6136e6523a094c6b70e85b3bafaed553e4fa6746fea31a10db888c29dc2556559dca7600be2d78b8c98f0a6d32af88bacf
 DIST libgweather-3.18.2.tar.xz 3431224 SHA256 
f35e52fa4023369ef5e04851311b3f15c9d7103ec801d0567eb3dec5851e71e3 SHA512 
6e5ef37a50b22bb3941b703046bfcec78c6fd29aad3084c1a707a37f0418bc61c4852aa34501daaf20f6796e528a7ece948092b224d6f696b9d9e856fc384991
 WHIRLPOOL 
58f3d6a0c9acd4460a50077147ca9429a216777b402530632d922b38b9a47dd750b136be377cd3382de4638fa85bbab888a2356539f56e8f68a1787d346f459e
 DIST libgweather-3.20.1.tar.xz 3423740 SHA256 
81eb829fab6375cc9a4d448ae0f790e48f9720e91eb74678b22264cfbc8938d0 SHA512 
4b9403b289d1d99e03aceb6207854369a5b92ea25a784aed322aed2b7e1e4c3b548e256e4222ea05206effb7de403b343031278503429433591496e50a708f23
 WHIRLPOOL 
2d943a7674f240e77656f1365c29926d44942ec87fa2785eb290dbd6b6bffbe1d99c3e6e8984175b01007d5a4df93ea9b4d9acc5abc27e93bde915d6e04bff0c
+DIST libgweather-3.20.3.tar.xz 3376700 SHA256 
fb6bc5b64ef5db3dc40a9798f072b83ebcafe7ff5af472aaee70600619b56c0b SHA512 
feaf5a3ec5766934e482224cc4ca970db49c86addaabcae623d3ac1cadc7dc4a4759cb88552af7e92124f52a7a921ceef94759509cdc3e1fe20c749531ef7ad9
 WHIRLPOOL 
5e569741a3e75929d7bdba2e3aa69fc42df9472ecc6626e5f7b95a12dad9d5d5af9a87b73417056b54192b9a0ca47076a21cc18ad5c81a6fd349edaa1b5f7537

diff --git a/dev-libs/libgweather/libgweather-3.20.3.ebuild 
b/dev-libs/libgweather/libgweather-3.20.3.ebuild
new file mode 100644
index ..31cae2a
--- /dev/null
+++ b/dev-libs/libgweather/libgweather-3.20.3.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+VALA_USE_DEPEND="vapigen"
+
+inherit gnome2 vala
+
+DESCRIPTION="Library to access weather information from online services"
+HOMEPAGE="https://wiki.gnome.org/Projects/LibGWeather";
+
+LICENSE="GPL-2+"
+SLOT="2/3-6" # subslot = 3-(libgweather-3 soname suffix)
+IUSE="glade +introspection vala"
+REQUIRED_USE="vala? ( introspection )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd 
~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+
+COMMON_DEPEND="
+   >=x11-libs/gtk+-3.13.5:3[introspection?]
+   >=dev-libs/glib-2.35.1:2
+   >=net-libs/libsoup-2.44:2.4
+   >=dev-libs/libxml2-2.6.0
+   sci-geosciences/geocode-glib
+   >=sys-libs/timezone-data-2010k
+
+   glade? ( >=dev-util/glade-3.16:3.10 )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
+"
+RDEPEND="${COMMON_DEPEND}
+   !

[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2018-09-09 Thread Mart Raudsepp
commit: 33dc364ac58bf60dd55d051e29b6a3607857cf24
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Sep  9 12:34:40 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Sep  9 13:34:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33dc364a

dev-libs/libgweather: bump to 3.26.2

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-libs/libgweather/Manifest  |  1 +
 dev-libs/libgweather/libgweather-3.26.2.ebuild | 53 ++
 2 files changed, 54 insertions(+)

diff --git a/dev-libs/libgweather/Manifest b/dev-libs/libgweather/Manifest
index 2c28b2e3e80..4165a29d828 100644
--- a/dev-libs/libgweather/Manifest
+++ b/dev-libs/libgweather/Manifest
@@ -1 +1,2 @@
 DIST libgweather-3.24.1.tar.xz 3350680 BLAKE2B 
9265cb3c280446d5f380f62b60efb5578a7a401e3291d12e3824d8e7eacc582761226b0aaebb0439318bd48b9ad5429a1b6d89eb0220a82650c43be8aa337e2d
 SHA512 
564464d7a18a8e0320871ea418b1163163941c950c5acea5ee65a087e44c4d81e019e2e3e4cb6751989f823cbb7c5691713d3dcef72aeaf6ff264e61b6f7b4b4
+DIST libgweather-3.26.2.tar.xz 3409528 BLAKE2B 
1c5cdc7125aac8df95e97db8fa1d63bcb06865e70691621bc3a1c0ece2e602862cef9a2a5daa2ebbc5fa7eaefa32bf89507f1eef8fa4eeff294d43132e83fab4
 SHA512 
75b936f93814005b4317dcb51777036f589f343526428d9a74de96aac1badd4fe81c117184e2bff84a7a3078d6f2a2000e7b63f1e1d80f839b3513cc470fb25b

diff --git a/dev-libs/libgweather/libgweather-3.26.2.ebuild 
b/dev-libs/libgweather/libgweather-3.26.2.ebuild
new file mode 100644
index 000..81bb7f8332d
--- /dev/null
+++ b/dev-libs/libgweather/libgweather-3.26.2.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+VALA_USE_DEPEND="vapigen"
+
+inherit gnome2 vala
+
+DESCRIPTION="Library to access weather information from online services"
+HOMEPAGE="https://wiki.gnome.org/Projects/LibGWeather";
+
+LICENSE="GPL-2+"
+SLOT="2/3-6" # subslot = 3-(libgweather-3 soname suffix)
+
+IUSE="glade +introspection vala"
+REQUIRED_USE="vala? ( introspection )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+
+COMMON_DEPEND="
+   >=x11-libs/gtk+-3.13.5:3[introspection?]
+   >=dev-libs/glib-2.35.1:2
+   >=net-libs/libsoup-2.44:2.4
+   >=dev-libs/libxml2-2.6.0:2
+   sci-geosciences/geocode-glib
+   >=sys-libs/timezone-data-2010k
+
+   glade? ( >=dev-util/glade-3.16:3.10 )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
+"
+RDEPEND="${COMMON_DEPEND}
+   !

[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2021-03-28 Thread Matt Turner
commit: 1eaf4d223020104dd4461c8ae548d13276505455
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar 29 01:22:38 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 29 01:39:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1eaf4d22

dev-libs/libgweather: Use python-any-r1

Closes: https://bugs.gentoo.org/770655
Signed-off-by: Matt Turner  gentoo.org>

 dev-libs/libgweather/libgweather-3.36.2.ebuild | 8 +++-
 dev-libs/libgweather/libgweather-40.0.ebuild   | 8 +++-
 2 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libgweather/libgweather-3.36.2.ebuild 
b/dev-libs/libgweather/libgweather-3.36.2.ebuild
index 6c35cbd8b67..8e0086d85c3 100644
--- a/dev-libs/libgweather/libgweather-3.36.2.ebuild
+++ b/dev-libs/libgweather/libgweather-3.36.2.ebuild
@@ -2,9 +2,10 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+PYTHON_COMPAT=( python3_{7..9} )
 VALA_USE_DEPEND="vapigen"
 
-inherit gnome.org gnome2-utils meson vala xdg
+inherit gnome.org gnome2-utils meson python-any-r1 vala xdg
 
 DESCRIPTION="Location and timezone database and weather-lookup library"
 HOMEPAGE="https://wiki.gnome.org/Projects/LibGWeather";
@@ -35,6 +36,7 @@ BDEPEND="
app-text/docbook-xml-dtd:4.3 )
>=sys-devel/gettext-0.19.8
virtual/pkgconfig
+   ${PYTHON_DEPS}
$(vala_depend)
 "
 
@@ -44,6 +46,10 @@ PATCHES=(
"${FILESDIR}"/3.36.2-autoskip-network-test.patch
 )
 
+pkg_setup() {
+   python-any-r1_pkg_setup
+}
+
 src_prepare() {
xdg_src_prepare
vala_src_prepare

diff --git a/dev-libs/libgweather/libgweather-40.0.ebuild 
b/dev-libs/libgweather/libgweather-40.0.ebuild
index 46454d5c78d..a9e1c0918c2 100644
--- a/dev-libs/libgweather/libgweather-40.0.ebuild
+++ b/dev-libs/libgweather/libgweather-40.0.ebuild
@@ -2,9 +2,10 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+PYTHON_COMPAT=( python3_{7..9} )
 VALA_USE_DEPEND="vapigen"
 
-inherit gnome.org gnome2-utils meson vala xdg
+inherit gnome.org gnome2-utils meson python-any-r1 vala xdg
 
 DESCRIPTION="Location and timezone database and weather-lookup library"
 HOMEPAGE="https://wiki.gnome.org/Projects/LibGWeather";
@@ -35,6 +36,7 @@ BDEPEND="
app-text/docbook-xml-dtd:4.3 )
>=sys-devel/gettext-0.19.8
virtual/pkgconfig
+   ${PYTHON_DEPS}
$(vala_depend)
 "
 
@@ -44,6 +46,10 @@ PATCHES=(
"${FILESDIR}"/40.0-autoskip-network-test.patch
 )
 
+pkg_setup() {
+   python-any-r1_pkg_setup
+}
+
 src_prepare() {
xdg_src_prepare
vala_src_prepare



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2021-03-28 Thread Matt Turner
commit: e1adde1f6e5afea145a9b9dc37c51ff4d968fdbd
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar 29 01:30:01 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 29 01:39:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1adde1f

dev-libs/libgweather: Depend on pygobject

Used at build time.

Closes: https://bugs.gentoo.org/778839
Signed-off-by: Matt Turner  gentoo.org>

 dev-libs/libgweather/libgweather-40.0.ebuild | 5 +
 1 file changed, 5 insertions(+)

diff --git a/dev-libs/libgweather/libgweather-40.0.ebuild 
b/dev-libs/libgweather/libgweather-40.0.ebuild
index a9e1c0918c2..25aefdc8fd5 100644
--- a/dev-libs/libgweather/libgweather-40.0.ebuild
+++ b/dev-libs/libgweather/libgweather-40.0.ebuild
@@ -37,6 +37,7 @@ BDEPEND="
>=sys-devel/gettext-0.19.8
virtual/pkgconfig
${PYTHON_DEPS}
+   $(python_gen_any_dep 'dev-python/pygobject[${PYTHON_USEDEP}]')
$(vala_depend)
 "
 
@@ -46,6 +47,10 @@ PATCHES=(
"${FILESDIR}"/40.0-autoskip-network-test.patch
 )
 
+python_check_deps() {
+   has_version -b "dev-python/pygobject[${PYTHON_USEDEP}]"
+}
+
 pkg_setup() {
python-any-r1_pkg_setup
 }



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2021-04-14 Thread Sam James
commit: 8e0b524e4e71ab52656980a4e833079b3fff97ae
Author: Sam James  gentoo  org>
AuthorDate: Thu Apr 15 01:31:38 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Apr 15 01:32:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e0b524e

dev-libs/libgweather: Stabilize 3.36.2 arm64, #782847

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

 dev-libs/libgweather/libgweather-3.36.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libgweather/libgweather-3.36.2.ebuild 
b/dev-libs/libgweather/libgweather-3.36.2.ebuild
index f6c346f617c..2397bdde262 100644
--- a/dev-libs/libgweather/libgweather-3.36.2.ebuild
+++ b/dev-libs/libgweather/libgweather-3.36.2.ebuild
@@ -16,7 +16,7 @@ SLOT="2/3-16-2" # subslot = 3-(libgweather-3 soname suffix) 
w/ temporary -2 suff
 IUSE="glade gtk-doc +introspection +vala"
 REQUIRED_USE="vala? ( introspection )"
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~x86-solaris"
 
 RDEPEND="
>=dev-libs/glib-2.44.0:2



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2022-03-21 Thread Matt Turner
commit: 9eea14f3c33d1066551462be5583f4a5ad6fd78b
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar 21 18:05:21 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 21 18:05:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9eea14f3

dev-libs/libgweather: Call gnome2_environment_reset

Closes: https://bugs.gentoo.org/835709
Signed-off-by: Matt Turner  gentoo.org>

 dev-libs/libgweather/libgweather-4.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libgweather/libgweather-4.0.0.ebuild 
b/dev-libs/libgweather/libgweather-4.0.0.ebuild
index 60544f5ea355..209b624a034b 100644
--- a/dev-libs/libgweather/libgweather-4.0.0.ebuild
+++ b/dev-libs/libgweather/libgweather-4.0.0.ebuild
@@ -54,7 +54,7 @@ pkg_setup() {
 }
 
 src_prepare() {
-   xdg_src_prepare
+   gnome2_environment_reset
use vala && vala_setup
 }
 



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2022-03-22 Thread Jakov Smolić
commit: 53931864881b4e1bf5139366c6f7df0c84bfe935
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Mar 22 10:08:51 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Mar 22 10:10:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53931864

dev-libs/libgweather: Call 'default' in src_prepare

xdg_src_prepare called the default function in previous instance, but
since it has been replaced with gnome2_environment_reset we need to call
default manually.

Closes: https://bugs.gentoo.org/835782
Signed-off-by: Jakov Smolić  gentoo.org>

 dev-libs/libgweather/libgweather-4.0.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-libs/libgweather/libgweather-4.0.0.ebuild 
b/dev-libs/libgweather/libgweather-4.0.0.ebuild
index 209b624a034b..daa592786342 100644
--- a/dev-libs/libgweather/libgweather-4.0.0.ebuild
+++ b/dev-libs/libgweather/libgweather-4.0.0.ebuild
@@ -54,6 +54,7 @@ pkg_setup() {
 }
 
 src_prepare() {
+   default
gnome2_environment_reset
use vala && vala_setup
 }



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2021-10-27 Thread Arthur Zamarin
commit: 7e3aa36b97bfac86f0c847d6b1d99a2d9003df8b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Oct 27 17:35:26 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Oct 27 17:54:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e3aa36b

dev-libs/libgweather: enable py3.10

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-libs/libgweather/libgweather-40.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libgweather/libgweather-40.0.ebuild 
b/dev-libs/libgweather/libgweather-40.0.ebuild
index 450abd3a7b1..17da947e53e 100644
--- a/dev-libs/libgweather/libgweather-40.0.ebuild
+++ b/dev-libs/libgweather/libgweather-40.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 VALA_USE_DEPEND="vapigen"
 
 inherit gnome.org gnome2-utils meson python-any-r1 vala xdg



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2021-10-27 Thread Arthur Zamarin
commit: 7e3aa36b97bfac86f0c847d6b1d99a2d9003df8b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Oct 27 17:35:26 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Oct 27 17:54:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e3aa36b

dev-libs/libgweather: enable py3.10

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-libs/libgweather/libgweather-40.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libgweather/libgweather-40.0.ebuild 
b/dev-libs/libgweather/libgweather-40.0.ebuild
index 450abd3a7b1..17da947e53e 100644
--- a/dev-libs/libgweather/libgweather-40.0.ebuild
+++ b/dev-libs/libgweather/libgweather-40.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 VALA_USE_DEPEND="vapigen"
 
 inherit gnome.org gnome2-utils meson python-any-r1 vala xdg



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2022-03-21 Thread Matt Turner
commit: 9eea14f3c33d1066551462be5583f4a5ad6fd78b
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar 21 18:05:21 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 21 18:05:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9eea14f3

dev-libs/libgweather: Call gnome2_environment_reset

Closes: https://bugs.gentoo.org/835709
Signed-off-by: Matt Turner  gentoo.org>

 dev-libs/libgweather/libgweather-4.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libgweather/libgweather-4.0.0.ebuild 
b/dev-libs/libgweather/libgweather-4.0.0.ebuild
index 60544f5ea355..209b624a034b 100644
--- a/dev-libs/libgweather/libgweather-4.0.0.ebuild
+++ b/dev-libs/libgweather/libgweather-4.0.0.ebuild
@@ -54,7 +54,7 @@ pkg_setup() {
 }
 
 src_prepare() {
-   xdg_src_prepare
+   gnome2_environment_reset
use vala && vala_setup
 }
 



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2022-03-22 Thread Jakov Smolić
commit: 53931864881b4e1bf5139366c6f7df0c84bfe935
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Mar 22 10:08:51 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Mar 22 10:10:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53931864

dev-libs/libgweather: Call 'default' in src_prepare

xdg_src_prepare called the default function in previous instance, but
since it has been replaced with gnome2_environment_reset we need to call
default manually.

Closes: https://bugs.gentoo.org/835782
Signed-off-by: Jakov Smolić  gentoo.org>

 dev-libs/libgweather/libgweather-4.0.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-libs/libgweather/libgweather-4.0.0.ebuild 
b/dev-libs/libgweather/libgweather-4.0.0.ebuild
index 209b624a034b..daa592786342 100644
--- a/dev-libs/libgweather/libgweather-4.0.0.ebuild
+++ b/dev-libs/libgweather/libgweather-4.0.0.ebuild
@@ -54,6 +54,7 @@ pkg_setup() {
 }
 
 src_prepare() {
+   default
gnome2_environment_reset
use vala && vala_setup
 }



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2021-04-14 Thread Sam James
commit: 8e0b524e4e71ab52656980a4e833079b3fff97ae
Author: Sam James  gentoo  org>
AuthorDate: Thu Apr 15 01:31:38 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Apr 15 01:32:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e0b524e

dev-libs/libgweather: Stabilize 3.36.2 arm64, #782847

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

 dev-libs/libgweather/libgweather-3.36.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libgweather/libgweather-3.36.2.ebuild 
b/dev-libs/libgweather/libgweather-3.36.2.ebuild
index f6c346f617c..2397bdde262 100644
--- a/dev-libs/libgweather/libgweather-3.36.2.ebuild
+++ b/dev-libs/libgweather/libgweather-3.36.2.ebuild
@@ -16,7 +16,7 @@ SLOT="2/3-16-2" # subslot = 3-(libgweather-3 soname suffix) 
w/ temporary -2 suff
 IUSE="glade gtk-doc +introspection +vala"
 REQUIRED_USE="vala? ( introspection )"
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~x86-solaris"
 
 RDEPEND="
>=dev-libs/glib-2.44.0:2



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2021-03-28 Thread Matt Turner
commit: 1eaf4d223020104dd4461c8ae548d13276505455
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar 29 01:22:38 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 29 01:39:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1eaf4d22

dev-libs/libgweather: Use python-any-r1

Closes: https://bugs.gentoo.org/770655
Signed-off-by: Matt Turner  gentoo.org>

 dev-libs/libgweather/libgweather-3.36.2.ebuild | 8 +++-
 dev-libs/libgweather/libgweather-40.0.ebuild   | 8 +++-
 2 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libgweather/libgweather-3.36.2.ebuild 
b/dev-libs/libgweather/libgweather-3.36.2.ebuild
index 6c35cbd8b67..8e0086d85c3 100644
--- a/dev-libs/libgweather/libgweather-3.36.2.ebuild
+++ b/dev-libs/libgweather/libgweather-3.36.2.ebuild
@@ -2,9 +2,10 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+PYTHON_COMPAT=( python3_{7..9} )
 VALA_USE_DEPEND="vapigen"
 
-inherit gnome.org gnome2-utils meson vala xdg
+inherit gnome.org gnome2-utils meson python-any-r1 vala xdg
 
 DESCRIPTION="Location and timezone database and weather-lookup library"
 HOMEPAGE="https://wiki.gnome.org/Projects/LibGWeather";
@@ -35,6 +36,7 @@ BDEPEND="
app-text/docbook-xml-dtd:4.3 )
>=sys-devel/gettext-0.19.8
virtual/pkgconfig
+   ${PYTHON_DEPS}
$(vala_depend)
 "
 
@@ -44,6 +46,10 @@ PATCHES=(
"${FILESDIR}"/3.36.2-autoskip-network-test.patch
 )
 
+pkg_setup() {
+   python-any-r1_pkg_setup
+}
+
 src_prepare() {
xdg_src_prepare
vala_src_prepare

diff --git a/dev-libs/libgweather/libgweather-40.0.ebuild 
b/dev-libs/libgweather/libgweather-40.0.ebuild
index 46454d5c78d..a9e1c0918c2 100644
--- a/dev-libs/libgweather/libgweather-40.0.ebuild
+++ b/dev-libs/libgweather/libgweather-40.0.ebuild
@@ -2,9 +2,10 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+PYTHON_COMPAT=( python3_{7..9} )
 VALA_USE_DEPEND="vapigen"
 
-inherit gnome.org gnome2-utils meson vala xdg
+inherit gnome.org gnome2-utils meson python-any-r1 vala xdg
 
 DESCRIPTION="Location and timezone database and weather-lookup library"
 HOMEPAGE="https://wiki.gnome.org/Projects/LibGWeather";
@@ -35,6 +36,7 @@ BDEPEND="
app-text/docbook-xml-dtd:4.3 )
>=sys-devel/gettext-0.19.8
virtual/pkgconfig
+   ${PYTHON_DEPS}
$(vala_depend)
 "
 
@@ -44,6 +46,10 @@ PATCHES=(
"${FILESDIR}"/40.0-autoskip-network-test.patch
 )
 
+pkg_setup() {
+   python-any-r1_pkg_setup
+}
+
 src_prepare() {
xdg_src_prepare
vala_src_prepare



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2021-03-28 Thread Matt Turner
commit: e1adde1f6e5afea145a9b9dc37c51ff4d968fdbd
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar 29 01:30:01 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 29 01:39:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1adde1f

dev-libs/libgweather: Depend on pygobject

Used at build time.

Closes: https://bugs.gentoo.org/778839
Signed-off-by: Matt Turner  gentoo.org>

 dev-libs/libgweather/libgweather-40.0.ebuild | 5 +
 1 file changed, 5 insertions(+)

diff --git a/dev-libs/libgweather/libgweather-40.0.ebuild 
b/dev-libs/libgweather/libgweather-40.0.ebuild
index a9e1c0918c2..25aefdc8fd5 100644
--- a/dev-libs/libgweather/libgweather-40.0.ebuild
+++ b/dev-libs/libgweather/libgweather-40.0.ebuild
@@ -37,6 +37,7 @@ BDEPEND="
>=sys-devel/gettext-0.19.8
virtual/pkgconfig
${PYTHON_DEPS}
+   $(python_gen_any_dep 'dev-python/pygobject[${PYTHON_USEDEP}]')
$(vala_depend)
 "
 
@@ -46,6 +47,10 @@ PATCHES=(
"${FILESDIR}"/40.0-autoskip-network-test.patch
 )
 
+python_check_deps() {
+   has_version -b "dev-python/pygobject[${PYTHON_USEDEP}]"
+}
+
 pkg_setup() {
python-any-r1_pkg_setup
 }



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2019-07-04 Thread Sobhan Mohammadpour
commit: e3bb9032d776eb7475f967d8d7cbf3383de5f23e
Author: Sobhan Mohammadpour  gentoo  org>
AuthorDate: Fri Jul  5 01:38:05 2019 +
Commit: Sobhan Mohammadpour  gentoo  org>
CommitDate: Fri Jul  5 01:39:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3bb9032

dev-libs/libgweather: 3.32.1 → 3.32.2

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Sobhan Mohammadpour  gentoo.org>

 dev-libs/libgweather/Manifest  |  1 +
 dev-libs/libgweather/libgweather-3.32.2.ebuild | 68 ++
 2 files changed, 69 insertions(+)

diff --git a/dev-libs/libgweather/Manifest b/dev-libs/libgweather/Manifest
index e8ec36a1a77..e63eb066377 100644
--- a/dev-libs/libgweather/Manifest
+++ b/dev-libs/libgweather/Manifest
@@ -2,3 +2,4 @@ DIST libgweather-3.24.1.tar.xz 3350680 BLAKE2B 
9265cb3c280446d5f380f62b60efb5578
 DIST libgweather-3.26.2.tar.xz 3409528 BLAKE2B 
1c5cdc7125aac8df95e97db8fa1d63bcb06865e70691621bc3a1c0ece2e602862cef9a2a5daa2ebbc5fa7eaefa32bf89507f1eef8fa4eeff294d43132e83fab4
 SHA512 
75b936f93814005b4317dcb51777036f589f343526428d9a74de96aac1badd4fe81c117184e2bff84a7a3078d6f2a2000e7b63f1e1d80f839b3513cc470fb25b
 DIST libgweather-3.28.3.tar.xz 2711240 BLAKE2B 
9e55c32485401fa31e5ca5a824f239c373e41c2ef3a1d4442ba4512f102edadaa3452bdc4f4a445ea34e5e24cda23fbf6e1363da5bd49f70018b387f7450cf15
 SHA512 
7eb98f15b624090ba0959f4ee47c1a2317504a381829cebb949f4104ea9b5c2847a98f95de60a35c5bf1094e500041c53e1afdb265dd2f237bc49db8acbfd6f2
 DIST libgweather-3.32.1.tar.xz 2713696 BLAKE2B 
496aa07c517ad570ebf54041b8ae14ec5eb5a923a113e1adcf23e5ac9a515ccb5c2dbeb29c923f0abcfc213409ddafbb1747c5ed5a6129bd4ac40b4e0fd687d6
 SHA512 
f5ae94436fa3cceee84ff80f14296f11ab27727e3881689dd71126de158f7d0015b462163cb2b47cf30add5a4c97c89c6473c1ed0515fcaac0dde2daffdf7108
+DIST libgweather-3.32.2.tar.xz 2716144 BLAKE2B 
56bf66edde8293758f49c1ca14b47fb725f72a0202e95e6e1d1832c179fd9414d527827be5cb7daa17627abfbd1ac16d8d09dbdbbdcb24d62cc62c25a220c156
 SHA512 
61543e5eaf8c04605a91a6f47811b3a0ed2b04c2f50eae9b8d08a4e24904db4731748fa27a0863d2cdab5fde776ec55abe9fd9fb2a72c7bd546665d59957cb4d

diff --git a/dev-libs/libgweather/libgweather-3.32.2.ebuild 
b/dev-libs/libgweather/libgweather-3.32.2.ebuild
new file mode 100644
index 000..e349e588d0f
--- /dev/null
+++ b/dev-libs/libgweather/libgweather-3.32.2.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+VALA_USE_DEPEND="vapigen"
+
+inherit gnome.org gnome2-utils meson vala xdg
+
+DESCRIPTION="Location and timezone database and weather-lookup library"
+HOMEPAGE="https://wiki.gnome.org/Projects/LibGWeather";
+
+LICENSE="GPL-2+"
+SLOT="2/3-15" # subslot = 3-(libgweather-3 soname suffix)
+
+IUSE="glade gtk-doc +introspection +vala"
+REQUIRED_USE="vala? ( introspection )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+
+RDEPEND="
+   >=dev-libs/glib-2.44.0:2
+   >=x11-libs/gtk+-3.13.5:3[introspection?]
+   >=net-libs/libsoup-2.44:2.4
+   >=dev-libs/libxml2-2.6.0:2
+   sci-geosciences/geocode-glib
+   >=sys-libs/timezone-data-2010k
+
+   glade? ( >=dev-util/glade-3.16:3.10 )
+   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-util/glib-utils
+   gtk-doc? ( >=dev-util/gtk-doc-1.11
+   app-text/docbook-xml-dtd:4.3 )
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+   $(vala_depend)
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PV}-meson-tweaks.patch # Provide introspection 
optionality and don't build tests that aren't ran automatically
+)
+
+src_prepare() {
+   xdg_src_prepare
+   vala_src_prepare
+}
+
+src_configure() {
+   local emesonargs=(
+   $(meson_use glade glade_catalog)
+   $(meson_use vala enable_vala)
+   $(meson_use gtk-doc gtk_doc)
+   $(meson_use introspection)
+   )
+   meson_src_configure
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2019-07-04 Thread Sobhan Mohammadpour
commit: 4dc5b1b2aeea3498434102fbaf2c48ad11d80f10
Author: Sobhan Mohammadpour  gentoo  org>
AuthorDate: Fri Jul  5 01:55:23 2019 +
Commit: Sobhan Mohammadpour  gentoo  org>
CommitDate: Fri Jul  5 01:56:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dc5b1b2

dev-libs/libgweather: 3.32.2 fix patch name

patch had wrong name

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Sobhan Mohammadpour  gentoo.org>

 dev-libs/libgweather/libgweather-3.32.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libgweather/libgweather-3.32.2.ebuild 
b/dev-libs/libgweather/libgweather-3.32.2.ebuild
index e349e588d0f..52aabb1e087 100644
--- a/dev-libs/libgweather/libgweather-3.32.2.ebuild
+++ b/dev-libs/libgweather/libgweather-3.32.2.ebuild
@@ -39,7 +39,7 @@ BDEPEND="
 "
 
 PATCHES=(
-   "${FILESDIR}"/${PV}-meson-tweaks.patch # Provide introspection 
optionality and don't build tests that aren't ran automatically
+   "${FILESDIR}"/3.32.1-meson-tweaks.patch # Provide introspection 
optionality and don't build tests that aren't ran automatically
 )
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2019-07-07 Thread Mart Raudsepp
commit: 6d1c2d45a540618d9f82f19ecc9b23aa1aebad86
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Jul  7 11:21:57 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jul  7 11:21:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d1c2d45

dev-libs/libgweather: bump subslot

See https://mail.gnome.org/archives/distributor-list/2019-July/msg3.html
and preceeding message for reason. Most people probably have already
rebuilt much of it against the changed ABI, but we need this subslot
change for 3.32 to go to stable tree eventually without breaking for
those users.

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

 .../{libgweather-3.32.2.ebuild => libgweather-3.32.2-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libgweather/libgweather-3.32.2.ebuild 
b/dev-libs/libgweather/libgweather-3.32.2-r1.ebuild
similarity index 90%
rename from dev-libs/libgweather/libgweather-3.32.2.ebuild
rename to dev-libs/libgweather/libgweather-3.32.2-r1.ebuild
index 52aabb1e087..55ebb469e06 100644
--- a/dev-libs/libgweather/libgweather-3.32.2.ebuild
+++ b/dev-libs/libgweather/libgweather-3.32.2-r1.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="Location and timezone database and 
weather-lookup library"
 HOMEPAGE="https://wiki.gnome.org/Projects/LibGWeather";
 
 LICENSE="GPL-2+"
-SLOT="2/3-15" # subslot = 3-(libgweather-3 soname suffix)
+SLOT="2/3-15-2" # subslot = 3-(libgweather-3 soname suffix) w/ temporary -2 
suffix for silent ABI break after 3.28 without soname bump as per distro-list
 
 IUSE="glade gtk-doc +introspection +vala"
 REQUIRED_USE="vala? ( introspection )"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2020-07-17 Thread Mart Raudsepp
commit: e1a86bc5a5951122a447080bba8f502da5535216
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Jul 17 20:23:01 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Jul 17 20:23:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1a86bc5

dev-libs/libgweather: bump to 3.36.1

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 dev-libs/libgweather/Manifest  |  1 +
 dev-libs/libgweather/libgweather-3.36.1.ebuild | 68 ++
 2 files changed, 69 insertions(+)

diff --git a/dev-libs/libgweather/Manifest b/dev-libs/libgweather/Manifest
index d4a1b031837..b1a7187450f 100644
--- a/dev-libs/libgweather/Manifest
+++ b/dev-libs/libgweather/Manifest
@@ -1 +1,2 @@
 DIST libgweather-3.34.0.tar.xz 2725096 BLAKE2B 
af1034b905354aed433e3a5249305718b850f84dabcf3e96b9f9bcdda7dd78258ede0a9e82cab9b9d7f1b63d8e1a61bc3c83c1c18ec38790bc43c29fe98bb89d
 SHA512 
44451837039965251d86f6f538c943a771ab1944d9190ddb2c6bdb34b3ed0e33756c537e84f24487fd5f28b107e8d3af05a6c20a68f83734ac26ff69a8bd0aba
+DIST libgweather-3.36.1.tar.xz 2702144 BLAKE2B 
bd867461b64ef81607695ae1a3796d2b096129a9a60721c5fcb20d8c35859c0b76a985e9393c23b311f7c0fdec3e691618eab83a826b483c427287906d575251
 SHA512 
6c7090b0b6dfac61e73a398d34329cd706080a007694ceb3d47700b4f444982f8ca989dd6dfaefe85b79ffd5af9c423be4bf1bd8491ac0ba6bd15c150d97b26d

diff --git a/dev-libs/libgweather/libgweather-3.36.1.ebuild 
b/dev-libs/libgweather/libgweather-3.36.1.ebuild
new file mode 100644
index 000..f3d82c03f4c
--- /dev/null
+++ b/dev-libs/libgweather/libgweather-3.36.1.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+VALA_USE_DEPEND="vapigen"
+
+inherit gnome.org gnome2-utils meson vala xdg
+
+DESCRIPTION="Location and timezone database and weather-lookup library"
+HOMEPAGE="https://wiki.gnome.org/Projects/LibGWeather";
+
+LICENSE="GPL-2+"
+SLOT="2/3-16-2" # subslot = 3-(libgweather-3 soname suffix) w/ temporary -2 
suffix for silent ABI break after 3.28 without soname bump as per distro-list
+
+IUSE="glade gtk-doc +introspection +vala"
+REQUIRED_USE="vala? ( introspection )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~x86-solaris"
+
+RDEPEND="
+   >=dev-libs/glib-2.44.0:2
+   >=x11-libs/gtk+-3.13.5:3[introspection?]
+   >=net-libs/libsoup-2.44:2.4
+   >=dev-libs/libxml2-2.6.0:2
+   sci-geosciences/geocode-glib
+   >=sys-libs/timezone-data-2010k
+
+   glade? ( >=dev-util/glade-3.16:3.10 )
+   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-util/glib-utils
+   gtk-doc? ( >=dev-util/gtk-doc-1.11
+   app-text/docbook-xml-dtd:4.3 )
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+   $(vala_depend)
+"
+
+PATCHES=(
+   "${FILESDIR}"/3.32.1-meson-tweaks.patch # Provide introspection 
optionality and don't build tests that aren't ran automatically
+)
+
+src_prepare() {
+   xdg_src_prepare
+   vala_src_prepare
+}
+
+src_configure() {
+   local emesonargs=(
+   $(meson_use glade glade_catalog)
+   $(meson_use vala enable_vala)
+   $(meson_use gtk-doc gtk_doc)
+   $(meson_use introspection)
+   )
+   meson_src_configure
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2017-07-21 Thread Alexis Ballier
commit: bccdf2db3982adbf2f8f353f666b701d690d1f35
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Jul 21 08:17:52 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Jul 21 08:17:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bccdf2db

dev-libs/libgweather: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-libs/libgweather/libgweather-3.20.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libgweather/libgweather-3.20.4.ebuild 
b/dev-libs/libgweather/libgweather-3.20.4.ebuild
index 265d25b6988..64344996e2d 100644
--- a/dev-libs/libgweather/libgweather-3.20.4.ebuild
+++ b/dev-libs/libgweather/libgweather-3.20.4.ebuild
@@ -15,7 +15,7 @@ SLOT="2/3-6" # subslot = 3-(libgweather-3 soname suffix)
 IUSE="glade +introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~x86-solaris"
 
 COMMON_DEPEND="
>=x11-libs/gtk+-3.13.5:3[introspection?]



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2018-01-17 Thread Mikle Kolyada
commit: ea5ab142f1c2c3b3445ad3d47f5aee90d13c1fd0
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Jan 18 02:13:03 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Jan 18 02:13:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea5ab142

dev-libs/libgweather: amd64 stable wrt bug #631656

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-libs/libgweather/libgweather-3.24.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libgweather/libgweather-3.24.1.ebuild 
b/dev-libs/libgweather/libgweather-3.24.1.ebuild
index b746855aad3..dafeb739d3f 100644
--- a/dev-libs/libgweather/libgweather-3.24.1.ebuild
+++ b/dev-libs/libgweather/libgweather-3.24.1.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
@@ -15,7 +15,7 @@ SLOT="2/3-6" # subslot = 3-(libgweather-3 soname suffix)
 IUSE="glade +introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~x86-solaris"
 
 COMMON_DEPEND="
>=x11-libs/gtk+-3.13.5:3[introspection?]



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2018-11-02 Thread Mart Raudsepp
commit: 21d6352e5b4eac1d160d9a317613a11424c01ff9
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Nov  2 12:39:23 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Nov  2 12:39:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21d6352e

dev-libs/libgweather: add explicit build dep on glib-utils

Closes: https://bugs.gentoo.org/669610
Signed-off-by: Mart Raudsepp  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-libs/libgweather/libgweather-3.24.1.ebuild | 3 ++-
 dev-libs/libgweather/libgweather-3.26.2.ebuild | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libgweather/libgweather-3.24.1.ebuild 
b/dev-libs/libgweather/libgweather-3.24.1.ebuild
index 30745aa57e2..8c03a0bfffd 100644
--- a/dev-libs/libgweather/libgweather-3.24.1.ebuild
+++ b/dev-libs/libgweather/libgweather-3.24.1.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
@@ -32,6 +32,7 @@ RDEPEND="${COMMON_DEPEND}
!

[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2020-07-17 Thread Mart Raudsepp
commit: e1a86bc5a5951122a447080bba8f502da5535216
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Jul 17 20:23:01 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Jul 17 20:23:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1a86bc5

dev-libs/libgweather: bump to 3.36.1

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 dev-libs/libgweather/Manifest  |  1 +
 dev-libs/libgweather/libgweather-3.36.1.ebuild | 68 ++
 2 files changed, 69 insertions(+)

diff --git a/dev-libs/libgweather/Manifest b/dev-libs/libgweather/Manifest
index d4a1b031837..b1a7187450f 100644
--- a/dev-libs/libgweather/Manifest
+++ b/dev-libs/libgweather/Manifest
@@ -1 +1,2 @@
 DIST libgweather-3.34.0.tar.xz 2725096 BLAKE2B 
af1034b905354aed433e3a5249305718b850f84dabcf3e96b9f9bcdda7dd78258ede0a9e82cab9b9d7f1b63d8e1a61bc3c83c1c18ec38790bc43c29fe98bb89d
 SHA512 
44451837039965251d86f6f538c943a771ab1944d9190ddb2c6bdb34b3ed0e33756c537e84f24487fd5f28b107e8d3af05a6c20a68f83734ac26ff69a8bd0aba
+DIST libgweather-3.36.1.tar.xz 2702144 BLAKE2B 
bd867461b64ef81607695ae1a3796d2b096129a9a60721c5fcb20d8c35859c0b76a985e9393c23b311f7c0fdec3e691618eab83a826b483c427287906d575251
 SHA512 
6c7090b0b6dfac61e73a398d34329cd706080a007694ceb3d47700b4f444982f8ca989dd6dfaefe85b79ffd5af9c423be4bf1bd8491ac0ba6bd15c150d97b26d

diff --git a/dev-libs/libgweather/libgweather-3.36.1.ebuild 
b/dev-libs/libgweather/libgweather-3.36.1.ebuild
new file mode 100644
index 000..f3d82c03f4c
--- /dev/null
+++ b/dev-libs/libgweather/libgweather-3.36.1.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+VALA_USE_DEPEND="vapigen"
+
+inherit gnome.org gnome2-utils meson vala xdg
+
+DESCRIPTION="Location and timezone database and weather-lookup library"
+HOMEPAGE="https://wiki.gnome.org/Projects/LibGWeather";
+
+LICENSE="GPL-2+"
+SLOT="2/3-16-2" # subslot = 3-(libgweather-3 soname suffix) w/ temporary -2 
suffix for silent ABI break after 3.28 without soname bump as per distro-list
+
+IUSE="glade gtk-doc +introspection +vala"
+REQUIRED_USE="vala? ( introspection )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~x86-solaris"
+
+RDEPEND="
+   >=dev-libs/glib-2.44.0:2
+   >=x11-libs/gtk+-3.13.5:3[introspection?]
+   >=net-libs/libsoup-2.44:2.4
+   >=dev-libs/libxml2-2.6.0:2
+   sci-geosciences/geocode-glib
+   >=sys-libs/timezone-data-2010k
+
+   glade? ( >=dev-util/glade-3.16:3.10 )
+   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-util/glib-utils
+   gtk-doc? ( >=dev-util/gtk-doc-1.11
+   app-text/docbook-xml-dtd:4.3 )
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+   $(vala_depend)
+"
+
+PATCHES=(
+   "${FILESDIR}"/3.32.1-meson-tweaks.patch # Provide introspection 
optionality and don't build tests that aren't ran automatically
+)
+
+src_prepare() {
+   xdg_src_prepare
+   vala_src_prepare
+}
+
+src_configure() {
+   local emesonargs=(
+   $(meson_use glade glade_catalog)
+   $(meson_use vala enable_vala)
+   $(meson_use gtk-doc gtk_doc)
+   $(meson_use introspection)
+   )
+   meson_src_configure
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2017-08-15 Thread Gilles Dartiguelongue
commit: 70f8908e942bc16317033c294185361aff679d58
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Tue Aug 15 20:47:46 2017 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Tue Aug 15 22:43:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70f8908e

dev-libs/libgweather: version bump 3.20.4 → 3.24.1

Package-Manager: Portage-2.3.7, Repoman-2.3.3

 dev-libs/libgweather/Manifest  |  1 +
 dev-libs/libgweather/libgweather-3.24.1.ebuild | 53 ++
 2 files changed, 54 insertions(+)

diff --git a/dev-libs/libgweather/Manifest b/dev-libs/libgweather/Manifest
index 69630b6e3cf..34e2c7bc1a1 100644
--- a/dev-libs/libgweather/Manifest
+++ b/dev-libs/libgweather/Manifest
@@ -1 +1,2 @@
 DIST libgweather-3.20.4.tar.xz 3342220 SHA256 
7dcdc555c48461d07a198bc44e0e6ed39105d8513b12fa97c4590f5b2d912fc2 SHA512 
65b28a2bf8e9e7d8b02972d1d2f701ac8668b1e91154ba7ee94e9a08bb98d28ce44e88842e2fe78a13ce9f942d79fd2950d8de266dae28bb262c5fc11328ada9
 WHIRLPOOL 
f01170d5e7790c22b1bfba8b6cd0e7b90708a818be2dc12a698e5ab4babb3efb6dfc368d7538b546a893a1b17b11ed04ebb0050c62b368f8f354ad9102b3c6e8
+DIST libgweather-3.24.1.tar.xz 3350680 SHA256 
1227316037b63dac4153031a22abccb3d2ac679a7409e29cd303eec499eb653c SHA512 
564464d7a18a8e0320871ea418b1163163941c950c5acea5ee65a087e44c4d81e019e2e3e4cb6751989f823cbb7c5691713d3dcef72aeaf6ff264e61b6f7b4b4
 WHIRLPOOL 
82ac37983c7c8f683b958d005f35b6eef72f5bffdfeebaca4ae903f41816d8fd3f1da6a162689b4880c05739d7d2a1238ff1277dd7694d857087b4c5a488c71f

diff --git a/dev-libs/libgweather/libgweather-3.24.1.ebuild 
b/dev-libs/libgweather/libgweather-3.24.1.ebuild
new file mode 100644
index 000..b746855aad3
--- /dev/null
+++ b/dev-libs/libgweather/libgweather-3.24.1.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+VALA_USE_DEPEND="vapigen"
+
+inherit gnome2 vala
+
+DESCRIPTION="Library to access weather information from online services"
+HOMEPAGE="https://wiki.gnome.org/Projects/LibGWeather";
+
+LICENSE="GPL-2+"
+SLOT="2/3-6" # subslot = 3-(libgweather-3 soname suffix)
+
+IUSE="glade +introspection vala"
+REQUIRED_USE="vala? ( introspection )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+
+COMMON_DEPEND="
+   >=x11-libs/gtk+-3.13.5:3[introspection?]
+   >=dev-libs/glib-2.35.1:2
+   >=net-libs/libsoup-2.44:2.4
+   >=dev-libs/libxml2-2.6.0:2
+   sci-geosciences/geocode-glib
+   >=sys-libs/timezone-data-2010k
+
+   glade? ( >=dev-util/glade-3.16:3.10 )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
+"
+RDEPEND="${COMMON_DEPEND}
+   !

[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2018-02-03 Thread Mart Raudsepp
commit: 62b00f64514929ea948a534e7f243fa8b255a8a9
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Feb  3 19:19:06 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Feb  3 19:38:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62b00f64

dev-libs/libgweather: remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-libs/libgweather/Manifest  |  1 -
 dev-libs/libgweather/libgweather-3.20.4.ebuild | 53 --
 2 files changed, 54 deletions(-)

diff --git a/dev-libs/libgweather/Manifest b/dev-libs/libgweather/Manifest
index 1f4593ce81c..2c28b2e3e80 100644
--- a/dev-libs/libgweather/Manifest
+++ b/dev-libs/libgweather/Manifest
@@ -1,2 +1 @@
-DIST libgweather-3.20.4.tar.xz 3342220 BLAKE2B 
e9f58b508e67eae0f76849b37cc7ff955a512852d911dfb473b1f28f14112ec21bbbc7910efd39d3752a473774b6fc04fa5de135903882883e3aeb7a0edf5bbb
 SHA512 
65b28a2bf8e9e7d8b02972d1d2f701ac8668b1e91154ba7ee94e9a08bb98d28ce44e88842e2fe78a13ce9f942d79fd2950d8de266dae28bb262c5fc11328ada9
 DIST libgweather-3.24.1.tar.xz 3350680 BLAKE2B 
9265cb3c280446d5f380f62b60efb5578a7a401e3291d12e3824d8e7eacc582761226b0aaebb0439318bd48b9ad5429a1b6d89eb0220a82650c43be8aa337e2d
 SHA512 
564464d7a18a8e0320871ea418b1163163941c950c5acea5ee65a087e44c4d81e019e2e3e4cb6751989f823cbb7c5691713d3dcef72aeaf6ff264e61b6f7b4b4

diff --git a/dev-libs/libgweather/libgweather-3.20.4.ebuild 
b/dev-libs/libgweather/libgweather-3.20.4.ebuild
deleted file mode 100644
index 64344996e2d..000
--- a/dev-libs/libgweather/libgweather-3.20.4.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-VALA_USE_DEPEND="vapigen"
-
-inherit gnome2 vala
-
-DESCRIPTION="Library to access weather information from online services"
-HOMEPAGE="https://wiki.gnome.org/Projects/LibGWeather";
-
-LICENSE="GPL-2+"
-SLOT="2/3-6" # subslot = 3-(libgweather-3 soname suffix)
-
-IUSE="glade +introspection vala"
-REQUIRED_USE="vala? ( introspection )"
-
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~x86-solaris"
-
-COMMON_DEPEND="
-   >=x11-libs/gtk+-3.13.5:3[introspection?]
-   >=dev-libs/glib-2.35.1:2
-   >=net-libs/libsoup-2.44:2.4
-   >=dev-libs/libxml2-2.6.0:2
-   sci-geosciences/geocode-glib
-   >=sys-libs/timezone-data-2010k
-
-   glade? ( >=dev-util/glade-3.16:3.10 )
-   introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
-"
-RDEPEND="${COMMON_DEPEND}
-   !

[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2015-11-14 Thread Pacho Ramos
commit: af8f26ba61a7c40ff73356d6c6d406812113f96d
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Nov 14 17:41:21 2015 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Nov 14 18:38:40 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af8f26ba

dev-libs/libgweather: Version bump

Package-Manager: portage-2.2.24

 dev-libs/libgweather/Manifest  |  1 +
 dev-libs/libgweather/libgweather-3.18.1.ebuild | 55 ++
 2 files changed, 56 insertions(+)

diff --git a/dev-libs/libgweather/Manifest b/dev-libs/libgweather/Manifest
index 9154c7c..6b405b5 100644
--- a/dev-libs/libgweather/Manifest
+++ b/dev-libs/libgweather/Manifest
@@ -1,3 +1,4 @@
 DIST libgweather-3.14.3.tar.xz 3467744 SHA256 
04dd25064cdc7715c1bf5fc476c8596d640cbcb3551217867195cef16f6b SHA512 
f6e82c1a1b26ccaf0f6feb533147ac4108210096a7462ec394aa4174d772ad74c92ecae16450875a5c965ee17c0d041bee25de98a6ee8b842091adb426bd1d01
 WHIRLPOOL 
bdf76e024bd0d7d71f60d162f7cee5e8b407bff318a71e28112c2ee5b68c66c726eb1b9484c3e033b7f3c7d1b515dad3b5c91c1de53d8d10e2cef26e1cd9f66d
 DIST libgweather-3.14.4.tar.xz 3471124 SHA256 
e6079fce545082ba2231ae9fdeb8ff1716286f36d86806834ab8b1274b18 SHA512 
d72d2c1b0abf3a2a12f54d7f8d62dc6e3eda3cdf03012afb22b28ac751fe7a64811656ed82197212e55366547702e0e3e8d3984037c68b7bce036bd1a75c3366
 WHIRLPOOL 
5d6e977d31e74caa83b9de1d2ebc966f2d89f957e0768aa38735bf3c8e83fe407524c161374a00eba5dd446c3514c6cb785ca209b1884c09283c5e329f7c8557
 DIST libgweather-3.16.1.tar.xz 3478080 SHA256 
db0955261427bb0f1a3f2747507863c591bf2f09dc477cfbf1cea0382cd34dfd SHA512 
753f5428760b1a14bda18c4b2ae056d54433ef68745521f3ec3685b298b934667206af23d61604d13ddc8d36a2a659c02e2a2d498be288c16ea67d4c3eadf040
 WHIRLPOOL 
ae2f2891afd3d8150377c4ae9076533892b49143f4871836415384a065f2f69d9768c1c07f9bc853919f1f5c41db2068e1fe480f64a8c098bed6a5ee3f0a1c33
+DIST libgweather-3.18.1.tar.xz 3430524 SHA256 
94b2292f8f7616e2aa81b1516befd7b27682b20acecbd5d656b6954990ca7ad0 SHA512 
1fc6fda3610bcb4efd0eae57ce8706f126301f5d8399ff765d00c9cc8a513150d07cd098bc53e372b338b7801bd003d651cea0f5832edb990197d456bc89370f
 WHIRLPOOL 
19a7ec0d72f3f4740e7c1acfa83eaf6136e6523a094c6b70e85b3bafaed553e4fa6746fea31a10db888c29dc2556559dca7600be2d78b8c98f0a6d32af88bacf

diff --git a/dev-libs/libgweather/libgweather-3.18.1.ebuild 
b/dev-libs/libgweather/libgweather-3.18.1.ebuild
new file mode 100644
index 000..06e47a2
--- /dev/null
+++ b/dev-libs/libgweather/libgweather-3.18.1.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+GCONF_DEBUG="no"
+VALA_USE_DEPEND="vapigen"
+
+inherit gnome2 vala
+
+DESCRIPTION="Library to access weather information from online services"
+HOMEPAGE="https://wiki.gnome.org/Projects/LibGWeather";
+
+LICENSE="GPL-2+"
+SLOT="2/3-6" # subslot = 3-(libgweather-3 soname suffix)
+IUSE="glade +introspection vala"
+REQUIRED_USE="vala? ( introspection )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd 
~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+
+COMMON_DEPEND="
+   >=x11-libs/gtk+-3.13.5:3[introspection?]
+   >=dev-libs/glib-2.35.1:2
+   >=net-libs/libsoup-2.34:2.4
+   >=dev-libs/libxml2-2.6.0
+   sci-geosciences/geocode-glib
+   >=sys-libs/timezone-data-2010k
+
+   glade? ( >=dev-util/glade-3.16:3.10 )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
+"
+RDEPEND="${COMMON_DEPEND}
+   !

[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2015-11-14 Thread Pacho Ramos
commit: fe24d828801aa25393696835ad520005c6a1892b
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Nov 14 17:41:55 2015 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Nov 14 18:38:43 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe24d828

dev-libs/libgweather: Drop old

Package-Manager: portage-2.2.24

 dev-libs/libgweather/Manifest  |  2 -
 dev-libs/libgweather/libgweather-3.14.3.ebuild | 56 --
 dev-libs/libgweather/libgweather-3.14.4.ebuild | 56 --
 3 files changed, 114 deletions(-)

diff --git a/dev-libs/libgweather/Manifest b/dev-libs/libgweather/Manifest
index 6b405b5..69ac54c 100644
--- a/dev-libs/libgweather/Manifest
+++ b/dev-libs/libgweather/Manifest
@@ -1,4 +1,2 @@
-DIST libgweather-3.14.3.tar.xz 3467744 SHA256 
04dd25064cdc7715c1bf5fc476c8596d640cbcb3551217867195cef16f6b SHA512 
f6e82c1a1b26ccaf0f6feb533147ac4108210096a7462ec394aa4174d772ad74c92ecae16450875a5c965ee17c0d041bee25de98a6ee8b842091adb426bd1d01
 WHIRLPOOL 
bdf76e024bd0d7d71f60d162f7cee5e8b407bff318a71e28112c2ee5b68c66c726eb1b9484c3e033b7f3c7d1b515dad3b5c91c1de53d8d10e2cef26e1cd9f66d
-DIST libgweather-3.14.4.tar.xz 3471124 SHA256 
e6079fce545082ba2231ae9fdeb8ff1716286f36d86806834ab8b1274b18 SHA512 
d72d2c1b0abf3a2a12f54d7f8d62dc6e3eda3cdf03012afb22b28ac751fe7a64811656ed82197212e55366547702e0e3e8d3984037c68b7bce036bd1a75c3366
 WHIRLPOOL 
5d6e977d31e74caa83b9de1d2ebc966f2d89f957e0768aa38735bf3c8e83fe407524c161374a00eba5dd446c3514c6cb785ca209b1884c09283c5e329f7c8557
 DIST libgweather-3.16.1.tar.xz 3478080 SHA256 
db0955261427bb0f1a3f2747507863c591bf2f09dc477cfbf1cea0382cd34dfd SHA512 
753f5428760b1a14bda18c4b2ae056d54433ef68745521f3ec3685b298b934667206af23d61604d13ddc8d36a2a659c02e2a2d498be288c16ea67d4c3eadf040
 WHIRLPOOL 
ae2f2891afd3d8150377c4ae9076533892b49143f4871836415384a065f2f69d9768c1c07f9bc853919f1f5c41db2068e1fe480f64a8c098bed6a5ee3f0a1c33
 DIST libgweather-3.18.1.tar.xz 3430524 SHA256 
94b2292f8f7616e2aa81b1516befd7b27682b20acecbd5d656b6954990ca7ad0 SHA512 
1fc6fda3610bcb4efd0eae57ce8706f126301f5d8399ff765d00c9cc8a513150d07cd098bc53e372b338b7801bd003d651cea0f5832edb990197d456bc89370f
 WHIRLPOOL 
19a7ec0d72f3f4740e7c1acfa83eaf6136e6523a094c6b70e85b3bafaed553e4fa6746fea31a10db888c29dc2556559dca7600be2d78b8c98f0a6d32af88bacf

diff --git a/dev-libs/libgweather/libgweather-3.14.3.ebuild 
b/dev-libs/libgweather/libgweather-3.14.3.ebuild
deleted file mode 100644
index 2ba6b5b..000
--- a/dev-libs/libgweather/libgweather-3.14.3.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-VALA_MIN_API_VERSION="0.18"
-VALA_USE_DEPEND="vapigen"
-
-inherit gnome2 vala
-
-DESCRIPTION="Library to access weather information from online services"
-HOMEPAGE="https://wiki.gnome.org/Projects/LibGWeather";
-
-LICENSE="GPL-2+"
-SLOT="2/3-6" # subslot = 3-(libgweather-3 soname suffix)
-IUSE="glade +introspection vala"
-REQUIRED_USE="vala? ( introspection )"
-
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd 
~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
-
-COMMON_DEPEND="
-   >=x11-libs/gtk+-3.13.5:3[introspection?]
-   >=dev-libs/glib-2.35.1:2
-   >=net-libs/libsoup-2.34:2.4
-   >=dev-libs/libxml2-2.6.0
-   sci-geosciences/geocode-glib
-   >=sys-libs/timezone-data-2010k
-
-   glade? ( >=dev-util/glade-3.16:3.10 )
-   introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
-"
-RDEPEND="${COMMON_DEPEND}
-   !https://wiki.gnome.org/Projects/LibGWeather";
-
-LICENSE="GPL-2+"
-SLOT="2/3-6" # subslot = 3-(libgweather-3 soname suffix)
-IUSE="glade +introspection vala"
-REQUIRED_USE="vala? ( introspection )"
-
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd 
~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
-
-COMMON_DEPEND="
-   >=x11-libs/gtk+-3.13.5:3[introspection?]
-   >=dev-libs/glib-2.35.1:2
-   >=net-libs/libsoup-2.34:2.4
-   >=dev-libs/libxml2-2.6.0
-   sci-geosciences/geocode-glib
-   >=sys-libs/timezone-data-2010k
-
-   glade? ( >=dev-util/glade-3.16:3.10 )
-   introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
-"
-RDEPEND="${COMMON_DEPEND}
-   !

[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2017-02-15 Thread Mart Raudsepp
commit: ac0ef882e5a8e00e8a9e66315a0effed970dd63c
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Feb 15 19:11:47 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Feb 15 19:23:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac0ef882

dev-libs/libgweather: remove old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-libs/libgweather/Manifest  |  1 -
 dev-libs/libgweather/libgweather-3.20.3.ebuild | 53 --
 2 files changed, 54 deletions(-)

diff --git a/dev-libs/libgweather/Manifest b/dev-libs/libgweather/Manifest
index 3361520b3d..69630b6e3c 100644
--- a/dev-libs/libgweather/Manifest
+++ b/dev-libs/libgweather/Manifest
@@ -1,2 +1 @@
-DIST libgweather-3.20.3.tar.xz 3376700 SHA256 
fb6bc5b64ef5db3dc40a9798f072b83ebcafe7ff5af472aaee70600619b56c0b SHA512 
feaf5a3ec5766934e482224cc4ca970db49c86addaabcae623d3ac1cadc7dc4a4759cb88552af7e92124f52a7a921ceef94759509cdc3e1fe20c749531ef7ad9
 WHIRLPOOL 
5e569741a3e75929d7bdba2e3aa69fc42df9472ecc6626e5f7b95a12dad9d5d5af9a87b73417056b54192b9a0ca47076a21cc18ad5c81a6fd349edaa1b5f7537
 DIST libgweather-3.20.4.tar.xz 3342220 SHA256 
7dcdc555c48461d07a198bc44e0e6ed39105d8513b12fa97c4590f5b2d912fc2 SHA512 
65b28a2bf8e9e7d8b02972d1d2f701ac8668b1e91154ba7ee94e9a08bb98d28ce44e88842e2fe78a13ce9f942d79fd2950d8de266dae28bb262c5fc11328ada9
 WHIRLPOOL 
f01170d5e7790c22b1bfba8b6cd0e7b90708a818be2dc12a698e5ab4babb3efb6dfc368d7538b546a893a1b17b11ed04ebb0050c62b368f8f354ad9102b3c6e8

diff --git a/dev-libs/libgweather/libgweather-3.20.3.ebuild 
b/dev-libs/libgweather/libgweather-3.20.3.ebuild
deleted file mode 100644
index 96ff05ec80..00
--- a/dev-libs/libgweather/libgweather-3.20.3.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-VALA_USE_DEPEND="vapigen"
-
-inherit gnome2 vala
-
-DESCRIPTION="Library to access weather information from online services"
-HOMEPAGE="https://wiki.gnome.org/Projects/LibGWeather";
-
-LICENSE="GPL-2+"
-SLOT="2/3-6" # subslot = 3-(libgweather-3 soname suffix)
-IUSE="glade +introspection vala"
-REQUIRED_USE="vala? ( introspection )"
-
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~x86-solaris"
-
-COMMON_DEPEND="
-   >=x11-libs/gtk+-3.13.5:3[introspection?]
-   >=dev-libs/glib-2.35.1:2
-   >=net-libs/libsoup-2.44:2.4
-   >=dev-libs/libxml2-2.6.0
-   sci-geosciences/geocode-glib
-   >=sys-libs/timezone-data-2010k
-
-   glade? ( >=dev-util/glade-3.16:3.10 )
-   introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
-"
-RDEPEND="${COMMON_DEPEND}
-   !

[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2017-01-15 Thread Pacho Ramos
commit: 591a25dd46f2f5648775d17e9bbb09c53284
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Jan 15 16:21:32 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Jan 15 16:44:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=591a25de

dev-libs/libgweather: Drop old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-libs/libgweather/Manifest  |  1 -
 dev-libs/libgweather/libgweather-3.18.2.ebuild | 53 --
 2 files changed, 54 deletions(-)

diff --git a/dev-libs/libgweather/Manifest b/dev-libs/libgweather/Manifest
index 0d47e60..3361520 100644
--- a/dev-libs/libgweather/Manifest
+++ b/dev-libs/libgweather/Manifest
@@ -1,3 +1,2 @@
-DIST libgweather-3.18.2.tar.xz 3431224 SHA256 
f35e52fa4023369ef5e04851311b3f15c9d7103ec801d0567eb3dec5851e71e3 SHA512 
6e5ef37a50b22bb3941b703046bfcec78c6fd29aad3084c1a707a37f0418bc61c4852aa34501daaf20f6796e528a7ece948092b224d6f696b9d9e856fc384991
 WHIRLPOOL 
58f3d6a0c9acd4460a50077147ca9429a216777b402530632d922b38b9a47dd750b136be377cd3382de4638fa85bbab888a2356539f56e8f68a1787d346f459e
 DIST libgweather-3.20.3.tar.xz 3376700 SHA256 
fb6bc5b64ef5db3dc40a9798f072b83ebcafe7ff5af472aaee70600619b56c0b SHA512 
feaf5a3ec5766934e482224cc4ca970db49c86addaabcae623d3ac1cadc7dc4a4759cb88552af7e92124f52a7a921ceef94759509cdc3e1fe20c749531ef7ad9
 WHIRLPOOL 
5e569741a3e75929d7bdba2e3aa69fc42df9472ecc6626e5f7b95a12dad9d5d5af9a87b73417056b54192b9a0ca47076a21cc18ad5c81a6fd349edaa1b5f7537
 DIST libgweather-3.20.4.tar.xz 3342220 SHA256 
7dcdc555c48461d07a198bc44e0e6ed39105d8513b12fa97c4590f5b2d912fc2 SHA512 
65b28a2bf8e9e7d8b02972d1d2f701ac8668b1e91154ba7ee94e9a08bb98d28ce44e88842e2fe78a13ce9f942d79fd2950d8de266dae28bb262c5fc11328ada9
 WHIRLPOOL 
f01170d5e7790c22b1bfba8b6cd0e7b90708a818be2dc12a698e5ab4babb3efb6dfc368d7538b546a893a1b17b11ed04ebb0050c62b368f8f354ad9102b3c6e8

diff --git a/dev-libs/libgweather/libgweather-3.18.2.ebuild 
b/dev-libs/libgweather/libgweather-3.18.2.ebuild
deleted file mode 100644
index 4ae6017..
--- a/dev-libs/libgweather/libgweather-3.18.2.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-VALA_USE_DEPEND="vapigen"
-
-inherit gnome2 vala
-
-DESCRIPTION="Library to access weather information from online services"
-HOMEPAGE="https://wiki.gnome.org/Projects/LibGWeather";
-
-LICENSE="GPL-2+"
-SLOT="2/3-6" # subslot = 3-(libgweather-3 soname suffix)
-IUSE="glade +introspection vala"
-REQUIRED_USE="vala? ( introspection )"
-
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd 
~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
-
-COMMON_DEPEND="
-   >=x11-libs/gtk+-3.13.5:3[introspection?]
-   >=dev-libs/glib-2.35.1:2
-   >=net-libs/libsoup-2.34:2.4
-   >=dev-libs/libxml2-2.6.0
-   sci-geosciences/geocode-glib
-   >=sys-libs/timezone-data-2010k
-
-   glade? ( >=dev-util/glade-3.16:3.10 )
-   introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
-"
-RDEPEND="${COMMON_DEPEND}
-   !

[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2017-01-15 Thread Pacho Ramos
commit: e7d24a2a95e4b86431869c1ff1b6d17d52b80cd9
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Jan 15 16:21:10 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Jan 15 16:44:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7d24a2a

dev-libs/libgweather: Version bump

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-libs/libgweather/Manifest  |  1 +
 dev-libs/libgweather/libgweather-3.20.4.ebuild | 54 ++
 2 files changed, 55 insertions(+)

diff --git a/dev-libs/libgweather/Manifest b/dev-libs/libgweather/Manifest
index 091ebce..0d47e60 100644
--- a/dev-libs/libgweather/Manifest
+++ b/dev-libs/libgweather/Manifest
@@ -1,2 +1,3 @@
 DIST libgweather-3.18.2.tar.xz 3431224 SHA256 
f35e52fa4023369ef5e04851311b3f15c9d7103ec801d0567eb3dec5851e71e3 SHA512 
6e5ef37a50b22bb3941b703046bfcec78c6fd29aad3084c1a707a37f0418bc61c4852aa34501daaf20f6796e528a7ece948092b224d6f696b9d9e856fc384991
 WHIRLPOOL 
58f3d6a0c9acd4460a50077147ca9429a216777b402530632d922b38b9a47dd750b136be377cd3382de4638fa85bbab888a2356539f56e8f68a1787d346f459e
 DIST libgweather-3.20.3.tar.xz 3376700 SHA256 
fb6bc5b64ef5db3dc40a9798f072b83ebcafe7ff5af472aaee70600619b56c0b SHA512 
feaf5a3ec5766934e482224cc4ca970db49c86addaabcae623d3ac1cadc7dc4a4759cb88552af7e92124f52a7a921ceef94759509cdc3e1fe20c749531ef7ad9
 WHIRLPOOL 
5e569741a3e75929d7bdba2e3aa69fc42df9472ecc6626e5f7b95a12dad9d5d5af9a87b73417056b54192b9a0ca47076a21cc18ad5c81a6fd349edaa1b5f7537
+DIST libgweather-3.20.4.tar.xz 3342220 SHA256 
7dcdc555c48461d07a198bc44e0e6ed39105d8513b12fa97c4590f5b2d912fc2 SHA512 
65b28a2bf8e9e7d8b02972d1d2f701ac8668b1e91154ba7ee94e9a08bb98d28ce44e88842e2fe78a13ce9f942d79fd2950d8de266dae28bb262c5fc11328ada9
 WHIRLPOOL 
f01170d5e7790c22b1bfba8b6cd0e7b90708a818be2dc12a698e5ab4babb3efb6dfc368d7538b546a893a1b17b11ed04ebb0050c62b368f8f354ad9102b3c6e8

diff --git a/dev-libs/libgweather/libgweather-3.20.4.ebuild 
b/dev-libs/libgweather/libgweather-3.20.4.ebuild
new file mode 100644
index ..fb17cb8
--- /dev/null
+++ b/dev-libs/libgweather/libgweather-3.20.4.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+VALA_USE_DEPEND="vapigen"
+
+inherit gnome2 vala
+
+DESCRIPTION="Library to access weather information from online services"
+HOMEPAGE="https://wiki.gnome.org/Projects/LibGWeather";
+
+LICENSE="GPL-2+"
+SLOT="2/3-6" # subslot = 3-(libgweather-3 soname suffix)
+
+IUSE="glade +introspection vala"
+REQUIRED_USE="vala? ( introspection )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd 
~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+
+COMMON_DEPEND="
+   >=x11-libs/gtk+-3.13.5:3[introspection?]
+   >=dev-libs/glib-2.35.1:2
+   >=net-libs/libsoup-2.44:2.4
+   >=dev-libs/libxml2-2.6.0:2
+   sci-geosciences/geocode-glib
+   >=sys-libs/timezone-data-2010k
+
+   glade? ( >=dev-util/glade-3.16:3.10 )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
+"
+RDEPEND="${COMMON_DEPEND}
+   !

[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2019-07-07 Thread Mart Raudsepp
commit: 6d1c2d45a540618d9f82f19ecc9b23aa1aebad86
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Jul  7 11:21:57 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jul  7 11:21:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d1c2d45

dev-libs/libgweather: bump subslot

See https://mail.gnome.org/archives/distributor-list/2019-July/msg3.html
and preceeding message for reason. Most people probably have already
rebuilt much of it against the changed ABI, but we need this subslot
change for 3.32 to go to stable tree eventually without breaking for
those users.

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

 .../{libgweather-3.32.2.ebuild => libgweather-3.32.2-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libgweather/libgweather-3.32.2.ebuild 
b/dev-libs/libgweather/libgweather-3.32.2-r1.ebuild
similarity index 90%
rename from dev-libs/libgweather/libgweather-3.32.2.ebuild
rename to dev-libs/libgweather/libgweather-3.32.2-r1.ebuild
index 52aabb1e087..55ebb469e06 100644
--- a/dev-libs/libgweather/libgweather-3.32.2.ebuild
+++ b/dev-libs/libgweather/libgweather-3.32.2-r1.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="Location and timezone database and 
weather-lookup library"
 HOMEPAGE="https://wiki.gnome.org/Projects/LibGWeather";
 
 LICENSE="GPL-2+"
-SLOT="2/3-15" # subslot = 3-(libgweather-3 soname suffix)
+SLOT="2/3-15-2" # subslot = 3-(libgweather-3 soname suffix) w/ temporary -2 
suffix for silent ABI break after 3.28 without soname bump as per distro-list
 
 IUSE="glade gtk-doc +introspection +vala"
 REQUIRED_USE="vala? ( introspection )"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2019-07-04 Thread Sobhan Mohammadpour
commit: e3bb9032d776eb7475f967d8d7cbf3383de5f23e
Author: Sobhan Mohammadpour  gentoo  org>
AuthorDate: Fri Jul  5 01:38:05 2019 +
Commit: Sobhan Mohammadpour  gentoo  org>
CommitDate: Fri Jul  5 01:39:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3bb9032

dev-libs/libgweather: 3.32.1 → 3.32.2

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Sobhan Mohammadpour  gentoo.org>

 dev-libs/libgweather/Manifest  |  1 +
 dev-libs/libgweather/libgweather-3.32.2.ebuild | 68 ++
 2 files changed, 69 insertions(+)

diff --git a/dev-libs/libgweather/Manifest b/dev-libs/libgweather/Manifest
index e8ec36a1a77..e63eb066377 100644
--- a/dev-libs/libgweather/Manifest
+++ b/dev-libs/libgweather/Manifest
@@ -2,3 +2,4 @@ DIST libgweather-3.24.1.tar.xz 3350680 BLAKE2B 
9265cb3c280446d5f380f62b60efb5578
 DIST libgweather-3.26.2.tar.xz 3409528 BLAKE2B 
1c5cdc7125aac8df95e97db8fa1d63bcb06865e70691621bc3a1c0ece2e602862cef9a2a5daa2ebbc5fa7eaefa32bf89507f1eef8fa4eeff294d43132e83fab4
 SHA512 
75b936f93814005b4317dcb51777036f589f343526428d9a74de96aac1badd4fe81c117184e2bff84a7a3078d6f2a2000e7b63f1e1d80f839b3513cc470fb25b
 DIST libgweather-3.28.3.tar.xz 2711240 BLAKE2B 
9e55c32485401fa31e5ca5a824f239c373e41c2ef3a1d4442ba4512f102edadaa3452bdc4f4a445ea34e5e24cda23fbf6e1363da5bd49f70018b387f7450cf15
 SHA512 
7eb98f15b624090ba0959f4ee47c1a2317504a381829cebb949f4104ea9b5c2847a98f95de60a35c5bf1094e500041c53e1afdb265dd2f237bc49db8acbfd6f2
 DIST libgweather-3.32.1.tar.xz 2713696 BLAKE2B 
496aa07c517ad570ebf54041b8ae14ec5eb5a923a113e1adcf23e5ac9a515ccb5c2dbeb29c923f0abcfc213409ddafbb1747c5ed5a6129bd4ac40b4e0fd687d6
 SHA512 
f5ae94436fa3cceee84ff80f14296f11ab27727e3881689dd71126de158f7d0015b462163cb2b47cf30add5a4c97c89c6473c1ed0515fcaac0dde2daffdf7108
+DIST libgweather-3.32.2.tar.xz 2716144 BLAKE2B 
56bf66edde8293758f49c1ca14b47fb725f72a0202e95e6e1d1832c179fd9414d527827be5cb7daa17627abfbd1ac16d8d09dbdbbdcb24d62cc62c25a220c156
 SHA512 
61543e5eaf8c04605a91a6f47811b3a0ed2b04c2f50eae9b8d08a4e24904db4731748fa27a0863d2cdab5fde776ec55abe9fd9fb2a72c7bd546665d59957cb4d

diff --git a/dev-libs/libgweather/libgweather-3.32.2.ebuild 
b/dev-libs/libgweather/libgweather-3.32.2.ebuild
new file mode 100644
index 000..e349e588d0f
--- /dev/null
+++ b/dev-libs/libgweather/libgweather-3.32.2.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+VALA_USE_DEPEND="vapigen"
+
+inherit gnome.org gnome2-utils meson vala xdg
+
+DESCRIPTION="Location and timezone database and weather-lookup library"
+HOMEPAGE="https://wiki.gnome.org/Projects/LibGWeather";
+
+LICENSE="GPL-2+"
+SLOT="2/3-15" # subslot = 3-(libgweather-3 soname suffix)
+
+IUSE="glade gtk-doc +introspection +vala"
+REQUIRED_USE="vala? ( introspection )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+
+RDEPEND="
+   >=dev-libs/glib-2.44.0:2
+   >=x11-libs/gtk+-3.13.5:3[introspection?]
+   >=net-libs/libsoup-2.44:2.4
+   >=dev-libs/libxml2-2.6.0:2
+   sci-geosciences/geocode-glib
+   >=sys-libs/timezone-data-2010k
+
+   glade? ( >=dev-util/glade-3.16:3.10 )
+   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-util/glib-utils
+   gtk-doc? ( >=dev-util/gtk-doc-1.11
+   app-text/docbook-xml-dtd:4.3 )
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+   $(vala_depend)
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PV}-meson-tweaks.patch # Provide introspection 
optionality and don't build tests that aren't ran automatically
+)
+
+src_prepare() {
+   xdg_src_prepare
+   vala_src_prepare
+}
+
+src_configure() {
+   local emesonargs=(
+   $(meson_use glade glade_catalog)
+   $(meson_use vala enable_vala)
+   $(meson_use gtk-doc gtk_doc)
+   $(meson_use introspection)
+   )
+   meson_src_configure
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2019-07-04 Thread Sobhan Mohammadpour
commit: 4dc5b1b2aeea3498434102fbaf2c48ad11d80f10
Author: Sobhan Mohammadpour  gentoo  org>
AuthorDate: Fri Jul  5 01:55:23 2019 +
Commit: Sobhan Mohammadpour  gentoo  org>
CommitDate: Fri Jul  5 01:56:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dc5b1b2

dev-libs/libgweather: 3.32.2 fix patch name

patch had wrong name

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Sobhan Mohammadpour  gentoo.org>

 dev-libs/libgweather/libgweather-3.32.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libgweather/libgweather-3.32.2.ebuild 
b/dev-libs/libgweather/libgweather-3.32.2.ebuild
index e349e588d0f..52aabb1e087 100644
--- a/dev-libs/libgweather/libgweather-3.32.2.ebuild
+++ b/dev-libs/libgweather/libgweather-3.32.2.ebuild
@@ -39,7 +39,7 @@ BDEPEND="
 "
 
 PATCHES=(
-   "${FILESDIR}"/${PV}-meson-tweaks.patch # Provide introspection 
optionality and don't build tests that aren't ran automatically
+   "${FILESDIR}"/3.32.1-meson-tweaks.patch # Provide introspection 
optionality and don't build tests that aren't ran automatically
 )
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2016-09-26 Thread Agostino Sarubbo
commit: 12d895226bb77942d43db5c580f971a91edf146f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Sep 26 16:22:03 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Sep 26 16:22:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12d89522

dev-libs/libgweather: amd64 stable wrt bug #593906

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-libs/libgweather/libgweather-3.18.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libgweather/libgweather-3.18.2.ebuild 
b/dev-libs/libgweather/libgweather-3.18.2.ebuild
index 22a7fec..58f6acf 100644
--- a/dev-libs/libgweather/libgweather-3.18.2.ebuild
+++ b/dev-libs/libgweather/libgweather-3.18.2.ebuild
@@ -15,7 +15,7 @@ SLOT="2/3-6" # subslot = 3-(libgweather-3 soname suffix)
 IUSE="glade +introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd 
~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd 
~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
 
 COMMON_DEPEND="
>=x11-libs/gtk+-3.13.5:3[introspection?]



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2016-09-26 Thread Agostino Sarubbo
commit: 362d458a006a9eaf015a7971e6782667b3ef345c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Sep 26 16:23:33 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Sep 26 16:23:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=362d458a

dev-libs/libgweather: x86 stable wrt bug #593906

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-libs/libgweather/libgweather-3.18.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libgweather/libgweather-3.18.2.ebuild 
b/dev-libs/libgweather/libgweather-3.18.2.ebuild
index 58f6acf..4ae6017 100644
--- a/dev-libs/libgweather/libgweather-3.18.2.ebuild
+++ b/dev-libs/libgweather/libgweather-3.18.2.ebuild
@@ -15,7 +15,7 @@ SLOT="2/3-6" # subslot = 3-(libgweather-3 soname suffix)
 IUSE="glade +introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd 
~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd 
~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
 
 COMMON_DEPEND="
>=x11-libs/gtk+-3.13.5:3[introspection?]



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2016-09-26 Thread Mart Raudsepp
commit: a2a4b93f4526da1124d0388984ac17b51864b3a9
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Sep 26 18:42:23 2016 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Sep 26 19:12:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2a4b93f

dev-libs/libgweather: remove old

 dev-libs/libgweather/Manifest  |  2 -
 dev-libs/libgweather/libgweather-3.18.1.ebuild | 55 --
 dev-libs/libgweather/libgweather-3.20.1.ebuild | 53 -
 3 files changed, 110 deletions(-)

diff --git a/dev-libs/libgweather/Manifest b/dev-libs/libgweather/Manifest
index 9db701b..091ebce 100644
--- a/dev-libs/libgweather/Manifest
+++ b/dev-libs/libgweather/Manifest
@@ -1,4 +1,2 @@
-DIST libgweather-3.18.1.tar.xz 3430524 SHA256 
94b2292f8f7616e2aa81b1516befd7b27682b20acecbd5d656b6954990ca7ad0 SHA512 
1fc6fda3610bcb4efd0eae57ce8706f126301f5d8399ff765d00c9cc8a513150d07cd098bc53e372b338b7801bd003d651cea0f5832edb990197d456bc89370f
 WHIRLPOOL 
19a7ec0d72f3f4740e7c1acfa83eaf6136e6523a094c6b70e85b3bafaed553e4fa6746fea31a10db888c29dc2556559dca7600be2d78b8c98f0a6d32af88bacf
 DIST libgweather-3.18.2.tar.xz 3431224 SHA256 
f35e52fa4023369ef5e04851311b3f15c9d7103ec801d0567eb3dec5851e71e3 SHA512 
6e5ef37a50b22bb3941b703046bfcec78c6fd29aad3084c1a707a37f0418bc61c4852aa34501daaf20f6796e528a7ece948092b224d6f696b9d9e856fc384991
 WHIRLPOOL 
58f3d6a0c9acd4460a50077147ca9429a216777b402530632d922b38b9a47dd750b136be377cd3382de4638fa85bbab888a2356539f56e8f68a1787d346f459e
-DIST libgweather-3.20.1.tar.xz 3423740 SHA256 
81eb829fab6375cc9a4d448ae0f790e48f9720e91eb74678b22264cfbc8938d0 SHA512 
4b9403b289d1d99e03aceb6207854369a5b92ea25a784aed322aed2b7e1e4c3b548e256e4222ea05206effb7de403b343031278503429433591496e50a708f23
 WHIRLPOOL 
2d943a7674f240e77656f1365c29926d44942ec87fa2785eb290dbd6b6bffbe1d99c3e6e8984175b01007d5a4df93ea9b4d9acc5abc27e93bde915d6e04bff0c
 DIST libgweather-3.20.3.tar.xz 3376700 SHA256 
fb6bc5b64ef5db3dc40a9798f072b83ebcafe7ff5af472aaee70600619b56c0b SHA512 
feaf5a3ec5766934e482224cc4ca970db49c86addaabcae623d3ac1cadc7dc4a4759cb88552af7e92124f52a7a921ceef94759509cdc3e1fe20c749531ef7ad9
 WHIRLPOOL 
5e569741a3e75929d7bdba2e3aa69fc42df9472ecc6626e5f7b95a12dad9d5d5af9a87b73417056b54192b9a0ca47076a21cc18ad5c81a6fd349edaa1b5f7537

diff --git a/dev-libs/libgweather/libgweather-3.18.1.ebuild 
b/dev-libs/libgweather/libgweather-3.18.1.ebuild
deleted file mode 100644
index dc91185..
--- a/dev-libs/libgweather/libgweather-3.18.1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-VALA_USE_DEPEND="vapigen"
-
-inherit gnome2 vala
-
-DESCRIPTION="Library to access weather information from online services"
-HOMEPAGE="https://wiki.gnome.org/Projects/LibGWeather";
-
-LICENSE="GPL-2+"
-SLOT="2/3-6" # subslot = 3-(libgweather-3 soname suffix)
-IUSE="glade +introspection vala"
-REQUIRED_USE="vala? ( introspection )"
-
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd 
~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
-
-COMMON_DEPEND="
-   >=x11-libs/gtk+-3.13.5:3[introspection?]
-   >=dev-libs/glib-2.35.1:2
-   >=net-libs/libsoup-2.34:2.4
-   >=dev-libs/libxml2-2.6.0
-   sci-geosciences/geocode-glib
-   >=sys-libs/timezone-data-2010k
-
-   glade? ( >=dev-util/glade-3.16:3.10 )
-   introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
-"
-RDEPEND="${COMMON_DEPEND}
-   !https://wiki.gnome.org/Projects/LibGWeather";
-
-LICENSE="GPL-2+"
-SLOT="2/3-6" # subslot = 3-(libgweather-3 soname suffix)
-IUSE="glade +introspection vala"
-REQUIRED_USE="vala? ( introspection )"
-
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd 
~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
-
-COMMON_DEPEND="
-   >=x11-libs/gtk+-3.13.5:3[introspection?]
-   >=dev-libs/glib-2.35.1:2
-   >=net-libs/libsoup-2.44:2.4
-   >=dev-libs/libxml2-2.6.0
-   sci-geosciences/geocode-glib
-   >=sys-libs/timezone-data-2010k
-
-   glade? ( >=dev-util/glade-3.16:3.10 )
-   introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
-"
-RDEPEND="${COMMON_DEPEND}
-   !

[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2022-03-21 Thread Matt Turner
commit: 9eea14f3c33d1066551462be5583f4a5ad6fd78b
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar 21 18:05:21 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 21 18:05:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9eea14f3

dev-libs/libgweather: Call gnome2_environment_reset

Closes: https://bugs.gentoo.org/835709
Signed-off-by: Matt Turner  gentoo.org>

 dev-libs/libgweather/libgweather-4.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libgweather/libgweather-4.0.0.ebuild 
b/dev-libs/libgweather/libgweather-4.0.0.ebuild
index 60544f5ea355..209b624a034b 100644
--- a/dev-libs/libgweather/libgweather-4.0.0.ebuild
+++ b/dev-libs/libgweather/libgweather-4.0.0.ebuild
@@ -54,7 +54,7 @@ pkg_setup() {
 }
 
 src_prepare() {
-   xdg_src_prepare
+   gnome2_environment_reset
use vala && vala_setup
 }
 



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2022-03-22 Thread Jakov Smolić
commit: 53931864881b4e1bf5139366c6f7df0c84bfe935
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Mar 22 10:08:51 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Mar 22 10:10:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53931864

dev-libs/libgweather: Call 'default' in src_prepare

xdg_src_prepare called the default function in previous instance, but
since it has been replaced with gnome2_environment_reset we need to call
default manually.

Closes: https://bugs.gentoo.org/835782
Signed-off-by: Jakov Smolić  gentoo.org>

 dev-libs/libgweather/libgweather-4.0.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-libs/libgweather/libgweather-4.0.0.ebuild 
b/dev-libs/libgweather/libgweather-4.0.0.ebuild
index 209b624a034b..daa592786342 100644
--- a/dev-libs/libgweather/libgweather-4.0.0.ebuild
+++ b/dev-libs/libgweather/libgweather-4.0.0.ebuild
@@ -54,6 +54,7 @@ pkg_setup() {
 }
 
 src_prepare() {
+   default
gnome2_environment_reset
use vala && vala_setup
 }



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2021-10-27 Thread Arthur Zamarin
commit: 7e3aa36b97bfac86f0c847d6b1d99a2d9003df8b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Oct 27 17:35:26 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Oct 27 17:54:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e3aa36b

dev-libs/libgweather: enable py3.10

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-libs/libgweather/libgweather-40.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libgweather/libgweather-40.0.ebuild 
b/dev-libs/libgweather/libgweather-40.0.ebuild
index 450abd3a7b1..17da947e53e 100644
--- a/dev-libs/libgweather/libgweather-40.0.ebuild
+++ b/dev-libs/libgweather/libgweather-40.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 VALA_USE_DEPEND="vapigen"
 
 inherit gnome.org gnome2-utils meson python-any-r1 vala xdg



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2020-07-17 Thread Mart Raudsepp
commit: e1a86bc5a5951122a447080bba8f502da5535216
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Jul 17 20:23:01 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Jul 17 20:23:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1a86bc5

dev-libs/libgweather: bump to 3.36.1

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 dev-libs/libgweather/Manifest  |  1 +
 dev-libs/libgweather/libgweather-3.36.1.ebuild | 68 ++
 2 files changed, 69 insertions(+)

diff --git a/dev-libs/libgweather/Manifest b/dev-libs/libgweather/Manifest
index d4a1b031837..b1a7187450f 100644
--- a/dev-libs/libgweather/Manifest
+++ b/dev-libs/libgweather/Manifest
@@ -1 +1,2 @@
 DIST libgweather-3.34.0.tar.xz 2725096 BLAKE2B 
af1034b905354aed433e3a5249305718b850f84dabcf3e96b9f9bcdda7dd78258ede0a9e82cab9b9d7f1b63d8e1a61bc3c83c1c18ec38790bc43c29fe98bb89d
 SHA512 
44451837039965251d86f6f538c943a771ab1944d9190ddb2c6bdb34b3ed0e33756c537e84f24487fd5f28b107e8d3af05a6c20a68f83734ac26ff69a8bd0aba
+DIST libgweather-3.36.1.tar.xz 2702144 BLAKE2B 
bd867461b64ef81607695ae1a3796d2b096129a9a60721c5fcb20d8c35859c0b76a985e9393c23b311f7c0fdec3e691618eab83a826b483c427287906d575251
 SHA512 
6c7090b0b6dfac61e73a398d34329cd706080a007694ceb3d47700b4f444982f8ca989dd6dfaefe85b79ffd5af9c423be4bf1bd8491ac0ba6bd15c150d97b26d

diff --git a/dev-libs/libgweather/libgweather-3.36.1.ebuild 
b/dev-libs/libgweather/libgweather-3.36.1.ebuild
new file mode 100644
index 000..f3d82c03f4c
--- /dev/null
+++ b/dev-libs/libgweather/libgweather-3.36.1.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+VALA_USE_DEPEND="vapigen"
+
+inherit gnome.org gnome2-utils meson vala xdg
+
+DESCRIPTION="Location and timezone database and weather-lookup library"
+HOMEPAGE="https://wiki.gnome.org/Projects/LibGWeather";
+
+LICENSE="GPL-2+"
+SLOT="2/3-16-2" # subslot = 3-(libgweather-3 soname suffix) w/ temporary -2 
suffix for silent ABI break after 3.28 without soname bump as per distro-list
+
+IUSE="glade gtk-doc +introspection +vala"
+REQUIRED_USE="vala? ( introspection )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~x86-solaris"
+
+RDEPEND="
+   >=dev-libs/glib-2.44.0:2
+   >=x11-libs/gtk+-3.13.5:3[introspection?]
+   >=net-libs/libsoup-2.44:2.4
+   >=dev-libs/libxml2-2.6.0:2
+   sci-geosciences/geocode-glib
+   >=sys-libs/timezone-data-2010k
+
+   glade? ( >=dev-util/glade-3.16:3.10 )
+   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-util/glib-utils
+   gtk-doc? ( >=dev-util/gtk-doc-1.11
+   app-text/docbook-xml-dtd:4.3 )
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+   $(vala_depend)
+"
+
+PATCHES=(
+   "${FILESDIR}"/3.32.1-meson-tweaks.patch # Provide introspection 
optionality and don't build tests that aren't ran automatically
+)
+
+src_prepare() {
+   xdg_src_prepare
+   vala_src_prepare
+}
+
+src_configure() {
+   local emesonargs=(
+   $(meson_use glade glade_catalog)
+   $(meson_use vala enable_vala)
+   $(meson_use gtk-doc gtk_doc)
+   $(meson_use introspection)
+   )
+   meson_src_configure
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2021-03-28 Thread Matt Turner
commit: 1eaf4d223020104dd4461c8ae548d13276505455
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar 29 01:22:38 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 29 01:39:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1eaf4d22

dev-libs/libgweather: Use python-any-r1

Closes: https://bugs.gentoo.org/770655
Signed-off-by: Matt Turner  gentoo.org>

 dev-libs/libgweather/libgweather-3.36.2.ebuild | 8 +++-
 dev-libs/libgweather/libgweather-40.0.ebuild   | 8 +++-
 2 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libgweather/libgweather-3.36.2.ebuild 
b/dev-libs/libgweather/libgweather-3.36.2.ebuild
index 6c35cbd8b67..8e0086d85c3 100644
--- a/dev-libs/libgweather/libgweather-3.36.2.ebuild
+++ b/dev-libs/libgweather/libgweather-3.36.2.ebuild
@@ -2,9 +2,10 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+PYTHON_COMPAT=( python3_{7..9} )
 VALA_USE_DEPEND="vapigen"
 
-inherit gnome.org gnome2-utils meson vala xdg
+inherit gnome.org gnome2-utils meson python-any-r1 vala xdg
 
 DESCRIPTION="Location and timezone database and weather-lookup library"
 HOMEPAGE="https://wiki.gnome.org/Projects/LibGWeather";
@@ -35,6 +36,7 @@ BDEPEND="
app-text/docbook-xml-dtd:4.3 )
>=sys-devel/gettext-0.19.8
virtual/pkgconfig
+   ${PYTHON_DEPS}
$(vala_depend)
 "
 
@@ -44,6 +46,10 @@ PATCHES=(
"${FILESDIR}"/3.36.2-autoskip-network-test.patch
 )
 
+pkg_setup() {
+   python-any-r1_pkg_setup
+}
+
 src_prepare() {
xdg_src_prepare
vala_src_prepare

diff --git a/dev-libs/libgweather/libgweather-40.0.ebuild 
b/dev-libs/libgweather/libgweather-40.0.ebuild
index 46454d5c78d..a9e1c0918c2 100644
--- a/dev-libs/libgweather/libgweather-40.0.ebuild
+++ b/dev-libs/libgweather/libgweather-40.0.ebuild
@@ -2,9 +2,10 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+PYTHON_COMPAT=( python3_{7..9} )
 VALA_USE_DEPEND="vapigen"
 
-inherit gnome.org gnome2-utils meson vala xdg
+inherit gnome.org gnome2-utils meson python-any-r1 vala xdg
 
 DESCRIPTION="Location and timezone database and weather-lookup library"
 HOMEPAGE="https://wiki.gnome.org/Projects/LibGWeather";
@@ -35,6 +36,7 @@ BDEPEND="
app-text/docbook-xml-dtd:4.3 )
>=sys-devel/gettext-0.19.8
virtual/pkgconfig
+   ${PYTHON_DEPS}
$(vala_depend)
 "
 
@@ -44,6 +46,10 @@ PATCHES=(
"${FILESDIR}"/40.0-autoskip-network-test.patch
 )
 
+pkg_setup() {
+   python-any-r1_pkg_setup
+}
+
 src_prepare() {
xdg_src_prepare
vala_src_prepare



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2021-03-28 Thread Matt Turner
commit: e1adde1f6e5afea145a9b9dc37c51ff4d968fdbd
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar 29 01:30:01 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 29 01:39:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1adde1f

dev-libs/libgweather: Depend on pygobject

Used at build time.

Closes: https://bugs.gentoo.org/778839
Signed-off-by: Matt Turner  gentoo.org>

 dev-libs/libgweather/libgweather-40.0.ebuild | 5 +
 1 file changed, 5 insertions(+)

diff --git a/dev-libs/libgweather/libgweather-40.0.ebuild 
b/dev-libs/libgweather/libgweather-40.0.ebuild
index a9e1c0918c2..25aefdc8fd5 100644
--- a/dev-libs/libgweather/libgweather-40.0.ebuild
+++ b/dev-libs/libgweather/libgweather-40.0.ebuild
@@ -37,6 +37,7 @@ BDEPEND="
>=sys-devel/gettext-0.19.8
virtual/pkgconfig
${PYTHON_DEPS}
+   $(python_gen_any_dep 'dev-python/pygobject[${PYTHON_USEDEP}]')
$(vala_depend)
 "
 
@@ -46,6 +47,10 @@ PATCHES=(
"${FILESDIR}"/40.0-autoskip-network-test.patch
 )
 
+python_check_deps() {
+   has_version -b "dev-python/pygobject[${PYTHON_USEDEP}]"
+}
+
 pkg_setup() {
python-any-r1_pkg_setup
 }



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2021-04-14 Thread Sam James
commit: 8e0b524e4e71ab52656980a4e833079b3fff97ae
Author: Sam James  gentoo  org>
AuthorDate: Thu Apr 15 01:31:38 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Apr 15 01:32:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e0b524e

dev-libs/libgweather: Stabilize 3.36.2 arm64, #782847

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

 dev-libs/libgweather/libgweather-3.36.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libgweather/libgweather-3.36.2.ebuild 
b/dev-libs/libgweather/libgweather-3.36.2.ebuild
index f6c346f617c..2397bdde262 100644
--- a/dev-libs/libgweather/libgweather-3.36.2.ebuild
+++ b/dev-libs/libgweather/libgweather-3.36.2.ebuild
@@ -16,7 +16,7 @@ SLOT="2/3-16-2" # subslot = 3-(libgweather-3 soname suffix) 
w/ temporary -2 suff
 IUSE="glade gtk-doc +introspection +vala"
 REQUIRED_USE="vala? ( introspection )"
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~x86-solaris"
 
 RDEPEND="
>=dev-libs/glib-2.44.0:2



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2015-11-14 Thread Pacho Ramos
commit: af8f26ba61a7c40ff73356d6c6d406812113f96d
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Nov 14 17:41:21 2015 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Nov 14 18:38:40 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af8f26ba

dev-libs/libgweather: Version bump

Package-Manager: portage-2.2.24

 dev-libs/libgweather/Manifest  |  1 +
 dev-libs/libgweather/libgweather-3.18.1.ebuild | 55 ++
 2 files changed, 56 insertions(+)

diff --git a/dev-libs/libgweather/Manifest b/dev-libs/libgweather/Manifest
index 9154c7c..6b405b5 100644
--- a/dev-libs/libgweather/Manifest
+++ b/dev-libs/libgweather/Manifest
@@ -1,3 +1,4 @@
 DIST libgweather-3.14.3.tar.xz 3467744 SHA256 
04dd25064cdc7715c1bf5fc476c8596d640cbcb3551217867195cef16f6b SHA512 
f6e82c1a1b26ccaf0f6feb533147ac4108210096a7462ec394aa4174d772ad74c92ecae16450875a5c965ee17c0d041bee25de98a6ee8b842091adb426bd1d01
 WHIRLPOOL 
bdf76e024bd0d7d71f60d162f7cee5e8b407bff318a71e28112c2ee5b68c66c726eb1b9484c3e033b7f3c7d1b515dad3b5c91c1de53d8d10e2cef26e1cd9f66d
 DIST libgweather-3.14.4.tar.xz 3471124 SHA256 
e6079fce545082ba2231ae9fdeb8ff1716286f36d86806834ab8b1274b18 SHA512 
d72d2c1b0abf3a2a12f54d7f8d62dc6e3eda3cdf03012afb22b28ac751fe7a64811656ed82197212e55366547702e0e3e8d3984037c68b7bce036bd1a75c3366
 WHIRLPOOL 
5d6e977d31e74caa83b9de1d2ebc966f2d89f957e0768aa38735bf3c8e83fe407524c161374a00eba5dd446c3514c6cb785ca209b1884c09283c5e329f7c8557
 DIST libgweather-3.16.1.tar.xz 3478080 SHA256 
db0955261427bb0f1a3f2747507863c591bf2f09dc477cfbf1cea0382cd34dfd SHA512 
753f5428760b1a14bda18c4b2ae056d54433ef68745521f3ec3685b298b934667206af23d61604d13ddc8d36a2a659c02e2a2d498be288c16ea67d4c3eadf040
 WHIRLPOOL 
ae2f2891afd3d8150377c4ae9076533892b49143f4871836415384a065f2f69d9768c1c07f9bc853919f1f5c41db2068e1fe480f64a8c098bed6a5ee3f0a1c33
+DIST libgweather-3.18.1.tar.xz 3430524 SHA256 
94b2292f8f7616e2aa81b1516befd7b27682b20acecbd5d656b6954990ca7ad0 SHA512 
1fc6fda3610bcb4efd0eae57ce8706f126301f5d8399ff765d00c9cc8a513150d07cd098bc53e372b338b7801bd003d651cea0f5832edb990197d456bc89370f
 WHIRLPOOL 
19a7ec0d72f3f4740e7c1acfa83eaf6136e6523a094c6b70e85b3bafaed553e4fa6746fea31a10db888c29dc2556559dca7600be2d78b8c98f0a6d32af88bacf

diff --git a/dev-libs/libgweather/libgweather-3.18.1.ebuild 
b/dev-libs/libgweather/libgweather-3.18.1.ebuild
new file mode 100644
index 000..06e47a2
--- /dev/null
+++ b/dev-libs/libgweather/libgweather-3.18.1.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+GCONF_DEBUG="no"
+VALA_USE_DEPEND="vapigen"
+
+inherit gnome2 vala
+
+DESCRIPTION="Library to access weather information from online services"
+HOMEPAGE="https://wiki.gnome.org/Projects/LibGWeather";
+
+LICENSE="GPL-2+"
+SLOT="2/3-6" # subslot = 3-(libgweather-3 soname suffix)
+IUSE="glade +introspection vala"
+REQUIRED_USE="vala? ( introspection )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd 
~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+
+COMMON_DEPEND="
+   >=x11-libs/gtk+-3.13.5:3[introspection?]
+   >=dev-libs/glib-2.35.1:2
+   >=net-libs/libsoup-2.34:2.4
+   >=dev-libs/libxml2-2.6.0
+   sci-geosciences/geocode-glib
+   >=sys-libs/timezone-data-2010k
+
+   glade? ( >=dev-util/glade-3.16:3.10 )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
+"
+RDEPEND="${COMMON_DEPEND}
+   !

[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2015-11-14 Thread Pacho Ramos
commit: fe24d828801aa25393696835ad520005c6a1892b
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Nov 14 17:41:55 2015 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Nov 14 18:38:43 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe24d828

dev-libs/libgweather: Drop old

Package-Manager: portage-2.2.24

 dev-libs/libgweather/Manifest  |  2 -
 dev-libs/libgweather/libgweather-3.14.3.ebuild | 56 --
 dev-libs/libgweather/libgweather-3.14.4.ebuild | 56 --
 3 files changed, 114 deletions(-)

diff --git a/dev-libs/libgweather/Manifest b/dev-libs/libgweather/Manifest
index 6b405b5..69ac54c 100644
--- a/dev-libs/libgweather/Manifest
+++ b/dev-libs/libgweather/Manifest
@@ -1,4 +1,2 @@
-DIST libgweather-3.14.3.tar.xz 3467744 SHA256 
04dd25064cdc7715c1bf5fc476c8596d640cbcb3551217867195cef16f6b SHA512 
f6e82c1a1b26ccaf0f6feb533147ac4108210096a7462ec394aa4174d772ad74c92ecae16450875a5c965ee17c0d041bee25de98a6ee8b842091adb426bd1d01
 WHIRLPOOL 
bdf76e024bd0d7d71f60d162f7cee5e8b407bff318a71e28112c2ee5b68c66c726eb1b9484c3e033b7f3c7d1b515dad3b5c91c1de53d8d10e2cef26e1cd9f66d
-DIST libgweather-3.14.4.tar.xz 3471124 SHA256 
e6079fce545082ba2231ae9fdeb8ff1716286f36d86806834ab8b1274b18 SHA512 
d72d2c1b0abf3a2a12f54d7f8d62dc6e3eda3cdf03012afb22b28ac751fe7a64811656ed82197212e55366547702e0e3e8d3984037c68b7bce036bd1a75c3366
 WHIRLPOOL 
5d6e977d31e74caa83b9de1d2ebc966f2d89f957e0768aa38735bf3c8e83fe407524c161374a00eba5dd446c3514c6cb785ca209b1884c09283c5e329f7c8557
 DIST libgweather-3.16.1.tar.xz 3478080 SHA256 
db0955261427bb0f1a3f2747507863c591bf2f09dc477cfbf1cea0382cd34dfd SHA512 
753f5428760b1a14bda18c4b2ae056d54433ef68745521f3ec3685b298b934667206af23d61604d13ddc8d36a2a659c02e2a2d498be288c16ea67d4c3eadf040
 WHIRLPOOL 
ae2f2891afd3d8150377c4ae9076533892b49143f4871836415384a065f2f69d9768c1c07f9bc853919f1f5c41db2068e1fe480f64a8c098bed6a5ee3f0a1c33
 DIST libgweather-3.18.1.tar.xz 3430524 SHA256 
94b2292f8f7616e2aa81b1516befd7b27682b20acecbd5d656b6954990ca7ad0 SHA512 
1fc6fda3610bcb4efd0eae57ce8706f126301f5d8399ff765d00c9cc8a513150d07cd098bc53e372b338b7801bd003d651cea0f5832edb990197d456bc89370f
 WHIRLPOOL 
19a7ec0d72f3f4740e7c1acfa83eaf6136e6523a094c6b70e85b3bafaed553e4fa6746fea31a10db888c29dc2556559dca7600be2d78b8c98f0a6d32af88bacf

diff --git a/dev-libs/libgweather/libgweather-3.14.3.ebuild 
b/dev-libs/libgweather/libgweather-3.14.3.ebuild
deleted file mode 100644
index 2ba6b5b..000
--- a/dev-libs/libgweather/libgweather-3.14.3.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-VALA_MIN_API_VERSION="0.18"
-VALA_USE_DEPEND="vapigen"
-
-inherit gnome2 vala
-
-DESCRIPTION="Library to access weather information from online services"
-HOMEPAGE="https://wiki.gnome.org/Projects/LibGWeather";
-
-LICENSE="GPL-2+"
-SLOT="2/3-6" # subslot = 3-(libgweather-3 soname suffix)
-IUSE="glade +introspection vala"
-REQUIRED_USE="vala? ( introspection )"
-
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd 
~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
-
-COMMON_DEPEND="
-   >=x11-libs/gtk+-3.13.5:3[introspection?]
-   >=dev-libs/glib-2.35.1:2
-   >=net-libs/libsoup-2.34:2.4
-   >=dev-libs/libxml2-2.6.0
-   sci-geosciences/geocode-glib
-   >=sys-libs/timezone-data-2010k
-
-   glade? ( >=dev-util/glade-3.16:3.10 )
-   introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
-"
-RDEPEND="${COMMON_DEPEND}
-   !https://wiki.gnome.org/Projects/LibGWeather";
-
-LICENSE="GPL-2+"
-SLOT="2/3-6" # subslot = 3-(libgweather-3 soname suffix)
-IUSE="glade +introspection vala"
-REQUIRED_USE="vala? ( introspection )"
-
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd 
~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
-
-COMMON_DEPEND="
-   >=x11-libs/gtk+-3.13.5:3[introspection?]
-   >=dev-libs/glib-2.35.1:2
-   >=net-libs/libsoup-2.34:2.4
-   >=dev-libs/libxml2-2.6.0
-   sci-geosciences/geocode-glib
-   >=sys-libs/timezone-data-2010k
-
-   glade? ( >=dev-util/glade-3.16:3.10 )
-   introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
-"
-RDEPEND="${COMMON_DEPEND}
-   !

[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2016-03-06 Thread Mikle Kolyada
commit: 3e35a14746c8a8e774218e29a925c39873da3e04
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Mar  6 16:21:58 2016 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Mar  6 16:39:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e35a147

dev-libs/libgweather: x86 stable wrt bug #427546

Package-Manager: portage-2.2.26

 dev-libs/libgweather/libgweather-3.18.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libgweather/libgweather-3.18.1.ebuild 
b/dev-libs/libgweather/libgweather-3.18.1.ebuild
index fc61780..dc91185 100644
--- a/dev-libs/libgweather/libgweather-3.18.1.ebuild
+++ b/dev-libs/libgweather/libgweather-3.18.1.ebuild
@@ -16,7 +16,7 @@ SLOT="2/3-6" # subslot = 3-(libgweather-3 soname suffix)
 IUSE="glade +introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd 
~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd 
~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
 
 COMMON_DEPEND="
>=x11-libs/gtk+-3.13.5:3[introspection?]



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2017-07-21 Thread Alexis Ballier
commit: bccdf2db3982adbf2f8f353f666b701d690d1f35
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Jul 21 08:17:52 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Jul 21 08:17:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bccdf2db

dev-libs/libgweather: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-libs/libgweather/libgweather-3.20.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libgweather/libgweather-3.20.4.ebuild 
b/dev-libs/libgweather/libgweather-3.20.4.ebuild
index 265d25b6988..64344996e2d 100644
--- a/dev-libs/libgweather/libgweather-3.20.4.ebuild
+++ b/dev-libs/libgweather/libgweather-3.20.4.ebuild
@@ -15,7 +15,7 @@ SLOT="2/3-6" # subslot = 3-(libgweather-3 soname suffix)
 IUSE="glade +introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~x86-solaris"
 
 COMMON_DEPEND="
>=x11-libs/gtk+-3.13.5:3[introspection?]



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2018-09-09 Thread Mart Raudsepp
commit: 33dc364ac58bf60dd55d051e29b6a3607857cf24
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Sep  9 12:34:40 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Sep  9 13:34:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33dc364a

dev-libs/libgweather: bump to 3.26.2

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-libs/libgweather/Manifest  |  1 +
 dev-libs/libgweather/libgweather-3.26.2.ebuild | 53 ++
 2 files changed, 54 insertions(+)

diff --git a/dev-libs/libgweather/Manifest b/dev-libs/libgweather/Manifest
index 2c28b2e3e80..4165a29d828 100644
--- a/dev-libs/libgweather/Manifest
+++ b/dev-libs/libgweather/Manifest
@@ -1 +1,2 @@
 DIST libgweather-3.24.1.tar.xz 3350680 BLAKE2B 
9265cb3c280446d5f380f62b60efb5578a7a401e3291d12e3824d8e7eacc582761226b0aaebb0439318bd48b9ad5429a1b6d89eb0220a82650c43be8aa337e2d
 SHA512 
564464d7a18a8e0320871ea418b1163163941c950c5acea5ee65a087e44c4d81e019e2e3e4cb6751989f823cbb7c5691713d3dcef72aeaf6ff264e61b6f7b4b4
+DIST libgweather-3.26.2.tar.xz 3409528 BLAKE2B 
1c5cdc7125aac8df95e97db8fa1d63bcb06865e70691621bc3a1c0ece2e602862cef9a2a5daa2ebbc5fa7eaefa32bf89507f1eef8fa4eeff294d43132e83fab4
 SHA512 
75b936f93814005b4317dcb51777036f589f343526428d9a74de96aac1badd4fe81c117184e2bff84a7a3078d6f2a2000e7b63f1e1d80f839b3513cc470fb25b

diff --git a/dev-libs/libgweather/libgweather-3.26.2.ebuild 
b/dev-libs/libgweather/libgweather-3.26.2.ebuild
new file mode 100644
index 000..81bb7f8332d
--- /dev/null
+++ b/dev-libs/libgweather/libgweather-3.26.2.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+VALA_USE_DEPEND="vapigen"
+
+inherit gnome2 vala
+
+DESCRIPTION="Library to access weather information from online services"
+HOMEPAGE="https://wiki.gnome.org/Projects/LibGWeather";
+
+LICENSE="GPL-2+"
+SLOT="2/3-6" # subslot = 3-(libgweather-3 soname suffix)
+
+IUSE="glade +introspection vala"
+REQUIRED_USE="vala? ( introspection )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+
+COMMON_DEPEND="
+   >=x11-libs/gtk+-3.13.5:3[introspection?]
+   >=dev-libs/glib-2.35.1:2
+   >=net-libs/libsoup-2.44:2.4
+   >=dev-libs/libxml2-2.6.0:2
+   sci-geosciences/geocode-glib
+   >=sys-libs/timezone-data-2010k
+
+   glade? ( >=dev-util/glade-3.16:3.10 )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
+"
+RDEPEND="${COMMON_DEPEND}
+   !

[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2018-11-02 Thread Mart Raudsepp
commit: 21d6352e5b4eac1d160d9a317613a11424c01ff9
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Nov  2 12:39:23 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Nov  2 12:39:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21d6352e

dev-libs/libgweather: add explicit build dep on glib-utils

Closes: https://bugs.gentoo.org/669610
Signed-off-by: Mart Raudsepp  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-libs/libgweather/libgweather-3.24.1.ebuild | 3 ++-
 dev-libs/libgweather/libgweather-3.26.2.ebuild | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libgweather/libgweather-3.24.1.ebuild 
b/dev-libs/libgweather/libgweather-3.24.1.ebuild
index 30745aa57e2..8c03a0bfffd 100644
--- a/dev-libs/libgweather/libgweather-3.24.1.ebuild
+++ b/dev-libs/libgweather/libgweather-3.24.1.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
@@ -32,6 +32,7 @@ RDEPEND="${COMMON_DEPEND}
!

[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2019-07-07 Thread Mart Raudsepp
commit: 6d1c2d45a540618d9f82f19ecc9b23aa1aebad86
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Jul  7 11:21:57 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jul  7 11:21:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d1c2d45

dev-libs/libgweather: bump subslot

See https://mail.gnome.org/archives/distributor-list/2019-July/msg3.html
and preceeding message for reason. Most people probably have already
rebuilt much of it against the changed ABI, but we need this subslot
change for 3.32 to go to stable tree eventually without breaking for
those users.

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

 .../{libgweather-3.32.2.ebuild => libgweather-3.32.2-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libgweather/libgweather-3.32.2.ebuild 
b/dev-libs/libgweather/libgweather-3.32.2-r1.ebuild
similarity index 90%
rename from dev-libs/libgweather/libgweather-3.32.2.ebuild
rename to dev-libs/libgweather/libgweather-3.32.2-r1.ebuild
index 52aabb1e087..55ebb469e06 100644
--- a/dev-libs/libgweather/libgweather-3.32.2.ebuild
+++ b/dev-libs/libgweather/libgweather-3.32.2-r1.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="Location and timezone database and 
weather-lookup library"
 HOMEPAGE="https://wiki.gnome.org/Projects/LibGWeather";
 
 LICENSE="GPL-2+"
-SLOT="2/3-15" # subslot = 3-(libgweather-3 soname suffix)
+SLOT="2/3-15-2" # subslot = 3-(libgweather-3 soname suffix) w/ temporary -2 
suffix for silent ABI break after 3.28 without soname bump as per distro-list
 
 IUSE="glade gtk-doc +introspection +vala"
 REQUIRED_USE="vala? ( introspection )"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2019-07-04 Thread Sobhan Mohammadpour
commit: e3bb9032d776eb7475f967d8d7cbf3383de5f23e
Author: Sobhan Mohammadpour  gentoo  org>
AuthorDate: Fri Jul  5 01:38:05 2019 +
Commit: Sobhan Mohammadpour  gentoo  org>
CommitDate: Fri Jul  5 01:39:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3bb9032

dev-libs/libgweather: 3.32.1 → 3.32.2

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Sobhan Mohammadpour  gentoo.org>

 dev-libs/libgweather/Manifest  |  1 +
 dev-libs/libgweather/libgweather-3.32.2.ebuild | 68 ++
 2 files changed, 69 insertions(+)

diff --git a/dev-libs/libgweather/Manifest b/dev-libs/libgweather/Manifest
index e8ec36a1a77..e63eb066377 100644
--- a/dev-libs/libgweather/Manifest
+++ b/dev-libs/libgweather/Manifest
@@ -2,3 +2,4 @@ DIST libgweather-3.24.1.tar.xz 3350680 BLAKE2B 
9265cb3c280446d5f380f62b60efb5578
 DIST libgweather-3.26.2.tar.xz 3409528 BLAKE2B 
1c5cdc7125aac8df95e97db8fa1d63bcb06865e70691621bc3a1c0ece2e602862cef9a2a5daa2ebbc5fa7eaefa32bf89507f1eef8fa4eeff294d43132e83fab4
 SHA512 
75b936f93814005b4317dcb51777036f589f343526428d9a74de96aac1badd4fe81c117184e2bff84a7a3078d6f2a2000e7b63f1e1d80f839b3513cc470fb25b
 DIST libgweather-3.28.3.tar.xz 2711240 BLAKE2B 
9e55c32485401fa31e5ca5a824f239c373e41c2ef3a1d4442ba4512f102edadaa3452bdc4f4a445ea34e5e24cda23fbf6e1363da5bd49f70018b387f7450cf15
 SHA512 
7eb98f15b624090ba0959f4ee47c1a2317504a381829cebb949f4104ea9b5c2847a98f95de60a35c5bf1094e500041c53e1afdb265dd2f237bc49db8acbfd6f2
 DIST libgweather-3.32.1.tar.xz 2713696 BLAKE2B 
496aa07c517ad570ebf54041b8ae14ec5eb5a923a113e1adcf23e5ac9a515ccb5c2dbeb29c923f0abcfc213409ddafbb1747c5ed5a6129bd4ac40b4e0fd687d6
 SHA512 
f5ae94436fa3cceee84ff80f14296f11ab27727e3881689dd71126de158f7d0015b462163cb2b47cf30add5a4c97c89c6473c1ed0515fcaac0dde2daffdf7108
+DIST libgweather-3.32.2.tar.xz 2716144 BLAKE2B 
56bf66edde8293758f49c1ca14b47fb725f72a0202e95e6e1d1832c179fd9414d527827be5cb7daa17627abfbd1ac16d8d09dbdbbdcb24d62cc62c25a220c156
 SHA512 
61543e5eaf8c04605a91a6f47811b3a0ed2b04c2f50eae9b8d08a4e24904db4731748fa27a0863d2cdab5fde776ec55abe9fd9fb2a72c7bd546665d59957cb4d

diff --git a/dev-libs/libgweather/libgweather-3.32.2.ebuild 
b/dev-libs/libgweather/libgweather-3.32.2.ebuild
new file mode 100644
index 000..e349e588d0f
--- /dev/null
+++ b/dev-libs/libgweather/libgweather-3.32.2.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+VALA_USE_DEPEND="vapigen"
+
+inherit gnome.org gnome2-utils meson vala xdg
+
+DESCRIPTION="Location and timezone database and weather-lookup library"
+HOMEPAGE="https://wiki.gnome.org/Projects/LibGWeather";
+
+LICENSE="GPL-2+"
+SLOT="2/3-15" # subslot = 3-(libgweather-3 soname suffix)
+
+IUSE="glade gtk-doc +introspection +vala"
+REQUIRED_USE="vala? ( introspection )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+
+RDEPEND="
+   >=dev-libs/glib-2.44.0:2
+   >=x11-libs/gtk+-3.13.5:3[introspection?]
+   >=net-libs/libsoup-2.44:2.4
+   >=dev-libs/libxml2-2.6.0:2
+   sci-geosciences/geocode-glib
+   >=sys-libs/timezone-data-2010k
+
+   glade? ( >=dev-util/glade-3.16:3.10 )
+   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-util/glib-utils
+   gtk-doc? ( >=dev-util/gtk-doc-1.11
+   app-text/docbook-xml-dtd:4.3 )
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+   $(vala_depend)
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PV}-meson-tweaks.patch # Provide introspection 
optionality and don't build tests that aren't ran automatically
+)
+
+src_prepare() {
+   xdg_src_prepare
+   vala_src_prepare
+}
+
+src_configure() {
+   local emesonargs=(
+   $(meson_use glade glade_catalog)
+   $(meson_use vala enable_vala)
+   $(meson_use gtk-doc gtk_doc)
+   $(meson_use introspection)
+   )
+   meson_src_configure
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2019-07-04 Thread Sobhan Mohammadpour
commit: 4dc5b1b2aeea3498434102fbaf2c48ad11d80f10
Author: Sobhan Mohammadpour  gentoo  org>
AuthorDate: Fri Jul  5 01:55:23 2019 +
Commit: Sobhan Mohammadpour  gentoo  org>
CommitDate: Fri Jul  5 01:56:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dc5b1b2

dev-libs/libgweather: 3.32.2 fix patch name

patch had wrong name

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Sobhan Mohammadpour  gentoo.org>

 dev-libs/libgweather/libgweather-3.32.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libgweather/libgweather-3.32.2.ebuild 
b/dev-libs/libgweather/libgweather-3.32.2.ebuild
index e349e588d0f..52aabb1e087 100644
--- a/dev-libs/libgweather/libgweather-3.32.2.ebuild
+++ b/dev-libs/libgweather/libgweather-3.32.2.ebuild
@@ -39,7 +39,7 @@ BDEPEND="
 "
 
 PATCHES=(
-   "${FILESDIR}"/${PV}-meson-tweaks.patch # Provide introspection 
optionality and don't build tests that aren't ran automatically
+   "${FILESDIR}"/3.32.1-meson-tweaks.patch # Provide introspection 
optionality and don't build tests that aren't ran automatically
 )
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2018-01-17 Thread Mikle Kolyada
commit: ea5ab142f1c2c3b3445ad3d47f5aee90d13c1fd0
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Jan 18 02:13:03 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Jan 18 02:13:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea5ab142

dev-libs/libgweather: amd64 stable wrt bug #631656

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-libs/libgweather/libgweather-3.24.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libgweather/libgweather-3.24.1.ebuild 
b/dev-libs/libgweather/libgweather-3.24.1.ebuild
index b746855aad3..dafeb739d3f 100644
--- a/dev-libs/libgweather/libgweather-3.24.1.ebuild
+++ b/dev-libs/libgweather/libgweather-3.24.1.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
@@ -15,7 +15,7 @@ SLOT="2/3-6" # subslot = 3-(libgweather-3 soname suffix)
 IUSE="glade +introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~x86-solaris"
 
 COMMON_DEPEND="
>=x11-libs/gtk+-3.13.5:3[introspection?]



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2016-09-03 Thread Gilles Dartiguelongue
commit: 835515a46414bcb5794f90195e0863e108bd58bb
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sat Sep  3 23:17:22 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sat Sep  3 23:22:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=835515a4

dev-libs/libgweather: bump from 3.18.1 to 3.18.2

NOAA shut down their METAR provider service, switch to another provider.

Package-Manager: portage-2.3.0

 dev-libs/libgweather/Manifest  |  1 +
 dev-libs/libgweather/libgweather-3.18.2.ebuild | 53 ++
 2 files changed, 54 insertions(+)

diff --git a/dev-libs/libgweather/Manifest b/dev-libs/libgweather/Manifest
index 0b8a544..4a2ba22 100644
--- a/dev-libs/libgweather/Manifest
+++ b/dev-libs/libgweather/Manifest
@@ -1,2 +1,3 @@
 DIST libgweather-3.18.1.tar.xz 3430524 SHA256 
94b2292f8f7616e2aa81b1516befd7b27682b20acecbd5d656b6954990ca7ad0 SHA512 
1fc6fda3610bcb4efd0eae57ce8706f126301f5d8399ff765d00c9cc8a513150d07cd098bc53e372b338b7801bd003d651cea0f5832edb990197d456bc89370f
 WHIRLPOOL 
19a7ec0d72f3f4740e7c1acfa83eaf6136e6523a094c6b70e85b3bafaed553e4fa6746fea31a10db888c29dc2556559dca7600be2d78b8c98f0a6d32af88bacf
+DIST libgweather-3.18.2.tar.xz 3431224 SHA256 
f35e52fa4023369ef5e04851311b3f15c9d7103ec801d0567eb3dec5851e71e3 SHA512 
6e5ef37a50b22bb3941b703046bfcec78c6fd29aad3084c1a707a37f0418bc61c4852aa34501daaf20f6796e528a7ece948092b224d6f696b9d9e856fc384991
 WHIRLPOOL 
58f3d6a0c9acd4460a50077147ca9429a216777b402530632d922b38b9a47dd750b136be377cd3382de4638fa85bbab888a2356539f56e8f68a1787d346f459e
 DIST libgweather-3.20.1.tar.xz 3423740 SHA256 
81eb829fab6375cc9a4d448ae0f790e48f9720e91eb74678b22264cfbc8938d0 SHA512 
4b9403b289d1d99e03aceb6207854369a5b92ea25a784aed322aed2b7e1e4c3b548e256e4222ea05206effb7de403b343031278503429433591496e50a708f23
 WHIRLPOOL 
2d943a7674f240e77656f1365c29926d44942ec87fa2785eb290dbd6b6bffbe1d99c3e6e8984175b01007d5a4df93ea9b4d9acc5abc27e93bde915d6e04bff0c

diff --git a/dev-libs/libgweather/libgweather-3.18.2.ebuild 
b/dev-libs/libgweather/libgweather-3.18.2.ebuild
new file mode 100644
index ..22a7fec
--- /dev/null
+++ b/dev-libs/libgweather/libgweather-3.18.2.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+VALA_USE_DEPEND="vapigen"
+
+inherit gnome2 vala
+
+DESCRIPTION="Library to access weather information from online services"
+HOMEPAGE="https://wiki.gnome.org/Projects/LibGWeather";
+
+LICENSE="GPL-2+"
+SLOT="2/3-6" # subslot = 3-(libgweather-3 soname suffix)
+IUSE="glade +introspection vala"
+REQUIRED_USE="vala? ( introspection )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd 
~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+
+COMMON_DEPEND="
+   >=x11-libs/gtk+-3.13.5:3[introspection?]
+   >=dev-libs/glib-2.35.1:2
+   >=net-libs/libsoup-2.34:2.4
+   >=dev-libs/libxml2-2.6.0
+   sci-geosciences/geocode-glib
+   >=sys-libs/timezone-data-2010k
+
+   glade? ( >=dev-util/glade-3.16:3.10 )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
+"
+RDEPEND="${COMMON_DEPEND}
+   !

[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/

2016-09-03 Thread Gilles Dartiguelongue
commit: 94871340c99d90dbfb7c4f2409560703e951a31c
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sat Sep  3 23:20:59 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sat Sep  3 23:22:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94871340

dev-libs/libgweather: bump from 3.20.1 to 3.20.3

NOAA shut down their METAR provider service, switch to another provider.

Package-Manager: portage-2.3.0

 dev-libs/libgweather/Manifest  |  1 +
 dev-libs/libgweather/libgweather-3.20.3.ebuild | 53 ++
 2 files changed, 54 insertions(+)

diff --git a/dev-libs/libgweather/Manifest b/dev-libs/libgweather/Manifest
index 4a2ba22..9db701b 100644
--- a/dev-libs/libgweather/Manifest
+++ b/dev-libs/libgweather/Manifest
@@ -1,3 +1,4 @@
 DIST libgweather-3.18.1.tar.xz 3430524 SHA256 
94b2292f8f7616e2aa81b1516befd7b27682b20acecbd5d656b6954990ca7ad0 SHA512 
1fc6fda3610bcb4efd0eae57ce8706f126301f5d8399ff765d00c9cc8a513150d07cd098bc53e372b338b7801bd003d651cea0f5832edb990197d456bc89370f
 WHIRLPOOL 
19a7ec0d72f3f4740e7c1acfa83eaf6136e6523a094c6b70e85b3bafaed553e4fa6746fea31a10db888c29dc2556559dca7600be2d78b8c98f0a6d32af88bacf
 DIST libgweather-3.18.2.tar.xz 3431224 SHA256 
f35e52fa4023369ef5e04851311b3f15c9d7103ec801d0567eb3dec5851e71e3 SHA512 
6e5ef37a50b22bb3941b703046bfcec78c6fd29aad3084c1a707a37f0418bc61c4852aa34501daaf20f6796e528a7ece948092b224d6f696b9d9e856fc384991
 WHIRLPOOL 
58f3d6a0c9acd4460a50077147ca9429a216777b402530632d922b38b9a47dd750b136be377cd3382de4638fa85bbab888a2356539f56e8f68a1787d346f459e
 DIST libgweather-3.20.1.tar.xz 3423740 SHA256 
81eb829fab6375cc9a4d448ae0f790e48f9720e91eb74678b22264cfbc8938d0 SHA512 
4b9403b289d1d99e03aceb6207854369a5b92ea25a784aed322aed2b7e1e4c3b548e256e4222ea05206effb7de403b343031278503429433591496e50a708f23
 WHIRLPOOL 
2d943a7674f240e77656f1365c29926d44942ec87fa2785eb290dbd6b6bffbe1d99c3e6e8984175b01007d5a4df93ea9b4d9acc5abc27e93bde915d6e04bff0c
+DIST libgweather-3.20.3.tar.xz 3376700 SHA256 
fb6bc5b64ef5db3dc40a9798f072b83ebcafe7ff5af472aaee70600619b56c0b SHA512 
feaf5a3ec5766934e482224cc4ca970db49c86addaabcae623d3ac1cadc7dc4a4759cb88552af7e92124f52a7a921ceef94759509cdc3e1fe20c749531ef7ad9
 WHIRLPOOL 
5e569741a3e75929d7bdba2e3aa69fc42df9472ecc6626e5f7b95a12dad9d5d5af9a87b73417056b54192b9a0ca47076a21cc18ad5c81a6fd349edaa1b5f7537

diff --git a/dev-libs/libgweather/libgweather-3.20.3.ebuild 
b/dev-libs/libgweather/libgweather-3.20.3.ebuild
new file mode 100644
index ..31cae2a
--- /dev/null
+++ b/dev-libs/libgweather/libgweather-3.20.3.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+VALA_USE_DEPEND="vapigen"
+
+inherit gnome2 vala
+
+DESCRIPTION="Library to access weather information from online services"
+HOMEPAGE="https://wiki.gnome.org/Projects/LibGWeather";
+
+LICENSE="GPL-2+"
+SLOT="2/3-6" # subslot = 3-(libgweather-3 soname suffix)
+IUSE="glade +introspection vala"
+REQUIRED_USE="vala? ( introspection )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd 
~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+
+COMMON_DEPEND="
+   >=x11-libs/gtk+-3.13.5:3[introspection?]
+   >=dev-libs/glib-2.35.1:2
+   >=net-libs/libsoup-2.44:2.4
+   >=dev-libs/libxml2-2.6.0
+   sci-geosciences/geocode-glib
+   >=sys-libs/timezone-data-2010k
+
+   glade? ( >=dev-util/glade-3.16:3.10 )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
+"
+RDEPEND="${COMMON_DEPEND}
+   !

  1   2   3   4   >