summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-11-30 00:14:45 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2017-11-30 00:19:21 +0100
commitd60617bb5c7260e18ef0811794c0df745521d6cf (patch)
treec362bf5cee143bdf65ed8b24a567c0edd0c74f93 /app-crypt
parentnet-irc/inspircd: Remove old 2.0.24 (diff)
downloadgentoo-d60617bb5c7260e18ef0811794c0df745521d6cf.tar.gz
gentoo-d60617bb5c7260e18ef0811794c0df745521d6cf.tar.bz2
gentoo-d60617bb5c7260e18ef0811794c0df745521d6cf.zip
profiles: Remove last-rited packages
Closes: https://bugs.gentoo.org/620708 Closes: https://bugs.gentoo.org/620742
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/kencfs/Manifest1
-rw-r--r--app-crypt/kencfs/files/kencfs-1.4.0-encfs5.patch13
-rw-r--r--app-crypt/kencfs/files/kencfs-1.6.2-desktop.patch11
-rw-r--r--app-crypt/kencfs/kencfs-1.6.4.ebuild45
-rw-r--r--app-crypt/kencfs/metadata.xml8
5 files changed, 0 insertions, 78 deletions
diff --git a/app-crypt/kencfs/Manifest b/app-crypt/kencfs/Manifest
deleted file mode 100644
index b4eeda38bc39..000000000000
--- a/app-crypt/kencfs/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kencfs-1.6.4.tar.gz 221386 SHA256 3e88cd2bf0d11ce83746fb5b1e385f172ed506cde922ee2811f9cdbaaa80c4ca SHA512 44dacd0a17194b61d2d73820851b496d6052dbab3893a030db2e63c1be0d1569d80cc75ce0c179381e98b60c5e27ccead8ee257f53f57dea508808616abb514d WHIRLPOOL 8b7f372c8c8304f3a3249a74a565ea77c4c3f255c6db3cf66a2a62951be1b8010e9696dc5d5ac44ea1e39d189c63e4a1ccf562cd4886578e8a2383756e48d24b
diff --git a/app-crypt/kencfs/files/kencfs-1.4.0-encfs5.patch b/app-crypt/kencfs/files/kencfs-1.4.0-encfs5.patch
deleted file mode 100644
index 6687ac0f1f9b..000000000000
--- a/app-crypt/kencfs/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/files/kencfs-1.6.2-desktop.patch b/app-crypt/kencfs/files/kencfs-1.6.2-desktop.patch
deleted file mode 100644
index 2d8683f11e46..000000000000
--- a/app-crypt/kencfs/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
diff --git a/app-crypt/kencfs/kencfs-1.6.4.ebuild b/app-crypt/kencfs/kencfs-1.6.4.ebuild
deleted file mode 100644
index 8f8da5d243d3..000000000000
--- a/app-crypt/kencfs/kencfs-1.6.4.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit qmake-utils
-
-DESCRIPTION="GUI frontend for encfs"
-HOMEPAGE="https://www.linux-apps.com/content/show.php?content=134003"
-SRC_URI="https://dl.opendesktop.org/api/files/download/id/1486311191/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="
- dev-qt/qtcore:4
- dev-qt/qtgui:4
- kde-frameworks/kdelibs:4
-"
-RDEPEND="${DEPEND}
- kde-frameworks/kwallet:5
- sys-fs/encfs
-"
-
-PATCHES=(
- "${FILESDIR}/${PN}-1.4.0-encfs5.patch"
- "${FILESDIR}/${PN}-1.6.2-desktop.patch"
-)
-
-src_prepare() {
- default
-
- sed -i ${PN}.pro -e "/^doc.path =/s/${PN}/${PF}/" \
- || die "sed docdir failed"
-}
-
-src_configure() {
- eqmake4
-}
-
-src_install() {
- emake INSTALL_ROOT="${D}" install
-}
diff --git a/app-crypt/kencfs/metadata.xml b/app-crypt/kencfs/metadata.xml
deleted file mode 100644
index 2fdbf33d963d..000000000000
--- a/app-crypt/kencfs/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>kde@gentoo.org</email>
- <name>Gentoo KDE Project</name>
- </maintainer>
-</pkgmetadata>