diff options
author | 2011-09-25 15:17:26 +0000 | |
---|---|---|
committer | 2011-09-25 15:17:26 +0000 | |
commit | 9b859f4a67773be863dca32eb53aba9db4b4ccfe (patch) | |
tree | e3fbca7e5b389f03f40caa9698a00a42e4ada1d3 /app-crypt | |
parent | Pass --disable-maintainer-mode when needed, thanks to Nirbheek for his help. (diff) | |
download | gentoo-2-9b859f4a67773be863dca32eb53aba9db4b4ccfe.tar.gz gentoo-2-9b859f4a67773be863dca32eb53aba9db4b4ccfe.tar.bz2 gentoo-2-9b859f4a67773be863dca32eb53aba9db4b4ccfe.zip |
New application, bug 383735. Thanks to Adam for the initial ebuild.
(Portage version: 2.1.10.19/cvs/Linux x86_64)
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/kencfs/ChangeLog | 10 | ||||
-rw-r--r-- | app-crypt/kencfs/files/kencfs-1.1-underlinking.patch | 12 | ||||
-rw-r--r-- | app-crypt/kencfs/kencfs-1.1.ebuild | 23 | ||||
-rw-r--r-- | app-crypt/kencfs/metadata.xml | 5 |
4 files changed, 50 insertions, 0 deletions
diff --git a/app-crypt/kencfs/ChangeLog b/app-crypt/kencfs/ChangeLog new file mode 100644 index 000000000000..ac85840d3125 --- /dev/null +++ b/app-crypt/kencfs/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-crypt/kencfs +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/kencfs/ChangeLog,v 1.1 2011/09/25 15:17:26 dilfridge Exp $ + +*kencfs-1.1 (25 Sep 2011) + + 25 Sep 2011; Andreas K. Huettel <dilfridge@gentoo.org> +kencfs-1.1.ebuild, + +files/kencfs-1.1-underlinking.patch, +metadata.xml: + New application, bug 383735. Thanks to Adam for the initial ebuild. + diff --git a/app-crypt/kencfs/files/kencfs-1.1-underlinking.patch b/app-crypt/kencfs/files/kencfs-1.1-underlinking.patch new file mode 100644 index 000000000000..114ec3d24698 --- /dev/null +++ b/app-crypt/kencfs/files/kencfs-1.1-underlinking.patch @@ -0,0 +1,12 @@ +diff -ruN kencfs-1.1.orig/kencfs.pro kencfs-1.1/kencfs.pro +--- kencfs-1.1.orig/kencfs.pro 2010-11-07 19:45:20.000000000 +0100 ++++ kencfs-1.1/kencfs.pro 2011-09-25 17:14:51.000000000 +0200 +@@ -22,7 +22,7 @@ + fsdialog.ui \ + configdialog.ui + OTHER_FILES += +-LIBS += -lkdeui ++LIBS += -lkdeui -lkdecore -lQtNetwork + TRANSLATIONS = kencfs_it.ts + + # install diff --git a/app-crypt/kencfs/kencfs-1.1.ebuild b/app-crypt/kencfs/kencfs-1.1.ebuild new file mode 100644 index 000000000000..507525e5f33c --- /dev/null +++ b/app-crypt/kencfs/kencfs-1.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/kencfs/kencfs-1.1.ebuild,v 1.1 2011/09/25 15:17:26 dilfridge Exp $ + +EAPI=4 + +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" +IUSE="" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND="kde-base/kdelibs + x11-libs/qt-gui:4" +RDEPEND="${DEPEND} + sys-fs/encfs" + +PATCHES=( "${FILESDIR}/${P}-underlinking.patch" ) diff --git a/app-crypt/kencfs/metadata.xml b/app-crypt/kencfs/metadata.xml new file mode 100644 index 000000000000..8d1e86a9cefb --- /dev/null +++ b/app-crypt/kencfs/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>kde</herd> +</pkgmetadata> |