[gentoo-commits] repo/gentoo:master commit in: media-gfx/synnefo/

2018-12-12 Thread Andreas Sturmlechner
commit: db35fd5b666cf296f0368325b56c2387c4eb7a13
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Oct 13 12:02:59 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Dec 12 14:05:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db35fd5b

media-gfx/synnefo: EAPI-7 bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 media-gfx/synnefo/synnefo-1.1.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-gfx/synnefo/synnefo-1.1.0.ebuild 
b/media-gfx/synnefo/synnefo-1.1.0.ebuild
index a2e194042a7..5605351edcd 100644
--- a/media-gfx/synnefo/synnefo-1.1.0.ebuild
+++ b/media-gfx/synnefo/synnefo-1.1.0.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 inherit cmake-utils
 if [[ ${PV} == "" ]]; then



[gentoo-commits] repo/gentoo:master commit in: media-gfx/synnefo/

2017-01-04 Thread Johannes Huber
commit: 9e76d4fdf84a704c6f3397ae0e1a4a18dcafac80
Author: Johannes Huber  gentoo  org>
AuthorDate: Wed Jan  4 18:15:16 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Wed Jan  4 18:30:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e76d4fd

media-gfx/synnefo: New package

Import from kde overlay. Initial ebuild by Andreas Sturmlechner. Improvements
by him and me. Needed for kde-misc/kolor-manager:5.

Gentoo-bug: 603552

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 media-gfx/synnefo/Manifest |  1 +
 media-gfx/synnefo/metadata.xml | 11 +++
 media-gfx/synnefo/synnefo-1.1.0.ebuild | 34 ++
 3 files changed, 46 insertions(+)

diff --git a/media-gfx/synnefo/Manifest b/media-gfx/synnefo/Manifest
new file mode 100644
index ..15a938b
--- /dev/null
+++ b/media-gfx/synnefo/Manifest
@@ -0,0 +1 @@
+DIST synnefo-1.1.0.tar.gz 161822 SHA256 
719f1b32ab63abdc6b97c0a343147f59e558f08fac7814c5556ccfff6e5c5ff5 SHA512 
f4c50e6e018b0dcf91715c379cd5b79452886fb7fda189ad47a22b9d5f47b3ca710b959b773a1e0a42564e881d09da088a88eef505719b1b1fbfbb5e21fb26ef
 WHIRLPOOL 
7a8e73af5419012cbc5897ba9622f67a59bbdba7d4d0965bf4cfdc8f427514c307986d8dc8d98b51a078240a84f6d6e8ecf0385339e7f63a47f4acea303b2c82

diff --git a/media-gfx/synnefo/metadata.xml b/media-gfx/synnefo/metadata.xml
new file mode 100644
index ..d85e5ec
--- /dev/null
+++ b/media-gfx/synnefo/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   k...@gentoo.org
+   Gentoo KDE Project
+   
+   
+   oyranos-cms/Synnefo
+   
+

diff --git a/media-gfx/synnefo/synnefo-1.1.0.ebuild 
b/media-gfx/synnefo/synnefo-1.1.0.ebuild
new file mode 100644
index ..db60363
--- /dev/null
+++ b/media-gfx/synnefo/synnefo-1.1.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit cmake-utils
+if [[ ${PV} == "" ]]; then
+   EGIT_REPO_URI="https://github.com/oyranos-cms/Synnefo.git;
+   inherit git-r3
+else
+   SRC_URI="https://github.com/oyranos-cms/Synnefo/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+   S="${WORKDIR}/Synnefo-${PV}"
+fi
+
+DESCRIPTION="Qt front end for the Oyranos Color Management System"
+HOMEPAGE="https://github.com/oyranos-cms/Synnefo;
+LICENSE="BSD-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+   dev-qt/qtcore:5
+   dev-qt/qtdbus:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+   >=media-libs/oyranos-0.9.6
+"
+RDEPEND="${DEPEND}
+   x11-misc/xcalib
+"
+
+DOCS=( AUTHORS.md README.md )