From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C7EE9139087 for ; Fri, 23 Dec 2016 11:02:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 44A7D2241D9; Fri, 23 Dec 2016 11:02:15 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 244B12241D9 for ; Fri, 23 Dec 2016 11:02:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 18697340DD8 for ; Fri, 23 Dec 2016 11:02:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 839AF24B0 for ; Fri, 23 Dec 2016 11:02:12 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1482490264.9cd63fb2698e3bfd885df1ec6b12821e19f2eaf2.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: media-gfx/synnefo/ X-VCS-Repository: proj/kde X-VCS-Files: media-gfx/synnefo/synnefo-9999.ebuild X-VCS-Directories: media-gfx/synnefo/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 9cd63fb2698e3bfd885df1ec6b12821e19f2eaf2 X-VCS-Branch: master Date: Fri, 23 Dec 2016 11:02:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 628ca9c9-8772-46a7-9154-f20945383fff X-Archives-Hash: b1c33539fea87d21838de035dc922cdf commit: 9cd63fb2698e3bfd885df1ec6b12821e19f2eaf2 Author: Johannes Huber gentoo org> AuthorDate: Fri Dec 23 10:51:04 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Fri Dec 23 10:51:04 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=9cd63fb2 media-gfx/synnefo: Cleanup Package-Manager: Portage-2.3.3, Repoman-2.3.1 media-gfx/synnefo/synnefo-9999.ebuild | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/media-gfx/synnefo/synnefo-9999.ebuild b/media-gfx/synnefo/synnefo-9999.ebuild index baa0056..0a6d6c6 100644 --- a/media-gfx/synnefo/synnefo-9999.ebuild +++ b/media-gfx/synnefo/synnefo-9999.ebuild @@ -4,18 +4,19 @@ EAPI=6 -EGIT_REPO_URI="https://github.com/oyranos-cms/Synnefo.git" inherit cmake-utils -[[ ${PV} == "9999" ]] && inherit git-r3 +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" +fi DESCRIPTION="Qt front end for the Oyranos Color Management System" HOMEPAGE="https://github.com/oyranos-cms/Synnefo" -[[ ${PV} == 9999 ]] || \ -SRC_URI="https://github.com/oyranos-cms/Synnefo/archive/${PV}.tar.gz -> ${P}.tar.gz" - LICENSE="BSD-2" SLOT="0" -[[ ${PV} == 9999 ]] || KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="