Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/gnome-todo/
Date: Tue, 28 Jun 2022 10:19:24
Message-Id: 1656411518.343408d1d8e5725f54b5ec6bc8617299e3b4ccaf.soap@gentoo
1 commit: 343408d1d8e5725f54b5ec6bc8617299e3b4ccaf
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 28 10:18:38 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 28 10:18:38 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=343408d1
7
8 app-office/gnome-todo: update EAPI 6 -> 8
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 ...nome-todo-3.28.1-r1.ebuild => gnome-todo-3.28.1-r2.ebuild} | 11 +++++++----
13 1 file changed, 7 insertions(+), 4 deletions(-)
14
15 diff --git a/app-office/gnome-todo/gnome-todo-3.28.1-r1.ebuild b/app-office/gnome-todo/gnome-todo-3.28.1-r2.ebuild
16 similarity index 93%
17 rename from app-office/gnome-todo/gnome-todo-3.28.1-r1.ebuild
18 rename to app-office/gnome-todo/gnome-todo-3.28.1-r2.ebuild
19 index 038776ea1954..9a33b3fd557f 100644
20 --- a/app-office/gnome-todo/gnome-todo-3.28.1-r1.ebuild
21 +++ b/app-office/gnome-todo/gnome-todo-3.28.1-r2.ebuild
22 @@ -1,7 +1,7 @@
23 # Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 -EAPI=6
27 +EAPI=8
28
29 inherit gnome.org gnome2-utils meson xdg
30
31 @@ -23,11 +23,14 @@ RDEPEND="
32 dev-libs/json-glib
33 introspection? ( >=dev-libs/gobject-introspection-1.42:= )
34 "
35 -DEPEND="${RDEPEND}
36 +DEPEND="${RDEPEND}"
37 +BDEPEND="
38 dev-libs/libxml2:2
39 dev-util/glib-utils
40 - gtk-doc? ( dev-util/gtk-doc
41 - app-text/docbook-xml-dtd:4.3 )
42 + gtk-doc? (
43 + dev-util/gtk-doc
44 + app-text/docbook-xml-dtd:4.3
45 + )
46 >=sys-devel/gettext-0.19.8
47 virtual/pkgconfig
48 "