commit: 0c661e59f3ec2baae85a31d247d359c620dd5f15
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 4 18:18:46 2017 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed Jan 4 18:18:46 2017 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=0c661e59
media-gfx/synnefo: Remove 1.1.0
Moved to gentoo main tree.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
media-gfx/synnefo/synnefo-1.1.0.ebuild | 34 ----------------------------------
1 file changed, 34 deletions(-)
diff --git a/media-gfx/synnefo/synnefo-1.1.0.ebuild
b/media-gfx/synnefo/synnefo-1.1.0.ebuild
deleted file mode 100644
index db60363..0000000
--- a/media-gfx/synnefo/synnefo-1.1.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# 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 )