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 49DD0138350 for ; Sat, 2 May 2020 11:35:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C6BAE0938; Sat, 2 May 2020 11:35:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 01CC4E0938 for ; Sat, 2 May 2020 11:35:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 0903434F0AE for ; Sat, 2 May 2020 11:35:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2A27F201 for ; Sat, 2 May 2020 11:29:12 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1588418937.d2af867a611a14ecf73cb5821847180d05f43412.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/avahi/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/avahi/avahi-0.7-r2.ebuild net-dns/avahi/avahi-0.7-r4.ebuild net-dns/avahi/avahi-0.7-r5.ebuild net-dns/avahi/avahi-0.8-r2.ebuild X-VCS-Directories: net-dns/avahi/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: d2af867a611a14ecf73cb5821847180d05f43412 X-VCS-Branch: master Date: Sat, 2 May 2020 11:29:12 +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: 3f8586f6-9831-4b95-bb8a-f13887766997 X-Archives-Hash: 45d881af18e60bf7a3d72b2b11a725b7 commit: d2af867a611a14ecf73cb5821847180d05f43412 Author: Ulrich Müller gentoo org> AuthorDate: Sat May 2 11:23:16 2020 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat May 2 11:28:57 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2af867a net-dns/avahi: Remove SuperH conditionals. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Ulrich Müller gentoo.org> net-dns/avahi/avahi-0.7-r2.ebuild | 1 - net-dns/avahi/avahi-0.7-r4.ebuild | 3 +-- net-dns/avahi/avahi-0.7-r5.ebuild | 7 ------- net-dns/avahi/avahi-0.8-r2.ebuild | 7 ------- 4 files changed, 1 insertion(+), 17 deletions(-) diff --git a/net-dns/avahi/avahi-0.7-r2.ebuild b/net-dns/avahi/avahi-0.7-r2.ebuild index 90fbd6a1d88..82887ed35e7 100644 --- a/net-dns/avahi/avahi-0.7-r2.ebuild +++ b/net-dns/avahi/avahi-0.7-r2.ebuild @@ -113,7 +113,6 @@ src_prepare() { src_configure() { # those steps should be done once-per-ebuild rather than per-ABI - use sh && replace-flags -O? -O0 use python && python_setup multilib-minimal_src_configure diff --git a/net-dns/avahi/avahi-0.7-r4.ebuild b/net-dns/avahi/avahi-0.7-r4.ebuild index 04519109486..859083f44e0 100644 --- a/net-dns/avahi/avahi-0.7-r4.ebuild +++ b/net-dns/avahi/avahi-0.7-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -107,7 +107,6 @@ src_prepare() { src_configure() { # those steps should be done once-per-ebuild rather than per-ABI - use sh && replace-flags -O? -O0 use python && python_setup multilib-minimal_src_configure diff --git a/net-dns/avahi/avahi-0.7-r5.ebuild b/net-dns/avahi/avahi-0.7-r5.ebuild index 550cf31f381..52fc47208af 100644 --- a/net-dns/avahi/avahi-0.7-r5.ebuild +++ b/net-dns/avahi/avahi-0.7-r5.ebuild @@ -107,13 +107,6 @@ src_prepare() { multilib_copy_sources } -src_configure() { - # those steps should be done once-per-ebuild rather than per-ABI - use sh && replace-flags -O? -O0 - - multilib-minimal_src_configure -} - multilib_src_configure() { local myconf=( --disable-monodoc diff --git a/net-dns/avahi/avahi-0.8-r2.ebuild b/net-dns/avahi/avahi-0.8-r2.ebuild index f08e3f2fba2..1f6f87be06d 100644 --- a/net-dns/avahi/avahi-0.8-r2.ebuild +++ b/net-dns/avahi/avahi-0.8-r2.ebuild @@ -108,13 +108,6 @@ src_prepare() { multilib_copy_sources } -src_configure() { - # those steps should be done once-per-ebuild rather than per-ABI - use sh && replace-flags -O? -O0 - - multilib-minimal_src_configure -} - multilib_src_configure() { local myconf=( --disable-monodoc