Gentoo Archives: gentoo-commits

From: "Andreas HAttel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-crypt/kencfs: metadata.xml kencfs-1.1.ebuild ChangeLog
Date: Sun, 25 Sep 2011 15:17:36
Message-Id: 20110925151726.BF2CE20036@flycatcher.gentoo.org
1 dilfridge 11/09/25 15:17:26
2
3 Added: metadata.xml kencfs-1.1.ebuild ChangeLog
4 Log:
5 New application, bug 383735. Thanks to Adam for the initial ebuild.
6
7 (Portage version: 2.1.10.19/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 app-crypt/kencfs/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/kencfs/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/kencfs/metadata.xml?rev=1.1&content-type=text/plain
14
15 Index: metadata.xml
16 ===================================================================
17 <?xml version="1.0" encoding="UTF-8"?>
18 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
19 <pkgmetadata>
20 <herd>kde</herd>
21 </pkgmetadata>
22
23
24
25 1.1 app-crypt/kencfs/kencfs-1.1.ebuild
26
27 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/kencfs/kencfs-1.1.ebuild?rev=1.1&view=markup
28 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/kencfs/kencfs-1.1.ebuild?rev=1.1&content-type=text/plain
29
30 Index: kencfs-1.1.ebuild
31 ===================================================================
32 # Copyright 1999-2011 Gentoo Foundation
33 # Distributed under the terms of the GNU General Public License v2
34 # $Header: /var/cvsroot/gentoo-x86/app-crypt/kencfs/kencfs-1.1.ebuild,v 1.1 2011/09/25 15:17:26 dilfridge Exp $
35
36 EAPI=4
37
38 inherit qt4-r2
39
40 DESCRIPTION="GUI frontend for encfs"
41 HOMEPAGE="http://kde-apps.org/content/show.php?content=134003"
42 SRC_URI="http://kde-apps.org/CONTENT/content-files/134003-${P}.tar.gz"
43 IUSE=""
44
45 LICENSE="LGPL-2.1"
46 SLOT="0"
47 KEYWORDS="~amd64 ~x86"
48
49 DEPEND="kde-base/kdelibs
50 x11-libs/qt-gui:4"
51 RDEPEND="${DEPEND}
52 sys-fs/encfs"
53
54 PATCHES=( "${FILESDIR}/${P}-underlinking.patch" )
55
56
57
58 1.1 app-crypt/kencfs/ChangeLog
59
60 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/kencfs/ChangeLog?rev=1.1&view=markup
61 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/kencfs/ChangeLog?rev=1.1&content-type=text/plain
62
63 Index: ChangeLog
64 ===================================================================
65 # ChangeLog for app-crypt/kencfs
66 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
67 # $Header: /var/cvsroot/gentoo-x86/app-crypt/kencfs/ChangeLog,v 1.1 2011/09/25 15:17:26 dilfridge Exp $
68
69 *kencfs-1.1 (25 Sep 2011)
70
71 25 Sep 2011; Andreas K. Huettel <dilfridge@g.o> +kencfs-1.1.ebuild,
72 +files/kencfs-1.1-underlinking.patch, +metadata.xml:
73 New application, bug 383735. Thanks to Adam for the initial ebuild.