public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/log4cpp/
@ 2017-12-31 12:44 David Seifert
  0 siblings, 0 replies; 17+ messages in thread
From: David Seifert @ 2017-12-31 12:44 UTC (permalink / raw
  To: gentoo-commits

commit:     741eb30936beea9d831ec006d719b9356f92443c
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 31 11:55:54 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Dec 31 12:43:58 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=741eb309

dev-libs/log4cpp: Mark stable

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-libs/log4cpp/log4cpp-1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/log4cpp/log4cpp-1.1.ebuild b/dev-libs/log4cpp/log4cpp-1.1.ebuild
index d27aa21fff1..c2371180dd3 100644
--- a/dev-libs/log4cpp/log4cpp-1.1.ebuild
+++ b/dev-libs/log4cpp/log4cpp-1.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0/5"
-KEYWORDS="~amd64 ~arm ~ppc ~s390 ~x86"
+KEYWORDS="amd64 ~arm ppc s390 x86"
 IUSE="doc static-libs test"
 
 DEPEND="doc? ( app-doc/doxygen )"


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/log4cpp/
@ 2017-12-31 12:44 David Seifert
  0 siblings, 0 replies; 17+ messages in thread
From: David Seifert @ 2017-12-31 12:44 UTC (permalink / raw
  To: gentoo-commits

commit:     b951be921567beb670d25da9f2918ffad52eca40
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 31 11:56:49 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Dec 31 12:44:03 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b951be92

dev-libs/log4cpp: Remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-libs/log4cpp/Manifest           |  1 -
 dev-libs/log4cpp/log4cpp-1.0.ebuild | 36 ------------------------------------
 2 files changed, 37 deletions(-)

diff --git a/dev-libs/log4cpp/Manifest b/dev-libs/log4cpp/Manifest
index 14eac74f1f4..5273c7eecda 100644
--- a/dev-libs/log4cpp/Manifest
+++ b/dev-libs/log4cpp/Manifest
@@ -1,2 +1 @@
-DIST log4cpp-1.0.tar.gz 495726 BLAKE2B 9b639eab2b1f9c56202901a19595f220fda5355630835d28012f45e9d570be7149b477a8e6512f6998de48aebe7374d6e12126982fa0b4fbbee7eae91cfdc3a9 SHA512 461ce64aa6343c90a909b4f877dd5cfae8aad12a94965c41ad619da137e76fdf48f045a2575273971115aa56ee9649f59453f7c3c265678bafca93289bd9a012
 DIST log4cpp-1.1.tar.gz 547676 BLAKE2B 3fee8e575b404215d308a0d6c72feef612dcfb9c881c97500937d1a94d1c435108a24ae1ad20f19cedb1613735c22a37354226699fe6cafbf6d23dcd12668271 SHA512 e1a723641c75a0b7f9ad2338134b327cd9a0a1bd67ff76bca726389ad76e8ba0ee5a95abe6f29e05a77980255dc08b0aa5c906395b0a0ad094994c9e450e3ecb

diff --git a/dev-libs/log4cpp/log4cpp-1.0.ebuild b/dev-libs/log4cpp/log4cpp-1.0.ebuild
deleted file mode 100644
index b5571d38673..00000000000
--- a/dev-libs/log4cpp/log4cpp-1.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-inherit autotools eutils
-
-DESCRIPTION="C++ classes for flexible logging to files, syslog and other destinations"
-HOMEPAGE="http://log4cpp.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~arm ppc s390 x86"
-IUSE="doc"
-
-DEPEND="doc? ( app-doc/doxygen )"
-RDEPEND=""
-
-src_prepare() {
-	epatch "${FILESDIR}"/${PV}-doc_install_path.patch \
-		"${FILESDIR}"/${PV}-gcc43.patch \
-		"${FILESDIR}"/${PV}-asneeded.patch
-
-	AT_M4DIR="m4" eautoreconf
-}
-
-src_configure() {
-	econf \
-		--without-idsa \
-		$(use_enable doc doxygen)
-}
-
-src_install () {
-	emake DESTDIR="${D}" install || die
-	dodoc AUTHORS ChangeLog NEWS README THANKS TODO
-}


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/log4cpp/
@ 2019-10-13 13:38 Benda XU
  0 siblings, 0 replies; 17+ messages in thread
From: Benda XU @ 2019-10-13 13:38 UTC (permalink / raw
  To: gentoo-commits

commit:     a7e147d108804323e9789d47e75f184183a43b17
Author:     Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 13 13:31:05 2019 +0000
Commit:     Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Sun Oct 13 13:38:47 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7e147d1

dev-libs/log4cpp: version bump.

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Benda Xu <heroxbd <AT> gentoo.org>

 dev-libs/log4cpp/Manifest             |  1 +
 dev-libs/log4cpp/log4cpp-1.1.3.ebuild | 59 +++++++++++++++++++++++++++++++++++
 2 files changed, 60 insertions(+)

diff --git a/dev-libs/log4cpp/Manifest b/dev-libs/log4cpp/Manifest
index 5273c7eecda..11d9fe1e8c7 100644
--- a/dev-libs/log4cpp/Manifest
+++ b/dev-libs/log4cpp/Manifest
@@ -1 +1,2 @@
+DIST log4cpp-1.1.3.tar.gz 595639 BLAKE2B fc7d643aa70d739e38ec5aba127b4e760a47a064f4032690586c4698ec83a2b7f219d8476650d3bfc5e25563de0852869429ec45171233c6bd5c08b69476b169 SHA512 88e5e10bce8d7d6421c3dcf14aa25385159c4ae52becdc1f3666ab86e1ad3f633786d82afe398c517d4faaa57b3e7b7c0b524361d81c6b9040dbded5cecc19de
 DIST log4cpp-1.1.tar.gz 547676 BLAKE2B 3fee8e575b404215d308a0d6c72feef612dcfb9c881c97500937d1a94d1c435108a24ae1ad20f19cedb1613735c22a37354226699fe6cafbf6d23dcd12668271 SHA512 e1a723641c75a0b7f9ad2338134b327cd9a0a1bd67ff76bca726389ad76e8ba0ee5a95abe6f29e05a77980255dc08b0aa5c906395b0a0ad094994c9e450e3ecb

diff --git a/dev-libs/log4cpp/log4cpp-1.1.3.ebuild b/dev-libs/log4cpp/log4cpp-1.1.3.ebuild
new file mode 100644
index 00000000000..3dbdf540b63
--- /dev/null
+++ b/dev-libs/log4cpp/log4cpp-1.1.3.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools multilib-minimal
+
+DESCRIPTION="C++ classes for flexible logging to files, syslog and other destinations"
+HOMEPAGE="http://log4cpp.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0/5"
+KEYWORDS="~amd64 ~arm ~ppc ~s390 ~x86"
+IUSE="doc static-libs test"
+
+DEPEND="doc? ( app-doc/doxygen )"
+RDEPEND=""
+
+PATCHES=(
+	"${FILESDIR}"/1.0-doc_install_path.patch
+	"${FILESDIR}"/1.0-gcc43.patch
+	"${FILESDIR}"/1.0-asneeded.patch
+	"${FILESDIR}"/${PN}-1.1-cmath-fix.patch
+	"${FILESDIR}"/${PN}-1.1-automake-1.13.patch
+)
+
+S="${WORKDIR}/${PN}"
+
+MULTILIB_CHOST_TOOLS=(
+	/usr/bin/log4cpp-config
+)
+
+src_prepare() {
+	default
+
+	mv configure.{in,ac} || die
+
+	# Build tests conditionally
+	if ! use test; then
+		sed -i -e '/^SUBDIRS/s/ tests//' Makefile.am || die
+	fi
+
+	eautoreconf
+}
+
+multilib_src_configure() {
+	ECONF_SOURCE=${S} econf \
+		--without-idsa \
+		$(use_enable doc doxygen) \
+		$(use_enable static-libs static)
+}
+
+multilib_src_install_all() {
+	einstalldocs
+
+	# package installs .pc files
+	find "${D}" -name '*.la' -delete || die
+}


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/log4cpp/
@ 2021-01-04  1:32 Sam James
  0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2021-01-04  1:32 UTC (permalink / raw
  To: gentoo-commits

commit:     d73c816fe6cf9022bf6160fcedc3ce9acdf15ce4
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  4 01:30:21 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jan  4 01:30:21 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d73c816f

dev-libs/log4cpp: Stabilize 1.1.3 amd64, #763375

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

 dev-libs/log4cpp/log4cpp-1.1.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/log4cpp/log4cpp-1.1.3.ebuild b/dev-libs/log4cpp/log4cpp-1.1.3.ebuild
index b293ed92d24..399c10ab023 100644
--- a/dev-libs/log4cpp/log4cpp-1.1.3.ebuild
+++ b/dev-libs/log4cpp/log4cpp-1.1.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0/5"
-KEYWORDS="~amd64 ~arm ~ppc ~s390 ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~s390 ~x86"
 IUSE="doc static-libs test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/log4cpp/
@ 2021-01-04 17:39 Sam James
  0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2021-01-04 17:39 UTC (permalink / raw
  To: gentoo-commits

commit:     8c8beee31d24a766c5f61417ce648e2abc80c3ab
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  4 17:39:42 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jan  4 17:39:42 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c8beee3

dev-libs/log4cpp: Stabilize 1.1.3 s390, #763375

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

 dev-libs/log4cpp/log4cpp-1.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/log4cpp/log4cpp-1.1.3.ebuild b/dev-libs/log4cpp/log4cpp-1.1.3.ebuild
index 399c10ab023..16a1722a588 100644
--- a/dev-libs/log4cpp/log4cpp-1.1.3.ebuild
+++ b/dev-libs/log4cpp/log4cpp-1.1.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0/5"
-KEYWORDS="amd64 ~arm ~ppc ~s390 ~x86"
+KEYWORDS="amd64 ~arm ~ppc s390 ~x86"
 IUSE="doc static-libs test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/log4cpp/
@ 2021-01-07 10:09 Sam James
  0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2021-01-07 10:09 UTC (permalink / raw
  To: gentoo-commits

commit:     c1c250292cbfb7a9b7acbf9b2eba7f90458b227a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  7 10:08:16 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jan  7 10:09:09 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1c25029

dev-libs/log4cpp: Stabilize 1.1.3 ppc, #763375

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

 dev-libs/log4cpp/log4cpp-1.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/log4cpp/log4cpp-1.1.3.ebuild b/dev-libs/log4cpp/log4cpp-1.1.3.ebuild
index 80b820f40fa..705c161ed49 100644
--- a/dev-libs/log4cpp/log4cpp-1.1.3.ebuild
+++ b/dev-libs/log4cpp/log4cpp-1.1.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0/5"
-KEYWORDS="amd64 ~arm ~ppc s390 x86"
+KEYWORDS="amd64 ~arm ppc s390 x86"
 IUSE="doc static-libs test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/log4cpp/
@ 2021-01-07 12:27 Sam James
  0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2021-01-07 12:27 UTC (permalink / raw
  To: gentoo-commits

commit:     3e33fb594bea5681d43efbfb05df90a91e5177b0
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  7 12:26:57 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jan  7 12:26:57 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e33fb59

dev-libs/log4cpp: restore Manifest

Fixes: 229496dcd84bd840c1e671105d6291b59b5b0368
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/log4cpp/Manifest | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-libs/log4cpp/Manifest b/dev-libs/log4cpp/Manifest
new file mode 100644
index 00000000000..b9af8f327ff
--- /dev/null
+++ b/dev-libs/log4cpp/Manifest
@@ -0,0 +1 @@
+DIST log4cpp-1.1.3.tar.gz 595639 BLAKE2B fc7d643aa70d739e38ec5aba127b4e760a47a064f4032690586c4698ec83a2b7f219d8476650d3bfc5e25563de0852869429ec45171233c6bd5c08b69476b169 SHA512 88e5e10bce8d7d6421c3dcf14aa25385159c4ae52becdc1f3666ab86e1ad3f633786d82afe398c517d4faaa57b3e7b7c0b524361d81c6b9040dbded5cecc19de


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/log4cpp/
@ 2022-04-30 15:53 Marek Szuba
  0 siblings, 0 replies; 17+ messages in thread
From: Marek Szuba @ 2022-04-30 15:53 UTC (permalink / raw
  To: gentoo-commits

commit:     6a519d72637ac5ab1d5ead127458f0547326347b
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 30 11:13:33 2022 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Sat Apr 30 15:53:05 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a519d72

dev-libs/log4cpp: keyword 1.1.3 for ~riscv

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 dev-libs/log4cpp/log4cpp-1.1.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/log4cpp/log4cpp-1.1.3.ebuild b/dev-libs/log4cpp/log4cpp-1.1.3.ebuild
index 2fdc153e4873..a8a7106a7709 100644
--- a/dev-libs/log4cpp/log4cpp-1.1.3.ebuild
+++ b/dev-libs/log4cpp/log4cpp-1.1.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0/5"
-KEYWORDS="amd64 ~arm ppc ~s390 x86"
+KEYWORDS="amd64 ~arm ppc ~riscv ~s390 x86"
 IUSE="doc static-libs test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/log4cpp/
@ 2022-08-29  7:14 Agostino Sarubbo
  0 siblings, 0 replies; 17+ messages in thread
From: Agostino Sarubbo @ 2022-08-29  7:14 UTC (permalink / raw
  To: gentoo-commits

commit:     8ab6490564231c752a8cb9e7bb5bd3bf5d8206d1
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 29 07:13:41 2022 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Aug 29 07:13:41 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ab64905

dev-libs/log4cpp: ppc stable wrt bug #867115

Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-libs/log4cpp/log4cpp-1.1.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/log4cpp/log4cpp-1.1.3-r1.ebuild b/dev-libs/log4cpp/log4cpp-1.1.3-r1.ebuild
index e84b5498cc10..c5c5c3583bdd 100644
--- a/dev-libs/log4cpp/log4cpp-1.1.3-r1.ebuild
+++ b/dev-libs/log4cpp/log4cpp-1.1.3-r1.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}"
 
 LICENSE="LGPL-2.1"
 SLOT="0/5"
-KEYWORDS="~amd64 ~arm ~ppc ~riscv ~s390 ~x86"
+KEYWORDS="~amd64 ~arm ppc ~riscv ~s390 ~x86"
 IUSE="doc static-libs test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/log4cpp/
@ 2022-08-29  7:22 Joonas Niilola
  0 siblings, 0 replies; 17+ messages in thread
From: Joonas Niilola @ 2022-08-29  7:22 UTC (permalink / raw
  To: gentoo-commits

commit:     ef92570f99226b433ea850b9d8b2dfafbb89254a
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 29 07:06:16 2022 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Aug 29 07:21:57 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef92570f

dev-libs/log4cpp: Stabilize 1.1.3-r1 amd64, #867115

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 dev-libs/log4cpp/log4cpp-1.1.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/log4cpp/log4cpp-1.1.3-r1.ebuild b/dev-libs/log4cpp/log4cpp-1.1.3-r1.ebuild
index c5c5c3583bdd..04b61085fdb7 100644
--- a/dev-libs/log4cpp/log4cpp-1.1.3-r1.ebuild
+++ b/dev-libs/log4cpp/log4cpp-1.1.3-r1.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}"
 
 LICENSE="LGPL-2.1"
 SLOT="0/5"
-KEYWORDS="~amd64 ~arm ppc ~riscv ~s390 ~x86"
+KEYWORDS="amd64 ~arm ppc ~riscv ~s390 ~x86"
 IUSE="doc static-libs test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/log4cpp/
@ 2022-08-29  7:22 Joonas Niilola
  0 siblings, 0 replies; 17+ messages in thread
From: Joonas Niilola @ 2022-08-29  7:22 UTC (permalink / raw
  To: gentoo-commits

commit:     3de6c4cb72a843fc9ac46e258a00ea4ad750dc86
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 29 07:06:56 2022 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Aug 29 07:21:57 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3de6c4cb

dev-libs/log4cpp: Stabilize 1.1.3-r1 x86, #867115

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 dev-libs/log4cpp/log4cpp-1.1.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/log4cpp/log4cpp-1.1.3-r1.ebuild b/dev-libs/log4cpp/log4cpp-1.1.3-r1.ebuild
index 04b61085fdb7..6c98c3b76d2a 100644
--- a/dev-libs/log4cpp/log4cpp-1.1.3-r1.ebuild
+++ b/dev-libs/log4cpp/log4cpp-1.1.3-r1.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}"
 
 LICENSE="LGPL-2.1"
 SLOT="0/5"
-KEYWORDS="amd64 ~arm ppc ~riscv ~s390 ~x86"
+KEYWORDS="amd64 ~arm ppc ~riscv ~s390 x86"
 IUSE="doc static-libs test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/log4cpp/
@ 2022-08-29  8:38 Andreas Sturmlechner
  0 siblings, 0 replies; 17+ messages in thread
From: Andreas Sturmlechner @ 2022-08-29  8:38 UTC (permalink / raw
  To: gentoo-commits

commit:     e5e473018bc9f7581278a7bac10fd0cbd74c15ba
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 29 08:02:00 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Aug 29 08:36:22 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5e47301

dev-libs/log4cpp: drop 1.1.3, EAPI-6--

Closes: https://bugs.gentoo.org/867115
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-libs/log4cpp/log4cpp-1.1.3.ebuild | 61 -----------------------------------
 1 file changed, 61 deletions(-)

diff --git a/dev-libs/log4cpp/log4cpp-1.1.3.ebuild b/dev-libs/log4cpp/log4cpp-1.1.3.ebuild
deleted file mode 100644
index a8a7106a7709..000000000000
--- a/dev-libs/log4cpp/log4cpp-1.1.3.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools multilib-minimal
-
-DESCRIPTION="C++ classes for flexible logging to files, syslog and other destinations"
-HOMEPAGE="http://log4cpp.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0/5"
-KEYWORDS="amd64 ~arm ppc ~riscv ~s390 x86"
-IUSE="doc static-libs test"
-RESTRICT="!test? ( test )"
-
-DEPEND="doc? ( app-doc/doxygen )"
-RDEPEND=""
-
-PATCHES=(
-	"${FILESDIR}"/1.0-doc_install_path.patch
-	"${FILESDIR}"/1.0-gcc43.patch
-	"${FILESDIR}"/1.0-asneeded.patch
-	"${FILESDIR}"/${PN}-1.1-cmath-fix.patch
-	"${FILESDIR}"/${PN}-1.1-automake-1.13.patch
-	"${FILESDIR}"/${PN}-1.1-glibc-2.31.patch
-)
-
-S="${WORKDIR}/${PN}"
-
-MULTILIB_CHOST_TOOLS=(
-	/usr/bin/log4cpp-config
-)
-
-src_prepare() {
-	default
-
-	mv configure.{in,ac} || die
-
-	# Build tests conditionally
-	if ! use test; then
-		sed -i -e '/^SUBDIRS/s/ tests//' Makefile.am || die
-	fi
-
-	eautoreconf
-}
-
-multilib_src_configure() {
-	ECONF_SOURCE=${S} econf \
-		--without-idsa \
-		$(use_enable doc doxygen) \
-		$(use_enable static-libs static)
-}
-
-multilib_src_install_all() {
-	einstalldocs
-
-	# package installs .pc files
-	find "${D}" -name '*.la' -delete || die
-}


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/log4cpp/
@ 2022-08-30 19:06 Sam James
  0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2022-08-30 19:06 UTC (permalink / raw
  To: gentoo-commits

commit:     2f2b62c9f95e3242763b6e7d20e6f1eb07faf96e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 30 18:36:44 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Aug 30 19:06:12 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f2b62c9

dev-libs/log4cpp: limit multilib features (drop doc)

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

 dev-libs/log4cpp/log4cpp-1.1.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/log4cpp/log4cpp-1.1.3-r1.ebuild b/dev-libs/log4cpp/log4cpp-1.1.3-r1.ebuild
index 6c98c3b76d2a..286862cfccee 100644
--- a/dev-libs/log4cpp/log4cpp-1.1.3-r1.ebuild
+++ b/dev-libs/log4cpp/log4cpp-1.1.3-r1.ebuild
@@ -51,7 +51,7 @@ multilib_src_configure() {
 	# anyway).
 	CONFIG_SHELL="${BROOT}"/bin/bash ECONF_SOURCE="${S}" econf \
 		--without-idsa \
-		$(use_enable doc doxygen) \
+		$(multilib_native_use_enable doc doxygen) \
 		$(use_enable static-libs static)
 }
 


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/log4cpp/
@ 2022-09-09  7:59 David Seifert
  0 siblings, 0 replies; 17+ messages in thread
From: David Seifert @ 2022-09-09  7:59 UTC (permalink / raw
  To: gentoo-commits

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
 }


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/log4cpp/
@ 2023-11-26  1:07 Sam James
  0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2023-11-26  1:07 UTC (permalink / raw
  To: gentoo-commits

commit:     3b2e4ee0085b6e98785c92e2f22f1e4540b3c3a5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 26 01:06:52 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Nov 26 01:06:52 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b2e4ee0

dev-libs/log4cpp: Stabilize 1.1.3-r3 amd64, #917359

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

 dev-libs/log4cpp/log4cpp-1.1.3-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/log4cpp/log4cpp-1.1.3-r3.ebuild b/dev-libs/log4cpp/log4cpp-1.1.3-r3.ebuild
index 0c849abac195..69d249e4e206 100644
--- a/dev-libs/log4cpp/log4cpp-1.1.3-r3.ebuild
+++ b/dev-libs/log4cpp/log4cpp-1.1.3-r3.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}"
 
 LICENSE="LGPL-2.1"
 SLOT="0/5"
-KEYWORDS="~amd64 ~arm ~ppc ~riscv ~s390 ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~riscv ~s390 ~x86"
 IUSE="doc test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/log4cpp/
@ 2023-11-26 12:38 Arthur Zamarin
  0 siblings, 0 replies; 17+ messages in thread
From: Arthur Zamarin @ 2023-11-26 12:38 UTC (permalink / raw
  To: gentoo-commits

commit:     3f2174952ee9b43b73e7a3ebd0967d283dba6e34
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 26 12:37:40 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Nov 26 12:37:40 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f217495

dev-libs/log4cpp: Stabilize 1.1.3-r3 x86, #917359

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-libs/log4cpp/log4cpp-1.1.3-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/log4cpp/log4cpp-1.1.3-r3.ebuild b/dev-libs/log4cpp/log4cpp-1.1.3-r3.ebuild
index 69d249e4e206..c4111960af43 100644
--- a/dev-libs/log4cpp/log4cpp-1.1.3-r3.ebuild
+++ b/dev-libs/log4cpp/log4cpp-1.1.3-r3.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}"
 
 LICENSE="LGPL-2.1"
 SLOT="0/5"
-KEYWORDS="amd64 ~arm ~ppc ~riscv ~s390 ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~riscv ~s390 x86"
 IUSE="doc test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/log4cpp/
@ 2024-11-03 21:26 Andreas K. Hüttel
  0 siblings, 0 replies; 17+ messages in thread
From: Andreas K. Hüttel @ 2024-11-03 21:26 UTC (permalink / raw
  To: gentoo-commits

commit:     516bfe3aa30a5fe5afa2faee7bf2997a3b309d77
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Nov  3 21:23:34 2024 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Nov  3 21:25:50 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=516bfe3a

dev-libs/log4cpp: drop 1.1.3-r2

Bug: https://bugs.gentoo.org/906535
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 dev-libs/log4cpp/log4cpp-1.1.3-r2.ebuild | 58 --------------------------------
 1 file changed, 58 deletions(-)

diff --git a/dev-libs/log4cpp/log4cpp-1.1.3-r2.ebuild b/dev-libs/log4cpp/log4cpp-1.1.3-r2.ebuild
deleted file mode 100644
index e73fe69e5d42..000000000000
--- a/dev-libs/log4cpp/log4cpp-1.1.3-r2.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-DESCRIPTION="C++ classes for flexible logging to files, syslog and other destinations"
-HOMEPAGE="http://log4cpp.sourceforge.net/"
-SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz"
-S="${WORKDIR}/${PN}"
-
-LICENSE="LGPL-2.1"
-SLOT="0/5"
-KEYWORDS="amd64 ~arm ppc ~riscv ~s390 x86"
-IUSE="doc test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="doc? ( app-text/doxygen )"
-
-PATCHES=(
-	"${FILESDIR}"/1.0-doc_install_path.patch
-	"${FILESDIR}"/1.0-gcc43.patch
-	"${FILESDIR}"/1.0-asneeded.patch
-	"${FILESDIR}"/${PN}-1.1-cmath-fix.patch
-	"${FILESDIR}"/${PN}-1.1-automake-1.13.patch
-	"${FILESDIR}"/${PN}-1.1-glibc-2.31.patch
-	"${FILESDIR}"/${PN}-1.1.3-fix-version.patch
-)
-
-src_prepare() {
-	default
-
-	mv configure.{in,ac} || die
-
-	# Build tests conditionally
-	if ! use test; then
-		sed -i -e '/^SUBDIRS/s/ tests//' Makefile.am || die
-	fi
-
-	eautoreconf
-}
-
-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 \
-		--without-idsa \
-		$(use_enable doc doxygen)
-}
-
-src_install() {
-	default
-
-	# Package installs .pc files
-	find "${ED}" -name '*.la' -delete || die
-}


^ permalink raw reply related	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2024-11-03 21:26 UTC | newest]

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox