* [gentoo-commits] repo/gentoo:master commit in: profiles/, app-crypt/kencfs-plasma/, app-crypt/kencfs-plasma/files/
@ 2025-01-12 22:48 Andreas Sturmlechner
0 siblings, 0 replies; only message in thread
From: Andreas Sturmlechner @ 2025-01-12 22:48 UTC (permalink / raw
To: gentoo-commits
commit: cffce31be6ca00b074071dff46d1f3c3e0343b06
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 12 22:13:01 2025 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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 <asturm <AT> 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 <KDE/KWallet/Wallet>
-+#include <KWallet>
- 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 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>kde@gentoo.org</email>
- <name>Gentoo KDE Project</name>
- </maintainer>
-</pkgmetadata>
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 <asturm@gentoo.org> (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 <mgorny@gentoo.org> (2024-12-05)
# 6.12.2 does not boot for me.
=sys-kernel/gentoo-kernel-6.12.2
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2025-01-12 22:48 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-12 22:48 [gentoo-commits] repo/gentoo:master commit in: profiles/, app-crypt/kencfs-plasma/, app-crypt/kencfs-plasma/files/ Andreas Sturmlechner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox