johu 14/03/21 20:05:28 Modified: ChangeLog Added: kffmpegthumbnailer-1.1.0-r3.ebuild Log: Revision bump to EAPI 5. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Revision Changes Path 1.12 media-video/kffmpegthumbnailer/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/kffmpegthumbnailer/ChangeLog?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/kffmpegthumbnailer/ChangeLog?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/kffmpegthumbnailer/ChangeLog?r1=1.11&r2=1.12 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-video/kffmpegthumbnailer/ChangeLog,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ChangeLog 14 Nov 2012 20:37:52 -0000 1.11 +++ ChangeLog 21 Mar 2014 20:05:28 -0000 1.12 @@ -1,6 +1,12 @@ # ChangeLog for media-video/kffmpegthumbnailer -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/kffmpegthumbnailer/ChangeLog,v 1.11 2012/11/14 20:37:52 johu Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/kffmpegthumbnailer/ChangeLog,v 1.12 2014/03/21 20:05:28 johu Exp $ + +*kffmpegthumbnailer-1.1.0-r3 (21 Mar 2014) + + 21 Mar 2014; Johannes Huber <[email protected]> + +kffmpegthumbnailer-1.1.0-r3.ebuild: + Revision bump to EAPI 5. 14 Nov 2012; Johannes Huber <[email protected]> -kffmpegthumbnailer-1.1.0.ebuild: 1.1 media-video/kffmpegthumbnailer/kffmpegthumbnailer-1.1.0-r3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/kffmpegthumbnailer/kffmpegthumbnailer-1.1.0-r3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/kffmpegthumbnailer/kffmpegthumbnailer-1.1.0-r3.ebuild?rev=1.1&content-type=text/plain Index: kffmpegthumbnailer-1.1.0-r3.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-video/kffmpegthumbnailer/kffmpegthumbnailer-1.1.0-r3.ebuild,v 1.1 2014/03/21 20:05:28 johu Exp $ EAPI=5 inherit kde4-base DESCRIPTION="KDE thumbnailer based on ffmpegthumbnailer" HOMEPAGE="http://code.google.com/p/ffmpegthumbnailer/" SRC_URI="http://ffmpegthumbnailer.googlecode.com/files/${P}.tar.gz" LICENSE="GPL-2" SLOT="4" KEYWORDS="~amd64 ~x86" IUSE="debug" DEPEND=" >=media-video/ffmpegthumbnailer-2 " RDEPEND="${DEPEND}" DOCS=( Changelog README ) src_prepare() { sed -e "/Encoding=UTF-8/d" \ -i kffmpegthumbnailer.desktop || die "fixing .desktop file failed" kde4-base_src_prepare }
