yngwin      15/02/06 13:48:03

  Modified:             photoqt-1.1.0.1.ebuild ChangeLog
  Added:                photoqt-1.2.ebuild
  Log:
  fix deps (bug #539008); version bump
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  Changes    Path
1.4                  media-gfx/photoqt/photoqt-1.1.0.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/photoqt/photoqt-1.1.0.1.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/photoqt/photoqt-1.1.0.1.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/photoqt/photoqt-1.1.0.1.ebuild?r1=1.3&r2=1.4

Index: photoqt-1.1.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/photoqt/photoqt-1.1.0.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- photoqt-1.1.0.1.ebuild      17 Dec 2014 18:11:14 -0000      1.3
+++ photoqt-1.1.0.1.ebuild      6 Feb 2015 13:48:03 -0000       1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/photoqt/photoqt-1.1.0.1.ebuild,v 
1.3 2014/12/17 18:11:14 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/photoqt/photoqt-1.1.0.1.ebuild,v 
1.4 2015/02/06 13:48:03 yngwin Exp $
 
 EAPI=5
 inherit cmake-utils
@@ -14,14 +14,16 @@
 KEYWORDS="~amd64 ~x86"
 IUSE="graphicsmagick exiv2"
 
-DEPEND="dev-qt/linguist-tools:5
-       dev-qt/qtmultimedia:5
+RDEPEND="dev-qt/qtgui:5
        dev-qt/qtimageformats:5
-       dev-qt/qtgui:5
+       dev-qt/qtmultimedia:5
        dev-qt/qtnetwork:5
+       dev-qt/qtsql:5
+       dev-qt/qtwidgets:5
        exiv2? ( media-gfx/exiv2:= )
        graphicsmagick? ( media-gfx/graphicsmagick )"
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}
+       dev-qt/linguist-tools:5"
 
 src_configure() {
        local mycmakeargs=(
@@ -30,3 +32,7 @@
        )
        cmake-utils_src_configure
 }
+
+src_compile() {
+       MAKEOPTS+=" -j1" cmake-utils_src_compile
+}



1.4                  media-gfx/photoqt/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/photoqt/ChangeLog?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/photoqt/ChangeLog?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/photoqt/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/photoqt/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   17 Dec 2014 18:10:19 -0000      1.3
+++ ChangeLog   6 Feb 2015 13:48:03 -0000       1.4
@@ -1,6 +1,12 @@
 # ChangeLog for media-gfx/photoqt
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/photoqt/ChangeLog,v 1.3 
2014/12/17 18:10:19 kensington Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/photoqt/ChangeLog,v 1.4 
2015/02/06 13:48:03 yngwin Exp $
+
+*photoqt-1.2 (06 Feb 2015)
+
+  06 Feb 2015; Ben de Groot <[email protected]> +photoqt-1.2.ebuild,
+  photoqt-1.1.0.1.ebuild:
+  fix deps (bug #539008); version bump
 
   17 Dec 2014; Michael Palimaka <[email protected]> photoqt-1.1.0.1.ebuild:
   Pin dev-qt/linguist-tools to SLOT 5.



1.1                  media-gfx/photoqt/photoqt-1.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/photoqt/photoqt-1.2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/photoqt/photoqt-1.2.ebuild?rev=1.1&content-type=text/plain

Index: photoqt-1.2.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/photoqt/photoqt-1.2.ebuild,v 1.1 
2015/02/06 13:48:03 yngwin Exp $

EAPI=5
inherit cmake-utils

DESCRIPTION="Simple but powerful Qt-based image viewer"
HOMEPAGE="http://photoqt.org/";
SRC_URI="http://photoqt.org/pkgs/${P}.tar.gz";

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="graphicsmagick exiv2"

RDEPEND="dev-qt/qtgui:5
        dev-qt/qtimageformats:5
        dev-qt/qtmultimedia:5
        dev-qt/qtnetwork:5
        dev-qt/qtsql:5
        dev-qt/qtwidgets:5
        exiv2? ( media-gfx/exiv2:= )
        graphicsmagick? ( media-gfx/graphicsmagick )"
DEPEND="${RDEPEND}
        dev-qt/linguist-tools:5"

src_configure() {
        local mycmakeargs=(
                $(cmake-utils_use graphicsmagick GM)
                $(cmake-utils_use exiv2 EXIV2)
        )
        cmake-utils_src_configure
}

src_compile() {
        MAKEOPTS+=" -j1" cmake-utils_src_compile
}




Reply via email to