pesa 14/08/19 23:52:12 Modified: ChangeLog Added: photo-0.8-r1.ebuild Removed: photo-0.7.1.1.ebuild photo-0.8.ebuild Log: EAPI=5; add missing qtsql dep (bug 514586); add slot operator on exiv2 dep. (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 0xDADED6B2671CB57D!)
Revision Changes Path 1.4 media-gfx/photo/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/photo/ChangeLog?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/photo/ChangeLog?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/photo/ChangeLog?r1=1.3&r2=1.4 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-gfx/photo/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ChangeLog 2 Mar 2013 21:39:03 -0000 1.3 +++ ChangeLog 19 Aug 2014 23:52:12 -0000 1.4 @@ -1,6 +1,12 @@ # ChangeLog for media-gfx/photo -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/photo/ChangeLog,v 1.3 2013/03/02 21:39:03 hwoarang Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/photo/ChangeLog,v 1.4 2014/08/19 23:52:12 pesa Exp $ + +*photo-0.8-r1 (19 Aug 2014) + + 19 Aug 2014; Davide Pesavento <[email protected]> +photo-0.8-r1.ebuild, + -photo-0.7.1.1.ebuild, -photo-0.8.ebuild: + EAPI=5; add missing qtsql dep (bug 514586); add slot operator on exiv2 dep. 02 Mar 2013; Markos Chandras <[email protected]> photo-0.7.1.1.ebuild, photo-0.8.ebuild: 1.1 media-gfx/photo/photo-0.8-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/photo/photo-0.8-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/photo/photo-0.8-r1.ebuild?rev=1.1&content-type=text/plain Index: photo-0.8-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-gfx/photo/photo-0.8-r1.ebuild,v 1.1 2014/08/19 23:52:12 pesa Exp $ EAPI=5 inherit cmake-utils DESCRIPTION="Simple but powerful Qt4-based image viewer" HOMEPAGE="http://photoqt.co.cc/" SRC_URI="http://photoqt.co.cc/pkgs/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64" IUSE="" DEPEND=" dev-qt/qtcore:4 dev-qt/qtgui:4 dev-qt/qtsql:4 media-gfx/exiv2:= " RDEPEND="${DEPEND}" PATCHES=( "${FILESDIR}/${PN}-0.7.1.1-install-desktop.patch" ) # TODO: translations
