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 4667F138352 for ; Sun, 12 Jan 2020 11:47:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 696E8E0CAC; Sun, 12 Jan 2020 11:47:48 +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 C8587E0CAA for ; Sun, 12 Jan 2020 11:47:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 D4BBA34DFB3 for ; Sun, 12 Jan 2020 11:47:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 159189F for ; Sun, 12 Jan 2020 11:47:45 +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: <1578829535.723728f8d87c2d3bc591b137a4a57046268816dd.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/colord-kde/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-misc/colord-kde/colord-kde-0.5.0-r1.ebuild X-VCS-Directories: kde-misc/colord-kde/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 723728f8d87c2d3bc591b137a4a57046268816dd X-VCS-Branch: master Date: Sun, 12 Jan 2020 11:47:45 +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: b7455f42-6129-4ac2-b945-d7aa1d49d729 X-Archives-Hash: b794f93b2868f226b5d28c8c9f7ebfa6 commit: 723728f8d87c2d3bc591b137a4a57046268816dd Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jan 12 10:51:09 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jan 12 11:45:35 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=723728f8 kde-misc/colord-kde: Drop 0.5.0-r1 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-misc/colord-kde/colord-kde-0.5.0-r1.ebuild | 50 -------------------------- 1 file changed, 50 deletions(-) diff --git a/kde-misc/colord-kde/colord-kde-0.5.0-r1.ebuild b/kde-misc/colord-kde/colord-kde-0.5.0-r1.ebuild deleted file mode 100644 index 74efceffb01..00000000000 --- a/kde-misc/colord-kde/colord-kde-0.5.0-r1.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit kde5 - -DESCRIPTION="Provides interfaces and session daemon to colord" -HOMEPAGE="https://cgit.kde.org/colord-kde.git" -SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz -https://dev.gentoo.org/~asturm/distfiles/${P}-patches.tar.xz" - -LICENSE="GPL-2+" -KEYWORDS="~amd64 ~x86" -IUSE="" - -COMMON_DEPEND=" - $(add_frameworks_dep kcmutils) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kservice) - $(add_frameworks_dep kwidgetsaddons) - $(add_qt_dep qtdbus) - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) - $(add_qt_dep qtx11extras) - media-libs/lcms:2 - x11-libs/libxcb - x11-libs/libX11 - x11-libs/libXrandr -" -DEPEND="${COMMON_DEPEND} - $(add_frameworks_dep kwindowsystem) -" -RDEPEND="${COMMON_DEPEND} - $(add_plasma_dep kde-cli-tools) - x11-misc/colord -" - -PATCHES=( "${WORKDIR}/${P}-patches" ) - -pkg_postinst() { - kde5_pkg_postinst - if ! has_version "gnome-extra/gnome-color-manager"; then - elog "You may want to install gnome-extra/gnome-color-manager to add support for" - elog "colorhug calibration devices." - fi -}