Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: media-gfx/synnefo/
Date: Wed, 04 Jan 2017 18:31:03
Message-Id: 1483553926.0c661e59f3ec2baae85a31d247d359c620dd5f15.johu@gentoo
1 commit: 0c661e59f3ec2baae85a31d247d359c620dd5f15
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 4 18:18:46 2017 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 4 18:18:46 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=0c661e59
7
8 media-gfx/synnefo: Remove 1.1.0
9
10 Moved to gentoo main tree.
11
12 Package-Manager: Portage-2.3.3, Repoman-2.3.1
13
14 media-gfx/synnefo/synnefo-1.1.0.ebuild | 34 ----------------------------------
15 1 file changed, 34 deletions(-)
16
17 diff --git a/media-gfx/synnefo/synnefo-1.1.0.ebuild b/media-gfx/synnefo/synnefo-1.1.0.ebuild
18 deleted file mode 100644
19 index db60363..0000000
20 --- a/media-gfx/synnefo/synnefo-1.1.0.ebuild
21 +++ /dev/null
22 @@ -1,34 +0,0 @@
23 -# Copyright 1999-2017 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -# $Id$
26 -
27 -EAPI=6
28 -
29 -inherit cmake-utils
30 -if [[ ${PV} == "9999" ]]; then
31 - EGIT_REPO_URI="https://github.com/oyranos-cms/Synnefo.git"
32 - inherit git-r3
33 -else
34 - SRC_URI="https://github.com/oyranos-cms/Synnefo/archive/${PV}.tar.gz -> ${P}.tar.gz"
35 - KEYWORDS="~amd64 ~x86"
36 - S="${WORKDIR}/Synnefo-${PV}"
37 -fi
38 -
39 -DESCRIPTION="Qt front end for the Oyranos Color Management System"
40 -HOMEPAGE="https://github.com/oyranos-cms/Synnefo"
41 -LICENSE="BSD-2"
42 -SLOT="0"
43 -IUSE=""
44 -
45 -DEPEND="
46 - dev-qt/qtcore:5
47 - dev-qt/qtdbus:5
48 - dev-qt/qtgui:5
49 - dev-qt/qtwidgets:5
50 - >=media-libs/oyranos-0.9.6
51 -"
52 -RDEPEND="${DEPEND}
53 - x11-misc/xcalib
54 -"
55 -
56 -DOCS=( AUTHORS.md README.md )