From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/seer/
Date: Wed, 31 Aug 2022 02:26:46 +0000 (UTC) [thread overview]
Message-ID: <1661912795.ce35f7b5075be35bd5c6b4dfd9acd11880c4cc0a.sam@gentoo> (raw)
commit: ce35f7b5075be35bd5c6b4dfd9acd11880c4cc0a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 31 02:26:35 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Aug 31 02:26:35 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce35f7b5
dev-util/seer: add live ebuild
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-util/seer/seer-1.9-r2.ebuild | 11 +++++++++--
dev-util/seer/{seer-1.9-r2.ebuild => seer-9999.ebuild} | 11 +++++++++--
2 files changed, 18 insertions(+), 4 deletions(-)
diff --git a/dev-util/seer/seer-1.9-r2.ebuild b/dev-util/seer/seer-1.9-r2.ebuild
index e2bb45d01c0f..b5ad9e01cc7a 100644
--- a/dev-util/seer/seer-1.9-r2.ebuild
+++ b/dev-util/seer/seer-1.9-r2.ebuild
@@ -7,12 +7,19 @@ inherit cmake desktop xdg
DESCRIPTION="A GUI frontend to gdb"
HOMEPAGE="https://github.com/epasveer/seer"
-SRC_URI="https://github.com/epasveer/seer/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+if [[ ${PV} == 9999 ]] ; then
+ EGIT_REPO_URI="https://github.com/epasveer/seer"
+ inherit git-r3
+else
+ SRC_URI="https://github.com/epasveer/seer/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+ KEYWORDS="~amd64"
+fi
+
S="${WORKDIR}"/${P}/src
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64"
DEPEND="
dev-qt/qtcharts:5
diff --git a/dev-util/seer/seer-1.9-r2.ebuild b/dev-util/seer/seer-9999.ebuild
similarity index 73%
copy from dev-util/seer/seer-1.9-r2.ebuild
copy to dev-util/seer/seer-9999.ebuild
index e2bb45d01c0f..b5ad9e01cc7a 100644
--- a/dev-util/seer/seer-1.9-r2.ebuild
+++ b/dev-util/seer/seer-9999.ebuild
@@ -7,12 +7,19 @@ inherit cmake desktop xdg
DESCRIPTION="A GUI frontend to gdb"
HOMEPAGE="https://github.com/epasveer/seer"
-SRC_URI="https://github.com/epasveer/seer/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+if [[ ${PV} == 9999 ]] ; then
+ EGIT_REPO_URI="https://github.com/epasveer/seer"
+ inherit git-r3
+else
+ SRC_URI="https://github.com/epasveer/seer/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+ KEYWORDS="~amd64"
+fi
+
S="${WORKDIR}"/${P}/src
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64"
DEPEND="
dev-qt/qtcharts:5
next reply other threads:[~2022-08-31 2:26 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-31 2:26 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-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: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=1661912795.ce35f7b5075be35bd5c6b4dfd9acd11880c4cc0a.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