From: "Jimi Huotari" <chiitoo@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/screengrab/
Date: Thu, 10 Nov 2022 12:57:03 +0000 (UTC) [thread overview]
Message-ID: <1668084940.d574af8eaa4d8ecbdf68e648372c4d47f6fb5200.chiitoo@gentoo> (raw)
commit: d574af8eaa4d8ecbdf68e648372c4d47f6fb5200
Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 9 21:05:45 2022 +0000
Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Thu Nov 10 12:55:40 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d574af8e
x11-misc/screengrab: remove versions 2.2.0 and 2.3.0
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
x11-misc/screengrab/Manifest | 2 --
x11-misc/screengrab/screengrab-2.2.0.ebuild | 41 -----------------------------
x11-misc/screengrab/screengrab-2.3.0.ebuild | 40 ----------------------------
3 files changed, 83 deletions(-)
diff --git a/x11-misc/screengrab/Manifest b/x11-misc/screengrab/Manifest
index 694cb51ceef2..ee6abdde4c3c 100644
--- a/x11-misc/screengrab/Manifest
+++ b/x11-misc/screengrab/Manifest
@@ -1,4 +1,2 @@
-DIST screengrab-2.2.0.tar.xz 136940 BLAKE2B 2263e0a887dc87ec708d96ca1cd9bce2aaa134fab9751341e1c96cd4a8b59132ca6a00719cf97dd218cc48ceb1abe5d943bad5fc80dd095c263fc84dabf3468a SHA512 14add5567abcbc03bd5e3e0e017129863ccd69aab83a1dfb3f8e6059af97fa4fff164e42fb3d0b4e8968d661b51b21def7d9c12ca68692a11288c99cdb16237d
-DIST screengrab-2.3.0.tar.xz 142160 BLAKE2B 2d375cc9dcaeb921530570efc91d29a178cc7c1f1099d0ee7d76622fb08ea77de3cc7adebb807fcf9f56818ccc6caec28a13a6da89c7f11d63d73da3539f3d60 SHA512 3898504bdf6d61d47236953e25693e9950dcc953abe85ba9b74484b55ce8af77b5f6a76f39906b2c4c0e8f4985ae6cb24679ec5e7d167b2d32638cdd7324f175
DIST screengrab-2.4.0.tar.xz 336400 BLAKE2B f60bc298dba5a2f4153804c3d37b263f1191c7d4bc3099def037dc7dcedaf5c59bf2b67d2649f279f870d030260272e906d8d23f7eb0b4e49fa340054824ae90 SHA512 88aec38b957256f93bebf13facf33135a5a80ed879325342d19d3b102e7103fd23f1f7b3c1702c4bff01898e2b3029b07e50e4fde0de9e206a74484e4aa395ee
DIST screengrab-2.5.0.tar.xz 336852 BLAKE2B 7c59cadbac952cf982873f427bc9d6ff594b6e517b7dcda287f80dc51d272b17250d3cb78f264d09eb348bc0c8ce783b22e1ce5f67ec52004d4091f86866e84c SHA512 681adc0e9e26ad591aceb8002095e9117534ba20cc1086e7e2be5c6707d2b308c7bb9e4201563692891678b40b45f4a2e7db20008676af9ca513c34c00c0fc02
diff --git a/x11-misc/screengrab/screengrab-2.2.0.ebuild b/x11-misc/screengrab/screengrab-2.2.0.ebuild
deleted file mode 100644
index 3eeed6bffbaa..000000000000
--- a/x11-misc/screengrab/screengrab-2.2.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake xdg-utils
-
-DESCRIPTION="Qt GUI Screenshot Utility"
-HOMEPAGE="https://lxqt.github.io/"
-SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
-
-LICENSE="GPL-2 GPL-2+ LGPL-2.1+"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
-IUSE=""
-
-BDEPEND="dev-qt/linguist-tools:5"
-DEPEND="
- >=dev-libs/libqtxdg-3.7.0
- dev-qt/qtcore:5
- dev-qt/qtdbus:5
- dev-qt/qtgui:5
- dev-qt/qtnetwork:5
- dev-qt/qtwidgets:5
- dev-qt/qtx11extras:5
- kde-frameworks/kwindowsystem:5[X]
- x11-libs/libX11
- x11-libs/libxcb
- x11-libs/libXfixes
-"
-RDEPEND="${DEPEND}"
-
-pkg_postinst() {
- xdg_desktop_database_update
- xdg_icon_cache_update
-}
-
-pkg_postrm() {
- xdg_desktop_database_update
- xdg_icon_cache_update
-}
diff --git a/x11-misc/screengrab/screengrab-2.3.0.ebuild b/x11-misc/screengrab/screengrab-2.3.0.ebuild
deleted file mode 100644
index fbf6fa3c229b..000000000000
--- a/x11-misc/screengrab/screengrab-2.3.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2022 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/"
-SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
-
-LICENSE="GPL-2 GPL-2+ LGPL-2.1+"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~riscv x86"
-IUSE=""
-
-BDEPEND="dev-qt/linguist-tools:5"
-DEPEND="
- >=dev-libs/libqtxdg-3.7.0
- >=dev-qt/qtcore-5.15:5
- >=dev-qt/qtdbus-5.15:5
- >=dev-qt/qtgui-5.15:5
- >=dev-qt/qtnetwork-5.15:5
- >=dev-qt/qtwidgets-5.15:5
- >=dev-qt/qtx11extras-5.15:5
- kde-frameworks/kwindowsystem:5[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:[~2022-11-10 12:57 UTC|newest]
Thread overview: 65+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-10 12:57 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-05-19 13:11 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-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=1668084940.d574af8eaa4d8ecbdf68e648372c4d47f6fb5200.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