summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2015-08-03 13:20:22 +0000
committerMichael Palimaka <kensington@gentoo.org>2015-08-03 13:20:22 +0000
commit30f6426d5ea9bf8dcd5abfdb5083bdc4e24aa3a2 (patch)
tree3c554a5626195e6de1ee293208b8faad12e2a4cb /app-crypt/kencfs
parentBackport patch from upstream to solve remote debugging error wrt bug #544410. (diff)
downloadgentoo-2-30f6426d5ea9bf8dcd5abfdb5083bdc4e24aa3a2.tar.gz
gentoo-2-30f6426d5ea9bf8dcd5abfdb5083bdc4e24aa3a2.tar.bz2
gentoo-2-30f6426d5ea9bf8dcd5abfdb5083bdc4e24aa3a2.zip
Remove old.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Diffstat (limited to 'app-crypt/kencfs')
-rw-r--r--app-crypt/kencfs/ChangeLog7
-rw-r--r--app-crypt/kencfs/files/kencfs-1.2-gcc-4.7.patch10
-rw-r--r--app-crypt/kencfs/files/kencfs-1.3.0-build-fix.patch12
-rw-r--r--app-crypt/kencfs/kencfs-1.4.0.ebuild40
4 files changed, 6 insertions, 63 deletions
diff --git a/app-crypt/kencfs/ChangeLog b/app-crypt/kencfs/ChangeLog
index 338df0b279fa..2488c9d6b521 100644
--- a/app-crypt/kencfs/ChangeLog
+++ b/app-crypt/kencfs/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-crypt/kencfs
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/kencfs/ChangeLog,v 1.15 2015/08/02 18:55:45 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/kencfs/ChangeLog,v 1.16 2015/08/03 13:20:22 kensington Exp $
+
+ 03 Aug 2015; Michael Palimaka <kensington@gentoo.org>
+ -files/kencfs-1.2-gcc-4.7.patch, -files/kencfs-1.3.0-build-fix.patch,
+ -kencfs-1.4.0.ebuild:
+ Remove old.
02 Aug 2015; Agostino Sarubbo <ago@gentoo.org> kencfs-1.5.0.ebuild:
Stable for x86, wrt bug #549456
diff --git a/app-crypt/kencfs/files/kencfs-1.2-gcc-4.7.patch b/app-crypt/kencfs/files/kencfs-1.2-gcc-4.7.patch
deleted file mode 100644
index d4b41a7e4750..000000000000
--- a/app-crypt/kencfs/files/kencfs-1.2-gcc-4.7.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- qtlocalpeer.cpp
-+++ qtlocalpeer.cpp
-@@ -57,6 +57,7 @@
- #endif
- #if defined(Q_OS_UNIX)
- #include <time.h>
-+#include <unistd.h>
- #endif
-
- namespace QtLP_Private {
diff --git a/app-crypt/kencfs/files/kencfs-1.3.0-build-fix.patch b/app-crypt/kencfs/files/kencfs-1.3.0-build-fix.patch
deleted file mode 100644
index eb0a1cc10220..000000000000
--- a/app-crypt/kencfs/files/kencfs-1.3.0-build-fix.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ruN kencfs-1.3.0.old/qtlocalpeer.cpp kencfs-1.3.0/qtlocalpeer.cpp
---- kencfs-1.3.0.old/qtlocalpeer.cpp 2013-01-08 21:04:48.000000000 +0100
-+++ kencfs-1.3.0/qtlocalpeer.cpp 2014-03-10 11:03:16.909581255 +0100
-@@ -100,7 +100,7 @@
- socketName += QLatin1Char('-') + QString::number(sessionId, 16);
- }
- #else
-- socketName += QLatin1Char('-') + QString::number(QtLP_Private::getuid(), 16);
-+ socketName += QLatin1Char('-') + QString::number(::getuid(), 16);
- #endif
-
- server = new QLocalServer(this);
diff --git a/app-crypt/kencfs/kencfs-1.4.0.ebuild b/app-crypt/kencfs/kencfs-1.4.0.ebuild
deleted file mode 100644
index 737281cb7b5a..000000000000
--- a/app-crypt/kencfs/kencfs-1.4.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/kencfs/kencfs-1.4.0.ebuild,v 1.2 2015/06/04 18:58:27 kensington Exp $
-
-EAPI=5
-
-inherit qt4-r2
-
-DESCRIPTION="GUI frontend for encfs"
-HOMEPAGE="http://kde-apps.org/content/show.php?content=134003"
-SRC_URI="http://kde-apps.org/CONTENT/content-files/134003-${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
- dev-qt/qtcore:4
- dev-qt/qtgui:4
- kde-base/kdelibs:4
-"
-RDEPEND="${DEPEND}
- kde-apps/kwalletd:4
- sys-fs/encfs
-"
-
-PATCHES=(
- "${FILESDIR}/${PN}-1.2-desktop.patch"
- "${FILESDIR}/${PN}-1.2-gcc-4.7.patch"
- "${FILESDIR}/${PN}-1.3.0-build-fix.patch"
- "${FILESDIR}/${PN}-1.4.0-encfs5.patch"
-)
-
-src_prepare() {
- qt4-r2_src_prepare
-
- sed -i ${PN}.pro -e "/^doc.path =/s/${PN}-1.3/${PF}/" \
- || die "sed docdir failed"
-}