From: "David Flogeras" <dflogeras2@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/ksnip/
Date: Sun, 26 May 2024 15:59:48 +0000 (UTC) [thread overview]
Message-ID: <1716739174.7b930f8a3a73d9763133b933fb142fbc89881d4d.diddly@gentoo> (raw)
commit: 7b930f8a3a73d9763133b933fb142fbc89881d4d
Author: David Flogeras <dflogeras2 <AT> gmail <DOT> com>
AuthorDate: Sun May 26 15:59:34 2024 +0000
Commit: David Flogeras <dflogeras2 <AT> gmail <DOT> com>
CommitDate: Sun May 26 15:59:34 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7b930f8a
x11-misc/ksnip: drop 1.9.2, 1.10.0-r1
Signed-off-by: David Flogeras <dflogeras2 <AT> gmail.com>
x11-misc/ksnip/Manifest | 2 --
x11-misc/ksnip/ksnip-1.10.0-r1.ebuild | 50 -----------------------------------
x11-misc/ksnip/ksnip-1.9.2.ebuild | 43 ------------------------------
3 files changed, 95 deletions(-)
diff --git a/x11-misc/ksnip/Manifest b/x11-misc/ksnip/Manifest
index 0a10baa1d..77349feb6 100644
--- a/x11-misc/ksnip/Manifest
+++ b/x11-misc/ksnip/Manifest
@@ -1,3 +1 @@
-DIST ksnip-1.10.0.tar.gz 647515 BLAKE2B 2a053aa9abc129f15f3b88015c14e2ca4fbf4847091a26b905fcc9bf8f464bcb417e96f0d987b86d9013049749f8d5f4826762941e05b4a2589f69d74c665cab SHA512 2633c36ee410b26df7633361f91ddb6fd212e2ca4c6727cdf0081450d77056c3038cdb4eac02ef4c08c2226cc742b82eced123bf32db2b49a93d415632d0dc3f
DIST ksnip-1.10.1.tar.gz 690500 BLAKE2B 8606ce6c72fda55c52f3a319151b68bf9da3c8c696839c7a597ce2707467076b18afd5ea500eeec1fe8d3b431bd9dee4b76bd8fc9d08be5b42292cefdeaad7d8 SHA512 f989b5967facf721964d54141ae0a66e03f0e35be336873975facc0882373be6377e152e59a558be13a4aca0415f11c040e8af05dc7d920f5c548389213e263c
-DIST ksnip-1.9.2.tar.gz 569082 BLAKE2B a40c4b67db5272f00108041226822bb70ac2f86803e6b6e41c496a7baba61a2c77e6101fd79cc936e9b2ad530b59d6f0af6eaa071172cccbdeb88b5c85497942 SHA512 7b00538a129b15f30e4a6439e5c4dab57cbcaa1d6c67559413107500698fa0572b2b94ac8ff1522eb61dc2d8ced1b7efe4589d22c7438a7a03f9452b13939afd
diff --git a/x11-misc/ksnip/ksnip-1.10.0-r1.ebuild b/x11-misc/ksnip/ksnip-1.10.0-r1.ebuild
deleted file mode 100644
index a5cb5bcdb..000000000
--- a/x11-misc/ksnip/ksnip-1.10.0-r1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake desktop xdg-utils
-
-DESCRIPTION="Ksnip is a Qt based cross-platform screenshot tool"
-HOMEPAGE="https://github.com/ksnip/ksnip"
-SRC_URI="https://github.com/ksnip/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- dev-qt/qtdbus:5
- dev-qt/qtgui:5
- dev-qt/qtnetwork:5
- dev-qt/qtprintsupport:5
- dev-qt/qtsvg:5
- dev-qt/qtwidgets:5[png]
- dev-qt/qtx11extras:5
- dev-qt/qtxml:5
- >=media-libs/kcolorpicker-0.2.0
- >=media-libs/kimageannotator-0.6.0
- x11-libs/libX11
- x11-libs/libxcb"
-DEPEND="${RDEPEND}
- dev-qt/qtconcurrent:5
- kde-frameworks/extra-cmake-modules
-"
-BDEPEND="
- dev-qt/linguist-tools:5
-"
-
-src_install() {
- cmake_src_install
-
- doicon -s scalable desktop/${PN}.svg
- domenu desktop/org.${PN}.${PN}.desktop
-}
-
-pkg_postinst() {
- xdg_desktop_database_update
-}
-
-pkg_postrm() {
- xdg_desktop_database_update
-}
diff --git a/x11-misc/ksnip/ksnip-1.9.2.ebuild b/x11-misc/ksnip/ksnip-1.9.2.ebuild
deleted file mode 100644
index 8addb5509..000000000
--- a/x11-misc/ksnip/ksnip-1.9.2.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit desktop xdg cmake
-# cmake has to be listed after xdg for src_prepare to work
-
-DESCRIPTION="Ksnip is a Qt based cross-platform screenshot tool"
-HOMEPAGE="https://github.com/ksnip/ksnip"
-SRC_URI="https://github.com/ksnip/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- dev-qt/qtdbus:5
- dev-qt/qtgui:5
- dev-qt/qtnetwork:5
- dev-qt/qtprintsupport:5
- dev-qt/qtsvg:5
- dev-qt/qtwidgets:5[png]
- dev-qt/qtx11extras:5
- dev-qt/qtxml:5
- >=media-libs/kcolorpicker-0.1.6
- >=media-libs/kimageannotator-0.5.3
- x11-libs/libX11
- x11-libs/libxcb"
-DEPEND="${RDEPEND}
- dev-qt/qtconcurrent:5
- kde-frameworks/extra-cmake-modules
-"
-BDEPEND="
- dev-qt/linguist-tools:5
-"
-
-src_install() {
- cmake_src_install
-
- doicon -s scalable desktop/${PN}.svg
- domenu desktop/org.${PN}.${PN}.desktop
-}
next reply other threads:[~2024-05-26 15:59 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-26 15:59 David Flogeras [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-02 8:35 [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/ksnip/ Takuya Wakazono
2024-05-26 15:59 David Flogeras
2023-05-29 5:58 Viorel Munteanu
2023-05-28 17:29 David Flogeras
2022-09-09 10:04 David Flogeras
2022-08-31 21:28 David Flogeras
2022-08-31 21:28 David Flogeras
2021-12-05 18:46 David Flogeras
2021-12-05 18:46 David Flogeras
2021-06-22 11:11 David Flogeras
2021-04-09 13:45 David Flogeras
2021-04-09 13:44 David Flogeras
2021-02-23 20:32 David Flogeras
2021-02-20 17:06 David Flogeras
2021-02-17 16:46 Andrew Ammerlaan
2021-01-08 1:12 David Flogeras
2021-01-08 1:12 David Flogeras
2020-12-21 9:27 Theo Anderson
2020-08-06 22:16 David Flogeras
2020-06-26 14:03 David Flogeras
2020-06-26 13:58 David Flogeras
2020-06-25 21:10 David Flogeras
2020-06-25 17:04 David Flogeras
2020-05-26 11:45 David Flogeras
2020-05-25 17:41 David Flogeras
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=1716739174.7b930f8a3a73d9763133b933fb142fbc89881d4d.diddly@gentoo \
--to=dflogeras2@gmail.com \
--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