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 64D6415817D for ; Fri, 14 Jun 2024 22:15:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AFDFCE2A17; Fri, 14 Jun 2024 22:15:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 96C8CE2A17 for ; Fri, 14 Jun 2024 22:15:40 +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 DE4FC33BEEE for ; Fri, 14 Jun 2024 22:15:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1028D1CFE 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: <1718403257.22af132f1f1c2c25673b1eb92ac7547a9e40eae2.chiitoo@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: x11-misc/pcmanfm-qt/ X-VCS-Repository: proj/qt X-VCS-Files: x11-misc/pcmanfm-qt/Manifest x11-misc/pcmanfm-qt/pcmanfm-qt-2.0.0.ebuild X-VCS-Directories: x11-misc/pcmanfm-qt/ X-VCS-Committer: chiitoo X-VCS-Committer-Name: Jimi Huotari X-VCS-Revision: 22af132f1f1c2c25673b1eb92ac7547a9e40eae2 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: af43fd2b-44cd-43a5-8204-0985a560677b X-Archives-Hash: d73141b5c1f0c89fcc7eff6cca5cfd98 commit: 22af132f1f1c2c25673b1eb92ac7547a9e40eae2 Author: Jimi Huotari gentoo org> AuthorDate: Fri Jun 14 22:02:31 2024 +0000 Commit: Jimi Huotari gentoo org> CommitDate: Fri Jun 14 22:14:17 2024 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=22af132f x11-misc/pcmanfm-qt: drop 2.0.0 Signed-off-by: Jimi Huotari gentoo.org> x11-misc/pcmanfm-qt/Manifest | 1 - x11-misc/pcmanfm-qt/pcmanfm-qt-2.0.0.ebuild | 53 ----------------------------- 2 files changed, 54 deletions(-) diff --git a/x11-misc/pcmanfm-qt/Manifest b/x11-misc/pcmanfm-qt/Manifest deleted file mode 100644 index 9f560aff..00000000 --- a/x11-misc/pcmanfm-qt/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pcmanfm-qt-2.0.0.tar.xz 395756 BLAKE2B 75071c5f2a75e1d46749a9c289a9faf4cd341912b1d0e8d2ecafb99a23117582d7060635877fa215f2f3181dae5be0dadddb93987da57500ff5c1450e8b5961b SHA512 b4f46245d8e14874546bd95d47fdab41988a6caef3fef45509e3fd12f11d79ab71a0d44a60ca755b097caf7471bc3cd1160078f020270fd6a7cbf58283a4bda3 diff --git a/x11-misc/pcmanfm-qt/pcmanfm-qt-2.0.0.ebuild b/x11-misc/pcmanfm-qt/pcmanfm-qt-2.0.0.ebuild deleted file mode 100644 index d6467779..00000000 --- a/x11-misc/pcmanfm-qt/pcmanfm-qt-2.0.0.ebuild +++ /dev/null @@ -1,53 +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 optfeature xdg-utils - -DESCRIPTION="Qt GUI Tabbed Filemanager" -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="GPL-2 GPL-2+ LGPL-2.1+" -SLOT="0" - -BDEPEND=" - >=dev-qt/qttools-6.6:6[linguist] - >=dev-util/lxqt-build-tools-2.0.0 -" -DEPEND=" - dev-libs/glib:2 - >=dev-qt/qtbase-6.6:6[dbus,gui,widgets] - >=kde-plasma/layer-shell-qt-6.0:6 - sys-apps/util-linux - virtual/freedesktop-icon-theme - =x11-libs/libfm-qt-${MY_PV}*:= - x11-libs/libxcb:= - x11-misc/xdg-utils -" -RDEPEND="${DEPEND} - =lxqt-base/lxqt-menu-data-${MY_PV}* -" - -pkg_postinst() { - xdg_desktop_database_update - xdg_icon_cache_update - - optfeature "mount password storing" gnome-base/gnome-keyring - ! has_version lxqt-base/lxqt-meta && optfeature "trash functionality" gnome-base/gvfs -} - -pkg_postrm() { - xdg_desktop_database_update - xdg_icon_cache_update -}