summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-12-02 18:58:17 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-12-03 06:03:11 +0100
commit152f404d910f6d9cefa2547da4efa72d45074cd2 (patch)
treee7907d2cee3122c590e32971c9c41bcdcab42d5f /kde-apps/kgoldrunner
parentprofiles: Mask kde-apps/kcalcore, kde-apps/kcontacts for removal (diff)
downloadgentoo-152f404d910f6d9cefa2547da4efa72d45074cd2.tar.gz
gentoo-152f404d910f6d9cefa2547da4efa72d45074cd2.tar.bz2
gentoo-152f404d910f6d9cefa2547da4efa72d45074cd2.zip
kde-apps: Drop KDE Applications 19.04.3
Package-Manager: Portage-2.3.80, Repoman-2.3.19 RepoMan-Options: --force Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kgoldrunner')
-rw-r--r--kde-apps/kgoldrunner/Manifest1
-rw-r--r--kde-apps/kgoldrunner/kgoldrunner-19.04.3.ebuild34
2 files changed, 0 insertions, 35 deletions
diff --git a/kde-apps/kgoldrunner/Manifest b/kde-apps/kgoldrunner/Manifest
index 8f7c6d0d48eb..9c9009682a0f 100644
--- a/kde-apps/kgoldrunner/Manifest
+++ b/kde-apps/kgoldrunner/Manifest
@@ -1,2 +1 @@
-DIST kgoldrunner-19.04.3.tar.xz 4417116 BLAKE2B 13d83bc2a9beace284368986b220bf6b2bee392e761285a4597ae8da58128de9f76d50310d22e5d269c98662463003a3f14462f773b12256cffb4b4eb53a314c SHA512 153346ec5a55ba6ea5a695a5fe575a24463975555fefc1a7e90538fd86c40965a6c41553ddf67136c18d71b2d5f70c16f44f0564e976365eaa03940a44d36eb7
DIST kgoldrunner-19.08.3.tar.xz 4435920 BLAKE2B 2d95f14f41958c4650d59e45b3193b5de4178fce3f3b6ab37bfccd55ebd781c9f2c478e1fee5e381179b3e20fe86b26d49137087b57c976877a4b8e496cde1c1 SHA512 2a9b6b288766e0f2f952df47b0ec5cc58b92c1a96ce2d11a5e74c82f74cb695a5629fa863cdaf5570d4fbf15472ba3100f916a82636f1ffde31b20e1b6a6daed
diff --git a/kde-apps/kgoldrunner/kgoldrunner-19.04.3.ebuild b/kde-apps/kgoldrunner/kgoldrunner-19.04.3.ebuild
deleted file mode 100644
index 8c652f54cf83..000000000000
--- a/kde-apps/kgoldrunner/kgoldrunner-19.04.3.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KDE_HANDBOOK="forceoptional"
-KDE_SELINUX_MODULE="games"
-inherit kde5
-
-DESCRIPTION="Game of action and puzzle solving by KDE"
-HOMEPAGE="https://kde.org/applications/games/kgoldrunner/
-https://games.kde.org/game.php?game=kgoldrunner"
-KEYWORDS="amd64 arm64 x86"
-IUSE=""
-
-DEPEND="
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kcrash)
- $(add_frameworks_dep kdbusaddons)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_frameworks_dep kxmlgui)
- $(add_kdeapps_dep libkdegames)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtwidgets)
- media-libs/libsndfile
- media-libs/openal
-"
-RDEPEND="${DEPEND}
- $(add_qt_dep qtsvg)
-"