summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2012-01-10 14:44:20 +0000
committerJohannes Huber <johu@gentoo.org>2012-01-10 14:44:20 +0000
commita724039e008cc53f50e6c6ce9d6d7972770e14b0 (patch)
tree4af87e6a356bd6ea85e62f92503bef73b898c18f /app-crypt
parentmigrate mail command to /usr/bin - bug #398061 (diff)
downloadgentoo-2-a724039e008cc53f50e6c6ce9d6d7972770e14b0.tar.gz
gentoo-2-a724039e008cc53f50e6c6ce9d6d7972770e14b0.tar.bz2
gentoo-2-a724039e008cc53f50e6c6ce9d6d7972770e14b0.zip
Version bump.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/kencfs/ChangeLog9
-rw-r--r--app-crypt/kencfs/kencfs-1.2.ebuild23
2 files changed, 30 insertions, 2 deletions
diff --git a/app-crypt/kencfs/ChangeLog b/app-crypt/kencfs/ChangeLog
index ac85840d3125..64a90e6e9d0c 100644
--- a/app-crypt/kencfs/ChangeLog
+++ b/app-crypt/kencfs/ChangeLog
@@ -1,6 +1,11 @@
# 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 $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/kencfs/ChangeLog,v 1.2 2012/01/10 14:44:20 johu Exp $
+
+*kencfs-1.2 (10 Jan 2012)
+
+ 10 Jan 2012; Johannes Huber <johu@gentoo.org> +kencfs-1.2.ebuild:
+ Version bump.
*kencfs-1.1 (25 Sep 2011)
diff --git a/app-crypt/kencfs/kencfs-1.2.ebuild b/app-crypt/kencfs/kencfs-1.2.ebuild
new file mode 100644
index 000000000000..446cc76c882b
--- /dev/null
+++ b/app-crypt/kencfs/kencfs-1.2.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/kencfs/kencfs-1.2.ebuild,v 1.1 2012/01/10 14:44:20 johu 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}/${PN}-1.1-underlinking.patch" )