public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/log4cpp/
Date: Fri,  9 Sep 2022 07:59:39 +0000 (UTC)	[thread overview]
Message-ID: <1662710342.b512e0ae66ce849ac8faf5e8ff85bc1c0c2cfef5.soap@gentoo> (raw)

commit:     b512e0ae66ce849ac8faf5e8ff85bc1c0c2cfef5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  9 07:59:02 2022 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Sep  9 07:59:02 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b512e0ae

dev-libs/log4cpp: drop multilib, static-libs

No multilib or static-libs reverse dependencies.

Signed-off-by: Sam James <sam <AT> gentoo.org>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 ...4cpp-1.1.3-r1.ebuild => log4cpp-1.1.3-r2.ebuild} | 21 ++++++++-------------
 1 file changed, 8 insertions(+), 13 deletions(-)

diff --git a/dev-libs/log4cpp/log4cpp-1.1.3-r1.ebuild b/dev-libs/log4cpp/log4cpp-1.1.3-r2.ebuild
similarity index 75%
rename from dev-libs/log4cpp/log4cpp-1.1.3-r1.ebuild
rename to dev-libs/log4cpp/log4cpp-1.1.3-r2.ebuild
index 286862cfccee..b20890c24690 100644
--- a/dev-libs/log4cpp/log4cpp-1.1.3-r1.ebuild
+++ b/dev-libs/log4cpp/log4cpp-1.1.3-r2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit autotools multilib-minimal
+inherit autotools
 
 DESCRIPTION="C++ classes for flexible logging to files, syslog and other destinations"
 HOMEPAGE="http://log4cpp.sourceforge.net/"
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}"
 LICENSE="LGPL-2.1"
 SLOT="0/5"
 KEYWORDS="amd64 ~arm ppc ~riscv ~s390 x86"
-IUSE="doc static-libs test"
+IUSE="doc test"
 RESTRICT="!test? ( test )"
 
 BDEPEND="doc? ( app-doc/doxygen )"
@@ -28,10 +28,6 @@ PATCHES=(
 	"${FILESDIR}"/${PN}-1.1.3-fix-version.patch
 )
 
-MULTILIB_CHOST_TOOLS=(
-	/usr/bin/log4cpp-config
-)
-
 src_prepare() {
 	default
 
@@ -45,19 +41,18 @@ src_prepare() {
 	eautoreconf
 }
 
-multilib_src_configure() {
+src_configure() {
 	# Bashisms call configure tests to malfunction / config.h to be misgenerated
 	# which then causes a build failure later on in the package (w/ GCC 12,
 	# anyway).
-	CONFIG_SHELL="${BROOT}"/bin/bash ECONF_SOURCE="${S}" econf \
+	CONFIG_SHELL="${BROOT}"/bin/bash econf \
 		--without-idsa \
-		$(multilib_native_use_enable doc doxygen) \
-		$(use_enable static-libs static)
+		$(use_enable doc doxygen)
 }
 
-multilib_src_install_all() {
-	einstalldocs
+src_install() {
+	default
 
 	# Package installs .pc files
-	find "${D}" -name '*.la' -delete || die
+	find "${ED}" -name '*.la' -delete || die
 }


             reply	other threads:[~2022-09-09  7:59 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-09  7:59 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-23 16:44 [gentoo-commits] repo/gentoo:master commit in: dev-libs/log4cpp/ Michał Górny
2024-11-23 12:29 Sam James
2024-11-03 21:26 Andreas K. Hüttel
2023-11-26 12:38 Arthur Zamarin
2023-11-26  1:07 Sam James
2022-08-30 19:06 Sam James
2022-08-29  8:38 Andreas Sturmlechner
2022-08-29  7:22 Joonas Niilola
2022-08-29  7:22 Joonas Niilola
2022-08-29  7:14 Agostino Sarubbo
2022-04-30 15:53 Marek Szuba
2021-01-07 12:27 Sam James
2021-01-07 10:09 Sam James
2021-01-04 17:39 Sam James
2021-01-04  1:32 Sam James
2019-10-13 13:38 Benda XU
2017-12-31 12:44 David Seifert
2017-12-31 12:44 David Seifert

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=1662710342.b512e0ae66ce849ac8faf5e8ff85bc1c0c2cfef5.soap@gentoo \
    --to=soap@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