* [gentoo-commits] repo/gentoo:master commit in: dev-libs/zlog/
@ 2020-06-08 10:33 Tobias Klausmann
0 siblings, 0 replies; 3+ messages in thread
From: Tobias Klausmann @ 2020-06-08 10:33 UTC (permalink / raw
To: gentoo-commits
commit: 3ed2491e95c1b15925794512868f53a585820eb2
Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 8 10:33:43 2020 +0000
Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Mon Jun 8 10:33:43 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ed2491e
dev-libs/zlog: Switch to EAPI=7 and eapply/PATCHES=
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Tobias Klausmann <klausman <AT> gentoo.org>
dev-libs/zlog/zlog-1.2.14-r1.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-libs/zlog/zlog-1.2.14-r1.ebuild b/dev-libs/zlog/zlog-1.2.14-r1.ebuild
index 741717bc2d8..1d14191309c 100644
--- a/dev-libs/zlog/zlog-1.2.14-r1.ebuild
+++ b/dev-libs/zlog/zlog-1.2.14-r1.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
-inherit toolchain-funcs eutils
+inherit toolchain-funcs
DESCRIPTION="A reliable, thread safe, clear-model, pure C logging library."
HOMEPAGE="http://hardysimpson.github.io/zlog/"
@@ -14,9 +14,9 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
+PATCHES="${FILESDIR}/zlog_no_static_lib.patch"
src_compile() {
- epatch "${FILESDIR}/zlog_no_static_lib.patch" || die
emake CC="$(tc-getCC)"
}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/zlog/
@ 2021-04-07 8:41 Tobias Klausmann
0 siblings, 0 replies; 3+ messages in thread
From: Tobias Klausmann @ 2021-04-07 8:41 UTC (permalink / raw
To: gentoo-commits
commit: 1453f6535a527e94edf1405594bb623a6dce2046
Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 7 08:41:00 2021 +0000
Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Wed Apr 7 08:41:21 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1453f653
dev-libs/zlog: Add v1.2.15
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Tobias Klausmann <klausman <AT> gentoo.org>
dev-libs/zlog/Manifest | 1 +
dev-libs/zlog/zlog-1.2.15.ebuild | 29 +++++++++++++++++++++++++++++
2 files changed, 30 insertions(+)
diff --git a/dev-libs/zlog/Manifest b/dev-libs/zlog/Manifest
index 0470b228b9f..8ed7d638f59 100644
--- a/dev-libs/zlog/Manifest
+++ b/dev-libs/zlog/Manifest
@@ -1 +1,2 @@
DIST zlog-v1.2.14.tar.gz 123729 BLAKE2B 6985898af81ecb3b86c941dea1402dc03c80a773b2791d56228b4627f6e6ea62f27442536e5126169b5f3f77425cba49bd3b50dc0d7ffc5ac3d88f5001afc3e2 SHA512 e16524e8caa8a3c79ce95074387b87a0025e0fd9a7e35a09ddf49a41839e36a3fe42f5ad785ec786573b6c4c633f493845c7d5cbf0b03717affe4659ea1d53ef
+DIST zlog-v1.2.15.tar.gz 124794 BLAKE2B a60ef362269d48672c7f0f4321b6c4f50241c7c1abcc2c3a3a888d7838018edaba103cbb985fda02db719dcb8553bad3f84bfd715f3fdb34ad64557107d24e44 SHA512 88c741b58e7857c573e4da0b3999a23c00d339e45eb4f7d3e07c03dbe8ebf4cae62720208c9759871969bb4959d2f081b6a8955e229d3872f99cde3e650702e4
diff --git a/dev-libs/zlog/zlog-1.2.15.ebuild b/dev-libs/zlog/zlog-1.2.15.ebuild
new file mode 100644
index 00000000000..12d8d51008b
--- /dev/null
+++ b/dev-libs/zlog/zlog-1.2.15.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="A reliable, thread safe, clear-model, pure C logging library."
+HOMEPAGE="http://hardysimpson.github.io/zlog/"
+SRC_URI="https://github.com/HardySimpson/${PN}/archive/${PV}.tar.gz -> ${PN}-v${PV}.tar.gz"
+
+LICENSE="LGPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+PATCHES="${FILESDIR}/zlog_no_static_lib.patch"
+
+src_compile() {
+ emake CC="$(tc-getCC)"
+}
+
+src_test() {
+ emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" test
+}
+
+src_install() {
+ emake LIBRARY_PATH="$(get_libdir)" PREFIX="${D}/usr" install
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/zlog/
@ 2022-04-04 1:07 Sam James
0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2022-04-04 1:07 UTC (permalink / raw
To: gentoo-commits
commit: a650d2b6de21ab4674dc77bf45c7079088ac172c
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 4 01:06:42 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 4 01:07:05 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a650d2b6
dev-libs/zlog: retire klausman
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-libs/zlog/metadata.xml | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/dev-libs/zlog/metadata.xml b/dev-libs/zlog/metadata.xml
index 06ff584f8016..986cdb9c5854 100644
--- a/dev-libs/zlog/metadata.xml
+++ b/dev-libs/zlog/metadata.xml
@@ -1,10 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>klausman@gentoo.org</email>
- <name>Tobias Klausmann</name>
- </maintainer>
+ <!-- maintainer-needed -->
<upstream>
<remote-id type="github">HardySimpson/zlog</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-04-04 1:07 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-04 1:07 [gentoo-commits] repo/gentoo:master commit in: dev-libs/zlog/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2021-04-07 8:41 Tobias Klausmann
2020-06-08 10:33 Tobias Klausmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox