public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/synnefo/
@ 2017-01-04 18:30 Johannes Huber
  0 siblings, 0 replies; 2+ messages in thread
From: Johannes Huber @ 2017-01-04 18:30 UTC (permalink / raw
  To: gentoo-commits

commit:     9e76d4fdf84a704c6f3397ae0e1a4a18dcafac80
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  4 18:15:16 2017 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed Jan  4 18:30:37 2017 +0000
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 00000000..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 00000000..d85e5ec
--- /dev/null
+++ b/media-gfx/synnefo/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>kde@gentoo.org</email>
+		<name>Gentoo KDE Project</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">oyranos-cms/Synnefo</remote-id>
+	</upstream>
+</pkgmetadata>

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 00000000..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} == "9999" ]]; 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 )


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/synnefo/
@ 2018-12-12 14:06 Andreas Sturmlechner
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas Sturmlechner @ 2018-12-12 14:06 UTC (permalink / raw
  To: gentoo-commits

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

media-gfx/synnefo: EAPI-7 bump

Signed-off-by: Andreas Sturmlechner <asturm <AT> 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} == "9999" ]]; then


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-12-12 14:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-12 14:06 [gentoo-commits] repo/gentoo:master commit in: media-gfx/synnefo/ Andreas Sturmlechner
  -- strict thread matches above, loose matches on Subject: below --
2017-01-04 18:30 Johannes Huber

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox