Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-contacts/
Date: Sun, 01 Jan 2023 14:48:37
Message-Id: 1672584472.4a7d4c80eebb8e61aac6756bed6772827fd7182d.soap@gentoo
1 commit: 4a7d4c80eebb8e61aac6756bed6772827fd7182d
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 1 14:47:52 2023 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 1 14:47:52 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a7d4c80
7
8 gnome-extra/gnome-contacts: remove stale VALA_MIN_API_VERSION
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 gnome-extra/gnome-contacts/gnome-contacts-41.0.ebuild | 4 ++--
13 gnome-extra/gnome-contacts/gnome-contacts-42.0-r1.ebuild | 5 ++---
14 2 files changed, 4 insertions(+), 5 deletions(-)
15
16 diff --git a/gnome-extra/gnome-contacts/gnome-contacts-41.0.ebuild b/gnome-extra/gnome-contacts/gnome-contacts-41.0.ebuild
17 index c0f1d80d7643..a243a8f0640b 100644
18 --- a/gnome-extra/gnome-contacts/gnome-contacts-41.0.ebuild
19 +++ b/gnome-extra/gnome-contacts/gnome-contacts-41.0.ebuild
20 @@ -1,9 +1,9 @@
21 -# Copyright 1999-2022 Gentoo Authors
22 +# Copyright 1999-2023 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 +
27 PYTHON_COMPAT=( python3_{7..9} )
28 -VALA_MIN_API_VERSION="0.40"
29
30 inherit gnome.org gnome2-utils meson python-any-r1 vala xdg
31
32
33 diff --git a/gnome-extra/gnome-contacts/gnome-contacts-42.0-r1.ebuild b/gnome-extra/gnome-contacts/gnome-contacts-42.0-r1.ebuild
34 index b5fd4cd8140d..fd163a137688 100644
35 --- a/gnome-extra/gnome-contacts/gnome-contacts-42.0-r1.ebuild
36 +++ b/gnome-extra/gnome-contacts/gnome-contacts-42.0-r1.ebuild
37 @@ -1,10 +1,9 @@
38 -# Copyright 1999-2022 Gentoo Authors
39 +# Copyright 1999-2023 Gentoo Authors
40 # Distributed under the terms of the GNU General Public License v2
41
42 EAPI=8
43 -PYTHON_COMPAT=( python3_{8..10} )
44 -VALA_MIN_API_VERSION="0.54"
45
46 +PYTHON_COMPAT=( python3_{8..10} )
47 inherit gnome.org gnome2-utils meson python-any-r1 vala xdg
48
49 DESCRIPTION="GNOME contact management application"