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/seer/
Date: Mon,  5 Jun 2023 05:02:40 +0000 (UTC)	[thread overview]
Message-ID: <1685941311.7bbf259721398464a22a3c4437d1b15d641fed47.sam@gentoo> (raw)

commit:     7bbf259721398464a22a3c4437d1b15d641fed47
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  5 05:01:51 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jun  5 05:01:51 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bbf2597

dev-util/seer: add 2.0 (unkw'd)

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

 dev-util/seer/Manifest                              |  1 +
 dev-util/seer/{seer-9999.ebuild => seer-2.0.ebuild} | 13 ++++++++++++-
 dev-util/seer/seer-9999.ebuild                      | 13 ++++++++++++-
 3 files changed, 25 insertions(+), 2 deletions(-)

diff --git a/dev-util/seer/Manifest b/dev-util/seer/Manifest
index b4af0a699671..d79c7f868bde 100644
--- a/dev-util/seer/Manifest
+++ b/dev-util/seer/Manifest
@@ -1 +1,2 @@
 DIST seer-1.17.tar.gz 410347 BLAKE2B 6ac10aecc862a669cf9c0a2f25104604bddb3791d48cf8653483edb14a913f8214e7a316f335e115e0df80703610c97d395f6b896406cc19814701f234e319cf SHA512 93a0b148685dcd52eb567c1d58848e65c43208af9505b3bc02202c1be02ed7f94af500a1b5fdb295f0d3cd13dd88e3d6d9a524396c9c37c74435532d3dfbec2d
+DIST seer-2.0.tar.gz 409888 BLAKE2B c39cc0a186a68bad8477262d8900f0b8e632dc2e21504b4157d881b7a2cd6c75d9c0d60e28767bf490c6420e1ca1f17e52c13ef642986d9d94b44b46148270b2 SHA512 ea01ccbc7e457d7a42bf8703da24c2d42c37d81c7c5223b30f5c3837200a8e3137cd5ff5fd6531cf3b3c22b1cf1bec576c68191bfb63a5d55a8527ab8283c04a

diff --git a/dev-util/seer/seer-9999.ebuild b/dev-util/seer/seer-2.0.ebuild
similarity index 75%
copy from dev-util/seer/seer-9999.ebuild
copy to dev-util/seer/seer-2.0.ebuild
index db6606d3c01e..48b2a9ffe763 100644
--- a/dev-util/seer/seer-9999.ebuild
+++ b/dev-util/seer/seer-2.0.ebuild
@@ -13,7 +13,8 @@ if [[ ${PV} == 9999 ]] ; then
 else
 	SRC_URI="https://github.com/epasveer/seer/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
 
-	KEYWORDS="~amd64 ~arm64 ~ppc64"
+	# Unkeyworded until tested a bit more
+	#KEYWORDS="~amd64 ~arm64 ~ppc64"
 fi
 
 S="${WORKDIR}"/${P}/src
@@ -35,6 +36,16 @@ RDEPEND="
 	sys-devel/gdb
 "
 
+src_configure() {
+	local mycmakeargs=(
+		# TODO: Support Qt 6 once it's unmasked
+		# Note that >= 2.0 barely supports Qt 5, see https://github.com/epasveer/seer/wiki/Building-Seer---Qt5.
+		-DQTVERSION=QT5
+	)
+
+	cmake_src_configure
+}
+
 src_install() {
 	cmake_src_install
 

diff --git a/dev-util/seer/seer-9999.ebuild b/dev-util/seer/seer-9999.ebuild
index db6606d3c01e..48b2a9ffe763 100644
--- a/dev-util/seer/seer-9999.ebuild
+++ b/dev-util/seer/seer-9999.ebuild
@@ -13,7 +13,8 @@ if [[ ${PV} == 9999 ]] ; then
 else
 	SRC_URI="https://github.com/epasveer/seer/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
 
-	KEYWORDS="~amd64 ~arm64 ~ppc64"
+	# Unkeyworded until tested a bit more
+	#KEYWORDS="~amd64 ~arm64 ~ppc64"
 fi
 
 S="${WORKDIR}"/${P}/src
@@ -35,6 +36,16 @@ RDEPEND="
 	sys-devel/gdb
 "
 
+src_configure() {
+	local mycmakeargs=(
+		# TODO: Support Qt 6 once it's unmasked
+		# Note that >= 2.0 barely supports Qt 5, see https://github.com/epasveer/seer/wiki/Building-Seer---Qt5.
+		-DQTVERSION=QT5
+	)
+
+	cmake_src_configure
+}
+
 src_install() {
 	cmake_src_install
 


             reply	other threads:[~2023-06-05  5:02 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-05  5:02 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-10-08  5:27 [gentoo-commits] repo/gentoo:master commit in: dev-util/seer/ Sam James
2025-10-08  5:08 Sam James
2025-03-14  5:39 Sam James
2025-01-07 18:11 Sam James
2025-01-05 22:51 Andreas Sturmlechner
2025-01-04 16:17 Sam James
2024-12-31  3:19 Jakov Smolić
2024-10-18 19:52 Arthur Zamarin
2023-11-24 23:14 Sam James
2023-11-24 23:14 Sam James
2023-11-24 23:14 Sam James
2023-08-26  5:04 Sam James
2023-06-05  5:02 Sam James
2023-06-05  5:02 Sam James
2023-04-25 19:49 Sam James
2023-04-23 17:57 Sam James
2023-04-23 17:57 Sam James
2023-04-09 19:37 Sam James
2023-03-05  3:40 Sam James
2023-03-05  3:40 Sam James
2023-01-26  3:13 Sam James
2023-01-05  8:16 Sam James
2023-01-05  8:16 Sam James
2022-12-10  4:35 Sam James
2022-12-10  4:35 Sam James
2022-10-25  5:53 Sam James
2022-10-02  2:43 Sam James
2022-09-23  1:35 Sam James
2022-09-13 22:32 Sam James
2022-08-31  2:26 Sam James
2022-08-31  2:26 Sam James
2022-08-31  2:09 Sam James
2022-08-31  1:24 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=1685941311.7bbf259721398464a22a3c4437d1b15d641fed47.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