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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7B02D15838C for ; Sun, 21 Jan 2024 04:29:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A3CEFE29B4; Sun, 21 Jan 2024 04:29:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 777CCE29B4 for ; Sun, 21 Jan 2024 04:29:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 863DD34325D for ; Sun, 21 Jan 2024 04:29:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ED5E113A0 for ; Sun, 21 Jan 2024 04:29:04 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1705811184.8790ed7ca284d11e3c0fbd5f2762f28dcac2d506.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/log4cxx/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/log4cxx/Manifest dev-libs/log4cxx/log4cxx-1.2.0.ebuild X-VCS-Directories: dev-libs/log4cxx/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8790ed7ca284d11e3c0fbd5f2762f28dcac2d506 X-VCS-Branch: master Date: Sun, 21 Jan 2024 04:29:04 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 98f235b9-8bb3-4751-9117-ce1f942416a2 X-Archives-Hash: 142d18e5c72aa90f85771c26a1fb1d7b commit: 8790ed7ca284d11e3c0fbd5f2762f28dcac2d506 Author: Christopher Fore posteo net> AuthorDate: Sat Jan 20 16:17:09 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jan 21 04:26:24 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8790ed7c dev-libs/log4cxx: add 1.2.0, security bump Removed unnecessary prepare block now that the build system handles it properly. Bug: https://bugs.gentoo.org/908115 Signed-off-by: Christopher Fore posteo.net> Closes: https://github.com/gentoo/gentoo/pull/34686 Signed-off-by: Sam James gentoo.org> dev-libs/log4cxx/Manifest | 1 + dev-libs/log4cxx/log4cxx-1.2.0.ebuild | 45 +++++++++++++++++++++++++++++++++++ 2 files changed, 46 insertions(+) diff --git a/dev-libs/log4cxx/Manifest b/dev-libs/log4cxx/Manifest index 36dd4b448efa..3edaca4bd2f9 100644 --- a/dev-libs/log4cxx/Manifest +++ b/dev-libs/log4cxx/Manifest @@ -1,2 +1,3 @@ DIST apache-log4cxx-0.11.0.tar.gz 1145075 BLAKE2B 786f3374923a5d47172bdaba7edb1725bedc766cb310b7b1237cfcc2fdd84cf2e390b47d55284ad0ce65631798e545523723090f4c0f7ab262f6cbe41a03e327 SHA512 f8aa37c9c094e7a4d6ca92dff13c032f69f1e078c51ea55e284fcb931c13256b08950af3ea6eaf7a12282240f6073e9acab19bfe217f88dbd62a5d2360f3fbdd DIST apache-log4cxx-1.0.0.tar.gz 554344 BLAKE2B 2664cdcb84c298cd9be49e98ee767f16665614435ad44e79fa4d10219f42373ba8bb3f6cfe698bd65c0565ba120b6f6e1ab7a8de8ce9a1f43e977dde80596c3a SHA512 a6b928d7b5b4fb60a67504be082f436a6d1a750b752a89df51d0660670b6c008e7376cf56c1749fd5fc17777ae8a2d957f72879c9a89487ecb0f179999dc1283 +DIST apache-log4cxx-1.2.0.tar.gz 652992 BLAKE2B b20211dfc0fc722e5b34adea9b4f6009f827f5fae467d8e0ec097c9b8915b8413494232704eb49e062b7c18f53fc9240b244c093a3d54c1964a7f7b4ba41fe00 SHA512 377234407c5f1128fbff6e5d2fcda3f53aae275962cd9207257674fa016095f4bc4ac0c318c1ba2a75f3252402cce0776c1211ffa917a60f8a89a12f01d45efb diff --git a/dev-libs/log4cxx/log4cxx-1.2.0.ebuild b/dev-libs/log4cxx/log4cxx-1.2.0.ebuild new file mode 100644 index 000000000000..dc2e7294b417 --- /dev/null +++ b/dev-libs/log4cxx/log4cxx-1.2.0.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +MY_P=apache-${P} +DESCRIPTION="Library of C++ classes for logging to files, syslog and other destinations" +HOMEPAGE="https://logging.apache.org/log4cxx/" +SRC_URI="mirror://apache/logging/${PN}/${PV}/${MY_P}.tar.gz" +S="${WORKDIR}/${MY_P}" + +LICENSE="Apache-2.0" +SLOT="0/15" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86" +IUSE="odbc smtp test" +RESTRICT="!test? ( test )" + +RDEPEND=" + dev-libs/apr:1= + dev-libs/apr-util:1= + dev-libs/libfmt:= + odbc? ( dev-db/unixODBC ) + smtp? ( net-libs/libesmtp ) +" +DEPEND="${RDEPEND}" +BDEPEND=" + app-arch/zip + test? ( + app-alternatives/gzip + app-arch/zip + ) +" + +src_configure() { + local mycmakeargs=( + -DENABLE_FMT_LAYOUT=ON + -DLOG4CXX_QT_SUPPORT=OFF + -DLOG4CXX_ENABLE_ODBC=$(usex odbc ON OFF) + -DLOG4CXX_ENABLE_ESMTP=$(usex smtp ON OFF) + ) + + cmake_src_configure +}