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: Fri, 23 Dec 2016 11:02:16
Message-Id: 1482490264.9cd63fb2698e3bfd885df1ec6b12821e19f2eaf2.johu@gentoo
1 commit: 9cd63fb2698e3bfd885df1ec6b12821e19f2eaf2
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 23 10:51:04 2016 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 23 10:51:04 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=9cd63fb2
7
8 media-gfx/synnefo: Cleanup
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 media-gfx/synnefo/synnefo-9999.ebuild | 13 +++++++------
13 1 file changed, 7 insertions(+), 6 deletions(-)
14
15 diff --git a/media-gfx/synnefo/synnefo-9999.ebuild b/media-gfx/synnefo/synnefo-9999.ebuild
16 index baa0056..0a6d6c6 100644
17 --- a/media-gfx/synnefo/synnefo-9999.ebuild
18 +++ b/media-gfx/synnefo/synnefo-9999.ebuild
19 @@ -4,18 +4,19 @@
20
21 EAPI=6
22
23 -EGIT_REPO_URI="https://github.com/oyranos-cms/Synnefo.git"
24 inherit cmake-utils
25 -[[ ${PV} == "9999" ]] && inherit git-r3
26 +if [[ ${PV} == "9999" ]]; then
27 + EGIT_REPO_URI="https://github.com/oyranos-cms/Synnefo.git"
28 + inherit git-r3
29 +else
30 + SRC_URI="https://github.com/oyranos-cms/Synnefo/archive/${PV}.tar.gz -> ${P}.tar.gz"
31 + KEYWORDS="~amd64 ~x86"
32 +fi
33
34 DESCRIPTION="Qt front end for the Oyranos Color Management System"
35 HOMEPAGE="https://github.com/oyranos-cms/Synnefo"
36 -[[ ${PV} == 9999 ]] || \
37 -SRC_URI="https://github.com/oyranos-cms/Synnefo/archive/${PV}.tar.gz -> ${P}.tar.gz"
38 -
39 LICENSE="BSD-2"
40 SLOT="0"
41 -[[ ${PV} == 9999 ]] || KEYWORDS="~amd64 ~x86"
42 IUSE=""
43
44 DEPEND="