public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/pulseview/
Date: Mon, 02 Jun 2025 15:19:27 +0000 (UTC)	[thread overview]
Message-ID: <1748877244.ca09ec606fd5db936b56b589a1724bc8c86c4061.asturm@gentoo> (raw)

commit:     ca09ec606fd5db936b56b589a1724bc8c86c4061
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat May 31 11:20:18 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jun  2 15:14:04 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca09ec60

sci-electronics/pulseview: add github snapshot facilities

Bug: https://bugs.gentoo.org/948044
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 sci-electronics/pulseview/pulseview-9999.ebuild | 30 ++++++++++++-------------
 1 file changed, 15 insertions(+), 15 deletions(-)

diff --git a/sci-electronics/pulseview/pulseview-9999.ebuild b/sci-electronics/pulseview/pulseview-9999.ebuild
index 80e69f8085ed..929e0bb4b944 100644
--- a/sci-electronics/pulseview/pulseview-9999.ebuild
+++ b/sci-electronics/pulseview/pulseview-9999.ebuild
@@ -3,21 +3,31 @@
 
 EAPI=8
 
-inherit cmake xdg-utils
+inherit cmake xdg
 
-if [[ ${PV} == *9999* ]]; then
+case ${PV} in
+*9999*)
 	EGIT_REPO_URI="https://github.com/sigrokproject/${PN}.git"
 	inherit git-r3
-else
+	;;
+*_p*)
+	COMMIT="e2fe9dfb91c7de85c410922ee9268c3f526bcc54"
+	SRC_URI="https://github.com/sigrokproject/${PN}/archive/${COMMIT}.tar.gz -> ${PN}-${COMMIT:0:7}.tar.gz"
+	S="${WORKDIR}"/${PN}-${COMMIT}
+	;;
+*)
 	SRC_URI="https://sigrok.org/download/source/${PN}/${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
-fi
+	;;
+esac
 
 DESCRIPTION="Qt based logic analyzer GUI for sigrok"
 HOMEPAGE="https://sigrok.org/wiki/PulseView"
 
 LICENSE="GPL-3"
 SLOT="0"
+if [[ ${PV} != *9999* ]]; then
+	KEYWORDS="~amd64 ~x86"
+fi
 IUSE="+decode static"
 
 RDEPEND="
@@ -53,13 +63,3 @@ src_configure() {
 	)
 	cmake_src_configure
 }
-
-pkg_postinst() {
-	xdg_icon_cache_update
-	xdg_desktop_database_update
-}
-
-pkg_postrm() {
-	xdg_icon_cache_update
-	xdg_desktop_database_update
-}


             reply	other threads:[~2025-06-02 15:19 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-02 15:19 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-06-02 15:19 [gentoo-commits] repo/gentoo:master commit in: sci-electronics/pulseview/ Andreas Sturmlechner
2025-06-02 15:19 Andreas Sturmlechner
2025-01-13 17:18 Andreas Sturmlechner
2025-01-02 18:33 Sam James
2024-08-31 16:00 Sven Wegener
2023-02-26 20:03 Sven Wegener
2022-09-04 13:03 David Seifert
2022-01-08 15:47 Sven Wegener
2020-07-06 18:16 Andreas Sturmlechner
2020-07-06 18:16 Andreas Sturmlechner
2020-07-06 18:16 Andreas Sturmlechner
2020-07-06 18:16 Andreas Sturmlechner
2020-07-06 18:16 Andreas Sturmlechner
2020-07-06 18:16 Andreas Sturmlechner
2020-07-06 18:16 Andreas Sturmlechner
2020-02-09 16:36 Michał Górny
2019-04-12 15:45 Sven Wegener
2018-12-08 21:34 Sven Wegener
2018-11-03 11:03 Sven Wegener
2018-04-11  9:40 David Seifert
2017-11-07 22:13 Sven Wegener
2017-10-30 13:27 Sven Wegener
2017-10-30 13:27 Sven Wegener
2017-10-30 13:27 Sven Wegener
2017-07-08  6:55 Sven Wegener
2017-07-01 20:52 Sven Wegener
2017-07-01 20:52 Sven Wegener
2017-06-15 17:37 Pacho Ramos
2016-08-03 11:41 Sven Wegener
2016-08-03 11:41 Sven Wegener
2016-08-03 11:41 Sven Wegener
2016-08-03 11:41 Sven Wegener
2016-01-12 18:36 Sven Wegener
2015-12-19 17:15 Sven Wegener
2015-11-25 10:44 Sergey Popov
2015-11-25 10:44 Sergey Popov

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=1748877244.ca09ec606fd5db936b56b589a1724bc8c86c4061.asturm@gentoo \
    --to=asturm@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