diff options
author | Johannes Huber <johu@gentoo.org> | 2017-03-21 19:08:48 +0100 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2017-03-21 19:08:48 +0100 |
commit | cfc983d68b0f9bbe7e3729c9b7ed13a27c0c26d1 (patch) | |
tree | 8ca8a4b31d13684e277e43e76d33b1671f8d217a /app-crypt/kencfs/kencfs-1.6.2.ebuild | |
parent | app-cdr/kcdemu: Remove 0.5.0 (diff) | |
download | gentoo-cfc983d68b0f9bbe7e3729c9b7ed13a27c0c26d1.tar.gz gentoo-cfc983d68b0f9bbe7e3729c9b7ed13a27c0c26d1.tar.bz2 gentoo-cfc983d68b0f9bbe7e3729c9b7ed13a27c0c26d1.zip |
app-crypt/kencfs: Remove 1.6.2
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'app-crypt/kencfs/kencfs-1.6.2.ebuild')
-rw-r--r-- | app-crypt/kencfs/kencfs-1.6.2.ebuild | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/app-crypt/kencfs/kencfs-1.6.2.ebuild b/app-crypt/kencfs/kencfs-1.6.2.ebuild deleted file mode 100644 index ce306d9d21e4..000000000000 --- a/app-crypt/kencfs/kencfs-1.6.2.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit qmake-utils - -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-frameworks/kdelibs:4 -" -RDEPEND="${DEPEND} - kde-apps/kwalletd:4 - sys-fs/encfs -" - -PATCHES=( - "${FILESDIR}/${PN}-1.4.0-encfs5.patch" - "${FILESDIR}/${PN}-1.6.2-desktop.patch" -) - -src_prepare() { - default - - sed -i ${PN}.pro -e "/^doc.path =/s/${PN}/${PF}/" \ - || die "sed docdir failed" -} - -src_configure() { - eqmake4 -} - -src_install() { - emake INSTALL_ROOT="${D}" install -} |