yngwin      15/07/29 13:10:53

  Modified:             phototonic-1.5.54.ebuild ChangeLog
  Added:                phototonic-1.6.6.ebuild
  Removed:              phototonic-1.5.ebuild
  Log:
  version bump; remove old
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  Changes    Path
1.2                  media-gfx/phototonic/phototonic-1.5.54.ebuild

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

Index: phototonic-1.5.54.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/media-gfx/phototonic/phototonic-1.5.54.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- phototonic-1.5.54.ebuild    15 Mar 2015 09:42:43 -0000      1.1
+++ phototonic-1.5.54.ebuild    29 Jul 2015 13:10:53 -0000      1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-gfx/phototonic/phototonic-1.5.54.ebuild,v 1.1 
2015/03/15 09:42:43 yngwin Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-gfx/phototonic/phototonic-1.5.54.ebuild,v 1.2 
2015/07/29 13:10:53 yngwin Exp $
 
 EAPI=5
 inherit qmake-utils
@@ -10,7 +10,6 @@
 if [[ ${PV} = *9999* ]]; then
        inherit git-r3
        EGIT_REPO_URI="https://github.com/oferkv/phototonic.git";
-       KEYWORDS=""
 else
        SRC_URI="http://dev.gentoo.org/~yngwin/distfiles/${P}.tar.xz";
        KEYWORDS="~amd64 ~x86"



1.5                  media-gfx/phototonic/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/phototonic/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   18 Apr 2015 12:43:25 -0000      1.4
+++ ChangeLog   29 Jul 2015 13:10:53 -0000      1.5
@@ -1,6 +1,12 @@
 # ChangeLog for media-gfx/phototonic
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/phototonic/ChangeLog,v 1.4 
2015/04/18 12:43:25 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/phototonic/ChangeLog,v 1.5 
2015/07/29 13:10:53 yngwin Exp $
+
+*phototonic-1.6.6 (29 Jul 2015)
+
+  29 Jul 2015; Ben de Groot <yng...@gentoo.org> +phototonic-1.6.6.ebuild,
+  -phototonic-1.5.ebuild, phototonic-1.5.54.ebuild:
+  version bump; remove old
 
   18 Apr 2015; Sven Wegener <swege...@gentoo.org> phototonic-1.5.ebuild:
   Rename distfile to include package name.



1.1                  media-gfx/phototonic/phototonic-1.6.6.ebuild

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

Index: phototonic-1.6.6.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-gfx/phototonic/phototonic-1.6.6.ebuild,v 1.1 
2015/07/29 13:10:53 yngwin Exp $

EAPI=5
inherit qmake-utils

DESCRIPTION="Image viewer and organizer"
HOMEPAGE="http://oferkv.github.io/phototonic/";
if [[ ${PV} = *9999* ]]; then
        inherit git-r3
        EGIT_REPO_URI="https://github.com/oferkv/phototonic.git";
else
        SRC_URI="http://dev.gentoo.org/~yngwin/distfiles/${P}.tar.xz";
        KEYWORDS="~amd64 ~x86"
fi

LICENSE="GPL-3"
SLOT="0"
IUSE="svg tiff"

RDEPEND="dev-qt/qtwidgets:5
        dev-qt/qtgui:5
        dev-qt/qtcore:5
        media-gfx/exiv2:=
        svg? ( dev-qt/qtsvg:5 )
        tiff? ( dev-qt/qtimageformats:5 )"
DEPEND="${RDEPEND}"

src_configure() {
        eqmake5
}

src_install() {
        emake install INSTALL_ROOT="${D}"
}




Reply via email to