From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/bluez-qt/
Date: Wed, 29 Jan 2025 22:30:10 +0000 (UTC) [thread overview]
Message-ID: <1738189798.f722b90c35e8262e7bcb7db6aca9977c93c57f33.asturm@gentoo> (raw)
commit: f722b90c35e8262e7bcb7db6aca9977c93c57f33
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 29 20:53:47 2025 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jan 29 22:29:58 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f722b90c
kde-frameworks/bluez-qt: drop 5.116.0
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/bluez-qt/Manifest | 1 -
kde-frameworks/bluez-qt/bluez-qt-5.116.0.ebuild | 46 -------------------------
2 files changed, 47 deletions(-)
diff --git a/kde-frameworks/bluez-qt/Manifest b/kde-frameworks/bluez-qt/Manifest
index 23a2df49f013..5fad381c8794 100644
--- a/kde-frameworks/bluez-qt/Manifest
+++ b/kde-frameworks/bluez-qt/Manifest
@@ -1,3 +1,2 @@
-DIST bluez-qt-5.116.0.tar.xz 114784 BLAKE2B 0b81de0391d46206aca68f70458f69bac6c0b84126756abd8c3ea7cd3a231efd8cfaf624fde428d40d63d4b3582eeba968ed64fbd3826670fff62b748ff3efed SHA512 f5bccdb75d18b2cdc66de76b23acae9821335eeec0b1f53abf009008f7aa6fe9ddee5428f366be9af872666a3a7de79daac5ee930116f554e1c9d1e664fe574b
DIST bluez-qt-6.10.0.tar.xz 115712 BLAKE2B dbfc229f6a352e1391b5ac5b2fcdb543d46e4c0571de50f3ba219dc86038f2d3682ead3e27f19ebfcdb8c033555b011e65ca12e98ad4dba8b994432952940e63 SHA512 dd728dfec848123abf5f245cb01aa1b7c74709f694b97442d57535104448bd81348f72114989765aee316418919f5e57de51cb47939d170d707c97b969ddd756
DIST bluez-qt-6.9.0.tar.xz 115660 BLAKE2B a6356a25ff24f0f4216cec61ceb38c68b1fedef0b8bdd9a25da75b7865c9683d7fc0c7406ba824d7879e70b11070b3d7407f5b01c12206e7ca1694925bbebffd SHA512 9b450ea813a15129ab909ed29e0828eac749682cb96b18308c6a02ee1f5f5f798421f8661042c6cc33a1a1f817ef3ad8513bf2dff244333c6ac4d7e30e627eff
diff --git a/kde-frameworks/bluez-qt/bluez-qt-5.116.0.ebuild b/kde-frameworks/bluez-qt/bluez-qt-5.116.0.ebuild
deleted file mode 100644
index 3e6c63452d69..000000000000
--- a/kde-frameworks/bluez-qt/bluez-qt-5.116.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-QTMIN=5.15.9
-VIRTUALX_REQUIRED="test" # bug 910062 (tests hang)
-inherit ecm frameworks.kde.org udev
-
-DESCRIPTION="Qt wrapper for Bluez 5 DBus API"
-
-LICENSE="LGPL-2"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
-IUSE=""
-
-RESTRICT="test" # bugs 668196, 924708; they all hang
-
-DEPEND="
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtdeclarative-${QTMIN}:5
- >=dev-qt/qtnetwork-${QTMIN}:5
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- local mycmakeargs=(
- -DUDEV_RULES_INSTALL_DIR="$(get_udevdir)/rules.d"
- )
-
- ecm_src_configure
-}
-
-src_test() {
- # parallel tests fail, bug 609248
- ecm_src_test -j1
-}
-
-pkg_postinst() {
- ecm_pkg_postinst
- udev_reload
-}
-
-pkg_postrm() {
- ecm_pkg_postrm
- udev_reload
-}
next reply other threads:[~2025-01-29 22:30 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-29 22:30 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-24 17:53 [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/bluez-qt/ Andreas Sturmlechner
2024-06-19 15:03 Andreas Sturmlechner
2023-07-25 11:40 Andreas Sturmlechner
2022-06-14 12:44 Andreas Sturmlechner
2021-08-23 17:01 Marek Szuba
2018-10-11 18:35 Andreas Sturmlechner
2018-10-10 11:48 Mikle Kolyada
2018-06-10 18:37 Thomas Deutschmann
2017-12-08 23:40 Thomas Deutschmann
2017-06-03 22:03 Andreas Sturmlechner
2017-02-13 21:21 Johannes Huber
2016-04-28 14:56 Johannes Huber
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=1738189798.f722b90c35e8262e7bcb7db6aca9977c93c57f33.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