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 AB96515813A for ; Sun, 12 Jan 2025 22:48:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1AC89E0819; Sun, 12 Jan 2025 22:48:07 +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 8E03EE0819 for ; Sun, 12 Jan 2025 22:48:06 +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 C7F7C340DD9 for ; Sun, 12 Jan 2025 22:48:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E0102082 for ; Sun, 12 Jan 2025 22:48:04 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1736722018.cffce31be6ca00b074071dff46d1f3c3e0343b06.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, app-crypt/kencfs-plasma/, app-crypt/kencfs-plasma/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/kencfs-plasma/Manifest app-crypt/kencfs-plasma/files/kencfs-plasma-2.0.1_alpha-include.patch app-crypt/kencfs-plasma/files/kencfs-plasma-2.0.1_alpha-qt-5.11.patch app-crypt/kencfs-plasma/kencfs-plasma-2.0.2_alpha.ebuild app-crypt/kencfs-plasma/metadata.xml profiles/package.mask X-VCS-Directories: app-crypt/kencfs-plasma/ profiles/ app-crypt/kencfs-plasma/files/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: cffce31be6ca00b074071dff46d1f3c3e0343b06 X-VCS-Branch: master Date: Sun, 12 Jan 2025 22:48:04 +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: 33facad7-9e4c-45ca-909e-0b38d55aadb0 X-Archives-Hash: 9ffb2c90bf89cee2b32338569480c4af commit: cffce31be6ca00b074071dff46d1f3c3e0343b06 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jan 12 22:13:01 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jan 12 22:46:58 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cffce31b app-crypt/kencfs-plasma: treeclean Signed-off-by: Andreas Sturmlechner gentoo.org> app-crypt/kencfs-plasma/Manifest | 1 - .../files/kencfs-plasma-2.0.1_alpha-include.patch | 13 ------ .../files/kencfs-plasma-2.0.1_alpha-qt-5.11.patch | 11 ----- .../kencfs-plasma/kencfs-plasma-2.0.2_alpha.ebuild | 54 ---------------------- app-crypt/kencfs-plasma/metadata.xml | 8 ---- profiles/package.mask | 6 --- 6 files changed, 93 deletions(-) diff --git a/app-crypt/kencfs-plasma/Manifest b/app-crypt/kencfs-plasma/Manifest deleted file mode 100644 index 4e0aeb05e4e6..000000000000 --- a/app-crypt/kencfs-plasma/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST kencfs-plasma-2.0.2a.tar.gz 224022 BLAKE2B 281f1db349085ccc69db7e3795eb82a591d83beffb1036de7689939c2e9d07bad6c0677da72a45ef0df5d399bdc768d3ce1157112fa63403fb65bfed84a366ed SHA512 859dfd493b01343960210025ca3dde8bb18a141b48f68e941c0a832c88210eff775d10a6b3eb45d6f1a89ecbc812fe6785077e54e648b1a9ff66e73ea1cebfe0 diff --git a/app-crypt/kencfs-plasma/files/kencfs-plasma-2.0.1_alpha-include.patch b/app-crypt/kencfs-plasma/files/kencfs-plasma-2.0.1_alpha-include.patch deleted file mode 100644 index 2bdd692c122f..000000000000 --- a/app-crypt/kencfs-plasma/files/kencfs-plasma-2.0.1_alpha-include.patch +++ /dev/null @@ -1,13 +0,0 @@ -Fix build when kdelibs is not installed. - ---- a/mainwindow.cpp -+++ b/mainwindow.cpp -@@ -52,7 +52,7 @@ - - QStandardItemModel *model; - --#include -+#include - using KWallet::Wallet; - Wallet *m_wallet; - QString WalletFolder="Kencfs-Plasma"; diff --git a/app-crypt/kencfs-plasma/files/kencfs-plasma-2.0.1_alpha-qt-5.11.patch b/app-crypt/kencfs-plasma/files/kencfs-plasma-2.0.1_alpha-qt-5.11.patch deleted file mode 100644 index 3efc5e418383..000000000000 --- a/app-crypt/kencfs-plasma/files/kencfs-plasma-2.0.1_alpha-qt-5.11.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/kencfs-plasma.pro 2017-02-05 10:09:37.000000000 +0100 -+++ b/kencfs-plasma.pro 2018-09-11 19:43:41.594198503 +0200 -@@ -15,7 +15,7 @@ - - TRANSLATIONS = kencfs_it_IT.ts kencfs_ro_RO.ts kencfs_cs_CZ.ts kencfs_ru_RU.ts - --QT += widgets KWallet KConfigCore KNotifications -+QT += dbus widgets KWallet KConfigCore KNotifications - CONFIG += qtsingleapplication - - include(singleapplication.pri) diff --git a/app-crypt/kencfs-plasma/kencfs-plasma-2.0.2_alpha.ebuild b/app-crypt/kencfs-plasma/kencfs-plasma-2.0.2_alpha.ebuild deleted file mode 100644 index 44f1d5472436..000000000000 --- a/app-crypt/kencfs-plasma/kencfs-plasma-2.0.2_alpha.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -MY_P="${P/_alpha/a}" -inherit qmake-utils - -DESCRIPTION="GUI frontend for encfs" -HOMEPAGE="https://www.linux-apps.com/p/1170068/" -SRC_URI="https://dev.gentoo.org/~asturm/distfiles/${MY_P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=" - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtnetwork:5 - dev-qt/qtwidgets:5 - kde-frameworks/kconfig:5 - kde-frameworks/knotifications:5 - kde-frameworks/kwallet:5 -" -RDEPEND="${DEPEND} - sys-fs/encfs -" - -S=${WORKDIR}/${MY_P} - -PATCHES=( - "${FILESDIR}/${PN}-2.0.1_alpha-include.patch" - "${FILESDIR}/${PN}-2.0.1_alpha-qt-5.11.patch" -) - -src_prepare() { - default - - sed -i ${PN}.pro -e "/^INSTALLS/s/ doc//" || die - - # fix desktop validation - sed -i ${PN}.desktop -e "s|kencfs-plasma/kencfs-icon|/usr/share/icons/&.png|" || die -} - -src_configure() { - eqmake5 -} - -src_install() { - emake INSTALL_ROOT="${D}" install - einstalldocs -} diff --git a/app-crypt/kencfs-plasma/metadata.xml b/app-crypt/kencfs-plasma/metadata.xml deleted file mode 100644 index 8641e5bdd399..000000000000 --- a/app-crypt/kencfs-plasma/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - kde@gentoo.org - Gentoo KDE Project - - diff --git a/profiles/package.mask b/profiles/package.mask index 2d7de01631f6..6be9a2f091ba 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -220,12 +220,6 @@ virtual/bitcoin-leveldb app-xemacs/latin-unity app-xemacs/mule-ucs -# Andreas Sturmlechner (2024-12-14) -# Last "release" seems to have been an AUR special, and even that is now -# >6 years old and still KF5 based. No known repository, no tarball source -# except AUR. Removal on 2025-01-13. -app-crypt/kencfs-plasma - # Michał Górny (2024-12-05) # 6.12.2 does not boot for me. =sys-kernel/gentoo-kernel-6.12.2