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 52FF11382C5 for ; Sun, 16 May 2021 07:54:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7820FE070D; Sun, 16 May 2021 07:54:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 602CAE070D for ; Sun, 16 May 2021 07:54:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 69EA3340EDE for ; Sun, 16 May 2021 07:54:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E50D3745 for ; Sun, 16 May 2021 07:54:17 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1621151612.4d6a2c5bde7d180bf378fa1effb6c93b73ccab80.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: media-gfx/synnefo/ X-VCS-Repository: proj/kde X-VCS-Files: media-gfx/synnefo/metadata.xml media-gfx/synnefo/synnefo-9999.ebuild X-VCS-Directories: media-gfx/synnefo/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 4d6a2c5bde7d180bf378fa1effb6c93b73ccab80 X-VCS-Branch: master Date: Sun, 16 May 2021 07:54:17 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3a76fece-4579-4ada-bbcf-a3cb4809be17 X-Archives-Hash: e6ca656b2600bee1bc50521176c0b445 commit: 4d6a2c5bde7d180bf378fa1effb6c93b73ccab80 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun May 16 07:53:32 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun May 16 07:53:32 2021 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=4d6a2c5b media-gfx/synnefo: Remove last-rited package Signed-off-by: Andreas Sturmlechner gentoo.org> media-gfx/synnefo/metadata.xml | 11 ----------- media-gfx/synnefo/synnefo-9999.ebuild | 33 --------------------------------- 2 files changed, 44 deletions(-) diff --git a/media-gfx/synnefo/metadata.xml b/media-gfx/synnefo/metadata.xml deleted file mode 100644 index d85e5ec3d7..0000000000 --- a/media-gfx/synnefo/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - kde@gentoo.org - Gentoo KDE Project - - - oyranos-cms/Synnefo - - diff --git a/media-gfx/synnefo/synnefo-9999.ebuild b/media-gfx/synnefo/synnefo-9999.ebuild deleted file mode 100644 index f62bdd4726..0000000000 --- a/media-gfx/synnefo/synnefo-9999.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake -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 )