public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/blazesym_c/
@ 2025-04-29  8:13 Yixun Lan
  0 siblings, 0 replies; 10+ messages in thread
From: Yixun Lan @ 2025-04-29  8:13 UTC (permalink / raw
  To: gentoo-commits

commit:     77c45a04fe796eb219f90e34d9d89d3ad1a12fdf
Author:     Holger Hoffstätte <holger <AT> applied-asynchrony <DOT> com>
AuthorDate: Mon Apr 28 10:32:39 2025 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Tue Apr 29 08:12:44 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77c45a04

dev-libs/blazesym_c: address QA warning regarding LDFLAGS

Also clarify comment about test restrictions.

Closes: https://bugs.gentoo.org/954808
Closes: https://github.com/gentoo/gentoo/pull/41819
Signed-off-by: Holger Hoffstätte <holger <AT> applied-asynchrony.com>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 dev-libs/blazesym_c/blazesym_c-0.1.1.ebuild | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/dev-libs/blazesym_c/blazesym_c-0.1.1.ebuild b/dev-libs/blazesym_c/blazesym_c-0.1.1.ebuild
index 01d8f1357015..ef625fd38afd 100644
--- a/dev-libs/blazesym_c/blazesym_c-0.1.1.ebuild
+++ b/dev-libs/blazesym_c/blazesym_c-0.1.1.ebuild
@@ -38,13 +38,18 @@ LICENSE+="
 SLOT="0"
 KEYWORDS="~amd64"
 
-# many failures (WIP)
+# Currently suffers from (at least):
+# - problems with crate tarball
+# - hardcoded/hand-rolled multilib assumptions
+# - possibly sandbox
 RESTRICT="test"
 
 BDEPEND="
 	dev-util/cargo-c
 "
 
+QA_FLAGS_IGNORED="usr/lib64/libblazesym_c.so.${PV}"
+
 src_prepare() {
 	default
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/blazesym_c/
@ 2025-05-18 14:38 Sam James
  0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2025-05-18 14:38 UTC (permalink / raw
  To: gentoo-commits

commit:     833dcaedd6317b7d4bf6f477f0e449e0b272f0c0
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun May 18 14:38:05 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May 18 14:38:05 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=833dcaed

dev-libs/blazesym_c: Keyword 0.1.1 arm64, #956280

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

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

diff --git a/dev-libs/blazesym_c/blazesym_c-0.1.1.ebuild b/dev-libs/blazesym_c/blazesym_c-0.1.1.ebuild
index ef625fd38afd..e52fb38053ba 100644
--- a/dev-libs/blazesym_c/blazesym_c-0.1.1.ebuild
+++ b/dev-libs/blazesym_c/blazesym_c-0.1.1.ebuild
@@ -36,7 +36,7 @@ LICENSE+="
 "
 
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
 
 # Currently suffers from (at least):
 # - problems with crate tarball


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

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/blazesym_c/
@ 2025-06-22 15:06 Sam James
  0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2025-06-22 15:06 UTC (permalink / raw
  To: gentoo-commits

commit:     f0464b13855c6bcc5d487d5acc41b75255369369
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 22 15:05:50 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun 22 15:06:02 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0464b13

dev-libs/blazesym_c: Stabilize 0.1.1 amd64, #958707

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

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

diff --git a/dev-libs/blazesym_c/blazesym_c-0.1.1.ebuild b/dev-libs/blazesym_c/blazesym_c-0.1.1.ebuild
index e52fb38053ba..5aa8a7320448 100644
--- a/dev-libs/blazesym_c/blazesym_c-0.1.1.ebuild
+++ b/dev-libs/blazesym_c/blazesym_c-0.1.1.ebuild
@@ -36,7 +36,7 @@ LICENSE+="
 "
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="amd64 ~arm64"
 
 # Currently suffers from (at least):
 # - problems with crate tarball


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

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/blazesym_c/
@ 2025-07-17 15:18 Yixun Lan
  0 siblings, 0 replies; 10+ messages in thread
From: Yixun Lan @ 2025-07-17 15:18 UTC (permalink / raw
  To: gentoo-commits

commit:     299816fd05bb74c0217d5c96db92a6723cba0545
Author:     Holger Hoffstätte <holger <AT> applied-asynchrony <DOT> com>
AuthorDate: Thu Jul 17 12:00:04 2025 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Thu Jul 17 15:17:04 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=299816fd

dev-libs/blazesym_c: add 0.1.2

Closes: https://github.com/gentoo/gentoo/pull/43039
Signed-off-by: Holger Hoffstätte <holger <AT> applied-asynchrony.com>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 dev-libs/blazesym_c/Manifest                |  2 +
 dev-libs/blazesym_c/blazesym_c-0.1.2.ebuild | 73 +++++++++++++++++++++++++++++
 2 files changed, 75 insertions(+)

diff --git a/dev-libs/blazesym_c/Manifest b/dev-libs/blazesym_c/Manifest
index a8a8ca4a82d4..3b2c1b5786f6 100644
--- a/dev-libs/blazesym_c/Manifest
+++ b/dev-libs/blazesym_c/Manifest
@@ -1,4 +1,6 @@
 DIST blazesym-capi-v0.1.1-crates.tar.xz 34294836 BLAKE2B 85e163004ac8762b50be99bfd794a59c4eb2e2a11857f0962b19a8a93f78d3d195dbab1f8c629045f08e9d27d70287e50728fbcd1542b34923d756d225b38f9f SHA512 42bec9f03bfaea3bec17674d5b8d99de998b596894952fb960e60db8e979ac5e8d8ea97b9dfe4e73e5f74d67f48f3480e1048268321b5d696cc0525906efc260
+DIST blazesym-capi-v0.1.2-crates.tar.xz 33483048 BLAKE2B 2837b2210fe83a37e8ea695f2d60104fcd045c47588c788bfb952ecb5dd0886a13a8b3cbeb5aa935c2b2c0d442f6da38692a19f60f621e2e0fc3721505332453 SHA512 740d3bd38b223692d37bcbbe65cfb4ace937baadd3a90d9e82e56dcf13179bccdd72559b3232762fc62dda75e8e65a05206c46f9ef5108b8f78b1e181fe6d88a
 DIST blazesym_c-0.1.1.tar.gz 597215 BLAKE2B b38eff7ab56f35049a88afecb573596430a45a39b5631b82c05817a844b9db2535d0780ded7242b9ef123fe8871930469f4399c447a80c5b29e5bcf7b28529f9 SHA512 13d597b65f11504ea68299738cecccae3659a87e46bef88fdb848887b5bb59bcd987782d67791d225a9f206d02d302ceff9eb3b07748c5b8c7c84273ca4a3890
+DIST blazesym_c-0.1.2.tar.gz 605693 BLAKE2B 447b3add4c5ab65f44e25bddaa61a38376b044f04c459617c218146832a0082a020642ff2e44a4f2e89c9f5a13b4f8aec6818c9593e5a25785b02ce7da5b7af8 SHA512 e652cc299d268ea013bb2fd3eb2ecc980ef29655ed65bd00295e20f1db126931530e142dfb444eb03c79cf5abeb1016e8a0b000ac1f01051753bbfef6451c7a5
 DIST criterion.rs-b913e232edd98780961ecfbae836ec77ede49259.gh.tar.gz 786764 BLAKE2B 007c75791d93d2d24e11a6ca367ab53a45cfb0be67e1d65c4cdee4696709365a9417b4448ffcf44e790bf3582e8e17a15598e5cfff49bcd11cb61e4f8fb1f7b9 SHA512 2374fd2bb86e3c734a054215f5d350f159831c42e8889fba4c59d2d70a90f27eba6869ddb89daee16ce9a7b70d99266cf3e9370d433415ff23b515f3b5d4eb22
 DIST vmlinux.h-a9c092aa771310bf8b00b5018f7d40a1fdb6ec82.gh.tar.gz 3327904 BLAKE2B 4798b43e1b9213fe45b284fe3e4cf86a5df77eddcb4a699dada630c07eddd9365c62ebf09c6ef85d2b304b6dbcbfb3013f7479b32b72fdf836223d36458e9750 SHA512 02f957c3642b22d801c5eac5f9fc70f1606fc045b14fb1b7ffedbd3a3171c53728f664a33d88a90e2a7d15a9fe1c0559a48b52fcbea2e699199e9bc35943fa81

diff --git a/dev-libs/blazesym_c/blazesym_c-0.1.2.ebuild b/dev-libs/blazesym_c/blazesym_c-0.1.2.ebuild
new file mode 100644
index 000000000000..478d5ad1f358
--- /dev/null
+++ b/dev-libs/blazesym_c/blazesym_c-0.1.2.ebuild
@@ -0,0 +1,73 @@
+# Copyright 2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Autogenerated by pycargoebuild 0.14.0
+
+EAPI=8
+
+CRATES="
+"
+
+declare -A GIT_CRATES=(
+	[vmlinux]='https://github.com/libbpf/vmlinux.h;a9c092aa771310bf8b00b5018f7d40a1fdb6ec82;vmlinux.h-%commit%'
+)
+
+inherit cargo edo rust-toolchain
+
+DESCRIPTION="C bindings for blazesym, a library for address symbolization and related tasks"
+HOMEPAGE="https://github.com/libbpf/blazesym"
+SRC_URI="
+	https://github.com/libbpf/blazesym/archive/refs/tags/capi-v${PV}.tar.gz -> ${P}.tar.gz
+	https://github.com/gentoo-crate-dist/blazesym/releases/download/capi-v${PV}/blazesym-capi-v${PV}-crates.tar.xz
+	${CARGO_CRATE_URIS}
+"
+
+# build in the capi subdirectory since cargo has no -C option:
+# https://github.com/rust-lang/cargo/issues/10098
+S="${WORKDIR}/blazesym-capi-v${PV}/capi"
+
+LICENSE="BSD"
+# Dependent crate licenses
+LICENSE+="
+	Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 BSD Boost-1.0
+	CDLA-Permissive-2.0 ISC MIT MPL-2.0 Unicode-3.0 ZLIB
+"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+
+# Currently suffers from (at least):
+# - problems with crate tarball
+# - hardcoded/hand-rolled multilib assumptions
+# - possibly sandbox
+RESTRICT="test"
+
+BDEPEND="
+	dev-util/cargo-c
+"
+
+QA_FLAGS_IGNORED="usr/lib64/libblazesym_c.so.${PV}"
+
+src_configure() {
+	CARGO_ARGS=(
+		--library-type=cdylib
+		--prefix="${EPREFIX}"/usr
+		--libdir="${EPREFIX}/usr/$(get_libdir)"
+		--target="$(rust_abi)"
+		$(usev !debug '--release')
+	)
+
+	cargo_src_configure
+}
+
+src_compile() {
+	edo cargo cbuild "${CARGO_ARGS[@]}" || die
+}
+
+src_install() {
+	CARGO_ARGS+=(
+		--destdir="${ED}"
+	)
+
+	edo cargo cinstall "${CARGO_ARGS[@]}" || die
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/blazesym_c/
@ 2025-08-16 11:31 Arthur Zamarin
  0 siblings, 0 replies; 10+ messages in thread
From: Arthur Zamarin @ 2025-08-16 11:31 UTC (permalink / raw
  To: gentoo-commits

commit:     4739347a442b79c750ebd63ed24a713bbfd8ac3f
Author:     Holger Hoffstätte <holger <AT> applied-asynchrony <DOT> com>
AuthorDate: Fri Aug 15 17:22:32 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Aug 16 11:30:56 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4739347a

dev-libs/blazesym_c: add 0.1.3

Signed-off-by: Holger Hoffstätte <holger <AT> applied-asynchrony.com>
Part-of: https://github.com/gentoo/gentoo/pull/43456
Closes: https://github.com/gentoo/gentoo/pull/43456
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-libs/blazesym_c/Manifest                |  2 +
 dev-libs/blazesym_c/blazesym_c-0.1.3.ebuild | 75 +++++++++++++++++++++++++++++
 2 files changed, 77 insertions(+)

diff --git a/dev-libs/blazesym_c/Manifest b/dev-libs/blazesym_c/Manifest
index 3b2c1b5786f6..8315fb8e6047 100644
--- a/dev-libs/blazesym_c/Manifest
+++ b/dev-libs/blazesym_c/Manifest
@@ -1,6 +1,8 @@
 DIST blazesym-capi-v0.1.1-crates.tar.xz 34294836 BLAKE2B 85e163004ac8762b50be99bfd794a59c4eb2e2a11857f0962b19a8a93f78d3d195dbab1f8c629045f08e9d27d70287e50728fbcd1542b34923d756d225b38f9f SHA512 42bec9f03bfaea3bec17674d5b8d99de998b596894952fb960e60db8e979ac5e8d8ea97b9dfe4e73e5f74d67f48f3480e1048268321b5d696cc0525906efc260
 DIST blazesym-capi-v0.1.2-crates.tar.xz 33483048 BLAKE2B 2837b2210fe83a37e8ea695f2d60104fcd045c47588c788bfb952ecb5dd0886a13a8b3cbeb5aa935c2b2c0d442f6da38692a19f60f621e2e0fc3721505332453 SHA512 740d3bd38b223692d37bcbbe65cfb4ace937baadd3a90d9e82e56dcf13179bccdd72559b3232762fc62dda75e8e65a05206c46f9ef5108b8f78b1e181fe6d88a
+DIST blazesym-capi-v0.1.3-crates.tar.xz 33440984 BLAKE2B b99f4b023f5c0a1942ea379baf0a085a72b5444d1c8f4b9196129ddec3ef2c1250f8345a5faa14482f99a99e5907296d5381aa76b727547a1d79a12510b7e466 SHA512 4049600b32af732833f312f8726da75d225d99c081af5427b2219fd9cb873b2125924556751048cb6c34eccb1940565b090a7492ae9df539d980cd99b46de950
 DIST blazesym_c-0.1.1.tar.gz 597215 BLAKE2B b38eff7ab56f35049a88afecb573596430a45a39b5631b82c05817a844b9db2535d0780ded7242b9ef123fe8871930469f4399c447a80c5b29e5bcf7b28529f9 SHA512 13d597b65f11504ea68299738cecccae3659a87e46bef88fdb848887b5bb59bcd987782d67791d225a9f206d02d302ceff9eb3b07748c5b8c7c84273ca4a3890
 DIST blazesym_c-0.1.2.tar.gz 605693 BLAKE2B 447b3add4c5ab65f44e25bddaa61a38376b044f04c459617c218146832a0082a020642ff2e44a4f2e89c9f5a13b4f8aec6818c9593e5a25785b02ce7da5b7af8 SHA512 e652cc299d268ea013bb2fd3eb2ecc980ef29655ed65bd00295e20f1db126931530e142dfb444eb03c79cf5abeb1016e8a0b000ac1f01051753bbfef6451c7a5
+DIST blazesym_c-0.1.3.tar.gz 605607 BLAKE2B 2802bc9075b653ec19cbc178ae63cbb01ecb465afbf37b612aa535a80743b04ab1fc2202aa5c7b8ac5d77fc042f750cfd0575fee657aa9c1ab9de07dcbc1c149 SHA512 71876ea9a331545d513f9c8f41ec37be125a2fe04d866c82a637ebfc0bcc8e5d5935a4465bb0bb8b34f5b708c3abc409a87838a96a6b23108a3091f94747fb15
 DIST criterion.rs-b913e232edd98780961ecfbae836ec77ede49259.gh.tar.gz 786764 BLAKE2B 007c75791d93d2d24e11a6ca367ab53a45cfb0be67e1d65c4cdee4696709365a9417b4448ffcf44e790bf3582e8e17a15598e5cfff49bcd11cb61e4f8fb1f7b9 SHA512 2374fd2bb86e3c734a054215f5d350f159831c42e8889fba4c59d2d70a90f27eba6869ddb89daee16ce9a7b70d99266cf3e9370d433415ff23b515f3b5d4eb22
 DIST vmlinux.h-a9c092aa771310bf8b00b5018f7d40a1fdb6ec82.gh.tar.gz 3327904 BLAKE2B 4798b43e1b9213fe45b284fe3e4cf86a5df77eddcb4a699dada630c07eddd9365c62ebf09c6ef85d2b304b6dbcbfb3013f7479b32b72fdf836223d36458e9750 SHA512 02f957c3642b22d801c5eac5f9fc70f1606fc045b14fb1b7ffedbd3a3171c53728f664a33d88a90e2a7d15a9fe1c0559a48b52fcbea2e699199e9bc35943fa81

diff --git a/dev-libs/blazesym_c/blazesym_c-0.1.3.ebuild b/dev-libs/blazesym_c/blazesym_c-0.1.3.ebuild
new file mode 100644
index 000000000000..23fb1da1e7ac
--- /dev/null
+++ b/dev-libs/blazesym_c/blazesym_c-0.1.3.ebuild
@@ -0,0 +1,75 @@
+# Copyright 2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Autogenerated by pycargoebuild 0.14.0
+
+EAPI=8
+
+CRATES="
+"
+
+RUST_MIN_VER="1.85.0"
+
+declare -A GIT_CRATES=(
+	[vmlinux]='https://github.com/libbpf/vmlinux.h;a9c092aa771310bf8b00b5018f7d40a1fdb6ec82;vmlinux.h-%commit%'
+)
+
+inherit cargo edo rust-toolchain
+
+DESCRIPTION="C bindings for blazesym, a library for address symbolization and related tasks"
+HOMEPAGE="https://github.com/libbpf/blazesym"
+SRC_URI="
+	https://github.com/libbpf/blazesym/archive/refs/tags/capi-v${PV}.tar.gz -> ${P}.tar.gz
+	https://github.com/gentoo-crate-dist/blazesym/releases/download/capi-v${PV}/blazesym-capi-v${PV}-crates.tar.xz
+	${CARGO_CRATE_URIS}
+"
+
+# build in the capi subdirectory since cargo has no -C option:
+# https://github.com/rust-lang/cargo/issues/10098
+S="${WORKDIR}/blazesym-capi-v${PV}/capi"
+
+LICENSE="BSD"
+# Dependent crate licenses
+LICENSE+="
+	Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 BSD Boost-1.0
+	CDLA-Permissive-2.0 ISC MIT MPL-2.0 Unicode-3.0 ZLIB
+"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+
+# Currently suffers from (at least):
+# - problems with crate tarball
+# - hardcoded/hand-rolled multilib assumptions
+# - possibly sandbox
+RESTRICT="test"
+
+BDEPEND="
+	dev-util/cargo-c
+"
+
+QA_FLAGS_IGNORED="usr/lib64/libblazesym_c.so.${PV}"
+
+src_configure() {
+	CARGO_ARGS=(
+		--library-type=cdylib
+		--prefix="${EPREFIX}"/usr
+		--libdir="${EPREFIX}/usr/$(get_libdir)"
+		--target="$(rust_abi)"
+		$(usev !debug '--release')
+	)
+
+	cargo_src_configure
+}
+
+src_compile() {
+	edo cargo cbuild "${CARGO_ARGS[@]}" || die
+}
+
+src_install() {
+	CARGO_ARGS+=(
+		--destdir="${ED}"
+	)
+
+	edo cargo cinstall "${CARGO_ARGS[@]}" || die
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/blazesym_c/
@ 2025-08-16 11:31 Arthur Zamarin
  0 siblings, 0 replies; 10+ messages in thread
From: Arthur Zamarin @ 2025-08-16 11:31 UTC (permalink / raw
  To: gentoo-commits

commit:     260c873faa3758b2cd85a7e8eff85e2ec2963624
Author:     Holger Hoffstätte <holger <AT> applied-asynchrony <DOT> com>
AuthorDate: Fri Aug 15 17:21:15 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Aug 16 11:30:56 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=260c873f

dev-libs/blazesym_c: set missing RUST_MIN_VER

Closes: https://bugs.gentoo.org/961540
Signed-off-by: Holger Hoffstätte <holger <AT> applied-asynchrony.com>
Part-of: https://github.com/gentoo/gentoo/pull/43456
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-libs/blazesym_c/blazesym_c-0.1.2.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-libs/blazesym_c/blazesym_c-0.1.2.ebuild b/dev-libs/blazesym_c/blazesym_c-0.1.2.ebuild
index 478d5ad1f358..23fb1da1e7ac 100644
--- a/dev-libs/blazesym_c/blazesym_c-0.1.2.ebuild
+++ b/dev-libs/blazesym_c/blazesym_c-0.1.2.ebuild
@@ -8,6 +8,8 @@ EAPI=8
 CRATES="
 "
 
+RUST_MIN_VER="1.85.0"
+
 declare -A GIT_CRATES=(
 	[vmlinux]='https://github.com/libbpf/vmlinux.h;a9c092aa771310bf8b00b5018f7d40a1fdb6ec82;vmlinux.h-%commit%'
 )


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

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

commit:     be1cb47387296aed9172789e292239ac85e15cf8
Author:     Holger Hoffstätte <holger <AT> applied-asynchrony <DOT> com>
AuthorDate: Wed Sep 17 16:48:16 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Sep 17 21:27:46 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be1cb473

dev-libs/blazesym_c: clean up old

Signed-off-by: Holger Hoffstätte <holger <AT> applied-asynchrony.com>
Part-of: https://github.com/gentoo/gentoo/pull/43827
Closes: https://github.com/gentoo/gentoo/pull/43827
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/blazesym_c/Manifest                |  4 --
 dev-libs/blazesym_c/blazesym_c-0.1.2.ebuild | 75 -----------------------------
 dev-libs/blazesym_c/blazesym_c-0.1.3.ebuild | 75 -----------------------------
 3 files changed, 154 deletions(-)

diff --git a/dev-libs/blazesym_c/Manifest b/dev-libs/blazesym_c/Manifest
index 7aea612d6b98..1721a2f44be3 100644
--- a/dev-libs/blazesym_c/Manifest
+++ b/dev-libs/blazesym_c/Manifest
@@ -1,10 +1,6 @@
 DIST blazesym-capi-v0.1.1-crates.tar.xz 34294836 BLAKE2B 85e163004ac8762b50be99bfd794a59c4eb2e2a11857f0962b19a8a93f78d3d195dbab1f8c629045f08e9d27d70287e50728fbcd1542b34923d756d225b38f9f SHA512 42bec9f03bfaea3bec17674d5b8d99de998b596894952fb960e60db8e979ac5e8d8ea97b9dfe4e73e5f74d67f48f3480e1048268321b5d696cc0525906efc260
-DIST blazesym-capi-v0.1.2-crates.tar.xz 33483048 BLAKE2B 2837b2210fe83a37e8ea695f2d60104fcd045c47588c788bfb952ecb5dd0886a13a8b3cbeb5aa935c2b2c0d442f6da38692a19f60f621e2e0fc3721505332453 SHA512 740d3bd38b223692d37bcbbe65cfb4ace937baadd3a90d9e82e56dcf13179bccdd72559b3232762fc62dda75e8e65a05206c46f9ef5108b8f78b1e181fe6d88a
-DIST blazesym-capi-v0.1.3-crates.tar.xz 33440984 BLAKE2B b99f4b023f5c0a1942ea379baf0a085a72b5444d1c8f4b9196129ddec3ef2c1250f8345a5faa14482f99a99e5907296d5381aa76b727547a1d79a12510b7e466 SHA512 4049600b32af732833f312f8726da75d225d99c081af5427b2219fd9cb873b2125924556751048cb6c34eccb1940565b090a7492ae9df539d980cd99b46de950
 DIST blazesym-capi-v0.1.4-crates.tar.xz 30430204 BLAKE2B 322dd050d46cfe6a03145de6736def0d4736b6083933bc61ed81d617d30b788b6f26abb50beacdc69304d74baf87a78e25cdfe7369fc095b5c3291354dac16ac SHA512 536daab102d0f40d8596dbd96714170ce1c0d72633e3838d103c445b402a3f135a09a5176cd40365cc6ab9f32ae18dc8135e9c129f946f3b93228e5a91973d73
 DIST blazesym_c-0.1.1.tar.gz 597215 BLAKE2B b38eff7ab56f35049a88afecb573596430a45a39b5631b82c05817a844b9db2535d0780ded7242b9ef123fe8871930469f4399c447a80c5b29e5bcf7b28529f9 SHA512 13d597b65f11504ea68299738cecccae3659a87e46bef88fdb848887b5bb59bcd987782d67791d225a9f206d02d302ceff9eb3b07748c5b8c7c84273ca4a3890
-DIST blazesym_c-0.1.2.tar.gz 605693 BLAKE2B 447b3add4c5ab65f44e25bddaa61a38376b044f04c459617c218146832a0082a020642ff2e44a4f2e89c9f5a13b4f8aec6818c9593e5a25785b02ce7da5b7af8 SHA512 e652cc299d268ea013bb2fd3eb2ecc980ef29655ed65bd00295e20f1db126931530e142dfb444eb03c79cf5abeb1016e8a0b000ac1f01051753bbfef6451c7a5
-DIST blazesym_c-0.1.3.tar.gz 605607 BLAKE2B 2802bc9075b653ec19cbc178ae63cbb01ecb465afbf37b612aa535a80743b04ab1fc2202aa5c7b8ac5d77fc042f750cfd0575fee657aa9c1ab9de07dcbc1c149 SHA512 71876ea9a331545d513f9c8f41ec37be125a2fe04d866c82a637ebfc0bcc8e5d5935a4465bb0bb8b34f5b708c3abc409a87838a96a6b23108a3091f94747fb15
 DIST blazesym_c-0.1.4.tar.gz 609048 BLAKE2B 454b9bc34a16559a0b107fd50749fefe6dfafa86d34a49e2ae012db902177e417a6dcc6deadc6aaecdfc138238926141bf9cee17db52054058a1aa59688492ef SHA512 d042023a6c71ab6551819ff7360e1287b70b2e6e2f4db57c2972adda93e22aa63424b691e5d4bec785d30e3255e2b5a1bb2eda7121f3d40ba34550c558d0a06c
 DIST criterion.rs-b913e232edd98780961ecfbae836ec77ede49259.gh.tar.gz 786764 BLAKE2B 007c75791d93d2d24e11a6ca367ab53a45cfb0be67e1d65c4cdee4696709365a9417b4448ffcf44e790bf3582e8e17a15598e5cfff49bcd11cb61e4f8fb1f7b9 SHA512 2374fd2bb86e3c734a054215f5d350f159831c42e8889fba4c59d2d70a90f27eba6869ddb89daee16ce9a7b70d99266cf3e9370d433415ff23b515f3b5d4eb22
 DIST vmlinux.h-a9c092aa771310bf8b00b5018f7d40a1fdb6ec82.gh.tar.gz 3327904 BLAKE2B 4798b43e1b9213fe45b284fe3e4cf86a5df77eddcb4a699dada630c07eddd9365c62ebf09c6ef85d2b304b6dbcbfb3013f7479b32b72fdf836223d36458e9750 SHA512 02f957c3642b22d801c5eac5f9fc70f1606fc045b14fb1b7ffedbd3a3171c53728f664a33d88a90e2a7d15a9fe1c0559a48b52fcbea2e699199e9bc35943fa81

diff --git a/dev-libs/blazesym_c/blazesym_c-0.1.2.ebuild b/dev-libs/blazesym_c/blazesym_c-0.1.2.ebuild
deleted file mode 100644
index 23fb1da1e7ac..000000000000
--- a/dev-libs/blazesym_c/blazesym_c-0.1.2.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# Autogenerated by pycargoebuild 0.14.0
-
-EAPI=8
-
-CRATES="
-"
-
-RUST_MIN_VER="1.85.0"
-
-declare -A GIT_CRATES=(
-	[vmlinux]='https://github.com/libbpf/vmlinux.h;a9c092aa771310bf8b00b5018f7d40a1fdb6ec82;vmlinux.h-%commit%'
-)
-
-inherit cargo edo rust-toolchain
-
-DESCRIPTION="C bindings for blazesym, a library for address symbolization and related tasks"
-HOMEPAGE="https://github.com/libbpf/blazesym"
-SRC_URI="
-	https://github.com/libbpf/blazesym/archive/refs/tags/capi-v${PV}.tar.gz -> ${P}.tar.gz
-	https://github.com/gentoo-crate-dist/blazesym/releases/download/capi-v${PV}/blazesym-capi-v${PV}-crates.tar.xz
-	${CARGO_CRATE_URIS}
-"
-
-# build in the capi subdirectory since cargo has no -C option:
-# https://github.com/rust-lang/cargo/issues/10098
-S="${WORKDIR}/blazesym-capi-v${PV}/capi"
-
-LICENSE="BSD"
-# Dependent crate licenses
-LICENSE+="
-	Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 BSD Boost-1.0
-	CDLA-Permissive-2.0 ISC MIT MPL-2.0 Unicode-3.0 ZLIB
-"
-
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-
-# Currently suffers from (at least):
-# - problems with crate tarball
-# - hardcoded/hand-rolled multilib assumptions
-# - possibly sandbox
-RESTRICT="test"
-
-BDEPEND="
-	dev-util/cargo-c
-"
-
-QA_FLAGS_IGNORED="usr/lib64/libblazesym_c.so.${PV}"
-
-src_configure() {
-	CARGO_ARGS=(
-		--library-type=cdylib
-		--prefix="${EPREFIX}"/usr
-		--libdir="${EPREFIX}/usr/$(get_libdir)"
-		--target="$(rust_abi)"
-		$(usev !debug '--release')
-	)
-
-	cargo_src_configure
-}
-
-src_compile() {
-	edo cargo cbuild "${CARGO_ARGS[@]}" || die
-}
-
-src_install() {
-	CARGO_ARGS+=(
-		--destdir="${ED}"
-	)
-
-	edo cargo cinstall "${CARGO_ARGS[@]}" || die
-}

diff --git a/dev-libs/blazesym_c/blazesym_c-0.1.3.ebuild b/dev-libs/blazesym_c/blazesym_c-0.1.3.ebuild
deleted file mode 100644
index 23fb1da1e7ac..000000000000
--- a/dev-libs/blazesym_c/blazesym_c-0.1.3.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# Autogenerated by pycargoebuild 0.14.0
-
-EAPI=8
-
-CRATES="
-"
-
-RUST_MIN_VER="1.85.0"
-
-declare -A GIT_CRATES=(
-	[vmlinux]='https://github.com/libbpf/vmlinux.h;a9c092aa771310bf8b00b5018f7d40a1fdb6ec82;vmlinux.h-%commit%'
-)
-
-inherit cargo edo rust-toolchain
-
-DESCRIPTION="C bindings for blazesym, a library for address symbolization and related tasks"
-HOMEPAGE="https://github.com/libbpf/blazesym"
-SRC_URI="
-	https://github.com/libbpf/blazesym/archive/refs/tags/capi-v${PV}.tar.gz -> ${P}.tar.gz
-	https://github.com/gentoo-crate-dist/blazesym/releases/download/capi-v${PV}/blazesym-capi-v${PV}-crates.tar.xz
-	${CARGO_CRATE_URIS}
-"
-
-# build in the capi subdirectory since cargo has no -C option:
-# https://github.com/rust-lang/cargo/issues/10098
-S="${WORKDIR}/blazesym-capi-v${PV}/capi"
-
-LICENSE="BSD"
-# Dependent crate licenses
-LICENSE+="
-	Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 BSD Boost-1.0
-	CDLA-Permissive-2.0 ISC MIT MPL-2.0 Unicode-3.0 ZLIB
-"
-
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-
-# Currently suffers from (at least):
-# - problems with crate tarball
-# - hardcoded/hand-rolled multilib assumptions
-# - possibly sandbox
-RESTRICT="test"
-
-BDEPEND="
-	dev-util/cargo-c
-"
-
-QA_FLAGS_IGNORED="usr/lib64/libblazesym_c.so.${PV}"
-
-src_configure() {
-	CARGO_ARGS=(
-		--library-type=cdylib
-		--prefix="${EPREFIX}"/usr
-		--libdir="${EPREFIX}/usr/$(get_libdir)"
-		--target="$(rust_abi)"
-		$(usev !debug '--release')
-	)
-
-	cargo_src_configure
-}
-
-src_compile() {
-	edo cargo cbuild "${CARGO_ARGS[@]}" || die
-}
-
-src_install() {
-	CARGO_ARGS+=(
-		--destdir="${ED}"
-	)
-
-	edo cargo cinstall "${CARGO_ARGS[@]}" || die
-}


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

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

commit:     769b8914a782655cd593d2fe387705c291329015
Author:     Holger Hoffstätte <holger <AT> applied-asynchrony <DOT> com>
AuthorDate: Wed Sep 17 16:47:10 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Sep 17 21:27:45 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=769b8914

dev-libs/blazesym_c: add 0.1.4

Signed-off-by: Holger Hoffstätte <holger <AT> applied-asynchrony.com>
Part-of: https://github.com/gentoo/gentoo/pull/43827
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/blazesym_c/Manifest                |  2 +
 dev-libs/blazesym_c/blazesym_c-0.1.4.ebuild | 75 +++++++++++++++++++++++++++++
 2 files changed, 77 insertions(+)

diff --git a/dev-libs/blazesym_c/Manifest b/dev-libs/blazesym_c/Manifest
index 8315fb8e6047..7aea612d6b98 100644
--- a/dev-libs/blazesym_c/Manifest
+++ b/dev-libs/blazesym_c/Manifest
@@ -1,8 +1,10 @@
 DIST blazesym-capi-v0.1.1-crates.tar.xz 34294836 BLAKE2B 85e163004ac8762b50be99bfd794a59c4eb2e2a11857f0962b19a8a93f78d3d195dbab1f8c629045f08e9d27d70287e50728fbcd1542b34923d756d225b38f9f SHA512 42bec9f03bfaea3bec17674d5b8d99de998b596894952fb960e60db8e979ac5e8d8ea97b9dfe4e73e5f74d67f48f3480e1048268321b5d696cc0525906efc260
 DIST blazesym-capi-v0.1.2-crates.tar.xz 33483048 BLAKE2B 2837b2210fe83a37e8ea695f2d60104fcd045c47588c788bfb952ecb5dd0886a13a8b3cbeb5aa935c2b2c0d442f6da38692a19f60f621e2e0fc3721505332453 SHA512 740d3bd38b223692d37bcbbe65cfb4ace937baadd3a90d9e82e56dcf13179bccdd72559b3232762fc62dda75e8e65a05206c46f9ef5108b8f78b1e181fe6d88a
 DIST blazesym-capi-v0.1.3-crates.tar.xz 33440984 BLAKE2B b99f4b023f5c0a1942ea379baf0a085a72b5444d1c8f4b9196129ddec3ef2c1250f8345a5faa14482f99a99e5907296d5381aa76b727547a1d79a12510b7e466 SHA512 4049600b32af732833f312f8726da75d225d99c081af5427b2219fd9cb873b2125924556751048cb6c34eccb1940565b090a7492ae9df539d980cd99b46de950
+DIST blazesym-capi-v0.1.4-crates.tar.xz 30430204 BLAKE2B 322dd050d46cfe6a03145de6736def0d4736b6083933bc61ed81d617d30b788b6f26abb50beacdc69304d74baf87a78e25cdfe7369fc095b5c3291354dac16ac SHA512 536daab102d0f40d8596dbd96714170ce1c0d72633e3838d103c445b402a3f135a09a5176cd40365cc6ab9f32ae18dc8135e9c129f946f3b93228e5a91973d73
 DIST blazesym_c-0.1.1.tar.gz 597215 BLAKE2B b38eff7ab56f35049a88afecb573596430a45a39b5631b82c05817a844b9db2535d0780ded7242b9ef123fe8871930469f4399c447a80c5b29e5bcf7b28529f9 SHA512 13d597b65f11504ea68299738cecccae3659a87e46bef88fdb848887b5bb59bcd987782d67791d225a9f206d02d302ceff9eb3b07748c5b8c7c84273ca4a3890
 DIST blazesym_c-0.1.2.tar.gz 605693 BLAKE2B 447b3add4c5ab65f44e25bddaa61a38376b044f04c459617c218146832a0082a020642ff2e44a4f2e89c9f5a13b4f8aec6818c9593e5a25785b02ce7da5b7af8 SHA512 e652cc299d268ea013bb2fd3eb2ecc980ef29655ed65bd00295e20f1db126931530e142dfb444eb03c79cf5abeb1016e8a0b000ac1f01051753bbfef6451c7a5
 DIST blazesym_c-0.1.3.tar.gz 605607 BLAKE2B 2802bc9075b653ec19cbc178ae63cbb01ecb465afbf37b612aa535a80743b04ab1fc2202aa5c7b8ac5d77fc042f750cfd0575fee657aa9c1ab9de07dcbc1c149 SHA512 71876ea9a331545d513f9c8f41ec37be125a2fe04d866c82a637ebfc0bcc8e5d5935a4465bb0bb8b34f5b708c3abc409a87838a96a6b23108a3091f94747fb15
+DIST blazesym_c-0.1.4.tar.gz 609048 BLAKE2B 454b9bc34a16559a0b107fd50749fefe6dfafa86d34a49e2ae012db902177e417a6dcc6deadc6aaecdfc138238926141bf9cee17db52054058a1aa59688492ef SHA512 d042023a6c71ab6551819ff7360e1287b70b2e6e2f4db57c2972adda93e22aa63424b691e5d4bec785d30e3255e2b5a1bb2eda7121f3d40ba34550c558d0a06c
 DIST criterion.rs-b913e232edd98780961ecfbae836ec77ede49259.gh.tar.gz 786764 BLAKE2B 007c75791d93d2d24e11a6ca367ab53a45cfb0be67e1d65c4cdee4696709365a9417b4448ffcf44e790bf3582e8e17a15598e5cfff49bcd11cb61e4f8fb1f7b9 SHA512 2374fd2bb86e3c734a054215f5d350f159831c42e8889fba4c59d2d70a90f27eba6869ddb89daee16ce9a7b70d99266cf3e9370d433415ff23b515f3b5d4eb22
 DIST vmlinux.h-a9c092aa771310bf8b00b5018f7d40a1fdb6ec82.gh.tar.gz 3327904 BLAKE2B 4798b43e1b9213fe45b284fe3e4cf86a5df77eddcb4a699dada630c07eddd9365c62ebf09c6ef85d2b304b6dbcbfb3013f7479b32b72fdf836223d36458e9750 SHA512 02f957c3642b22d801c5eac5f9fc70f1606fc045b14fb1b7ffedbd3a3171c53728f664a33d88a90e2a7d15a9fe1c0559a48b52fcbea2e699199e9bc35943fa81

diff --git a/dev-libs/blazesym_c/blazesym_c-0.1.4.ebuild b/dev-libs/blazesym_c/blazesym_c-0.1.4.ebuild
new file mode 100644
index 000000000000..23fb1da1e7ac
--- /dev/null
+++ b/dev-libs/blazesym_c/blazesym_c-0.1.4.ebuild
@@ -0,0 +1,75 @@
+# Copyright 2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Autogenerated by pycargoebuild 0.14.0
+
+EAPI=8
+
+CRATES="
+"
+
+RUST_MIN_VER="1.85.0"
+
+declare -A GIT_CRATES=(
+	[vmlinux]='https://github.com/libbpf/vmlinux.h;a9c092aa771310bf8b00b5018f7d40a1fdb6ec82;vmlinux.h-%commit%'
+)
+
+inherit cargo edo rust-toolchain
+
+DESCRIPTION="C bindings for blazesym, a library for address symbolization and related tasks"
+HOMEPAGE="https://github.com/libbpf/blazesym"
+SRC_URI="
+	https://github.com/libbpf/blazesym/archive/refs/tags/capi-v${PV}.tar.gz -> ${P}.tar.gz
+	https://github.com/gentoo-crate-dist/blazesym/releases/download/capi-v${PV}/blazesym-capi-v${PV}-crates.tar.xz
+	${CARGO_CRATE_URIS}
+"
+
+# build in the capi subdirectory since cargo has no -C option:
+# https://github.com/rust-lang/cargo/issues/10098
+S="${WORKDIR}/blazesym-capi-v${PV}/capi"
+
+LICENSE="BSD"
+# Dependent crate licenses
+LICENSE+="
+	Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 BSD Boost-1.0
+	CDLA-Permissive-2.0 ISC MIT MPL-2.0 Unicode-3.0 ZLIB
+"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+
+# Currently suffers from (at least):
+# - problems with crate tarball
+# - hardcoded/hand-rolled multilib assumptions
+# - possibly sandbox
+RESTRICT="test"
+
+BDEPEND="
+	dev-util/cargo-c
+"
+
+QA_FLAGS_IGNORED="usr/lib64/libblazesym_c.so.${PV}"
+
+src_configure() {
+	CARGO_ARGS=(
+		--library-type=cdylib
+		--prefix="${EPREFIX}"/usr
+		--libdir="${EPREFIX}/usr/$(get_libdir)"
+		--target="$(rust_abi)"
+		$(usev !debug '--release')
+	)
+
+	cargo_src_configure
+}
+
+src_compile() {
+	edo cargo cbuild "${CARGO_ARGS[@]}" || die
+}
+
+src_install() {
+	CARGO_ARGS+=(
+		--destdir="${ED}"
+	)
+
+	edo cargo cinstall "${CARGO_ARGS[@]}" || die
+}


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

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

commit:     39276cac0fd8a27aa635caa91e69477266fde944
Author:     Holger Hoffstätte <holger <AT> applied-asynchrony <DOT> com>
AuthorDate: Fri Oct  3 16:37:37 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Oct  3 16:59:37 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39276cac

dev-libs/blazesym_c: add 0.1.5

Signed-off-by: Holger Hoffstätte <holger <AT> applied-asynchrony.com>
Part-of: https://github.com/gentoo/gentoo/pull/44025
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/blazesym_c/Manifest                |  2 +
 dev-libs/blazesym_c/blazesym_c-0.1.5.ebuild | 75 +++++++++++++++++++++++++++++
 2 files changed, 77 insertions(+)

diff --git a/dev-libs/blazesym_c/Manifest b/dev-libs/blazesym_c/Manifest
index 1721a2f44be3..9cf280d48711 100644
--- a/dev-libs/blazesym_c/Manifest
+++ b/dev-libs/blazesym_c/Manifest
@@ -1,6 +1,8 @@
 DIST blazesym-capi-v0.1.1-crates.tar.xz 34294836 BLAKE2B 85e163004ac8762b50be99bfd794a59c4eb2e2a11857f0962b19a8a93f78d3d195dbab1f8c629045f08e9d27d70287e50728fbcd1542b34923d756d225b38f9f SHA512 42bec9f03bfaea3bec17674d5b8d99de998b596894952fb960e60db8e979ac5e8d8ea97b9dfe4e73e5f74d67f48f3480e1048268321b5d696cc0525906efc260
 DIST blazesym-capi-v0.1.4-crates.tar.xz 30430204 BLAKE2B 322dd050d46cfe6a03145de6736def0d4736b6083933bc61ed81d617d30b788b6f26abb50beacdc69304d74baf87a78e25cdfe7369fc095b5c3291354dac16ac SHA512 536daab102d0f40d8596dbd96714170ce1c0d72633e3838d103c445b402a3f135a09a5176cd40365cc6ab9f32ae18dc8135e9c129f946f3b93228e5a91973d73
+DIST blazesym-capi-v0.1.5-crates.tar.xz 27982728 BLAKE2B aaf1977d6433f837baf32fcab60c17513741baed8bee679039c234046dc6184f0d2d25d2ba9f6affa72ced487b3cbfc7f0c662d0a7bb88e774ece8e8ca9d7672 SHA512 c8afd59c8fcd6cb40097dc8197abe7fcc8b9b25adc0e3d3166589b7aeb92d817d4ac51fda17faf2451f4a295468423dbe43539f8753369f945173c03ac50dd9c
 DIST blazesym_c-0.1.1.tar.gz 597215 BLAKE2B b38eff7ab56f35049a88afecb573596430a45a39b5631b82c05817a844b9db2535d0780ded7242b9ef123fe8871930469f4399c447a80c5b29e5bcf7b28529f9 SHA512 13d597b65f11504ea68299738cecccae3659a87e46bef88fdb848887b5bb59bcd987782d67791d225a9f206d02d302ceff9eb3b07748c5b8c7c84273ca4a3890
 DIST blazesym_c-0.1.4.tar.gz 609048 BLAKE2B 454b9bc34a16559a0b107fd50749fefe6dfafa86d34a49e2ae012db902177e417a6dcc6deadc6aaecdfc138238926141bf9cee17db52054058a1aa59688492ef SHA512 d042023a6c71ab6551819ff7360e1287b70b2e6e2f4db57c2972adda93e22aa63424b691e5d4bec785d30e3255e2b5a1bb2eda7121f3d40ba34550c558d0a06c
+DIST blazesym_c-0.1.5.tar.gz 607748 BLAKE2B d5694b70f02ef7a1c74fe1e5af34ec731b64f8ec504a5f60bc2372a2c7328183c7c8e80c803c243c93cad7a5fdfa1b58af34720e8d891f5b350f1e0fd49221de SHA512 26f70e25854eebf1de3947be5f1f4e03ca1670f4d9476151bf6923db830aec932c181f2328a30c10de68025e8c394c24e25ac4125acb6aa0694a70126b50ad33
 DIST criterion.rs-b913e232edd98780961ecfbae836ec77ede49259.gh.tar.gz 786764 BLAKE2B 007c75791d93d2d24e11a6ca367ab53a45cfb0be67e1d65c4cdee4696709365a9417b4448ffcf44e790bf3582e8e17a15598e5cfff49bcd11cb61e4f8fb1f7b9 SHA512 2374fd2bb86e3c734a054215f5d350f159831c42e8889fba4c59d2d70a90f27eba6869ddb89daee16ce9a7b70d99266cf3e9370d433415ff23b515f3b5d4eb22
 DIST vmlinux.h-a9c092aa771310bf8b00b5018f7d40a1fdb6ec82.gh.tar.gz 3327904 BLAKE2B 4798b43e1b9213fe45b284fe3e4cf86a5df77eddcb4a699dada630c07eddd9365c62ebf09c6ef85d2b304b6dbcbfb3013f7479b32b72fdf836223d36458e9750 SHA512 02f957c3642b22d801c5eac5f9fc70f1606fc045b14fb1b7ffedbd3a3171c53728f664a33d88a90e2a7d15a9fe1c0559a48b52fcbea2e699199e9bc35943fa81

diff --git a/dev-libs/blazesym_c/blazesym_c-0.1.5.ebuild b/dev-libs/blazesym_c/blazesym_c-0.1.5.ebuild
new file mode 100644
index 000000000000..23fb1da1e7ac
--- /dev/null
+++ b/dev-libs/blazesym_c/blazesym_c-0.1.5.ebuild
@@ -0,0 +1,75 @@
+# Copyright 2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Autogenerated by pycargoebuild 0.14.0
+
+EAPI=8
+
+CRATES="
+"
+
+RUST_MIN_VER="1.85.0"
+
+declare -A GIT_CRATES=(
+	[vmlinux]='https://github.com/libbpf/vmlinux.h;a9c092aa771310bf8b00b5018f7d40a1fdb6ec82;vmlinux.h-%commit%'
+)
+
+inherit cargo edo rust-toolchain
+
+DESCRIPTION="C bindings for blazesym, a library for address symbolization and related tasks"
+HOMEPAGE="https://github.com/libbpf/blazesym"
+SRC_URI="
+	https://github.com/libbpf/blazesym/archive/refs/tags/capi-v${PV}.tar.gz -> ${P}.tar.gz
+	https://github.com/gentoo-crate-dist/blazesym/releases/download/capi-v${PV}/blazesym-capi-v${PV}-crates.tar.xz
+	${CARGO_CRATE_URIS}
+"
+
+# build in the capi subdirectory since cargo has no -C option:
+# https://github.com/rust-lang/cargo/issues/10098
+S="${WORKDIR}/blazesym-capi-v${PV}/capi"
+
+LICENSE="BSD"
+# Dependent crate licenses
+LICENSE+="
+	Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 BSD Boost-1.0
+	CDLA-Permissive-2.0 ISC MIT MPL-2.0 Unicode-3.0 ZLIB
+"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+
+# Currently suffers from (at least):
+# - problems with crate tarball
+# - hardcoded/hand-rolled multilib assumptions
+# - possibly sandbox
+RESTRICT="test"
+
+BDEPEND="
+	dev-util/cargo-c
+"
+
+QA_FLAGS_IGNORED="usr/lib64/libblazesym_c.so.${PV}"
+
+src_configure() {
+	CARGO_ARGS=(
+		--library-type=cdylib
+		--prefix="${EPREFIX}"/usr
+		--libdir="${EPREFIX}/usr/$(get_libdir)"
+		--target="$(rust_abi)"
+		$(usev !debug '--release')
+	)
+
+	cargo_src_configure
+}
+
+src_compile() {
+	edo cargo cbuild "${CARGO_ARGS[@]}" || die
+}
+
+src_install() {
+	CARGO_ARGS+=(
+		--destdir="${ED}"
+	)
+
+	edo cargo cinstall "${CARGO_ARGS[@]}" || die
+}


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

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

commit:     68693ca48cf9332f020843714762b46a4915199e
Author:     Holger Hoffstätte <holger <AT> applied-asynchrony <DOT> com>
AuthorDate: Fri Oct  3 16:38:50 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Oct  3 16:59:38 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68693ca4

dev-libs/blazesym_c: clean up 0.1.4

Signed-off-by: Holger Hoffstätte <holger <AT> applied-asynchrony.com>
Part-of: https://github.com/gentoo/gentoo/pull/44025
Closes: https://github.com/gentoo/gentoo/pull/44025
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/blazesym_c/Manifest                |  2 -
 dev-libs/blazesym_c/blazesym_c-0.1.4.ebuild | 75 -----------------------------
 2 files changed, 77 deletions(-)

diff --git a/dev-libs/blazesym_c/Manifest b/dev-libs/blazesym_c/Manifest
index 9cf280d48711..18527acf5a36 100644
--- a/dev-libs/blazesym_c/Manifest
+++ b/dev-libs/blazesym_c/Manifest
@@ -1,8 +1,6 @@
 DIST blazesym-capi-v0.1.1-crates.tar.xz 34294836 BLAKE2B 85e163004ac8762b50be99bfd794a59c4eb2e2a11857f0962b19a8a93f78d3d195dbab1f8c629045f08e9d27d70287e50728fbcd1542b34923d756d225b38f9f SHA512 42bec9f03bfaea3bec17674d5b8d99de998b596894952fb960e60db8e979ac5e8d8ea97b9dfe4e73e5f74d67f48f3480e1048268321b5d696cc0525906efc260
-DIST blazesym-capi-v0.1.4-crates.tar.xz 30430204 BLAKE2B 322dd050d46cfe6a03145de6736def0d4736b6083933bc61ed81d617d30b788b6f26abb50beacdc69304d74baf87a78e25cdfe7369fc095b5c3291354dac16ac SHA512 536daab102d0f40d8596dbd96714170ce1c0d72633e3838d103c445b402a3f135a09a5176cd40365cc6ab9f32ae18dc8135e9c129f946f3b93228e5a91973d73
 DIST blazesym-capi-v0.1.5-crates.tar.xz 27982728 BLAKE2B aaf1977d6433f837baf32fcab60c17513741baed8bee679039c234046dc6184f0d2d25d2ba9f6affa72ced487b3cbfc7f0c662d0a7bb88e774ece8e8ca9d7672 SHA512 c8afd59c8fcd6cb40097dc8197abe7fcc8b9b25adc0e3d3166589b7aeb92d817d4ac51fda17faf2451f4a295468423dbe43539f8753369f945173c03ac50dd9c
 DIST blazesym_c-0.1.1.tar.gz 597215 BLAKE2B b38eff7ab56f35049a88afecb573596430a45a39b5631b82c05817a844b9db2535d0780ded7242b9ef123fe8871930469f4399c447a80c5b29e5bcf7b28529f9 SHA512 13d597b65f11504ea68299738cecccae3659a87e46bef88fdb848887b5bb59bcd987782d67791d225a9f206d02d302ceff9eb3b07748c5b8c7c84273ca4a3890
-DIST blazesym_c-0.1.4.tar.gz 609048 BLAKE2B 454b9bc34a16559a0b107fd50749fefe6dfafa86d34a49e2ae012db902177e417a6dcc6deadc6aaecdfc138238926141bf9cee17db52054058a1aa59688492ef SHA512 d042023a6c71ab6551819ff7360e1287b70b2e6e2f4db57c2972adda93e22aa63424b691e5d4bec785d30e3255e2b5a1bb2eda7121f3d40ba34550c558d0a06c
 DIST blazesym_c-0.1.5.tar.gz 607748 BLAKE2B d5694b70f02ef7a1c74fe1e5af34ec731b64f8ec504a5f60bc2372a2c7328183c7c8e80c803c243c93cad7a5fdfa1b58af34720e8d891f5b350f1e0fd49221de SHA512 26f70e25854eebf1de3947be5f1f4e03ca1670f4d9476151bf6923db830aec932c181f2328a30c10de68025e8c394c24e25ac4125acb6aa0694a70126b50ad33
 DIST criterion.rs-b913e232edd98780961ecfbae836ec77ede49259.gh.tar.gz 786764 BLAKE2B 007c75791d93d2d24e11a6ca367ab53a45cfb0be67e1d65c4cdee4696709365a9417b4448ffcf44e790bf3582e8e17a15598e5cfff49bcd11cb61e4f8fb1f7b9 SHA512 2374fd2bb86e3c734a054215f5d350f159831c42e8889fba4c59d2d70a90f27eba6869ddb89daee16ce9a7b70d99266cf3e9370d433415ff23b515f3b5d4eb22
 DIST vmlinux.h-a9c092aa771310bf8b00b5018f7d40a1fdb6ec82.gh.tar.gz 3327904 BLAKE2B 4798b43e1b9213fe45b284fe3e4cf86a5df77eddcb4a699dada630c07eddd9365c62ebf09c6ef85d2b304b6dbcbfb3013f7479b32b72fdf836223d36458e9750 SHA512 02f957c3642b22d801c5eac5f9fc70f1606fc045b14fb1b7ffedbd3a3171c53728f664a33d88a90e2a7d15a9fe1c0559a48b52fcbea2e699199e9bc35943fa81

diff --git a/dev-libs/blazesym_c/blazesym_c-0.1.4.ebuild b/dev-libs/blazesym_c/blazesym_c-0.1.4.ebuild
deleted file mode 100644
index 23fb1da1e7ac..000000000000
--- a/dev-libs/blazesym_c/blazesym_c-0.1.4.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# Autogenerated by pycargoebuild 0.14.0
-
-EAPI=8
-
-CRATES="
-"
-
-RUST_MIN_VER="1.85.0"
-
-declare -A GIT_CRATES=(
-	[vmlinux]='https://github.com/libbpf/vmlinux.h;a9c092aa771310bf8b00b5018f7d40a1fdb6ec82;vmlinux.h-%commit%'
-)
-
-inherit cargo edo rust-toolchain
-
-DESCRIPTION="C bindings for blazesym, a library for address symbolization and related tasks"
-HOMEPAGE="https://github.com/libbpf/blazesym"
-SRC_URI="
-	https://github.com/libbpf/blazesym/archive/refs/tags/capi-v${PV}.tar.gz -> ${P}.tar.gz
-	https://github.com/gentoo-crate-dist/blazesym/releases/download/capi-v${PV}/blazesym-capi-v${PV}-crates.tar.xz
-	${CARGO_CRATE_URIS}
-"
-
-# build in the capi subdirectory since cargo has no -C option:
-# https://github.com/rust-lang/cargo/issues/10098
-S="${WORKDIR}/blazesym-capi-v${PV}/capi"
-
-LICENSE="BSD"
-# Dependent crate licenses
-LICENSE+="
-	Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 BSD Boost-1.0
-	CDLA-Permissive-2.0 ISC MIT MPL-2.0 Unicode-3.0 ZLIB
-"
-
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-
-# Currently suffers from (at least):
-# - problems with crate tarball
-# - hardcoded/hand-rolled multilib assumptions
-# - possibly sandbox
-RESTRICT="test"
-
-BDEPEND="
-	dev-util/cargo-c
-"
-
-QA_FLAGS_IGNORED="usr/lib64/libblazesym_c.so.${PV}"
-
-src_configure() {
-	CARGO_ARGS=(
-		--library-type=cdylib
-		--prefix="${EPREFIX}"/usr
-		--libdir="${EPREFIX}/usr/$(get_libdir)"
-		--target="$(rust_abi)"
-		$(usev !debug '--release')
-	)
-
-	cargo_src_configure
-}
-
-src_compile() {
-	edo cargo cbuild "${CARGO_ARGS[@]}" || die
-}
-
-src_install() {
-	CARGO_ARGS+=(
-		--destdir="${ED}"
-	)
-
-	edo cargo cinstall "${CARGO_ARGS[@]}" || die
-}


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

end of thread, other threads:[~2025-10-03 17:01 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-18 14:38 [gentoo-commits] repo/gentoo:master commit in: dev-libs/blazesym_c/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2025-10-03 17:01 Sam James
2025-10-03 17:01 Sam James
2025-09-17 21:33 Sam James
2025-09-17 21:33 Sam James
2025-08-16 11:31 Arthur Zamarin
2025-08-16 11:31 Arthur Zamarin
2025-07-17 15:18 Yixun Lan
2025-06-22 15:06 Sam James
2025-04-29  8:13 Yixun Lan

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