Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/kcoloredit/files/, media-gfx/kcoloredit/
Date: Tue, 12 Dec 2017 23:04:14
Message-Id: 1513119669.684ad91bffa0292b1eb8f1a08b6c0da519a16359.asturm@gentoo
1 commit: 684ad91bffa0292b1eb8f1a08b6c0da519a16359
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 12 22:21:51 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 12 23:01:09 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=684ad91b
7
8 media-gfx/kcoloredit: Drop slot 4
9
10 Closes: https://bugs.gentoo.org/634326
11 Package-Manager: Portage-2.3.18, Repoman-2.3.6
12
13 media-gfx/kcoloredit/Manifest | 1 -
14 .../files/kcoloredit-2.0.0-underlinking.patch | 11 ---------
15 media-gfx/kcoloredit/kcoloredit-2.0.0-r1.ebuild | 26 ----------------------
16 3 files changed, 38 deletions(-)
17
18 diff --git a/media-gfx/kcoloredit/Manifest b/media-gfx/kcoloredit/Manifest
19 index 3d4e30aea66..2b79a4acf67 100644
20 --- a/media-gfx/kcoloredit/Manifest
21 +++ b/media-gfx/kcoloredit/Manifest
22 @@ -1,2 +1 @@
23 -DIST kcoloredit-2.0.0-kde4.4.0.tar.bz2 156462 BLAKE2B d5414e4152b31b18b234181a1c6ce44d5f45e0f17e3299b9e46a4efe3fb15093dc64d580432df35a6c5988fba72cf191197f316faa1d23f9a0eb2d8bbb00d42a SHA512 93a418e475bb8f494a90c409c60573d3d7936921b7dac5b1dd669d0934123b234df013c0b1a594f211c33200b62d3b8edef80a826f6f75da110ec8a1af99a140
24 DIST kcoloredit-2.0.0_p20171121.tar.gz 67173 BLAKE2B 2114da34e47768113bf643380efd29e59980f5bcfd544b183db7201b6d4707b81bbdc908476c6c5d36acf8b04e68c6ba1f85aab6f2e7594124f9ce4cbc496e54 SHA512 82dd71e45121357a7da45247862f4f9679fbd132e09e8fb85c0cbef6b73069443f84fe51ec642d30b0ff9b5db10aebf34978000636375afff6c91b49089a9554
25
26 diff --git a/media-gfx/kcoloredit/files/kcoloredit-2.0.0-underlinking.patch b/media-gfx/kcoloredit/files/kcoloredit-2.0.0-underlinking.patch
27 deleted file mode 100644
28 index 588b673c562..00000000000
29 --- a/media-gfx/kcoloredit/files/kcoloredit-2.0.0-underlinking.patch
30 +++ /dev/null
31 @@ -1,11 +0,0 @@
32 -diff -ruN kcoloredit-2.0.0-kde4.4.0.orig/src/CMakeLists.txt kcoloredit-2.0.0-kde4.4.0/src/CMakeLists.txt
33 ---- kcoloredit-2.0.0-kde4.4.0.orig/src/CMakeLists.txt 2010-02-11 21:40:05.000000000 +0100
34 -+++ kcoloredit-2.0.0-kde4.4.0/src/CMakeLists.txt 2011-08-11 22:25:09.747295562 +0200
35 -@@ -56,6 +56,6 @@
36 -
37 - kde4_add_executable ( kcoloredit ${kcoloredit_SRCS} )
38 -
39 --target_link_libraries ( kcoloredit ${KDE4_KFILE_LIBS} )
40 -+target_link_libraries ( kcoloredit ${KDE4_KFILE_LIBS} ${X11_LIBRARIES} )
41 -
42 - install (TARGETS kcoloredit ${INSTALL_TARGETS_DEFAULT_ARGS} )
43
44 diff --git a/media-gfx/kcoloredit/kcoloredit-2.0.0-r1.ebuild b/media-gfx/kcoloredit/kcoloredit-2.0.0-r1.ebuild
45 deleted file mode 100644
46 index 6c7fd97bbb0..00000000000
47 --- a/media-gfx/kcoloredit/kcoloredit-2.0.0-r1.ebuild
48 +++ /dev/null
49 @@ -1,26 +0,0 @@
50 -# Copyright 1999-2017 Gentoo Foundation
51 -# Distributed under the terms of the GNU General Public License v2
52 -
53 -EAPI=6
54 -
55 -KDE_LINGUAS="af ar be bg br ca ca@valencia cs cy da de el en_GB eo es et eu fa
56 -fi fr ga gl he hi hne hr hu is it ja km ku lt lv mai mk ms nb nds ne nl nn oc
57 -pa pl pt pt_BR ro ru se sk sl sv ta tg th tr uk vi xh zh_CN zh_HK zh_TW"
58 -KDE_DOC_DIRS="doc doc-translations/%lingua_${PN}"
59 -KDE_HANDBOOK="optional"
60 -inherit kde4-base
61 -
62 -MY_P=${P}-kde4.4.0
63 -
64 -DESCRIPTION="Tool for editing color palettes"
65 -HOMEPAGE="https://userbase.kde.org/KColorEdit"
66 -SRC_URI="mirror://kde/stable/4.4.0/src/extragear/${MY_P}.tar.bz2"
67 -
68 -LICENSE="GPL-2"
69 -SLOT="4"
70 -KEYWORDS="amd64 x86"
71 -IUSE="debug"
72 -
73 -S=${WORKDIR}/${MY_P}
74 -
75 -PATCHES=( "${FILESDIR}/${P}-underlinking.patch" )