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-apps/kolf/
Date: Sun, 18 Nov 2018 19:05:06
Message-Id: 1542567878.e6a2364950c0f53702c15842d9aa216ce7105ac8.asturm@gentoo
1 commit: e6a2364950c0f53702c15842d9aa216ce7105ac8
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 18 18:30:16 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 18 19:04:38 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6a23649
7
8 kde-apps/kolf: Drop 18.08.3 (r0)
9
10 Package-Manager: Portage-2.3.51, Repoman-2.3.12
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 kde-apps/kolf/kolf-18.08.3.ebuild | 36 ------------------------------------
14 1 file changed, 36 deletions(-)
15
16 diff --git a/kde-apps/kolf/kolf-18.08.3.ebuild b/kde-apps/kolf/kolf-18.08.3.ebuild
17 deleted file mode 100644
18 index fbb5d8028af..00000000000
19 --- a/kde-apps/kolf/kolf-18.08.3.ebuild
20 +++ /dev/null
21 @@ -1,36 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -KDE_HANDBOOK="forceoptional"
28 -KDE_SELINUX_MODULE="games"
29 -inherit kde5
30 -
31 -DESCRIPTION="Minigolf game by KDE"
32 -HOMEPAGE="
33 - https://www.kde.org/applications/games/kolf/
34 - https://games.kde.org/game.php?game=kolf
35 -"
36 -KEYWORDS="~amd64 ~x86"
37 -IUSE=""
38 -
39 -DEPEND="
40 - $(add_frameworks_dep kcompletion)
41 - $(add_frameworks_dep kconfig)
42 - $(add_frameworks_dep kconfigwidgets)
43 - $(add_frameworks_dep kcoreaddons)
44 - $(add_frameworks_dep kcrash)
45 - $(add_frameworks_dep kdbusaddons)
46 - $(add_frameworks_dep kdelibs4support)
47 - $(add_frameworks_dep ki18n)
48 - $(add_frameworks_dep kwidgetsaddons)
49 - $(add_frameworks_dep kxmlgui)
50 - $(add_kdeapps_dep libkdegames)
51 - $(add_qt_dep qtgui)
52 - $(add_qt_dep qtwidgets)
53 - media-libs/phonon
54 -"
55 -RDEPEND="${DEPEND}
56 - !kde-apps/kde4-l10n
57 -"