From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DCBDA158042 for ; Thu, 7 Nov 2024 09:24:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18FF0E0D27; Thu, 7 Nov 2024 09:24:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EE522E0D27 for ; Thu, 7 Nov 2024 09:24:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F32DD342FA3 for ; Thu, 7 Nov 2024 09:24:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5EAAB16D2 for ; Thu, 7 Nov 2024 09:24:33 +0000 (UTC) From: "Jimi Huotari" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jimi Huotari" Message-ID: <1730971451.d0d549af63532523c0e32c8b05b5e749b29fbb56.chiitoo@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-libs/libsystemd-qt/ X-VCS-Repository: proj/qt X-VCS-Files: dev-libs/libsystemd-qt/libsystemd-qt-9999.ebuild dev-libs/libsystemd-qt/metadata.xml X-VCS-Directories: dev-libs/libsystemd-qt/ X-VCS-Committer: chiitoo X-VCS-Committer-Name: Jimi Huotari X-VCS-Revision: d0d549af63532523c0e32c8b05b5e749b29fbb56 X-VCS-Branch: master Date: Thu, 7 Nov 2024 09:24:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2a752ab5-a5a8-4365-a0a3-d951971634b0 X-Archives-Hash: dc870242ae43d630f7f17ec21c8bf70b commit: d0d549af63532523c0e32c8b05b5e749b29fbb56 Author: Jimi Huotari gentoo org> AuthorDate: Thu Nov 7 09:19:33 2024 +0000 Commit: Jimi Huotari gentoo org> CommitDate: Thu Nov 7 09:24:11 2024 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=d0d549af dev-libs/libsystemd-qt: treeclean Seems to have had no development since 6 or 7 years ago, has no known users, and depends on Qt 5. Signed-off-by: Jimi Huotari gentoo.org> dev-libs/libsystemd-qt/libsystemd-qt-9999.ebuild | 43 ------------------------ dev-libs/libsystemd-qt/metadata.xml | 8 ----- 2 files changed, 51 deletions(-) diff --git a/dev-libs/libsystemd-qt/libsystemd-qt-9999.ebuild b/dev-libs/libsystemd-qt/libsystemd-qt-9999.ebuild deleted file mode 100644 index 94cef0ea..00000000 --- a/dev-libs/libsystemd-qt/libsystemd-qt-9999.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake - -if [[ ${PV} == 9999* ]]; then - EGIT_REPO_URI="https://github.com/scarpin0/${PN}.git" - inherit git-r3 - SYSTEMD_VERSION=">=sys-apps/systemd-207" -else - SRC_URI="https://github.com/scarpin0/libsystemd-qt/archive/${PV}.zip -> ${P}.zip" - KEYWORDS="~amd64" - SYSTEMD_VERSION="~sys-apps/systemd-${PV}" -fi - -DESCRIPTION="Qt wrapper for systemd API" -HOMEPAGE="https://github.com/scarpin0/libsystemd-qt" - -LICENSE="LGPL-2.1" -SLOT="0" -IUSE="debug test" - -RESTRICT="!test? ( test )" - -RDEPEND=" - ${SYSTEMD_VERSION} - dev-qt/qtcore:5 - dev-qt/qtdbus:5 -" -DEPEND="${RDEPEND} - test? ( dev-qt/qttest:5 ) -" - -src_configure() { - local mycmakeargs=( - -DBUILD_WITH_QT4=OFF - -DBUILD_QTSYSTEMD_TESTS=$(usex test) - ) - - cmake_src_configure -} diff --git a/dev-libs/libsystemd-qt/metadata.xml b/dev-libs/libsystemd-qt/metadata.xml deleted file mode 100644 index 610d2d8e..00000000 --- a/dev-libs/libsystemd-qt/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - qt@gentoo.org - Gentoo Qt Project - -