public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ionen Wolkens" <ionen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtserialbus/
Date: Sat, 30 Mar 2024 00:29:34 +0000 (UTC)	[thread overview]
Message-ID: <1711758472.ed34ab23117d9b32458905527c129f8cd1ff2eef.ionen@gentoo> (raw)

commit:     ed34ab23117d9b32458905527c129f8cd1ff2eef
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 29 22:16:45 2024 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sat Mar 30 00:27:52 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed34ab23

dev-qt/qtserialbus: drop 6.6.9999

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 dev-qt/qtserialbus/qtserialbus-6.6.9999.ebuild | 38 --------------------------
 1 file changed, 38 deletions(-)

diff --git a/dev-qt/qtserialbus/qtserialbus-6.6.9999.ebuild b/dev-qt/qtserialbus/qtserialbus-6.6.9999.ebuild
deleted file mode 100644
index a9d55ad33aa7..000000000000
--- a/dev-qt/qtserialbus/qtserialbus-6.6.9999.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit qt6-build
-
-DESCRIPTION="Qt module to access CAN, ModBus, and other industrial serial buses and protocols"
-
-if [[ ${QT6_BUILD_TYPE} == release ]]; then
-	KEYWORDS="~amd64"
-fi
-
-RDEPEND="
-	~dev-qt/qtbase-${PV}:6[network]
-	~dev-qt/qtserialport-${PV}:6
-"
-DEPEND="${RDEPEND}"
-
-CMAKE_SKIP_TESTS=(
-	# rarely fails randomly (perhaps related to -j)
-	tst_qcandbcfileparser
-)
-
-src_install() {
-	qt6-build_src_install
-
-	if use test; then
-		local delete=( # sigh
-			"${D}${QT6_LIBDIR}"/cmake/Qt6SerialBus/*TestCanBusPlugin*.cmake
-			"${D}${QT6_MKSPECSDIR}"/modules/qt_plugin_qttestcanbus.pri
-			"${D}${QT6_PLUGINDIR}"/canbus/libqttestcanbus.*
-			"${D}${QT6_PLUGINDIR}"/canbus/objects-*/
-		)
-		# using -f given not tracking which tests may be skipped or not
-		rm -rf -- "${delete[@]}" || die
-	fi
-}


             reply	other threads:[~2024-03-30  0:29 UTC|newest]

Thread overview: 46+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-30  0:29 Ionen Wolkens [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-09  6:22 [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtserialbus/ Ionen Wolkens
2024-10-08  5:03 Ionen Wolkens
2024-09-27  7:26 Ionen Wolkens
2024-09-24  9:57 Ionen Wolkens
2024-07-16  1:29 Ionen Wolkens
2024-07-10  4:21 Ionen Wolkens
2024-06-18 18:14 Ionen Wolkens
2024-06-08 13:41 Ionen Wolkens
2024-06-06 16:43 Andreas Sturmlechner
2024-06-04 19:36 Ionen Wolkens
2024-06-02  4:04 Sam James
2024-05-30 12:52 Andreas Sturmlechner
2024-05-28 18:56 Arthur Zamarin
2024-05-20  8:48 Ionen Wolkens
2024-04-19  7:55 Ionen Wolkens
2024-04-13 17:50 Arthur Zamarin
2024-04-05 15:01 Andreas Sturmlechner
2024-04-02 13:06 Ionen Wolkens
2024-04-01 18:29 Arthur Zamarin
2024-03-27 12:44 Arthur Zamarin
2024-03-26  7:10 Ionen Wolkens
2024-03-24 18:39 Ionen Wolkens
2024-03-23 17:01 Andreas Sturmlechner
2024-03-22 10:29 Ionen Wolkens
2024-03-20  7:17 Ionen Wolkens
2024-03-12 12:01 Ionen Wolkens
2024-03-04 14:53 Ionen Wolkens
2024-02-28 14:08 Ionen Wolkens
2024-02-01 23:06 Andreas Sturmlechner
2024-01-01 21:14 Andreas Sturmlechner
2023-11-06 18:11 Andreas Sturmlechner
2023-10-08 15:58 Andreas Sturmlechner
2023-07-13  8:42 Andreas Sturmlechner
2023-06-13 11:42 Andreas Sturmlechner
2023-05-01 12:54 Andreas Sturmlechner
2023-04-13 21:45 Andreas Sturmlechner
2023-01-24  9:45 Andreas Sturmlechner
2023-01-08 21:45 Andreas Sturmlechner
2022-12-06 17:07 Andreas Sturmlechner
2022-11-29 20:51 Andreas Sturmlechner
2022-07-06 10:27 Andreas Sturmlechner
2022-06-19 12:26 Andreas Sturmlechner
2022-06-18 17:25 Andreas Sturmlechner
2022-05-20 19:43 Andreas Sturmlechner
2022-04-17 19:29 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=1711758472.ed34ab23117d9b32458905527c129f8cd1ff2eef.ionen@gentoo \
    --to=ionen@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