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 D58D615817D for ; Sun, 16 Jun 2024 18:30:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA886E2AB8; Sun, 16 Jun 2024 18:30:56 +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 8AADEE2AB8 for ; Sun, 16 Jun 2024 18:30:56 +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 51C2333C1C1 for ; Sun, 16 Jun 2024 18:30:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B6F431D22 for ; Sun, 16 Jun 2024 18:30:53 +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: <1718562645.e5e93e2ff53c311009b682f73882ce2dd4a2cac2.chiitoo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libfm-qt/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/libfm-qt/libfm-qt-2.0.2.ebuild X-VCS-Directories: x11-libs/libfm-qt/ X-VCS-Committer: chiitoo X-VCS-Committer-Name: Jimi Huotari X-VCS-Revision: e5e93e2ff53c311009b682f73882ce2dd4a2cac2 X-VCS-Branch: master Date: Sun, 16 Jun 2024 18:30:53 +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: eb065477-55cf-4249-8ac9-28c8d20a1a7d X-Archives-Hash: 17e3b39c9c92783cb9c1d036d6671f73 commit: e5e93e2ff53c311009b682f73882ce2dd4a2cac2 Author: Jimi Huotari gentoo org> AuthorDate: Sun Jun 16 18:26:40 2024 +0000 Commit: Jimi Huotari gentoo org> CommitDate: Sun Jun 16 18:30:45 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5e93e2f x11-libs/libfm-qt: drop 2.0.2 Signed-off-by: Jimi Huotari gentoo.org> x11-libs/libfm-qt/libfm-qt-2.0.2.ebuild | 45 --------------------------------- 1 file changed, 45 deletions(-) diff --git a/x11-libs/libfm-qt/libfm-qt-2.0.2.ebuild b/x11-libs/libfm-qt/libfm-qt-2.0.2.ebuild deleted file mode 100644 index 68d7b324f5d2..000000000000 --- a/x11-libs/libfm-qt/libfm-qt-2.0.2.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -MY_PV="$(ver_cut 1-2)" - -inherit cmake xdg-utils - -DESCRIPTION="Qt Library for Building File Managers" -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="BSD GPL-2+ LGPL-2.1+" -SLOT="0/7" - -BDEPEND=" - >=dev-qt/qttools-6.6:6[linguist] - >=dev-util/lxqt-build-tools-2.0.0 - virtual/pkgconfig -" -DEPEND=" - dev-libs/glib:2 - >=dev-qt/qtbase-6.6:6=[gui,widgets] - >=lxde-base/menu-cache-1.1.0:= - >=lxqt-base/lxqt-menu-data-2.0.0 - media-libs/libexif - x11-libs/libxcb:= -" -RDEPEND="${DEPEND}" - -pkg_postinst() { - xdg_mimeinfo_database_update -} - -pkg_postrm() { - xdg_mimeinfo_database_update -}