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: Fri, 14 Mar 2025 05:39:25 +0000 (UTC)	[thread overview]
Message-ID: <1741930586.878fb2d7c9d1daf013654c583caf2f8bcf8c91db.sam@gentoo> (raw)

commit:     878fb2d7c9d1daf013654c583caf2f8bcf8c91db
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 14 05:36:26 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 14 05:36:26 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=878fb2d7

dev-util/seer: drop 2.4

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

 dev-util/seer/Manifest        |  1 -
 dev-util/seer/seer-2.4.ebuild | 55 -------------------------------------------
 2 files changed, 56 deletions(-)

diff --git a/dev-util/seer/Manifest b/dev-util/seer/Manifest
index 2edd2f8133c7..d1206c079af1 100644
--- a/dev-util/seer/Manifest
+++ b/dev-util/seer/Manifest
@@ -1,2 +1 @@
-DIST seer-2.4.tar.gz 659705 BLAKE2B e88a3de2efd07df0964289596c8266e269f1e0c03ac21fc4847a87a7d844daf153ec48dd37dfa6dcf5e2ae6dcdef80a22c51902e5b5f15e0843521d5471f6576 SHA512 a461b771e7057b7ab67ab8fab7c3e1e9086e99baabda7c435c9d0760a37789c57f0474e5e8d8a8d035db8e1291597ddd7e3a57bc6094ca8f609c75bf576499b0
 DIST seer-2.5.tar.gz 678263 BLAKE2B 2355da25e00246aa49fb157317038a830c3bdc8cccb5af92549c32314a5f31f44624b80ad1f34969188ed2826f81dad819709806e53452d3df84bc95e517918c SHA512 bc2831ba05854c1eb8d8c6755650fea0032f9ef44dfc0d864d4ea82941d9abb150e4e650adb4af3b4c61bc74ba71e842de28b1409af930deafa2d85cdcc1ea8b

diff --git a/dev-util/seer/seer-2.4.ebuild b/dev-util/seer/seer-2.4.ebuild
deleted file mode 100644
index d361c7e5b93c..000000000000
--- a/dev-util/seer/seer-2.4.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 2022-2025 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 ~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 MIT"
-SLOT="0"
-
-DEPEND="
-	dev-qt/qtbase:6[gui,widgets]
-	dev-qt/qtcharts:6
-	dev-qt/qtsvg:6
-"
-RDEPEND="
-	${DEPEND}
-	dev-debug/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
-}


             reply	other threads:[~2025-03-14  5:39 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-14  5:39 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-07 18:11 [gentoo-commits] repo/gentoo:master commit in: dev-util/seer/ 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: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=1741930586.878fb2d7c9d1daf013654c583caf2f8bcf8c91db.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