johu 14/03/10 10:21:27 Modified: ChangeLog Added: kencfs-1.3.0.ebuild Removed: kencfs-1.2.ebuild Log: Version bump wrt bug #504054. Remove old. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Revision Changes Path 1.7 app-crypt/kencfs/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/kencfs/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/kencfs/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/kencfs/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-crypt/kencfs/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 2 Mar 2013 19:14:26 -0000 1.6 +++ ChangeLog 10 Mar 2014 10:21:27 -0000 1.7 @@ -1,6 +1,13 @@ # ChangeLog for app-crypt/kencfs -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/kencfs/ChangeLog,v 1.6 2013/03/02 19:14:26 hwoarang Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/kencfs/ChangeLog,v 1.7 2014/03/10 10:21:27 johu Exp $ + +*kencfs-1.3.0 (10 Mar 2014) + + 10 Mar 2014; Johannes Huber <[email protected]> + +files/kencfs-1.3.0-build-fix.patch, +kencfs-1.3.0.ebuild, -kencfs-1.2.ebuild, + files/kencfs-1.2-desktop.patch, files/kencfs-1.2-gcc-4.7.patch: + Version bump wrt bug #504054. Remove old. 02 Mar 2013; Markos Chandras <[email protected]> kencfs-1.2-r1.ebuild, kencfs-1.2.ebuild: 1.1 app-crypt/kencfs/kencfs-1.3.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/kencfs/kencfs-1.3.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/kencfs/kencfs-1.3.0.ebuild?rev=1.1&content-type=text/plain Index: kencfs-1.3.0.ebuild =================================================================== # 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.0.ebuild,v 1.1 2014/03/10 10:21:27 johu Exp $ EAPI=5 LANGS="it ro" 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 " 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}/${P}-build-fix.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 }
