diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-12-01 19:39:52 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-12-01 20:20:32 +0100 |
commit | beb6ed08d4fbd0d732510a629faf8faeefb49f01 (patch) | |
tree | 8f7bb6fd6e020f566dfed6ca4ac76c56b1b22b78 /kde-apps/killbots | |
parent | kde-plasma: Drop KDE Plasma 5.13.5 (diff) | |
download | gentoo-beb6ed08d4fbd0d732510a629faf8faeefb49f01.tar.gz gentoo-beb6ed08d4fbd0d732510a629faf8faeefb49f01.tar.bz2 gentoo-beb6ed08d4fbd0d732510a629faf8faeefb49f01.zip |
kde-apps: Drop KDE Applications 18.04.3
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/killbots')
-rw-r--r-- | kde-apps/killbots/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/killbots/killbots-18.04.3.ebuild | 30 |
2 files changed, 0 insertions, 31 deletions
diff --git a/kde-apps/killbots/Manifest b/kde-apps/killbots/Manifest index 16049d7a3b28..bdc60cfd5ca7 100644 --- a/kde-apps/killbots/Manifest +++ b/kde-apps/killbots/Manifest @@ -1,2 +1 @@ -DIST killbots-18.04.3.tar.xz 1165284 BLAKE2B 5d8e7aff2fc2cf670693c1985217277d33d88bc7c9550dcc08fbc9503da218d4551c665da7cf4c914885155f6f1285aac7b9180b5fb677f27d7dad3739a1d705 SHA512 b14103edecedc5b3b8602c56b0291d4a2cb73805098f2380c48dd010b1363901a36adaea3b655d474cb379679932060696cd7dcb3a0cf5d91531778980f9fad3 DIST killbots-18.08.3.tar.xz 1165152 BLAKE2B 6214132a5e021a1ba0cb401e6b2329fcffb27b4a1c8496849a27efa4357bd8026ae939ec0763dda580eae590e93b60f4cf18938d654db46f8654404c836d4a59 SHA512 6acbac422208b36dd2c780438923e599a5065862c4b810cc302c1c55a70321c4cc297b4266409fba388d9fd1f380478b8e6c6fa118a0e129450aad09250a40bb diff --git a/kde-apps/killbots/killbots-18.04.3.ebuild b/kde-apps/killbots/killbots-18.04.3.ebuild deleted file mode 100644 index 9f4d9eae4de0..000000000000 --- a/kde-apps/killbots/killbots-18.04.3.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -KDE_HANDBOOK="forceoptional" -inherit kde5 - -DESCRIPTION="Kill the bots or they kill you!" -HOMEPAGE="https://www.kde.org/applications/games/killbots/" -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 ki18n) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kxmlgui) - $(add_kdeapps_dep libkdegames) - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) -" -RDEPEND="${DEPEND}" - -DOCS=() |