Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: dev-libs/gobject-introspection/
Date: Mon, 10 Sep 2018 21:34:03
Message-Id: 1536571430.4b67a514ff784e683f0844600cb8932800b028e6.eva@gentoo
1 commit: 4b67a514ff784e683f0844600cb8932800b028e6
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 10 09:23:50 2018 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 10 09:23:50 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=4b67a514
7
8 dev-libs/gobject-introspection: synchronize live ebuild
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.10
11 Manifest-Sign-Key: 0x5A56C8CD0C13248A
12
13 .../gobject-introspection-9999.ebuild | 14 ++++++--------
14 1 file changed, 6 insertions(+), 8 deletions(-)
15
16 diff --git a/dev-libs/gobject-introspection/gobject-introspection-9999.ebuild b/dev-libs/gobject-introspection/gobject-introspection-9999.ebuild
17 index 89c799e8..731dcdb1 100644
18 --- a/dev-libs/gobject-introspection/gobject-introspection-9999.ebuild
19 +++ b/dev-libs/gobject-introspection/gobject-introspection-9999.ebuild
20 @@ -1,12 +1,11 @@
21 # Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI="5"
25 -GCONF_DEBUG="no"
26 -PYTHON_COMPAT=( python2_7 )
27 +EAPI=6
28 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} )
29 PYTHON_REQ_USE="xml"
30
31 -inherit gnome2 python-single-r1 toolchain-funcs versionator
32 +inherit eapi7-ver gnome2 python-single-r1 toolchain-funcs
33 if [[ ${PV} = 9999 ]]; then
34 inherit gnome2-live
35 fi
36 @@ -25,15 +24,15 @@ if [[ ${PV} = 9999 ]]; then
37 KEYWORDS=""
38 IUSE="${IUSE} doc"
39 else
40 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
41 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
42 fi
43
44 # virtual/pkgconfig needed at runtime, bug #505408
45 -# We force glib and goi to be in sync by this way as explained in bug #518424
46 +# We force glib and g-i to be in sync by this way as explained in bug #518424
47 RDEPEND="
48 >=dev-libs/gobject-introspection-common-${PV}
49 >=dev-libs/glib-9999:2
50 - doctool? ( dev-python/mako )
51 + doctool? ( dev-python/mako[${PYTHON_USEDEP}] )
52 virtual/libffi:=
53 virtual/pkgconfig
54 !<dev-lang/vala-0.20.0
55 @@ -76,7 +75,6 @@ src_configure() {
56 }
57
58 src_install() {
59 - DOCS="AUTHORS CONTRIBUTORS ChangeLog NEWS README TODO"
60 gnome2_src_install
61
62 # Prevent collision with gobject-introspection-common