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-libs/libzapojit/
Date: Sat, 29 Jan 2022 12:16:36
Message-Id: 1643458562.6ecd28b10c8cf72f3f951bd9df1f5754daec7d9c.soap@gentoo
1 commit: 6ecd28b10c8cf72f3f951bd9df1f5754daec7d9c
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 29 12:16:02 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 29 12:16:02 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ecd28b1
7
8 net-libs/libzapojit: update EAPI 5 -> 8
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 .../{libzapojit-0.0.3.ebuild => libzapojit-0.0.3-r1.ebuild} | 11 +++++------
13 1 file changed, 5 insertions(+), 6 deletions(-)
14
15 diff --git a/net-libs/libzapojit/libzapojit-0.0.3.ebuild b/net-libs/libzapojit/libzapojit-0.0.3-r1.ebuild
16 similarity index 87%
17 rename from net-libs/libzapojit/libzapojit-0.0.3.ebuild
18 rename to net-libs/libzapojit/libzapojit-0.0.3-r1.ebuild
19 index d10dc3b24c72..fba7e8314bc6 100644
20 --- a/net-libs/libzapojit/libzapojit-0.0.3.ebuild
21 +++ b/net-libs/libzapojit/libzapojit-0.0.3-r1.ebuild
22 @@ -1,8 +1,7 @@
23 -# Copyright 1999-2021 Gentoo Authors
24 +# Copyright 1999-2022 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 -EAPI="5"
28 -GCONF_DEBUG="no"
29 +EAPI=8
30
31 inherit gnome2
32
33 @@ -11,8 +10,8 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libzapojit"
34
35 LICENSE="LGPL-2.1"
36 SLOT="0"
37 -IUSE="+introspection"
38 KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~sparc x86"
39 +IUSE="+introspection"
40
41 RDEPEND="
42 >=dev-libs/glib-2.28:2
43 @@ -23,7 +22,8 @@ RDEPEND="
44
45 introspection? ( >=dev-libs/gobject-introspection-1.30.0 )
46 "
47 -DEPEND="${RDEPEND}
48 +DEPEND="${RDEPEND}"
49 +BDEPEND="
50 >=dev-util/gtk-doc-am-1.11
51 >=dev-util/intltool-0.35.0
52 sys-devel/gettext
53 @@ -34,6 +34,5 @@ DEPEND="${RDEPEND}
54
55 src_configure() {
56 gnome2_src_configure \
57 - --disable-static \
58 $(use_enable introspection)
59 }