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: media-libs/kimageannotator/
Date: Wed,  6 Mar 2024 20:32:17 +0000 (UTC)	[thread overview]
Message-ID: <1709757083.0bded8f78eb3ec5ba2555dd214893c48e5fd063f.asturm@gentoo> (raw)

commit:     0bded8f78eb3ec5ba2555dd214893c48e5fd063f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  6 20:02:24 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Mar  6 20:31:23 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bded8f7

media-libs/kimageannotator: drop 0.6.0

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-libs/kimageannotator/Manifest                |  1 -
 .../kimageannotator/kimageannotator-0.6.0.ebuild   | 50 ----------------------
 2 files changed, 51 deletions(-)

diff --git a/media-libs/kimageannotator/Manifest b/media-libs/kimageannotator/Manifest
index bcf546abf17a..0c3c5d3f502e 100644
--- a/media-libs/kimageannotator/Manifest
+++ b/media-libs/kimageannotator/Manifest
@@ -1,3 +1,2 @@
-DIST kImageAnnotator-0.6.0.tar.gz 257662 BLAKE2B 3736d0e862f1d3f3f9728e4d4d611c7e406d40fe022a2441b1a80355997d86a194064ecade63b7657d3cbf1f63364b8b74654d9c92d809ac056b7dc999d97415 SHA512 5782acd552af2297813164c0612810ec0d2127c174773040d99ec9d281f3575832b06667736a5521e88fa2d57ea6410e42a5d95232cb2dbdd9608917e5d6e896
 DIST kImageAnnotator-0.6.1.tar.gz 264176 BLAKE2B dfbfb50d2187572b0e68f1a699e91391fbb1fbc36f9b44f3ad97cab9e4ab3329e20ae4abe7fc68f1cf8dfd1960f2b03b3d6a6c949b4a7102b0c22d35690b8e05 SHA512 92ec8ff06011856e98e5624f9c3d98227e10991385fa41e110187db9b5d7b8de075199844e886618668040b69f8910be51b8cf55a009fac8887954c5b7695b25
 DIST kImageAnnotator-0.7.0.tar.gz 266849 BLAKE2B eda6428caf37dedc24f613e513c970a94a0b25f37ea62953a9cf4b7afe3abd01b487f5a19f1c7baa34d9f31dfa0aaefed192f23ca2e3e1f06964cc6e4a951888 SHA512 e2a6d3014476fcb6e8838c0d0aa72e4bf5ccf6fbe1314ee6c1f44bb4299c6bd1b04be305e1039628f55e5e5e1626899329d9b93314c1f1fd2870bafaf0a8e2ff

diff --git a/media-libs/kimageannotator/kimageannotator-0.6.0.ebuild b/media-libs/kimageannotator/kimageannotator-0.6.0.ebuild
deleted file mode 100644
index fca1139e8043..000000000000
--- a/media-libs/kimageannotator/kimageannotator-0.6.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 2020-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-VIRTUALX_REQUIRED="test"
-inherit cmake virtualx
-
-MY_PN=kImageAnnotator
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Tool for annotating images"
-HOMEPAGE="https://github.com/ksnip/kImageAnnotator"
-SRC_URI="https://github.com/ksnip/${MY_PN}/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="LGPL-3+"
-SLOT="0"
-KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv x86"
-IUSE="test"
-
-RDEPEND="
-	dev-qt/qtcore:5
-	dev-qt/qtgui:5
-	dev-qt/qtsvg:5
-	dev-qt/qtwidgets:5[png]
-	>=media-libs/kcolorpicker-0.2.0
-	<media-libs/kcolorpicker-0.3.0
-	x11-libs/libX11
-"
-DEPEND="${RDEPEND}
-	test? (
-			dev-qt/qttest:5
-			dev-cpp/gtest
-	)
-"
-BDEPEND="
-	dev-qt/linguist-tools:5
-"
-
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_TESTS=$(usex test)
-	)
-	cmake_src_configure
-}
-
-src_test() {
-	BUILD_DIR="${BUILD_DIR}/tests" virtx cmake_src_test
-}


             reply	other threads:[~2024-03-06 20:32 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-06 20:32 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-01 18:23 [gentoo-commits] repo/gentoo:master commit in: media-libs/kimageannotator/ Andreas Sturmlechner
2024-02-27 20:15 Alexey Shvetsov
2024-02-27 19:50 Andreas Sturmlechner
2024-02-24 12:11 Andreas Sturmlechner
2023-05-28 12:20 Joonas Niilola
2023-05-28 12:20 Joonas Niilola
2023-05-14 10:29 Andreas Sturmlechner
2023-05-14  9:17 Sam James
2023-05-14  8:48 Sam James
2023-05-14  8:48 Sam James
2023-02-25  9:01 Andreas Sturmlechner
2022-10-31  1:26 WANG Xuerui
2022-08-31  8:42 Joonas Niilola
2022-03-24  8:15 Agostino Sarubbo
2022-03-23  9:58 Jakov Smolić
2022-03-21 20:34 Jakov Smolić
2021-12-04  8:20 Joonas Niilola
2021-11-29 14:05 Andreas Sturmlechner
2021-09-30 17:24 Andreas Sturmlechner
2021-04-06  6:31 Agostino Sarubbo
2021-02-23 20:10 Andreas Sturmlechner
2021-01-28 18:04 Georgy Yakovlev
2021-01-19 19:17 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=1709757083.0bded8f78eb3ec5ba2555dd214893c48e5fd063f.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