Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/dino/
Date: Sun, 01 Jan 2023 14:48:41
Message-Id: 1672584476.b6bbb6e0c16e0c32e67870b82770760ccd97e013.soap@gentoo
1 commit: b6bbb6e0c16e0c32e67870b82770760ccd97e013
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 1 14:47:56 2023 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 1 14:47:56 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6bbb6e0
7
8 net-im/dino: remove stale VALA_MIN_API_VERSION
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 net-im/dino/dino-0.2.1-r1.ebuild | 3 +--
13 net-im/dino/dino-0.3.0.ebuild | 3 +--
14 net-im/dino/dino-9999.ebuild | 3 +--
15 3 files changed, 3 insertions(+), 6 deletions(-)
16
17 diff --git a/net-im/dino/dino-0.2.1-r1.ebuild b/net-im/dino/dino-0.2.1-r1.ebuild
18 index 4a660b77b34b..cf654bee3386 100644
19 --- a/net-im/dino/dino-0.2.1-r1.ebuild
20 +++ b/net-im/dino/dino-0.2.1-r1.ebuild
21 @@ -1,10 +1,9 @@
22 -# Copyright 1999-2022 Gentoo Authors
23 +# Copyright 1999-2023 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27
28 CMAKE_MAKEFILE_GENERATOR="ninja"
29 -VALA_MIN_API_VERSION="0.34"
30 inherit cmake vala xdg
31
32 DESCRIPTION="Modern Jabber/XMPP Client using GTK+/Vala"
33
34 diff --git a/net-im/dino/dino-0.3.0.ebuild b/net-im/dino/dino-0.3.0.ebuild
35 index 096c50a08a58..cb7d67078164 100644
36 --- a/net-im/dino/dino-0.3.0.ebuild
37 +++ b/net-im/dino/dino-0.3.0.ebuild
38 @@ -1,10 +1,9 @@
39 -# Copyright 1999-2022 Gentoo Authors
40 +# Copyright 1999-2023 Gentoo Authors
41 # Distributed under the terms of the GNU General Public License v2
42
43 EAPI=7
44
45 CMAKE_MAKEFILE_GENERATOR="ninja"
46 -VALA_MIN_API_VERSION="0.34"
47 inherit cmake vala xdg readme.gentoo-r1
48
49 DESCRIPTION="Modern Jabber/XMPP Client using GTK+/Vala"
50
51 diff --git a/net-im/dino/dino-9999.ebuild b/net-im/dino/dino-9999.ebuild
52 index dcefefcd1c83..3b9f5f130391 100644
53 --- a/net-im/dino/dino-9999.ebuild
54 +++ b/net-im/dino/dino-9999.ebuild
55 @@ -1,10 +1,9 @@
56 -# Copyright 1999-2022 Gentoo Authors
57 +# Copyright 1999-2023 Gentoo Authors
58 # Distributed under the terms of the GNU General Public License v2
59
60 EAPI=7
61
62 CMAKE_MAKEFILE_GENERATOR="ninja"
63 -VALA_MIN_API_VERSION="0.34"
64 inherit cmake vala xdg readme.gentoo-r1
65
66 DESCRIPTION="Modern Jabber/XMPP Client using GTK+/Vala"