summaryrefslogtreecommitdiff
path: root/app-crypt
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2016-06-03 01:31:06 +1000
committerMichael Palimaka <kensington@gentoo.org>2016-06-03 01:36:51 +1000
commit0d2a785fc00d6e9dba9dcedef731e43c6d8a3ff8 (patch)
treec87daa5c04de1c1cb3786e70d3f7df22b48332db /app-crypt
parentaf93b589f3092a88210326d00b5c183577ce119d (diff)
downloadgentoo-0d2a785fc00d6e9dba9dcedef731e43c6d8a3ff8.tar.gz
gentoo-0d2a785fc00d6e9dba9dcedef731e43c6d8a3ff8.tar.xz
app-crypt/kencfs: remove old
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/kencfs/Manifest2
-rw-r--r--app-crypt/kencfs/files/kencfs-1.2-desktop.patch11
-rw-r--r--app-crypt/kencfs/kencfs-1.5.0.ebuild38
-rw-r--r--app-crypt/kencfs/kencfs-1.6.0.ebuild38
4 files changed, 0 insertions, 89 deletions
diff --git a/app-crypt/kencfs/Manifest b/app-crypt/kencfs/Manifest
index 9a51a4137e9..f5d8f0da7f9 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 900f027f4ab..00000000000
--- 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 5fbfc06224c..00000000000
--- 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 7fa9e8669b3..00000000000
--- 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"
-}