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 361951382C5 for ; Sat, 17 Mar 2018 09:51:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E9A4E07EA; Sat, 17 Mar 2018 09:51:22 +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 07AC2E07EA for ; Sat, 17 Mar 2018 09:51:21 +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 46B09335C7F for ; Sat, 17 Mar 2018 09:51:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F37B0232 for ; Sat, 17 Mar 2018 09:51:17 +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: <1521280267.5c873cfb18e9c680bbff83d6cc35a724fa4b75d2.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/mico/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/mico/mico-9999.ebuild X-VCS-Directories: net-misc/mico/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 5c873cfb18e9c680bbff83d6cc35a724fa4b75d2 X-VCS-Branch: master Date: Sat, 17 Mar 2018 09:51:17 +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: 4e97dd6d-0b08-4f0a-8434-7fcf0c0b28e1 X-Archives-Hash: facfdd4fc3dd24e40a532e80a0b228fa commit: 5c873cfb18e9c680bbff83d6cc35a724fa4b75d2 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Mar 17 09:50:49 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Mar 17 09:51:07 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c873cfb net-misc/mico: Drop USE=qt4 from live ebuild as well Package-Manager: Portage-2.3.24, Repoman-2.3.6 net-misc/mico/mico-9999.ebuild | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/net-misc/mico/mico-9999.ebuild b/net-misc/mico/mico-9999.ebuild index 7012727c9d6..a103d157da6 100644 --- a/net-misc/mico/mico-9999.ebuild +++ b/net-misc/mico/mico-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -27,7 +27,7 @@ HOMEPAGE="http://www.mico.org/" LICENSE="GPL-2 LGPL-2" SLOT="0" KEYWORDS="" -IUSE="gtk postgres qt4 ssl tcl threads X" +IUSE="gtk postgres ssl tcl threads X" RESTRICT="test" #298101 # doesn't compile: @@ -36,7 +36,6 @@ RESTRICT="test" #298101 RDEPEND=" gtk? ( x11-libs/gtk+:2 ) postgres? ( dev-db/postgresql:* ) - qt4? ( dev-qt/qtgui:4[qt3support] ) ssl? ( dev-libs/openssl:* ) tcl? ( dev-lang/tcl:0 ) X? ( x11-libs/libXt ) @@ -65,11 +64,6 @@ src_prepare() { # This assumes that the compiler (or -wrapper) uses # gcc flag '-mminimal-toc' for compilation. sed -i -e 's/,-bbigtoc//' "${S}"/configure || die - - if use qt4; then - sed -i -e "s, -lqt\", $(pkg-config --libs Qt3Support)\"," configure || - die "cannot update to use Qt3Support of qt4" - fi } src_configure() { @@ -84,9 +78,6 @@ src_configure() { # to disable openssl utilization seems to override the configure check. use ssl || export ac_cv_lib_ssl_open=no - # CFLAGS aren't used when checking for , but CPPFLAGS are. - use qt4 && append-cppflags $(pkg-config --cflags Qt3Support) - local myconf= myconf() { myconf="${myconf} $*" @@ -99,7 +90,6 @@ src_configure() { # the value needs to be empty instead. # This applies to: pgsql, qt, tcl, bluetooth. myconf --with-pgsql=$(use postgres && echo "${EPREFIX}"/usr) - myconf --with-qt=$( use qt4 && echo "${EPREFIX}"/usr) myconf --with-tcl=$( use tcl && echo "${EPREFIX}"/usr) # bluetooth and wireless both don't compile cleanly myconf --with-bluetooth=''