public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/clang-extract/
Date: Tue, 25 Feb 2025 18:49:36 +0000 (UTC)	[thread overview]
Message-ID: <1740509331.75054de86e8a96ec7b23cf63551d0298a1b71423.sam@gentoo> (raw)

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
 	"


             reply	other threads:[~2025-02-25 18:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-25 18:49 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-25 21:51 [gentoo-commits] repo/gentoo:master commit in: dev-util/clang-extract/ Sam James

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=1740509331.75054de86e8a96ec7b23cf63551d0298a1b71423.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