From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 622D4138350 for ; Wed, 26 Feb 2020 12:06:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA7B6E08D3; Wed, 26 Feb 2020 12:06:12 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 89399E08D3 for ; Wed, 26 Feb 2020 12:06:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1851434EEEE for ; Wed, 26 Feb 2020 12:06:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 82FD810B for ; Wed, 26 Feb 2020 12:06:08 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1582718651.a7b0089ed7bc675ecba44539552946942bee0b0d.grobian@gentoo> Subject: [gentoo-commits] repo/proj/prefix:master commit in: dev-libs/glib/ X-VCS-Repository: repo/proj/prefix X-VCS-Files: dev-libs/glib/glib-2.50.2.ebuild dev-libs/glib/glib-2.52.3.ebuild dev-libs/glib/glib-2.56.2.ebuild X-VCS-Directories: dev-libs/glib/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: a7b0089ed7bc675ecba44539552946942bee0b0d X-VCS-Branch: master Date: Wed, 26 Feb 2020 12:06:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 012ced95-04b1-47e1-8b02-266770eb5160 X-Archives-Hash: 37f4d91c2e75298a513dd67cd6b163f4 commit: a7b0089ed7bc675ecba44539552946942bee0b0d Author: Fabian Groffen gentoo org> AuthorDate: Wed Feb 26 12:04:11 2020 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Wed Feb 26 12:04:11 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=a7b0089e dev-libs/glib: drop epunt_cxx Package-Manager: Portage-2.3.84-prefix, Repoman-2.3.20 Signed-off-by: Fabian Groffen gentoo.org> dev-libs/glib/glib-2.50.2.ebuild | 4 +--- dev-libs/glib/glib-2.52.3.ebuild | 6 ++---- dev-libs/glib/glib-2.56.2.ebuild | 5 ++--- 3 files changed, 5 insertions(+), 10 deletions(-) diff --git a/dev-libs/glib/glib-2.50.2.ebuild b/dev-libs/glib/glib-2.50.2.ebuild index 92de7eb640..e6d26981a0 100644 --- a/dev-libs/glib/glib-2.50.2.ebuild +++ b/dev-libs/glib/glib-2.50.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -161,8 +161,6 @@ src_prepare() { eautoreconf gnome2_src_prepare - - epunt_cxx } multilib_src_configure() { diff --git a/dev-libs/glib/glib-2.52.3.ebuild b/dev-libs/glib/glib-2.52.3.ebuild index 29b94af7ff..b650356604 100644 --- a/dev-libs/glib/glib-2.52.3.ebuild +++ b/dev-libs/glib/glib-2.52.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Until bug #537330 glib is a reverse dependency of pkgconfig and, then @@ -11,7 +11,7 @@ PYTHON_COMPAT=( python2_7 ) # pkg-config GNOME2_LA_PUNT="yes" -inherit autotools bash-completion-r1 epunt-cxx flag-o-matic gnome2 libtool linux-info \ +inherit autotools bash-completion-r1 flag-o-matic gnome2 libtool linux-info \ multilib multilib-minimal pax-utils python-r1 toolchain-funcs versionator virtualx DESCRIPTION="The GLib library of C routines" @@ -163,8 +163,6 @@ src_prepare() { eautoreconf gnome2_src_prepare - - epunt_cxx } multilib_src_configure() { diff --git a/dev-libs/glib/glib-2.56.2.ebuild b/dev-libs/glib/glib-2.56.2.ebuild index 9b685289c1..a15483a56d 100644 --- a/dev-libs/glib/glib-2.56.2.ebuild +++ b/dev-libs/glib/glib-2.56.2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} ) GNOME2_EAUTORECONF=yes -inherit autotools bash-completion-r1 epunt-cxx flag-o-matic gnome2 libtool linux-info \ +inherit autotools bash-completion-r1 flag-o-matic gnome2 libtool linux-info \ multilib multilib-minimal pax-utils python-any-r1 toolchain-funcs virtualx # Until bug #537330 glib is a reverse dependency of pkgconfig and, then @@ -157,7 +157,6 @@ src_prepare() { fi gnome2_src_prepare - epunt_cxx } multilib_src_configure() {