From: "Dennis Lamm" <expeditioneer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/log4cplus/
Date: Mon, 5 Jul 2021 17:22:10 +0000 (UTC) [thread overview]
Message-ID: <1625505717.38e9acf5a07e0c3f31fbdc9e6c37f816b34576c4.expeditioneer@gentoo> (raw)
commit: 38e9acf5a07e0c3f31fbdc9e6c37f816b34576c4
Author: Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 4 17:59:33 2021 +0000
Commit: Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
CommitDate: Mon Jul 5 17:21:57 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38e9acf5
dev-libs/log4cplus: version bump to 2.0.6
Signed-off-by: Dennis Lamm <expeditioneer <AT> gentoo.org>
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Closes: https://github.com/gentoo/gentoo/pull/21529
Signed-off-by: Dennis Lamm <expeditioneer <AT> gentoo.org>
dev-libs/log4cplus/Manifest | 1 +
dev-libs/log4cplus/log4cplus-2.0.6.ebuild | 37 +++++++++++++++++++++++++++++++
dev-libs/log4cplus/metadata.xml | 8 ++++++-
3 files changed, 45 insertions(+), 1 deletion(-)
diff --git a/dev-libs/log4cplus/Manifest b/dev-libs/log4cplus/Manifest
index 3384710de4a..a79d450f677 100644
--- a/dev-libs/log4cplus/Manifest
+++ b/dev-libs/log4cplus/Manifest
@@ -1 +1,2 @@
DIST log4cplus-1.2.0.tar.bz2 629119 BLAKE2B f1b4629f7b6184b3f34f9d702c17487e113548cba46f5a25bb0f4972d7f3ce207310b25c94abea8cc1360591f7d0ac3d466075e584f25ce1968fee9d5b5c543a SHA512 2c3f16645051a230f9ec9a6ac689421efc4b51d5f40cb772e552bd199d2ad13c39d7e577cc63d51617555941412da166a6cda8861ee219154a953d9926aae626
+DIST log4cplus-2.0.6.tar.bz2 1197177 BLAKE2B cb2d4635b109690a81f2e228d48424a67addfccec6f5c6a1ef0e91b8f4ee24d41ba690e812d812a157688e2399ffefc0574111b7c6b38ce3551c11632acf76e9 SHA512 9dbbcff18fb50e7dd1a43076deb1be7d00343fc7ba590ef45a8098b544cb8421262f21fb9f319a570adac59b93960fceb2748e04902a39a8a90903b650de8cfd
diff --git a/dev-libs/log4cplus/log4cplus-2.0.6.ebuild b/dev-libs/log4cplus/log4cplus-2.0.6.ebuild
new file mode 100644
index 00000000000..f299c1896ce
--- /dev/null
+++ b/dev-libs/log4cplus/log4cplus-2.0.6.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="C++ port of the Log for Java (log4j) logging library"
+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/3"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+
+IUSE="explicit-initialization iconv qt5 server test threads"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ iconv? ( virtual/libiconv )
+ qt5? ( dev-qt/qtcore:5 )"
+
+DEPEND="${RDEPEND}"
+
+src_configure() {
+ local mycmakeargs=(
+ -DLOG4CPLUS_BUILD_LOGGINGSERVER=$(usex server)
+ -DWITH_UNIT_TESTS=$(usex test)
+ -DLOG4CPLUS_BUILD_TESTING=$(usex test)
+ -DLOG4CPLUS_ENABLE_THREAD_POOL=$(usex threads)
+ -DLOG4CPLUS_REQUIRE_EXPLICIT_INITIALIZATION=$(usex explicit-initialization)
+ -DWITH_ICONV=$(usex iconv)
+ -DLOG4CPLUS_QT5=$(usex qt5)
+ )
+
+ cmake_src_configure
+}
diff --git a/dev-libs/log4cplus/metadata.xml b/dev-libs/log4cplus/metadata.xml
index ccbce42becd..3505ffac382 100644
--- a/dev-libs/log4cplus/metadata.xml
+++ b/dev-libs/log4cplus/metadata.xml
@@ -3,11 +3,17 @@
<pkgmetadata>
<!-- maintainer-needed -->
<use>
+ <flag name="explicit-initialization">Require explicit initialization</flag>
+ <flag name="iconv">Use inconv for wchar_t <-> char conversions. See also log4cplus's unicode.txt documentation</flag>
+ <flag name="server">Build the logging server</flag>
<flag name="working-locale">Use C++'s std::locale for wchar_t <-> char conversions. See also log4cplus's unicode.txt documentation</flag>
<flag name="working-c-locale">Use the C99 locale facilities for wchar_t <-> char conversions. See also log4cplus's unicode.txt documentation </flag>
- <flag name="iconv">Use inconv for wchar_t <-> char conversions. See also log4cplus's unicode.txt documentation</flag>
</use>
+ <slots>
+ <subslots>soname major version number</subslots>
+ </slots>
<upstream>
+ <bugs-to>https://github.com/log4cplus/log4cplus/issues</bugs-to>
<remote-id type="github">log4cplus/log4cplus</remote-id>
<remote-id type="sourceforge">log4cplus</remote-id>
</upstream>
next reply other threads:[~2021-07-05 17:22 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-05 17:22 Dennis Lamm [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-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
2018-01-12 23:00 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=1625505717.38e9acf5a07e0c3f31fbdc9e6c37f816b34576c4.expeditioneer@gentoo \
--to=expeditioneer@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