public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-util/clang-extract/
@ 2024-11-25 21:51 Sam James
  0 siblings, 0 replies; 2+ messages in thread
From: Sam James @ 2024-11-25 21:51 UTC (permalink / raw
  To: gentoo-commits

commit:     e304debb6c61e4354e7c7855b23296157803b14b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 25 21:50:48 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Nov 25 21:50:58 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e304debb

dev-util/clang-extract: improve deps

Oops.

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

 dev-util/clang-extract/clang-extract-0_pre20241002.ebuild | 3 ++-
 dev-util/clang-extract/clang-extract-9999.ebuild          | 7 ++++---
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/dev-util/clang-extract/clang-extract-0_pre20241002.ebuild b/dev-util/clang-extract/clang-extract-0_pre20241002.ebuild
index d99ec316f176..6dfe117dea9e 100644
--- a/dev-util/clang-extract/clang-extract-0_pre20241002.ebuild
+++ b/dev-util/clang-extract/clang-extract-0_pre20241002.ebuild
@@ -29,7 +29,8 @@ IUSE="test"
 RESTRICT="!test? ( test )"
 
 DEPEND="
-	app-arch/zstd
+	app-arch/zstd:=
+	sys-libs/zlib
 	virtual/libelf
 	$(llvm_gen_dep '
 		sys-devel/clang:${LLVM_SLOT}

diff --git a/dev-util/clang-extract/clang-extract-9999.ebuild b/dev-util/clang-extract/clang-extract-9999.ebuild
index 892787e428de..6dfe117dea9e 100644
--- a/dev-util/clang-extract/clang-extract-9999.ebuild
+++ b/dev-util/clang-extract/clang-extract-9999.ebuild
@@ -29,14 +29,15 @@ IUSE="test"
 RESTRICT="!test? ( test )"
 
 DEPEND="
+	app-arch/zstd:=
+	sys-libs/zlib
+	virtual/libelf
 	$(llvm_gen_dep '
 		sys-devel/clang:${LLVM_SLOT}
 		sys-devel/llvm:${LLVM_SLOT}
 	')
 "
-RDEPEND="
-	${DEPEND}
-"
+RDEPEND="${DEPEND}"
 BDEPEND="
 	$(llvm_gen_dep '
 		sys-devel/clang:${LLVM_SLOT}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/clang-extract/
@ 2025-02-25 18:49 Sam James
  0 siblings, 0 replies; 2+ messages in thread
From: Sam James @ 2025-02-25 18:49 UTC (permalink / raw
  To: gentoo-commits

commit:     75054de86e8a96ec7b23cf63551d0298a1b71423
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 25 18:48:31 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Feb 25 18:48:51 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75054de8

dev-util/clang-extract: add 0_pre20241220

Adds LLVM 19 support.

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

 dev-util/clang-extract/Manifest                                     | 1 +
 ...clang-extract-9999.ebuild => clang-extract-0_pre20241220.ebuild} | 6 +++---
 dev-util/clang-extract/clang-extract-9999.ebuild                    | 6 +++---
 3 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/dev-util/clang-extract/Manifest b/dev-util/clang-extract/Manifest
index 5fdcd6bc5cee..ddd961f93312 100644
--- a/dev-util/clang-extract/Manifest
+++ b/dev-util/clang-extract/Manifest
@@ -1 +1,2 @@
 DIST clang-extract-0_pre20241002.gh.tar.gz 129679 BLAKE2B 98d55d96fddcaf97e3ba12c4f5cc64a226ca8cb01328bfbe29e0526e48ba3304fdba0f4ee0f07972e488dd9339326011116359401fed047031c49806ee175245 SHA512 c05a8c2aa9a3fd0050d23b35991b8169e185e6186b2c583b364e78fef448030d44be4d14f175148fde5389a1463d4db61d52621dc2b410764336cca12ce3e5b3
+DIST clang-extract-0_pre20241220.gh.tar.gz 129806 BLAKE2B ddf3dbc5c509a3483a1ac9229eab4229c227a5f5b41d25f853bdee0ffe846ff4c8731efcdbd1f853250681f2e718d5db85403762c7eba7afc5787a38cfbdf1aa SHA512 bf130d35c3170a8a3488f67173ed876196339b93cd4243e56eee3f01771badd4c96d80da88db6a267f3e55f874d2735b82da746e8276199f52ead53385c85ef6

diff --git a/dev-util/clang-extract/clang-extract-9999.ebuild b/dev-util/clang-extract/clang-extract-0_pre20241220.ebuild
similarity index 95%
copy from dev-util/clang-extract/clang-extract-9999.ebuild
copy to dev-util/clang-extract/clang-extract-0_pre20241220.ebuild
index 0c1d8f39cd8e..cf1c68c0a1ed 100644
--- a/dev-util/clang-extract/clang-extract-9999.ebuild
+++ b/dev-util/clang-extract/clang-extract-0_pre20241220.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2024 Gentoo Authors
+# Copyright 2024-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-LLVM_COMPAT=( {16..18} )
+LLVM_COMPAT=( {16..19} )
 PYTHON_COMPAT=( python3_{10..13} )
 inherit flag-o-matic llvm-r1 meson python-any-r1
 
@@ -14,7 +14,7 @@ if [[ ${PV} == 9999 ]] ; then
 	EGIT_REPO_URI="https://github.com/SUSE/clang-extract.git"
 	inherit git-r3
 else
-	CLANG_EXTRACT_COMMIT="ec46efd739f15ee49f99834ba56c019cbf69e4ed"
+	CLANG_EXTRACT_COMMIT="8344124f604e2ef9202177f5b9ed61962a37c4dc"
 	SRC_URI="
 		https://github.com/SUSE/clang-extract/archive/${CLANG_EXTRACT_COMMIT}.tar.gz -> ${P}.gh.tar.gz
 	"

diff --git a/dev-util/clang-extract/clang-extract-9999.ebuild b/dev-util/clang-extract/clang-extract-9999.ebuild
index 0c1d8f39cd8e..cf1c68c0a1ed 100644
--- a/dev-util/clang-extract/clang-extract-9999.ebuild
+++ b/dev-util/clang-extract/clang-extract-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2024 Gentoo Authors
+# Copyright 2024-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-LLVM_COMPAT=( {16..18} )
+LLVM_COMPAT=( {16..19} )
 PYTHON_COMPAT=( python3_{10..13} )
 inherit flag-o-matic llvm-r1 meson python-any-r1
 
@@ -14,7 +14,7 @@ if [[ ${PV} == 9999 ]] ; then
 	EGIT_REPO_URI="https://github.com/SUSE/clang-extract.git"
 	inherit git-r3
 else
-	CLANG_EXTRACT_COMMIT="ec46efd739f15ee49f99834ba56c019cbf69e4ed"
+	CLANG_EXTRACT_COMMIT="8344124f604e2ef9202177f5b9ed61962a37c4dc"
 	SRC_URI="
 		https://github.com/SUSE/clang-extract/archive/${CLANG_EXTRACT_COMMIT}.tar.gz -> ${P}.gh.tar.gz
 	"


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

end of thread, other threads:[~2025-02-25 18:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-25 21:51 [gentoo-commits] repo/gentoo:master commit in: dev-util/clang-extract/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2025-02-25 18:49 Sam James

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