From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libcbor/
Date: Tue, 28 Nov 2023 16:34:31 +0000 (UTC) [thread overview]
Message-ID: <1701189236.0a9201bc3785436f43b1459e647b1af1b82426c9.sam@gentoo> (raw)
commit: 0a9201bc3785436f43b1459e647b1af1b82426c9
Author: Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Tue Nov 28 15:41:17 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Nov 28 16:33:56 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a9201bc
dev-libs/libcbor: remove useless USE flag that is a no-op
The current ebuild logs a warning:
```
CMake Warning at CMakeLists.txt:22 (message):
CBOR_CUSTOM_ALLOC has been deprecated. Custom allocators are now enabled
by default.The flag is a no-op and will be removed in the next version.
Please remove CBOR_CUSTOM_ALLOC from your build configuation.
```
The USE flag only controls a cmake feature flag, but that feature flag
is completely ignored and the resulting package is identical.
Upstream commit:
https://github.com/PJK/libcbor/commit/c03d88e02fe6f0a16389f6067b15dc3ed1b43401
Remove the USE flag. No revbump needed, the resulting package is the
same either way, but people may feel free to rebuild on changed-USE
anyway.
Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/34026
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-libs/libcbor/libcbor-0.10.2.ebuild | 3 +--
dev-libs/libcbor/metadata.xml | 3 ---
2 files changed, 1 insertion(+), 5 deletions(-)
diff --git a/dev-libs/libcbor/libcbor-0.10.2.ebuild b/dev-libs/libcbor/libcbor-0.10.2.ebuild
index 75b5ed188e33..83c83a5ed6ba 100644
--- a/dev-libs/libcbor/libcbor-0.10.2.ebuild
+++ b/dev-libs/libcbor/libcbor-0.10.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/PJK/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0/$(ver_cut 1-2)"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
-IUSE="+custom-alloc doc test"
+IUSE="doc test"
BDEPEND="
doc? (
@@ -42,7 +42,6 @@ pkg_setup() {
src_configure() {
local mycmakeargs=(
-DCMAKE_BUILD_TYPE=Release
- -DCBOR_CUSTOM_ALLOC=$(usex custom-alloc 'ON' 'OFF')
-DWITH_TESTS=$(usex test 'ON' 'OFF')
)
diff --git a/dev-libs/libcbor/metadata.xml b/dev-libs/libcbor/metadata.xml
index 0b931e44104b..8ce035a8ef63 100644
--- a/dev-libs/libcbor/metadata.xml
+++ b/dev-libs/libcbor/metadata.xml
@@ -5,9 +5,6 @@
<email>base-system@gentoo.org</email>
<name>Gentoo Base System</name>
</maintainer>
- <use>
- <flag name="custom-alloc">Custom, dynamically defined allocator support</flag>
- </use>
<upstream>
<remote-id type="github">pjk/libcbor</remote-id>
</upstream>
next reply other threads:[~2023-11-28 16:34 UTC|newest]
Thread overview: 65+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-28 16:34 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-05-28 17:01 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libcbor/ Sam James
2024-05-28 14:03 Sam James
2024-05-28 13:19 Sam James
2024-05-28 12:44 Sam James
2024-05-28 12:29 Michał Górny
2024-05-28 12:04 Michał Górny
2024-05-28 12:04 Michał Górny
2024-04-23 22:58 Patrick McLean
2023-06-10 21:05 Andreas Sturmlechner
2023-05-21 5:35 Sam James
2023-05-01 6:05 Arthur Zamarin
2023-05-01 2:26 Sam James
2023-05-01 2:26 Sam James
2023-05-01 0:16 Sam James
2023-05-01 0:09 Sam James
2023-05-01 0:09 Sam James
2023-05-01 0:09 Sam James
2023-03-04 14:06 Arthur Zamarin
2023-03-04 8:18 Arthur Zamarin
2023-03-04 6:09 Arthur Zamarin
2023-03-04 5:47 Arthur Zamarin
2023-02-01 2:23 Patrick McLean
2023-01-05 17:14 Patrick McLean
2022-10-04 20:23 Arthur Zamarin
2022-06-02 0:15 Sam James
2022-06-01 8:32 Jakov Smolić
2022-06-01 8:15 Jakov Smolić
2022-06-01 8:14 Jakov Smolić
2022-06-01 7:37 Sam James
2022-06-01 7:31 Sam James
2022-06-01 7:31 Sam James
2022-05-05 23:48 WANG Xuerui
2022-01-17 7:26 Joshua Kinard
2021-11-26 20:52 Patrick McLean
2021-10-02 9:08 James Le Cuirot
2021-08-02 16:42 Marek Szuba
2021-05-23 19:28 Michał Górny
2021-02-06 21:29 Sam James
2021-02-06 13:27 Sam James
2021-01-14 20:09 Sergei Trofimovich
2021-01-01 0:53 Michał Górny
2020-12-27 12:51 Sergei Trofimovich
2020-12-24 22:06 Sergei Trofimovich
2020-12-24 10:03 Agostino Sarubbo
2020-12-22 21:04 Sam James
2020-12-22 21:03 Sam James
2020-12-21 23:55 Sam James
2020-12-21 17:48 Thomas Deutschmann
2020-09-29 21:25 Sergei Trofimovich
2020-09-21 17:36 Patrick McLean
2020-07-12 1:51 Sam James
2020-06-01 4:16 Matt Turner
2020-05-31 19:09 Sergei Trofimovich
2020-05-31 15:17 Sergei Trofimovich
2020-05-28 18:20 Sergei Trofimovich
2020-05-02 13:30 Mart Raudsepp
2020-04-25 19:41 Patrick McLean
2020-04-04 10:52 Sergei Trofimovich
2020-03-30 17:03 Thomas Deutschmann
2020-03-17 1:55 Patrick McLean
2020-03-17 1:41 Patrick McLean
2020-03-15 12:17 Mikle Kolyada
2020-02-16 7:13 Georgy Yakovlev
2020-02-16 5:57 Patrick McLean
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=1701189236.0a9201bc3785436f43b1459e647b1af1b82426c9.sam@gentoo \
--to=sam@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