Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/meteo/
Date: Sun, 01 Jan 2023 16:20:09
Message-Id: 1672589893.8bda24a631d058a74942a8eca37972915058123a.soap@gentoo
1 commit: 8bda24a631d058a74942a8eca37972915058123a
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 1 16:18:13 2023 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 1 16:18:13 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bda24a6
7
8 x11-misc/meteo: move vala deps to BDEPEND
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 ...{meteo-0.9.9.1-r1.ebuild => meteo-0.9.9.1-r2.ebuild} | 17 ++++++++---------
13 1 file changed, 8 insertions(+), 9 deletions(-)
14
15 diff --git a/x11-misc/meteo/meteo-0.9.9.1-r1.ebuild b/x11-misc/meteo/meteo-0.9.9.1-r2.ebuild
16 similarity index 93%
17 rename from x11-misc/meteo/meteo-0.9.9.1-r1.ebuild
18 rename to x11-misc/meteo/meteo-0.9.9.1-r2.ebuild
19 index b68fc55cee62..d3cc18f55cd5 100644
20 --- a/x11-misc/meteo/meteo-0.9.9.1-r1.ebuild
21 +++ b/x11-misc/meteo/meteo-0.9.9.1-r2.ebuild
22 @@ -1,9 +1,9 @@
23 -# Copyright 1999-2022 Gentoo Authors
24 +# Copyright 1999-2023 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=8
28 -PYTHON_COMPAT=( python3_{8..11} )
29
30 +PYTHON_COMPAT=( python3_{8..11} )
31 inherit gnome2-utils meson python-any-r1 vala xdg
32
33 DESCRIPTION="Forecast application using OpenWeatherMap API"
34 @@ -13,9 +13,11 @@ SRC_URI="https://gitlab.com/bitseater/meteo/-/archive/${PV}/${P}.tar.gz"
35 LICENSE="GPL-3+"
36 SLOT="0"
37 KEYWORDS="~amd64"
38 +# One test needs network (#828052), the other simply checks desktop file
39 +# validation, that we also test with our QA tests
40 +RESTRICT="test"
41
42 DEPEND="
43 - $(vala_depend)
44 dev-libs/libayatana-appindicator:0
45 dev-libs/glib:2
46 dev-libs/json-glib
47 @@ -31,15 +33,12 @@ BDEPEND="${PYTHON_DEPS}
48 dev-libs/appstream-glib
49 dev-util/intltool
50 virtual/pkgconfig
51 + $(vala_depend)
52 "
53
54 -# One test needs network (#828052), the other simply checks desktop file
55 -# validation, that we also test with our QA tests
56 -RESTRICT="test"
57 -
58 -src_prepare() {
59 - default
60 +src_configure() {
61 vala_setup
62 + meson_src_configure
63 }
64
65 src_install() {