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/knavalbattle
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/knavalbattle')
-rw-r--r--kde-apps/knavalbattle/Manifest1
-rw-r--r--kde-apps/knavalbattle/knavalbattle-19.04.3.ebuild37
2 files changed, 0 insertions, 38 deletions
diff --git a/kde-apps/knavalbattle/Manifest b/kde-apps/knavalbattle/Manifest
index c2135b1e62d9..a5935ed5f4af 100644
--- a/kde-apps/knavalbattle/Manifest
+++ b/kde-apps/knavalbattle/Manifest
@@ -1,2 +1 @@
-DIST knavalbattle-19.04.3.tar.xz 1281700 BLAKE2B 0f1fbc17977ceebdf791fba0a5d05bdae09623bb225532e445397d444904f3ef3e8b889fca58c02d32af0f3be01f847482b65eca2176696f3dd84e0d5061af92 SHA512 fbc6559c602982b218c555bdbd621975fbfd9867e3f3d19792c49dcf7ee4979a066436fa2eebf248b2105072747b199ce7128dfd78c45b06c82626cdd6c9d2aa
DIST knavalbattle-19.08.3.tar.xz 1281260 BLAKE2B b446600aa8799d5198a2a0399349762fe71259ba08d86e705796ff2b589b0f88ea44bcc991bd6747307246b00ce93eb455052061ddb91a38faea4252205e7065 SHA512 e4e80f729698a9c0ddf6d71dbab9318f25e7b6b70f768b11a7738c21a89de62f08b36f42e226a86a54ff1df7d8c16ac8f946bfef96e4b8d6b00707648c971e7d
diff --git a/kde-apps/knavalbattle/knavalbattle-19.04.3.ebuild b/kde-apps/knavalbattle/knavalbattle-19.04.3.ebuild
deleted file mode 100644
index 1e710881fc0c..000000000000
--- a/kde-apps/knavalbattle/knavalbattle-19.04.3.ebuild
+++ /dev/null
@@ -1,37 +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="Battleship clone by KDE"
-HOMEPAGE="
- https://kde.org/applications/games/org.kde.knavalbattle
- https://games.kde.org/game.php?game=kbattleship
-"
-KEYWORDS="amd64 arm64 x86"
-IUSE=""
-
-DEPEND="
- $(add_frameworks_dep kcompletion)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kcrash)
- $(add_frameworks_dep kdbusaddons)
- $(add_frameworks_dep kdnssd)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep ktextwidgets)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_frameworks_dep kxmlgui)
- $(add_kdeapps_dep libkdegames)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtnetwork)
- $(add_qt_dep qtwidgets)
- $(add_qt_dep qtxml)
-"
-RDEPEND="${DEPEND}"
-
-DOCS=( AUTHORS )