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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 87A8215817D for ; Fri, 14 Jun 2024 22:15:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B9454E2A26; Fri, 14 Jun 2024 22:15:41 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6F11BE2A20 for ; Fri, 14 Jun 2024 22:15:41 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2907333C4EE for ; Fri, 14 Jun 2024 22:15:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F4F01D04 for ; Fri, 14 Jun 2024 22:15:37 +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: <1718403288.4011f4a84ffda8b00c619de327784450a09d2dea.chiitoo@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-libs/libqtxdg/ X-VCS-Repository: proj/qt X-VCS-Files: dev-libs/libqtxdg/Manifest dev-libs/libqtxdg/libqtxdg-4.0.0.ebuild X-VCS-Directories: dev-libs/libqtxdg/ X-VCS-Committer: chiitoo X-VCS-Committer-Name: Jimi Huotari X-VCS-Revision: 4011f4a84ffda8b00c619de327784450a09d2dea X-VCS-Branch: master Date: Fri, 14 Jun 2024 22:15:37 +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: f86cf1a8-4687-41fb-a908-2472d7f33a5c X-Archives-Hash: ce214ee09551581e4762ec69de42765d commit: 4011f4a84ffda8b00c619de327784450a09d2dea Author: Jimi Huotari gentoo org> AuthorDate: Fri Jun 14 22:01:47 2024 +0000 Commit: Jimi Huotari gentoo org> CommitDate: Fri Jun 14 22:14:48 2024 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=4011f4a8 dev-libs/libqtxdg: drop 4.0.0 Signed-off-by: Jimi Huotari gentoo.org> dev-libs/libqtxdg/Manifest | 1 - dev-libs/libqtxdg/libqtxdg-4.0.0.ebuild | 51 --------------------------------- 2 files changed, 52 deletions(-) diff --git a/dev-libs/libqtxdg/Manifest b/dev-libs/libqtxdg/Manifest deleted file mode 100644 index da22a894..00000000 --- a/dev-libs/libqtxdg/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST libqtxdg-4.0.0.tar.xz 71508 BLAKE2B 823bfaba4ea1beb88b064d4935e7c660569b9215aa9f40b7ad6e3ffab965259467d968cd6b5f0c42c2912478d2766d52d52f0296d9eb3586c45ac5ddd7b97ed7 SHA512 4a8a32968e74ed54d700cf65c9cfb238001f58d93a9e374e18d60023615d6277f80459dd8477205ce31a6d8caf798cde70b91681df80b1bff3b754e0586868d2 diff --git a/dev-libs/libqtxdg/libqtxdg-4.0.0.ebuild b/dev-libs/libqtxdg/libqtxdg-4.0.0.ebuild deleted file mode 100644 index e2437549..00000000 --- a/dev-libs/libqtxdg/libqtxdg-4.0.0.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake optfeature virtualx - -DESCRIPTION="Qt Implementation of XDG Standards" -HOMEPAGE="https://lxqt-project.org/" - -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/lxqt/${PN}.git" -else - SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz" - KEYWORDS="~amd64" -fi - -LICENSE="LGPL-2.1+ Nokia-Qt-LGPL-Exception-1.1" -SLOT="0" -IUSE="test" -RESTRICT="!test? ( test )" - -BDEPEND=" - >=dev-util/lxqt-build-tools-2.0.0 - virtual/pkgconfig -" -RDEPEND=" - dev-libs/glib:2 - >=dev-qt/qtbase-6.6:6=[dbus,gui,widgets,xml] - >=dev-qt/qtsvg-6.6:6 - x11-misc/xdg-utils -" -DEPEND="${RDEPEND}" - -src_configure() { - local mycmakeargs=( - -DBUILD_TESTS=$(usex test) - ) - - cmake_src_configure -} - -src_test() { - # Tests don't work with C - LC_ALL=en_US.utf8 virtx cmake_src_test -} - -pkg_postinst() { - ! has_version lxqt-base/lxqt-meta && optfeature "features that require a terminal emulator" x11-terms/xterm -}