summaryrefslogtreecommitdiff
path: root/app-crypt/kencfs-plasma/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-31 15:47:53 +0000
committerV3n3RiX <venerix@redcorelinux.org>2017-10-31 15:47:53 +0000
commitd950fa39dbe16d164ed0cb8e3036fd5d0d896a4c (patch)
tree04f92d5d1070a7aedb970ce4539dc6d60253c4df /app-crypt/kencfs-plasma/files
parentbd7908c6630f38067350d396ac5d18c3cc2434a0 (diff)
gentoo resync : 31.10.2017
Diffstat (limited to 'app-crypt/kencfs-plasma/files')
-rw-r--r--app-crypt/kencfs-plasma/files/kencfs-1.4.0-encfs5.patch13
-rw-r--r--app-crypt/kencfs-plasma/files/kencfs-1.6.2-desktop.patch11
2 files changed, 0 insertions, 24 deletions
diff --git a/app-crypt/kencfs-plasma/files/kencfs-1.4.0-encfs5.patch b/app-crypt/kencfs-plasma/files/kencfs-1.4.0-encfs5.patch
deleted file mode 100644
index 6687ac0f1f9b..000000000000
--- a/app-crypt/kencfs-plasma/files/kencfs-1.4.0-encfs5.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Support older encfs5 volumes wrt Gentoo bug #446652.
-
---- a/fsDialog.cpp
-+++ b/fsDialog.cpp
-@@ -161,7 +161,7 @@
-
- arg << cr << pm << "-S";
- p->start(prg,arg);
-- if (! QFile::exists(cr+"/.encfs6.xml")) p->write("\n");
-+ if (! (QFile::exists(cr+"/.encfs6.xml") || QFile::exists(cr+"/.encfs5")) ) p->write("\n");
- p->write(pw.toLocal8Bit().data());
- p->write("\n");
- p->waitForFinished();
diff --git a/app-crypt/kencfs-plasma/files/kencfs-1.6.2-desktop.patch b/app-crypt/kencfs-plasma/files/kencfs-1.6.2-desktop.patch
deleted file mode 100644
index 2d8683f11e46..000000000000
--- a/app-crypt/kencfs-plasma/files/kencfs-1.6.2-desktop.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/kencfs.desktop
-+++ b/kencfs.desktop
-@@ -2,7 +2,7 @@
- Name=KEncFS
- Exec=kencfs
- Icon=kencfs/kencfs-icon
--Categories=System;Security
-+Categories=Qt;KDE;System;Security;
- Terminal=false
- Type=Application
- StartupNotify=false