diff options
author | Michael Palimaka <kensington@gentoo.org> | 2014-05-01 16:17:12 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2014-05-01 16:17:12 +0000 |
commit | aa7c313ed15290be60167be537e7c67b8f38b3b3 (patch) | |
tree | ae26d73b2e1ec7ae46f3683e8b7af44cb645af47 /app-crypt/kencfs | |
parent | added conditional to not throw exception when locale is 'C', bug 508834; clea... (diff) | |
download | gentoo-2-aa7c313ed15290be60167be537e7c67b8f38b3b3.tar.gz gentoo-2-aa7c313ed15290be60167be537e7c67b8f38b3b3.tar.bz2 gentoo-2-aa7c313ed15290be60167be537e7c67b8f38b3b3.zip |
Version bump wrt bug #509236. Remove old.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Diffstat (limited to 'app-crypt/kencfs')
-rw-r--r-- | app-crypt/kencfs/ChangeLog | 8 | ||||
-rw-r--r-- | app-crypt/kencfs/files/kencfs-1.1-underlinking.patch | 12 | ||||
-rw-r--r-- | app-crypt/kencfs/kencfs-1.2-r1.ebuild | 44 | ||||
-rw-r--r-- | app-crypt/kencfs/kencfs-1.3.1.ebuild | 40 |
4 files changed, 47 insertions, 57 deletions
diff --git a/app-crypt/kencfs/ChangeLog b/app-crypt/kencfs/ChangeLog index 31df5e69e3d4..40e13053db46 100644 --- a/app-crypt/kencfs/ChangeLog +++ b/app-crypt/kencfs/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-crypt/kencfs # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/kencfs/ChangeLog,v 1.8 2014/05/01 16:11:09 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/kencfs/ChangeLog,v 1.9 2014/05/01 16:17:12 kensington Exp $ + +*kencfs-1.3.1 (01 May 2014) + + 01 May 2014; Michael Palimaka <kensington@gentoo.org> +kencfs-1.3.1.ebuild, + -files/kencfs-1.1-underlinking.patch, -kencfs-1.2-r1.ebuild: + Version bump wrt bug #509236. Remove old. *kencfs-1.3.0 (10 Mar 2014) diff --git a/app-crypt/kencfs/files/kencfs-1.1-underlinking.patch b/app-crypt/kencfs/files/kencfs-1.1-underlinking.patch deleted file mode 100644 index 114ec3d24698..000000000000 --- a/app-crypt/kencfs/files/kencfs-1.1-underlinking.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -ruN kencfs-1.1.orig/kencfs.pro kencfs-1.1/kencfs.pro ---- kencfs-1.1.orig/kencfs.pro 2010-11-07 19:45:20.000000000 +0100 -+++ kencfs-1.1/kencfs.pro 2011-09-25 17:14:51.000000000 +0200 -@@ -22,7 +22,7 @@ - fsdialog.ui \ - configdialog.ui - OTHER_FILES += --LIBS += -lkdeui -+LIBS += -lkdeui -lkdecore -lQtNetwork - TRANSLATIONS = kencfs_it.ts - - # install diff --git a/app-crypt/kencfs/kencfs-1.2-r1.ebuild b/app-crypt/kencfs/kencfs-1.2-r1.ebuild deleted file mode 100644 index 30feb4724b7c..000000000000 --- a/app-crypt/kencfs/kencfs-1.2-r1.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/kencfs/kencfs-1.2-r1.ebuild,v 1.2 2013/03/02 19:14:26 hwoarang Exp $ - -EAPI=5 -LANGS="it" - -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="kde-base/kdelibs - dev-qt/qtcore:4 - dev-qt/qtgui:4 -" -RDEPEND="${DEPEND} - sys-fs/encfs -" - -PATCHES=( - "${FILESDIR}/${PN}-1.1-underlinking.patch" - "${FILESDIR}/${P}-desktop.patch" - "${FILESDIR}/${P}-encfs5.patch" - "${FILESDIR}/${P}-gcc-4.7.patch" -) - -src_prepare() { - qt4-r2_src_prepare - - sed -i ${PN}.pro -e "/^doc.path =/s/${PN}-1.1/${PF}/" \ - || die "sed docdir failed" - - if ! use linguas_it ; then - sed -i ${PN}.pro -e "s/*.qm//" \ - || die "sed TRANSLATIONS failed" - fi -} diff --git a/app-crypt/kencfs/kencfs-1.3.1.ebuild b/app-crypt/kencfs/kencfs-1.3.1.ebuild new file mode 100644 index 000000000000..719d622d1849 --- /dev/null +++ b/app-crypt/kencfs/kencfs-1.3.1.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/kencfs/kencfs-1.3.1.ebuild,v 1.1 2014/05/01 16:17:12 kensington Exp $ + +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-base/kwalletd + sys-fs/encfs +" + +PATCHES=( + "${FILESDIR}/${PN}-1.2-desktop.patch" + "${FILESDIR}/${PN}-1.2-encfs5.patch" + "${FILESDIR}/${PN}-1.2-gcc-4.7.patch" + "${FILESDIR}/${PN}-1.3.0-build-fix.patch" +) + +src_prepare() { + qt4-r2_src_prepare + + sed -i ${PN}.pro -e "/^doc.path =/s/${PN}-1.3/${PF}/" \ + || die "sed docdir failed" +} |