public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/log4cplus/
Date: Fri, 12 Jan 2018 23:00:20 +0000 (UTC)	[thread overview]
Message-ID: <1515798012.9eea36bc497a1c78db4523f6f6b997fce150aea4.asturm@gentoo> (raw)

commit:     9eea36bc497a1c78db4523f6f6b997fce150aea4
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 12 22:59:45 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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 @@
 		<flag name="iconv">Use inconv for wchar_t &lt;-&gt; char conversions. See also log4cplus's unicode.txt documentation</flag>
 	</use>
 	<upstream>
+		<remote-id type="github">log4cplus/log4cplus</remote-id>
 		<remote-id type="sourceforge">log4cplus</remote-id>
 	</upstream>
 </pkgmetadata>


             reply	other threads:[~2018-01-12 23:00 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-12 23:00 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-04-19 10:38 [gentoo-commits] repo/gentoo:master commit in: dev-libs/log4cplus/ Sam James
2023-09-04 21:24 Andreas Sturmlechner
2022-04-17 19:00 Sam James
2022-02-28  7:06 Yixun Lan
2022-01-27  9:30 David Seifert
2021-12-05  4:45 Sam James
2021-08-10  0:24 Sam James
2021-08-01 18:27 Sam James
2021-07-05 17:22 Dennis Lamm
2021-01-25 14:16 Sam James
2020-12-21 18:07 Sam James
2020-10-15 15:58 Sam James
2018-05-26 12:23 David Seifert
2018-03-30 16:04 Aaron Bauman
2018-01-14 12:35 Andreas Sturmlechner
2016-09-18  0:40 David Seifert
2016-09-18  0:40 David Seifert
2016-09-18  0:40 David Seifert
2016-07-08 17:58 Austin English
2016-07-04 18:44 Christian Ruppert

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1515798012.9eea36bc497a1c78db4523f6f6b997fce150aea4.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox