Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/colord-kde/
Date: Sun, 12 Jan 2020 11:47:49
Message-Id: 1578829535.723728f8d87c2d3bc591b137a4a57046268816dd.asturm@gentoo
1 commit: 723728f8d87c2d3bc591b137a4a57046268816dd
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 12 10:51:09 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 12 11:45:35 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=723728f8
7
8 kde-misc/colord-kde: Drop 0.5.0-r1
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 kde-misc/colord-kde/colord-kde-0.5.0-r1.ebuild | 50 --------------------------
14 1 file changed, 50 deletions(-)
15
16 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
17 deleted file mode 100644
18 index 74efceffb01..00000000000
19 --- a/kde-misc/colord-kde/colord-kde-0.5.0-r1.ebuild
20 +++ /dev/null
21 @@ -1,50 +0,0 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=7
26 -
27 -inherit kde5
28 -
29 -DESCRIPTION="Provides interfaces and session daemon to colord"
30 -HOMEPAGE="https://cgit.kde.org/colord-kde.git"
31 -SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz
32 -https://dev.gentoo.org/~asturm/distfiles/${P}-patches.tar.xz"
33 -
34 -LICENSE="GPL-2+"
35 -KEYWORDS="~amd64 ~x86"
36 -IUSE=""
37 -
38 -COMMON_DEPEND="
39 - $(add_frameworks_dep kcmutils)
40 - $(add_frameworks_dep kconfigwidgets)
41 - $(add_frameworks_dep kcoreaddons)
42 - $(add_frameworks_dep kdbusaddons)
43 - $(add_frameworks_dep ki18n)
44 - $(add_frameworks_dep kservice)
45 - $(add_frameworks_dep kwidgetsaddons)
46 - $(add_qt_dep qtdbus)
47 - $(add_qt_dep qtgui)
48 - $(add_qt_dep qtwidgets)
49 - $(add_qt_dep qtx11extras)
50 - media-libs/lcms:2
51 - x11-libs/libxcb
52 - x11-libs/libX11
53 - x11-libs/libXrandr
54 -"
55 -DEPEND="${COMMON_DEPEND}
56 - $(add_frameworks_dep kwindowsystem)
57 -"
58 -RDEPEND="${COMMON_DEPEND}
59 - $(add_plasma_dep kde-cli-tools)
60 - x11-misc/colord
61 -"
62 -
63 -PATCHES=( "${WORKDIR}/${P}-patches" )
64 -
65 -pkg_postinst() {
66 - kde5_pkg_postinst
67 - if ! has_version "gnome-extra/gnome-color-manager"; then
68 - elog "You may want to install gnome-extra/gnome-color-manager to add support for"
69 - elog "colorhug calibration devices."
70 - fi
71 -}