From: "Jimi Huotari" <chiitoo@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/screengrab/
Date: Mon, 19 May 2025 13:11:07 +0000 (UTC) [thread overview]
Message-ID: <1747659763.5f6a4501dc300d6b52ccd55df11eb3da65e1173c.chiitoo@gentoo> (raw)
commit: 5f6a4501dc300d6b52ccd55df11eb3da65e1173c
Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Mon May 19 12:59:00 2025 +0000
Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Mon May 19 13:02:43 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f6a4501
x11-misc/screengrab: drop 2.8.0
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
x11-misc/screengrab/Manifest | 1 -
x11-misc/screengrab/screengrab-2.8.0.ebuild | 40 -----------------------------
2 files changed, 41 deletions(-)
diff --git a/x11-misc/screengrab/Manifest b/x11-misc/screengrab/Manifest
index 1f236ce4877b..371b33ae7b77 100644
--- a/x11-misc/screengrab/Manifest
+++ b/x11-misc/screengrab/Manifest
@@ -1,4 +1,3 @@
DIST screengrab-2.10.0.tar.xz 349336 BLAKE2B a985a02c1d4b1a3d2642bc26ce4d613da47fe196c742b1e74a3b82967a109b48acb67fd38166154d676e4c2e9f3223b8e29b3d2c0affb82cf5b3f0b9b8e01b6b SHA512 ac2022a4abf65bc40ac05467311c6ffa0ef78d74629d46ffdfdc0eb5472eb061cd500db6563cba8d593d4bbf1d2152ba10bb4d6c9c28eaa5c098b5605c71efd2
-DIST screengrab-2.8.0.tar.xz 345980 BLAKE2B 415a8ed9915c1605ef9f55214d60643e32f94bf9a9b833736a27ee39948865760e4e257600694c16eb8e5b5c38e73884354911808262e5a422aab83bad143c30 SHA512 e17208294a119a71e7239cb69abf77ec9d6c19b37efb0a53006f3a333a535974156211f362ebc117885cfdf7d93416d2196da9580ff4ab9cb9292228e8d8141f
DIST screengrab-2.9.0.tar.xz 348316 BLAKE2B 9dd908ed5539848ee161df82dff49755b5e4c930e294719ee3e0ebe30590390d7005503d8a30f659b49bbbca726228ca20c6ef746aebbff1bd3617b9b23b7641 SHA512 cd9bc9546363a497ecef1110fc40635d5339e2e14b009e0fa3482fb31981d4dd818c5c66eb031c29c9668348607fe9bce4c2f1b42ad44ac760de8f0a40c90221
DIST screengrab-3.0.0.tar.xz 376620 BLAKE2B d924348de2c1a8d3fff16daf2e7951057f8f6777c36cda70e0e4d8c70c8a3726669968944f3fbbd4ff1742ecacc2cc774f827f0de0b05b5b956cae58461f7339 SHA512 86356a1992379c4656fc423f22a92d49a6de55892260f71e923d6c25d4ca099ae0846926dbf516577c5801af993b4f0cd511f3f6da95e6adfc7c2dda1b779724
diff --git a/x11-misc/screengrab/screengrab-2.8.0.ebuild b/x11-misc/screengrab/screengrab-2.8.0.ebuild
deleted file mode 100644
index 1ce2abdb5f38..000000000000
--- a/x11-misc/screengrab/screengrab-2.8.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake xdg-utils
-
-DESCRIPTION="Qt GUI Screenshot Utility"
-HOMEPAGE="https://lxqt.github.io/"
-
-if [[ ${PV} == 9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
-else
- SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
- KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv ~x86"
-fi
-
-LICENSE="GPL-2 GPL-2+ LGPL-2.1+"
-SLOT="0"
-
-BDEPEND=">=dev-qt/qttools-6.6:6[linguist]"
-DEPEND="
- >=dev-libs/libqtxdg-4.0.0
- >=dev-qt/qtbase-6.6:6[dbus,gui,network,widgets]
- kde-frameworks/kwindowsystem:6[X]
- x11-libs/libX11
- x11-libs/libxcb:=
-"
-RDEPEND="${DEPEND}"
-
-pkg_postinst() {
- xdg_desktop_database_update
- xdg_icon_cache_update
-}
-
-pkg_postrm() {
- xdg_desktop_database_update
- xdg_icon_cache_update
-}
next reply other threads:[~2025-05-19 13:11 UTC|newest]
Thread overview: 65+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-19 13:11 Jimi Huotari [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-05-19 13:11 [gentoo-commits] repo/gentoo:master commit in: x11-misc/screengrab/ Jimi Huotari
2025-04-24 21:34 Jimi Huotari
2025-02-05 11:27 Sam James
2025-01-31 7:41 Arthur Zamarin
2024-12-07 14:03 Jimi Huotari
2024-11-07 23:12 Jimi Huotari
2024-10-04 15:37 Arthur Zamarin
2024-09-14 6:39 Arthur Zamarin
2024-09-12 17:23 Arthur Zamarin
2024-09-01 21:30 Sam James
2024-08-13 7:10 WANG Xuerui
2024-07-13 10:09 Yixun Lan
2024-07-11 19:44 Arthur Zamarin
2024-06-28 20:33 Jimi Huotari
2024-06-14 21:57 Jimi Huotari
2024-05-04 20:40 Jimi Huotari
2023-12-27 21:03 Sam James
2023-12-20 1:40 Sam James
2023-11-09 21:45 Jimi Huotari
2023-06-18 14:53 Andreas Sturmlechner
2023-05-29 21:57 Sam James
2023-05-29 11:05 Arthur Zamarin
2023-05-29 0:10 Sam James
2023-04-17 22:08 Jimi Huotari
2023-03-26 15:50 Jimi Huotari
2022-12-17 19:28 Arthur Zamarin
2022-12-16 21:50 Sam James
2022-12-16 20:33 Arthur Zamarin
2022-11-29 18:06 WANG Xuerui
2022-11-10 12:57 Jimi Huotari
2022-07-26 7:05 Sam James
2022-07-22 17:54 Sam James
2022-07-20 5:36 Sam James
2022-05-15 0:13 Sam James
2022-04-15 13:14 Arthur Zamarin
2022-04-15 6:17 Sam James
2022-02-18 3:07 Sam James
2022-01-21 19:07 Sam James
2022-01-18 11:27 Jakov Smolić
2022-01-18 11:27 Jakov Smolić
2021-07-26 7:40 Yixun Lan
2020-11-25 7:43 Agostino Sarubbo
2020-11-23 7:12 Andreas Sturmlechner
2020-11-20 1:34 Thomas Deutschmann
2020-11-20 0:18 Sam James
2020-11-19 22:59 Sam James
2020-05-20 23:28 Andreas Sturmlechner
2020-02-11 22:46 Andreas Sturmlechner
2019-06-28 1:17 Andreas Sturmlechner
2019-06-26 6:50 Agostino Sarubbo
2019-06-25 7:04 Agostino Sarubbo
2019-03-10 22:46 Andreas Sturmlechner
2018-11-08 13:33 Michael Palimaka
2018-10-20 15:24 Mikle Kolyada
2018-06-30 0:20 Michael Palimaka
2018-01-21 22:58 Andreas Sturmlechner
2018-01-21 20:30 Thomas Deutschmann
2018-01-12 10:50 Michael Palimaka
2017-12-07 10:55 Michael Palimaka
2016-06-08 16:21 Michael Palimaka
2016-06-06 16:15 Agostino Sarubbo
2016-03-18 19:11 Michał Górny
2015-10-09 18:32 Michael Palimaka
2015-10-09 17:17 Michael Palimaka
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=1747659763.5f6a4501dc300d6b52ccd55df11eb3da65e1173c.chiitoo@gentoo \
--to=chiitoo@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