Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/prefix:master commit in: dev-libs/glib/
Date: Wed, 26 Feb 2020 12:06:14
Message-Id: 1582718651.a7b0089ed7bc675ecba44539552946942bee0b0d.grobian@gentoo
1 commit: a7b0089ed7bc675ecba44539552946942bee0b0d
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 26 12:04:11 2020 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 26 12:04:11 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=a7b0089e
7
8 dev-libs/glib: drop epunt_cxx
9
10 Package-Manager: Portage-2.3.84-prefix, Repoman-2.3.20
11 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
12
13 dev-libs/glib/glib-2.50.2.ebuild | 4 +---
14 dev-libs/glib/glib-2.52.3.ebuild | 6 ++----
15 dev-libs/glib/glib-2.56.2.ebuild | 5 ++---
16 3 files changed, 5 insertions(+), 10 deletions(-)
17
18 diff --git a/dev-libs/glib/glib-2.50.2.ebuild b/dev-libs/glib/glib-2.50.2.ebuild
19 index 92de7eb640..e6d26981a0 100644
20 --- a/dev-libs/glib/glib-2.50.2.ebuild
21 +++ b/dev-libs/glib/glib-2.50.2.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2017 Gentoo Foundation
24 +# Copyright 1999-2020 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26 # $Id$
27
28 @@ -161,8 +161,6 @@ src_prepare() {
29 eautoreconf
30
31 gnome2_src_prepare
32 -
33 - epunt_cxx
34 }
35
36 multilib_src_configure() {
37
38 diff --git a/dev-libs/glib/glib-2.52.3.ebuild b/dev-libs/glib/glib-2.52.3.ebuild
39 index 29b94af7ff..b650356604 100644
40 --- a/dev-libs/glib/glib-2.52.3.ebuild
41 +++ b/dev-libs/glib/glib-2.52.3.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2017 Gentoo Foundation
44 +# Copyright 1999-2020 Gentoo Authors
45 # Distributed under the terms of the GNU General Public License v2
46
47 # Until bug #537330 glib is a reverse dependency of pkgconfig and, then
48 @@ -11,7 +11,7 @@ PYTHON_COMPAT=( python2_7 )
49 # pkg-config
50 GNOME2_LA_PUNT="yes"
51
52 -inherit autotools bash-completion-r1 epunt-cxx flag-o-matic gnome2 libtool linux-info \
53 +inherit autotools bash-completion-r1 flag-o-matic gnome2 libtool linux-info \
54 multilib multilib-minimal pax-utils python-r1 toolchain-funcs versionator virtualx
55
56 DESCRIPTION="The GLib library of C routines"
57 @@ -163,8 +163,6 @@ src_prepare() {
58 eautoreconf
59
60 gnome2_src_prepare
61 -
62 - epunt_cxx
63 }
64
65 multilib_src_configure() {
66
67 diff --git a/dev-libs/glib/glib-2.56.2.ebuild b/dev-libs/glib/glib-2.56.2.ebuild
68 index 9b685289c1..a15483a56d 100644
69 --- a/dev-libs/glib/glib-2.56.2.ebuild
70 +++ b/dev-libs/glib/glib-2.56.2.ebuild
71 @@ -1,11 +1,11 @@
72 -# Copyright 1999-2019 Gentoo Authors
73 +# Copyright 1999-2020 Gentoo Authors
74 # Distributed under the terms of the GNU General Public License v2
75
76 EAPI=6
77 PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
78 GNOME2_EAUTORECONF=yes
79
80 -inherit autotools bash-completion-r1 epunt-cxx flag-o-matic gnome2 libtool linux-info \
81 +inherit autotools bash-completion-r1 flag-o-matic gnome2 libtool linux-info \
82 multilib multilib-minimal pax-utils python-any-r1 toolchain-funcs virtualx
83
84 # Until bug #537330 glib is a reverse dependency of pkgconfig and, then
85 @@ -157,7 +157,6 @@ src_prepare() {
86 fi
87
88 gnome2_src_prepare
89 - epunt_cxx
90 }
91
92 multilib_src_configure() {