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: Sun,  5 Mar 2023 03:40:01 +0000 (UTC)	[thread overview]
Message-ID: <1677987581.6b3e1282d9253ca43b8f0be379c5d69e30562c22.sam@gentoo> (raw)

commit:     6b3e1282d9253ca43b8f0be379c5d69e30562c22
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  5 03:39:15 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Mar  5 03:39:41 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b3e1282

dev-util/seer: drop 1.13

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

 dev-util/seer/Manifest         |  1 -
 dev-util/seer/seer-1.13.ebuild | 47 ------------------------------------------
 2 files changed, 48 deletions(-)

diff --git a/dev-util/seer/Manifest b/dev-util/seer/Manifest
index 359ff8288c7a..a6991b24a539 100644
--- a/dev-util/seer/Manifest
+++ b/dev-util/seer/Manifest
@@ -1,3 +1,2 @@
-DIST seer-1.13.tar.gz 396675 BLAKE2B 9dd844688a84645c5c105f5296c86c71335ccced3880a3636c8e6904be85253b1dd4da51035e5d93f6f6415584763cdf40dd27cfb5d617ee6a2fd2b64685752a SHA512 1c54c4c304ca3a378aaf1f2e2e8de49cf41886de76257cb9f746ff85a15ec2bf9abe0d4311ca6a2e585d2c13740ec815e63f3a8dc4df7478c71bc0e2261b5d4e
 DIST seer-1.14.tar.gz 400391 BLAKE2B 9134bd62eae35e965601af56e734a29d5f0d12af2c9383e287c0ba41a6285587b24b84b49c588bb497b8b55154ebef74ac78b1ace282d018d40d544ed070e343 SHA512 1657ce26e676cb03e514e69f79e4aef614f489918329b1421d8017284387bb155b750d18b00ff8244ad73104cd0b7e078360a22c692e9ec5cfd4aa258c778dc3
 DIST seer-1.15.tar.gz 401292 BLAKE2B d0bfd13947582585e5f99a86e4a03ea58fc3b1a06879dd75136d724f28944d0fca21a71cca3be269dcd2d5a04e6275e967dce18687ecaa87b1d2aaff58ed1643 SHA512 ff3ad9c5bb35f2afe5c07917b276e1653bfecbfac7473dd1bac6d441c47ef0b9ae86775ff663f2f653057a8a848ce48aefcdb7c5b2b7d680e7e53d2398660300

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


             reply	other threads:[~2023-03-05  3:40 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-05  3:40 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-18 19:52 [gentoo-commits] repo/gentoo:master commit in: dev-util/seer/ 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-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=1677987581.6b3e1282d9253ca43b8f0be379c5d69e30562c22.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