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 B23E9139084 for ; Tue, 19 Dec 2017 00:20:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9DCCFE110B; Tue, 19 Dec 2017 00:20:17 +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 827B8E110B for ; Tue, 19 Dec 2017 00:20:17 +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 2CE1F34085A for ; Tue, 19 Dec 2017 00:20:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 81F67AE7F for ; Tue, 19 Dec 2017 00:20:06 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1513642736.d06bb563d4cae5dabbc6ba71b1841b9ba8553247.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/phonon/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/phonon/phonon-4.9.1-r1.ebuild media-libs/phonon/phonon-9999.ebuild X-VCS-Directories: media-libs/phonon/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d06bb563d4cae5dabbc6ba71b1841b9ba8553247 X-VCS-Branch: master Date: Tue, 19 Dec 2017 00:20:06 +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-Archives-Salt: 6ff348ca-8ce1-4687-95b7-3d4bf3667ff4 X-Archives-Hash: 3a57f5e7bf68426ab33e23c36bd57644 commit: d06bb563d4cae5dabbc6ba71b1841b9ba8553247 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Dec 18 22:23:09 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Dec 19 00:18:56 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d06bb563 media-libs/phonon: Drop obsolete pkg_setup Older GCC versions are masked now. Package-Manager: Portage-2.3.19, Repoman-2.3.6 media-libs/phonon/phonon-4.9.1-r1.ebuild | 8 -------- media-libs/phonon/phonon-9999.ebuild | 8 -------- 2 files changed, 16 deletions(-) diff --git a/media-libs/phonon/phonon-4.9.1-r1.ebuild b/media-libs/phonon/phonon-4.9.1-r1.ebuild index c7057d37691..8cf0541b4fe 100644 --- a/media-libs/phonon/phonon-4.9.1-r1.ebuild +++ b/media-libs/phonon/phonon-4.9.1-r1.ebuild @@ -53,14 +53,6 @@ PDEPEND=" PATCHES=( "${FILESDIR}/${PN}-4.7.0-plugin-install.patch" ) -pkg_setup() { - if use qt4 && [[ $(gcc-major-version) -lt 5 ]] ; then - ewarn "A GCC version older than 5 was detected. There may be trouble. See also Gentoo bug #595618" - fi - - MULTIBUILD_VARIANTS=( $(usev qt4) $(usev qt5) ) -} - multilib_src_configure() { local mycmakeargs=( -DPHONON_BUILD_DESIGNER_PLUGIN=$(usex designer) diff --git a/media-libs/phonon/phonon-9999.ebuild b/media-libs/phonon/phonon-9999.ebuild index 838ebcade94..72b330e232c 100644 --- a/media-libs/phonon/phonon-9999.ebuild +++ b/media-libs/phonon/phonon-9999.ebuild @@ -49,14 +49,6 @@ PDEPEND=" PATCHES=( "${FILESDIR}/${PN}-4.7.0-plugin-install.patch" ) -pkg_setup() { - if use qt4 && [[ $(gcc-major-version) -lt 5 ]] ; then - ewarn "A GCC version older than 5 was detected. There may be trouble. See also Gentoo bug #595618" - fi - - MULTIBUILD_VARIANTS=( $(usev qt4) qt5 ) -} - multilib_src_configure() { local mycmakeargs=( -DPHONON_BUILD_DESIGNER_PLUGIN=$(usex designer)