diff options
author | 2018-11-18 19:30:16 +0100 | |
---|---|---|
committer | 2018-11-18 20:04:38 +0100 | |
commit | e6a2364950c0f53702c15842d9aa216ce7105ac8 (patch) | |
tree | c9445a24e28690aeb2faf4ee44bc91102bbb82be /kde-apps/kolf | |
parent | kde-apps/kolf: Drop unused DEPEND (diff) | |
download | gentoo-e6a2364950c0f53702c15842d9aa216ce7105ac8.tar.gz gentoo-e6a2364950c0f53702c15842d9aa216ce7105ac8.tar.bz2 gentoo-e6a2364950c0f53702c15842d9aa216ce7105ac8.zip |
kde-apps/kolf: Drop 18.08.3 (r0)
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kolf')
-rw-r--r-- | kde-apps/kolf/kolf-18.08.3.ebuild | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/kde-apps/kolf/kolf-18.08.3.ebuild b/kde-apps/kolf/kolf-18.08.3.ebuild deleted file mode 100644 index fbb5d8028af3..000000000000 --- a/kde-apps/kolf/kolf-18.08.3.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -KDE_HANDBOOK="forceoptional" -KDE_SELINUX_MODULE="games" -inherit kde5 - -DESCRIPTION="Minigolf game by KDE" -HOMEPAGE=" - https://www.kde.org/applications/games/kolf/ - https://games.kde.org/game.php?game=kolf -" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=" - $(add_frameworks_dep kcompletion) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kcrash) - $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep kdelibs4support) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kxmlgui) - $(add_kdeapps_dep libkdegames) - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) - media-libs/phonon -" -RDEPEND="${DEPEND} - !kde-apps/kde4-l10n -" |