Gentoo Archives: gentoo-commits

From: Sobhan Mohammadpour <sobhan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/
Date: Fri, 05 Jul 2019 01:40:22
Message-Id: 1562290776.e3bb9032d776eb7475f967d8d7cbf3383de5f23e.sobhan@gentoo
1 commit: e3bb9032d776eb7475f967d8d7cbf3383de5f23e
2 Author: Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 5 01:38:05 2019 +0000
4 Commit: Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 5 01:39:36 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3bb9032
7
8 dev-libs/libgweather: 3.32.1 → 3.32.2
9
10 Package-Manager: Portage-2.3.67, Repoman-2.3.14
11 Signed-off-by: Sobhan Mohammadpour <sobhan <AT> gentoo.org>
12
13 dev-libs/libgweather/Manifest | 1 +
14 dev-libs/libgweather/libgweather-3.32.2.ebuild | 68 ++++++++++++++++++++++++++
15 2 files changed, 69 insertions(+)
16
17 diff --git a/dev-libs/libgweather/Manifest b/dev-libs/libgweather/Manifest
18 index e8ec36a1a77..e63eb066377 100644
19 --- a/dev-libs/libgweather/Manifest
20 +++ b/dev-libs/libgweather/Manifest
21 @@ -2,3 +2,4 @@ DIST libgweather-3.24.1.tar.xz 3350680 BLAKE2B 9265cb3c280446d5f380f62b60efb5578
22 DIST libgweather-3.26.2.tar.xz 3409528 BLAKE2B 1c5cdc7125aac8df95e97db8fa1d63bcb06865e70691621bc3a1c0ece2e602862cef9a2a5daa2ebbc5fa7eaefa32bf89507f1eef8fa4eeff294d43132e83fab4 SHA512 75b936f93814005b4317dcb51777036f589f343526428d9a74de96aac1badd4fe81c117184e2bff84a7a3078d6f2a2000e7b63f1e1d80f839b3513cc470fb25b
23 DIST libgweather-3.28.3.tar.xz 2711240 BLAKE2B 9e55c32485401fa31e5ca5a824f239c373e41c2ef3a1d4442ba4512f102edadaa3452bdc4f4a445ea34e5e24cda23fbf6e1363da5bd49f70018b387f7450cf15 SHA512 7eb98f15b624090ba0959f4ee47c1a2317504a381829cebb949f4104ea9b5c2847a98f95de60a35c5bf1094e500041c53e1afdb265dd2f237bc49db8acbfd6f2
24 DIST libgweather-3.32.1.tar.xz 2713696 BLAKE2B 496aa07c517ad570ebf54041b8ae14ec5eb5a923a113e1adcf23e5ac9a515ccb5c2dbeb29c923f0abcfc213409ddafbb1747c5ed5a6129bd4ac40b4e0fd687d6 SHA512 f5ae94436fa3cceee84ff80f14296f11ab27727e3881689dd71126de158f7d0015b462163cb2b47cf30add5a4c97c89c6473c1ed0515fcaac0dde2daffdf7108
25 +DIST libgweather-3.32.2.tar.xz 2716144 BLAKE2B 56bf66edde8293758f49c1ca14b47fb725f72a0202e95e6e1d1832c179fd9414d527827be5cb7daa17627abfbd1ac16d8d09dbdbbdcb24d62cc62c25a220c156 SHA512 61543e5eaf8c04605a91a6f47811b3a0ed2b04c2f50eae9b8d08a4e24904db4731748fa27a0863d2cdab5fde776ec55abe9fd9fb2a72c7bd546665d59957cb4d
26
27 diff --git a/dev-libs/libgweather/libgweather-3.32.2.ebuild b/dev-libs/libgweather/libgweather-3.32.2.ebuild
28 new file mode 100644
29 index 00000000000..e349e588d0f
30 --- /dev/null
31 +++ b/dev-libs/libgweather/libgweather-3.32.2.ebuild
32 @@ -0,0 +1,68 @@
33 +# Copyright 1999-2019 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=7
37 +VALA_USE_DEPEND="vapigen"
38 +
39 +inherit gnome.org gnome2-utils meson vala xdg
40 +
41 +DESCRIPTION="Location and timezone database and weather-lookup library"
42 +HOMEPAGE="https://wiki.gnome.org/Projects/LibGWeather"
43 +
44 +LICENSE="GPL-2+"
45 +SLOT="2/3-15" # subslot = 3-(libgweather-3 soname suffix)
46 +
47 +IUSE="glade gtk-doc +introspection +vala"
48 +REQUIRED_USE="vala? ( introspection )"
49 +
50 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
51 +
52 +RDEPEND="
53 + >=dev-libs/glib-2.44.0:2
54 + >=x11-libs/gtk+-3.13.5:3[introspection?]
55 + >=net-libs/libsoup-2.44:2.4
56 + >=dev-libs/libxml2-2.6.0:2
57 + sci-geosciences/geocode-glib
58 + >=sys-libs/timezone-data-2010k
59 +
60 + glade? ( >=dev-util/glade-3.16:3.10 )
61 + introspection? ( >=dev-libs/gobject-introspection-1.54:= )
62 +"
63 +DEPEND="${RDEPEND}"
64 +BDEPEND="
65 + dev-util/glib-utils
66 + gtk-doc? ( >=dev-util/gtk-doc-1.11
67 + app-text/docbook-xml-dtd:4.3 )
68 + >=sys-devel/gettext-0.19.8
69 + virtual/pkgconfig
70 + $(vala_depend)
71 +"
72 +
73 +PATCHES=(
74 + "${FILESDIR}"/${PV}-meson-tweaks.patch # Provide introspection optionality and don't build tests that aren't ran automatically
75 +)
76 +
77 +src_prepare() {
78 + xdg_src_prepare
79 + vala_src_prepare
80 +}
81 +
82 +src_configure() {
83 + local emesonargs=(
84 + $(meson_use glade glade_catalog)
85 + $(meson_use vala enable_vala)
86 + $(meson_use gtk-doc gtk_doc)
87 + $(meson_use introspection)
88 + )
89 + meson_src_configure
90 +}
91 +
92 +pkg_postinst() {
93 + xdg_pkg_postinst
94 + gnome2_schemas_update
95 +}
96 +
97 +pkg_postrm() {
98 + xdg_pkg_postrm
99 + gnome2_schemas_update
100 +}