From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/seer/
Date: Thu, 5 Jan 2023 08:16:30 +0000 (UTC) [thread overview]
Message-ID: <1672906571.e0db51abd7366bd20468fbf29e0a63fed64f2919.sam@gentoo> (raw)
commit: e0db51abd7366bd20468fbf29e0a63fed64f2919
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 5 08:16:11 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jan 5 08:16:11 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0db51ab
dev-util/seer: add 1.14
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-util/seer/Manifest | 1 +
dev-util/seer/seer-1.14.ebuild | 47 ++++++++++++++++++++++++++++++++++++++++++
2 files changed, 48 insertions(+)
diff --git a/dev-util/seer/Manifest b/dev-util/seer/Manifest
index d7b9831bef38..e3fb686f29fd 100644
--- a/dev-util/seer/Manifest
+++ b/dev-util/seer/Manifest
@@ -1,2 +1,3 @@
DIST seer-1.12.tar.gz 387336 BLAKE2B 2db88904c230f5e5d1aa7112a77a88f709879aed8a6c6867ef05d53cfbba5baa56b477345be8e00a8a5881b2156da9730b71285dc68945d78cb959fccbb988be SHA512 94ce329fa0aebea34d838c1742cd3ab34d76123d3a99e102314b2e4a300944be2fb4cd3116d023efbc3a48aec562493ca241a8478a995bd99df58bf0fecc3d50
DIST seer-1.13.tar.gz 396675 BLAKE2B 9dd844688a84645c5c105f5296c86c71335ccced3880a3636c8e6904be85253b1dd4da51035e5d93f6f6415584763cdf40dd27cfb5d617ee6a2fd2b64685752a SHA512 1c54c4c304ca3a378aaf1f2e2e8de49cf41886de76257cb9f746ff85a15ec2bf9abe0d4311ca6a2e585d2c13740ec815e63f3a8dc4df7478c71bc0e2261b5d4e
+DIST seer-1.14.tar.gz 400391 BLAKE2B 9134bd62eae35e965601af56e734a29d5f0d12af2c9383e287c0ba41a6285587b24b84b49c588bb497b8b55154ebef74ac78b1ace282d018d40d544ed070e343 SHA512 1657ce26e676cb03e514e69f79e4aef614f489918329b1421d8017284387bb155b750d18b00ff8244ad73104cd0b7e078360a22c692e9ec5cfd4aa258c778dc3
diff --git a/dev-util/seer/seer-1.14.ebuild b/dev-util/seer/seer-1.14.ebuild
new file mode 100644
index 000000000000..10f65fe03c63
--- /dev/null
+++ b/dev-util/seer/seer-1.14.ebuild
@@ -0,0 +1,47 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake desktop xdg
+
+DESCRIPTION="A GUI frontend to gdb"
+HOMEPAGE="https://github.com/epasveer/seer"
+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
+
+# Upstream keep 'debian/copyright' up to date
+# https://github.com/epasveer/seer/issues/86
+LICENSE="GPL-3+ CC-BY-3.0 CC-BY-4.0"
+SLOT="0"
+
+DEPEND="
+ dev-qt/qtcharts:5
+ dev-qt/qtcore:5
+ dev-qt/qtgui:5
+ dev-qt/qtprintsupport:5
+ dev-qt/qtwidgets:5
+"
+RDEPEND="
+ ${DEPEND}
+ sys-devel/gdb
+"
+
+src_install() {
+ cmake_src_install
+
+ domenu resources/seergdb.desktop
+
+ local size
+ for size in 32 64 128 256 512 ; do
+ newicon -s ${size} resources/seergdb_${size}x${size}.png seergdb.png
+ done
+}
next reply other threads:[~2023-01-05 8:16 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-05 8:16 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
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=1672906571.e0db51abd7366bd20468fbf29e0a63fed64f2919.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