kensington    15/05/15 18:59:38

  Modified:             ChangeLog
  Added:                kencfs-1.5.0.ebuild
  Removed:              kencfs-1.3.1.ebuild
  Log:
  Version bump wrt bug #549458.
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
0x06B1F38DCA45A1EC!)

Revision  Changes    Path
1.11                 app-crypt/kencfs/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/kencfs/ChangeLog?rev=1.11&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/kencfs/ChangeLog?rev=1.11&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/kencfs/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/kencfs/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   4 Sep 2014 12:47:23 -0000       1.10
+++ ChangeLog   15 May 2015 18:59:38 -0000      1.11
@@ -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.10 
2014/09/04 12:47:23 kensington Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/kencfs/ChangeLog,v 1.11 
2015/05/15 18:59:38 kensington Exp $
+
+*kencfs-1.5.0 (15 May 2015)
+
+  15 May 2015; Michael Palimaka <[email protected]> +kencfs-1.5.0.ebuild,
+  -files/kencfs-1.2-encfs5.patch, -kencfs-1.3.1.ebuild:
+  Version bump wrt bug #549458.
 
 *kencfs-1.4.0 (04 Sep 2014)
 



1.1                  app-crypt/kencfs/kencfs-1.5.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/kencfs/kencfs-1.5.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/kencfs/kencfs-1.5.0.ebuild?rev=1.1&content-type=text/plain

Index: kencfs-1.5.0.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-crypt/kencfs/kencfs-1.5.0.ebuild,v 1.1 
2015/05/15 18:59:38 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: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