public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/seer/
Date: Sun, 05 Jan 2025 22:51:08 +0000 (UTC)	[thread overview]
Message-ID: <1736117453.abc8716719e9f567ef5e2811f564f53e9d87b398.asturm@gentoo> (raw)

commit:     abc8716719e9f567ef5e2811f564f53e9d87b398
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  5 22:03:27 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jan  5 22:50:53 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abc87167

dev-util/seer: drop 1.17, 2.3

Closes: https://bugs.gentoo.org/947248
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-util/seer/Manifest         |  2 --
 dev-util/seer/seer-1.17.ebuild | 47 ------------------------------------
 dev-util/seer/seer-2.3.ebuild  | 55 ------------------------------------------
 3 files changed, 104 deletions(-)

diff --git a/dev-util/seer/Manifest b/dev-util/seer/Manifest
index b3c0d829197b..b0b966f5db8d 100644
--- a/dev-util/seer/Manifest
+++ b/dev-util/seer/Manifest
@@ -1,3 +1 @@
-DIST seer-1.17.tar.gz 410347 BLAKE2B 6ac10aecc862a669cf9c0a2f25104604bddb3791d48cf8653483edb14a913f8214e7a316f335e115e0df80703610c97d395f6b896406cc19814701f234e319cf SHA512 93a0b148685dcd52eb567c1d58848e65c43208af9505b3bc02202c1be02ed7f94af500a1b5fdb295f0d3cd13dd88e3d6d9a524396c9c37c74435532d3dfbec2d
-DIST seer-2.3.tar.gz 434273 BLAKE2B 31b32a36b4f15bedc791eb450f440865b6e443a30cd53c0c90e12e086c329d4dcac1d6cf2e7ee293b6d156bed55e4b3a31633755e5f3f07080b1c4cdd9da2c1a SHA512 155e3772cad3aef32f96a0f8dbff93450f4f38cb85deb9ceb31068f430beb192a371a0dd49baba8acbdf753228ca952b5c41fbefc23b711b0b36630d40c92b8f
 DIST seer-2.4.tar.gz 659705 BLAKE2B e88a3de2efd07df0964289596c8266e269f1e0c03ac21fc4847a87a7d844daf153ec48dd37dfa6dcf5e2ae6dcdef80a22c51902e5b5f15e0843521d5471f6576 SHA512 a461b771e7057b7ab67ab8fab7c3e1e9086e99baabda7c435c9d0760a37789c57f0474e5e8d8a8d035db8e1291597ddd7e3a57bc6094ca8f609c75bf576499b0

diff --git a/dev-util/seer/seer-1.17.ebuild b/dev-util/seer/seer-1.17.ebuild
deleted file mode 100644
index 1097a55a591a..000000000000
--- a/dev-util/seer/seer-1.17.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 2022-2024 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"
-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}
-	dev-debug/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
-}

diff --git a/dev-util/seer/seer-2.3.ebuild b/dev-util/seer/seer-2.3.ebuild
deleted file mode 100644
index cd746172a5fc..000000000000
--- a/dev-util/seer/seer-2.3.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 2022-2024 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/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-01-05 22:51 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-05 22:51 Andreas Sturmlechner [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-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=1736117453.abc8716719e9f567ef5e2811f564f53e9d87b398.asturm@gentoo \
    --to=asturm@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