From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/seer/
Date: Fri, 24 Nov 2023 23:14:17 +0000 (UTC) [thread overview]
Message-ID: <1700866498.9b52537a66700ba2f703c8730ca5bff6e479a73b.sam@gentoo> (raw)
commit: 9b52537a66700ba2f703c8730ca5bff6e479a73b
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 24 22:54:29 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 24 22:54:58 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b52537a
dev-util/seer: drop 2.1
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-util/seer/Manifest | 1 -
dev-util/seer/seer-2.1.ebuild | 56 -------------------------------------------
2 files changed, 57 deletions(-)
diff --git a/dev-util/seer/Manifest b/dev-util/seer/Manifest
index 2dc4dc86fa65..68ae4f2b5012 100644
--- a/dev-util/seer/Manifest
+++ b/dev-util/seer/Manifest
@@ -1,3 +1,2 @@
DIST seer-1.17.tar.gz 410347 BLAKE2B 6ac10aecc862a669cf9c0a2f25104604bddb3791d48cf8653483edb14a913f8214e7a316f335e115e0df80703610c97d395f6b896406cc19814701f234e319cf SHA512 93a0b148685dcd52eb567c1d58848e65c43208af9505b3bc02202c1be02ed7f94af500a1b5fdb295f0d3cd13dd88e3d6d9a524396c9c37c74435532d3dfbec2d
-DIST seer-2.1.tar.gz 419994 BLAKE2B b2f2842d3515721f27b9fe5cb5dfc7585feb89cd38ba6f8fff20a62752d1f355887d3956f8c2e31388d887476a8ca63ec878f3a28698b24b99ccee327f9dfa74 SHA512 6e16b4a459e2dc033a03a5c62709553de9f50e770f463a59cf5f6077fce5d2c59d1aba05e163602b11b24e4e560da8b9e9b8708c727421ee6a1943e617a30955
DIST seer-2.3.tar.gz 434273 BLAKE2B 31b32a36b4f15bedc791eb450f440865b6e443a30cd53c0c90e12e086c329d4dcac1d6cf2e7ee293b6d156bed55e4b3a31633755e5f3f07080b1c4cdd9da2c1a SHA512 155e3772cad3aef32f96a0f8dbff93450f4f38cb85deb9ceb31068f430beb192a371a0dd49baba8acbdf753228ca952b5c41fbefc23b711b0b36630d40c92b8f
diff --git a/dev-util/seer/seer-2.1.ebuild b/dev-util/seer/seer-2.1.ebuild
deleted file mode 100644
index 5e17ca62b9dd..000000000000
--- a/dev-util/seer/seer-2.1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# 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"
-
- # Unkeyworded until tested a bit more
- #KEYWORDS="~amd64 ~arm64 ~ppc64"
-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/qtbase:6[gui,widgets]
- dev-qt/qtcharts:6
- dev-qt/qtsvg:6
-"
-RDEPEND="
- ${DEPEND}
- sys-devel/gdb
-"
-
-src_configure() {
- local mycmakeargs=(
- # Upstream don't really support Qt 5 for >= 2.0:
- # https://github.com/epasveer/seer/wiki/Building-Seer---Qt5.
- -DQTVERSION=QT6
- )
-
- cmake_src_configure
-}
-
-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-11-24 23:14 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-24 23:14 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-14 5:39 [gentoo-commits] repo/gentoo:master commit in: dev-util/seer/ 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-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: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=1700866498.9b52537a66700ba2f703c8730ca5bff6e479a73b.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