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 AC2D1138330 for ; Fri, 12 Jan 2018 23:00:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB70CE0967; Fri, 12 Jan 2018 23:00:23 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 C6E0FE0967 for ; Fri, 12 Jan 2018 23:00:23 +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 AF198335C0C for ; Fri, 12 Jan 2018 23:00:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F34FF1CA for ; Fri, 12 Jan 2018 23:00:20 +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: <1515798012.9eea36bc497a1c78db4523f6f6b997fce150aea4.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/log4cplus/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/log4cplus/log4cplus-1.2.0.ebuild dev-libs/log4cplus/metadata.xml X-VCS-Directories: dev-libs/log4cplus/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9eea36bc497a1c78db4523f6f6b997fce150aea4 X-VCS-Branch: master Date: Fri, 12 Jan 2018 23:00:20 +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: 26802b19-ad80-4eff-b6ed-1085d31094b4 X-Archives-Hash: 558e4a468b6735168bd04d65197b6ea4 commit: 9eea36bc497a1c78db4523f6f6b997fce150aea4 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Jan 12 22:59:45 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Jan 12 23:00:12 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9eea36bc dev-libs/log4cplus: Switch to Qt5 Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-libs/log4cplus/log4cplus-1.2.0.ebuild | 23 +++++++++++++---------- dev-libs/log4cplus/metadata.xml | 1 + 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/dev-libs/log4cplus/log4cplus-1.2.0.ebuild b/dev-libs/log4cplus/log4cplus-1.2.0.ebuild index 20d7a853314..2ba2caac6fc 100644 --- a/dev-libs/log4cplus/log4cplus-1.2.0.ebuild +++ b/dev-libs/log4cplus/log4cplus-1.2.0.ebuild @@ -1,33 +1,36 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 DESCRIPTION="C++ port of the Log for Java (log4j) logging library" -HOMEPAGE="http://log4cplus.sourceforge.net/" +HOMEPAGE="http://log4cplus.sourceforge.net/ https://github.com/log4cplus/log4cplus" SRC_URI="mirror://sourceforge/project/${PN}/${PN}-stable/${PV}/${P}.tar.bz2" LICENSE="|| ( Apache-2.0 BSD-2 )" SLOT="0/1.2-5" KEYWORDS="~amd64 ~x86" -IUSE="iconv qt4 threads working-locale working-c-locale" +IUSE="iconv qt5 threads working-locale working-c-locale" REQUIRED_USE="?? ( iconv working-locale working-c-locale )" -RDEPEND="iconv? ( virtual/libiconv ) - qt4? ( dev-qt/qtcore:4 )" -DEPEND="virtual/pkgconfig - ${RDEPEND}" +RDEPEND=" + iconv? ( virtual/libiconv ) + qt5? ( dev-qt/qtcore:5 ) +" +DEPEND="${RDEPEND} + virtual/pkgconfig +" PATCHES=( "${FILESDIR}/${PN}-1.2.0-fix-c++14.patch" ) src_configure() { econf \ --disable-static \ - $(use_enable threads) \ $(use_with iconv) \ + $(use_with qt5) \ + $(use_enable threads) \ $(use_with working-locale) \ - $(use_with working-c-locale) \ - $(use_with qt4 qt) + $(use_with working-c-locale) } src_test() { diff --git a/dev-libs/log4cplus/metadata.xml b/dev-libs/log4cplus/metadata.xml index 99ab0fff8a6..ccbce42becd 100644 --- a/dev-libs/log4cplus/metadata.xml +++ b/dev-libs/log4cplus/metadata.xml @@ -8,6 +8,7 @@ Use inconv for wchar_t <-> char conversions. See also log4cplus's unicode.txt documentation + log4cplus/log4cplus log4cplus