Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/kencfs/files/, app-crypt/kencfs/
Date: Thu, 02 Jun 2016 15:37:08
Message-Id: 1464881811.0d2a785fc00d6e9dba9dcedef731e43c6d8a3ff8.kensington@gentoo
1 commit: 0d2a785fc00d6e9dba9dcedef731e43c6d8a3ff8
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 2 15:31:06 2016 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 2 15:36:51 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d2a785f
7
8 app-crypt/kencfs: remove old
9
10 Package-Manager: portage-2.3.0_rc1
11
12 app-crypt/kencfs/Manifest | 2 --
13 app-crypt/kencfs/files/kencfs-1.2-desktop.patch | 11 -------
14 app-crypt/kencfs/kencfs-1.5.0.ebuild | 38 -------------------------
15 app-crypt/kencfs/kencfs-1.6.0.ebuild | 38 -------------------------
16 4 files changed, 89 deletions(-)
17
18 diff --git a/app-crypt/kencfs/Manifest b/app-crypt/kencfs/Manifest
19 index 9a51a41..f5d8f0d 100644
20 --- a/app-crypt/kencfs/Manifest
21 +++ b/app-crypt/kencfs/Manifest
22 @@ -1,3 +1 @@
23 -DIST 134003-kencfs-1.5.0.tar.gz 156217 SHA256 b53314fe022b6fb20d427a6c9a1d08be5df87823754a7d22724a9f3960fe24f0 SHA512 0168a0241c9e2e614b5d796c02cc9103596040e4cdd1349c250f0d25d20bfe7f8c3ad6f192f57e5b519d83ffdaec8eabf389d3d0286da282cfe42e78e5c966f3 WHIRLPOOL 42964b27d48ef3a816f657d417a044f2d60bd7d895bdaa2701d96e9c666f60d0e967ddf9536033f1d3207181973f9524cd1b29897b3ab2527a58edef329704e4
24 -DIST 134003-kencfs-1.6.0.tar.gz 228330 SHA256 b02f6485920bbd9e13d0730f2f5dd5d99c9b169696bf24d0c83f51c845d135ef SHA512 74029fbea134b34106d6b18865bea9e6061769626d9d04cea84166e7be97cdd3ccea80c480f3aedc005727526fdea3bb4a9499e65f584946ef68aa016ba9b611 WHIRLPOOL dffb413b79ef2c91fe68bc92762c69f5f51cf30673e71c6728156785e2595d2e587f3e69abec225f4b7af1c808d2f0af329b2ddece9f8d69e86a0b74e815cdc9
25 DIST 134003-kencfs-1.6.2.tar.gz 229438 SHA256 0bb719a55d8c19ccd03b3a945c5aa747072309673e3c7570c2f453926e05fd8b SHA512 7a7c66e9e492e10239663b41a55161fcce32b25bbb2d4abe9bc5d853c71df41dd28af4ba695274ff0138708a5c50faeb45bccbe103ec571fbea8808b20807802 WHIRLPOOL b58a82cd26beebf089bb6bdfa895be769489f3b7086dc02780b738b0a46ae2e3914655711c046e7106f043501da2304b47a2f08fb430dea76920087c38553e6e
26
27 diff --git a/app-crypt/kencfs/files/kencfs-1.2-desktop.patch b/app-crypt/kencfs/files/kencfs-1.2-desktop.patch
28 deleted file mode 100644
29 index 900f027..0000000
30 --- a/app-crypt/kencfs/files/kencfs-1.2-desktop.patch
31 +++ /dev/null
32 @@ -1,11 +0,0 @@
33 ---- /tmp/kencfs.desktop 2012-12-12 00:06:01.000000000 +1100
34 -+++ kencfs.desktop 2012-12-12 00:07:54.000000000 +1100
35 -@@ -2,7 +2,7 @@
36 - Name=KEncFS
37 - Exec=kencfs
38 - Icon=document-encrypt
39 --Categories=System;Security
40 -+Categories=Qt;KDE;System;Security;
41 - Terminal=false
42 - Type=Application
43 - StartupNotify=false
44
45 diff --git a/app-crypt/kencfs/kencfs-1.5.0.ebuild b/app-crypt/kencfs/kencfs-1.5.0.ebuild
46 deleted file mode 100644
47 index 5fbfc06..0000000
48 --- a/app-crypt/kencfs/kencfs-1.5.0.ebuild
49 +++ /dev/null
50 @@ -1,38 +0,0 @@
51 -# Copyright 1999-2015 Gentoo Foundation
52 -# Distributed under the terms of the GNU General Public License v2
53 -# $Id$
54 -
55 -EAPI=5
56 -
57 -inherit qt4-r2
58 -
59 -DESCRIPTION="GUI frontend for encfs"
60 -HOMEPAGE="http://kde-apps.org/content/show.php?content=134003"
61 -SRC_URI="http://kde-apps.org/CONTENT/content-files/134003-${P}.tar.gz"
62 -
63 -LICENSE="LGPL-2.1"
64 -SLOT="0"
65 -KEYWORDS="amd64 x86"
66 -IUSE=""
67 -
68 -DEPEND="
69 - dev-qt/qtcore:4
70 - dev-qt/qtgui:4
71 - kde-base/kdelibs:4
72 -"
73 -RDEPEND="${DEPEND}
74 - kde-apps/kwalletd:4
75 - sys-fs/encfs
76 -"
77 -
78 -PATCHES=(
79 - "${FILESDIR}/${PN}-1.2-desktop.patch"
80 - "${FILESDIR}/${PN}-1.4.0-encfs5.patch"
81 -)
82 -
83 -src_prepare() {
84 - qt4-r2_src_prepare
85 -
86 - sed -i ${PN}.pro -e "/^doc.path =/s/${PN}-1.5/${PF}/" \
87 - || die "sed docdir failed"
88 -}
89
90 diff --git a/app-crypt/kencfs/kencfs-1.6.0.ebuild b/app-crypt/kencfs/kencfs-1.6.0.ebuild
91 deleted file mode 100644
92 index 7fa9e86..0000000
93 --- a/app-crypt/kencfs/kencfs-1.6.0.ebuild
94 +++ /dev/null
95 @@ -1,38 +0,0 @@
96 -# Copyright 1999-2016 Gentoo Foundation
97 -# Distributed under the terms of the GNU General Public License v2
98 -# $Id$
99 -
100 -EAPI=5
101 -
102 -inherit qt4-r2
103 -
104 -DESCRIPTION="GUI frontend for encfs"
105 -HOMEPAGE="http://kde-apps.org/content/show.php?content=134003"
106 -SRC_URI="http://kde-apps.org/CONTENT/content-files/134003-${P}.tar.gz"
107 -
108 -LICENSE="LGPL-2.1"
109 -SLOT="0"
110 -KEYWORDS="~amd64 ~x86"
111 -IUSE=""
112 -
113 -DEPEND="
114 - dev-qt/qtcore:4
115 - dev-qt/qtgui:4
116 - kde-base/kdelibs:4
117 -"
118 -RDEPEND="${DEPEND}
119 - kde-apps/kwalletd:4
120 - sys-fs/encfs
121 -"
122 -
123 -PATCHES=(
124 - "${FILESDIR}/${PN}-1.2-desktop.patch"
125 - "${FILESDIR}/${PN}-1.4.0-encfs5.patch"
126 -)
127 -
128 -src_prepare() {
129 - qt4-r2_src_prepare
130 -
131 - sed -i ${PN}.pro -e "/^doc.path =/s/${PN}-1.5/${PF}/" \
132 - || die "sed docdir failed"
133 -}