commit:     0d2a785fc00d6e9dba9dcedef731e43c6d8a3ff8
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  2 15:31:06 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Jun  2 15:36:51 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d2a785f

app-crypt/kencfs: remove old

Package-Manager: portage-2.3.0_rc1

 app-crypt/kencfs/Manifest                       |  2 --
 app-crypt/kencfs/files/kencfs-1.2-desktop.patch | 11 -------
 app-crypt/kencfs/kencfs-1.5.0.ebuild            | 38 -------------------------
 app-crypt/kencfs/kencfs-1.6.0.ebuild            | 38 -------------------------
 4 files changed, 89 deletions(-)

diff --git a/app-crypt/kencfs/Manifest b/app-crypt/kencfs/Manifest
index 9a51a41..f5d8f0d 100644
--- a/app-crypt/kencfs/Manifest
+++ b/app-crypt/kencfs/Manifest
@@ -1,3 +1 @@
-DIST 134003-kencfs-1.5.0.tar.gz 156217 SHA256 
b53314fe022b6fb20d427a6c9a1d08be5df87823754a7d22724a9f3960fe24f0 SHA512 
0168a0241c9e2e614b5d796c02cc9103596040e4cdd1349c250f0d25d20bfe7f8c3ad6f192f57e5b519d83ffdaec8eabf389d3d0286da282cfe42e78e5c966f3
 WHIRLPOOL 
42964b27d48ef3a816f657d417a044f2d60bd7d895bdaa2701d96e9c666f60d0e967ddf9536033f1d3207181973f9524cd1b29897b3ab2527a58edef329704e4
-DIST 134003-kencfs-1.6.0.tar.gz 228330 SHA256 
b02f6485920bbd9e13d0730f2f5dd5d99c9b169696bf24d0c83f51c845d135ef SHA512 
74029fbea134b34106d6b18865bea9e6061769626d9d04cea84166e7be97cdd3ccea80c480f3aedc005727526fdea3bb4a9499e65f584946ef68aa016ba9b611
 WHIRLPOOL 
dffb413b79ef2c91fe68bc92762c69f5f51cf30673e71c6728156785e2595d2e587f3e69abec225f4b7af1c808d2f0af329b2ddece9f8d69e86a0b74e815cdc9
 DIST 134003-kencfs-1.6.2.tar.gz 229438 SHA256 
0bb719a55d8c19ccd03b3a945c5aa747072309673e3c7570c2f453926e05fd8b SHA512 
7a7c66e9e492e10239663b41a55161fcce32b25bbb2d4abe9bc5d853c71df41dd28af4ba695274ff0138708a5c50faeb45bccbe103ec571fbea8808b20807802
 WHIRLPOOL 
b58a82cd26beebf089bb6bdfa895be769489f3b7086dc02780b738b0a46ae2e3914655711c046e7106f043501da2304b47a2f08fb430dea76920087c38553e6e

diff --git a/app-crypt/kencfs/files/kencfs-1.2-desktop.patch 
b/app-crypt/kencfs/files/kencfs-1.2-desktop.patch
deleted file mode 100644
index 900f027..0000000
--- a/app-crypt/kencfs/files/kencfs-1.2-desktop.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- /tmp/kencfs.desktop        2012-12-12 00:06:01.000000000 +1100
-+++ kencfs.desktop     2012-12-12 00:07:54.000000000 +1100
-@@ -2,7 +2,7 @@
- Name=KEncFS
- Exec=kencfs
- Icon=document-encrypt
--Categories=System;Security
-+Categories=Qt;KDE;System;Security;
- Terminal=false
- Type=Application
- StartupNotify=false

diff --git a/app-crypt/kencfs/kencfs-1.5.0.ebuild 
b/app-crypt/kencfs/kencfs-1.5.0.ebuild
deleted file mode 100644
index 5fbfc06..0000000
--- a/app-crypt/kencfs/kencfs-1.5.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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.4.0-encfs5.patch"
-)
-
-src_prepare() {
-       qt4-r2_src_prepare
-
-       sed -i ${PN}.pro -e "/^doc.path =/s/${PN}-1.5/${PF}/" \
-               || die "sed docdir failed"
-}

diff --git a/app-crypt/kencfs/kencfs-1.6.0.ebuild 
b/app-crypt/kencfs/kencfs-1.6.0.ebuild
deleted file mode 100644
index 7fa9e86..0000000
--- a/app-crypt/kencfs/kencfs-1.6.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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.4.0-encfs5.patch"
-)
-
-src_prepare() {
-       qt4-r2_src_prepare
-
-       sed -i ${PN}.pro -e "/^doc.path =/s/${PN}-1.5/${PF}/" \
-               || die "sed docdir failed"
-}

Reply via email to