summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-02-10 14:28:40 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-02-11 23:00:24 +0100
commit8e9254c5dac34b290d80baa283964bf5802d6630 (patch)
treee74c0d8d4491416d64de7802e3937452a509b1f1 /kde-apps/killbots
parentkde-frameworks: Add KDE Frameworks 5.43.0 (diff)
downloadgentoo-8e9254c5dac34b290d80baa283964bf5802d6630.tar.gz
gentoo-8e9254c5dac34b290d80baa283964bf5802d6630.tar.bz2
gentoo-8e9254c5dac34b290d80baa283964bf5802d6630.zip
kde-apps: Add KDE Applications 17.12.2
Bug: https://bugs.gentoo.org/642854 Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'kde-apps/killbots')
-rw-r--r--kde-apps/killbots/Manifest1
-rw-r--r--kde-apps/killbots/killbots-17.12.2.ebuild30
2 files changed, 31 insertions, 0 deletions
diff --git a/kde-apps/killbots/Manifest b/kde-apps/killbots/Manifest
index d355b487a0d4..e66db97799ce 100644
--- a/kde-apps/killbots/Manifest
+++ b/kde-apps/killbots/Manifest
@@ -1,2 +1,3 @@
DIST killbots-17.08.3.tar.xz 1166128 BLAKE2B b99c46ae471df1164455d324ec3bb742fb3310e59d47a206f2665a5f961a01e29e5f115d114be6f0a06b2add09c86430fcac0ef6c105105d395d2ae4e8f450e8 SHA512 3582e7ed568c8968e53e761fb581a16027a1d74743f412516e54efd901fd1ddc40fb4bd87ddb3b9616b99621039c4f185e55a6f92dff2756574f3900bb934070
DIST killbots-17.12.1.tar.xz 1166100 BLAKE2B 53b682377f8b70fd5ead41b28e0e0a6e865e94e5ecda71b578b1403ad4656f269611085f42ea5e8af33007e9420555db165c3ea36eb554538b8fbd92ac743b41 SHA512 1cd32ee7134c5373789c51d7c9e900076781aef5c236fb8a095eb727b89b7ac55ff61ca71c3409d3a62c21293e34e681594a3241ac62ac4e2d778981553cf74f
+DIST killbots-17.12.2.tar.xz 1166060 BLAKE2B f84904edadfb8b8863d86609ad0f650e89360b30b1ca2dab69e9b87961995739f9c1813592b79a94edcbe86962958a7bca49faff54f6808aff819777ca09a925 SHA512 70ce103e39cc35e872d61afbb73d1f5498c35266d1715d56c595db17c9028eb264d7d4486254c3032812e9608812fbef95f935947f7138fca3ba5bd08a0e7f21
diff --git a/kde-apps/killbots/killbots-17.12.2.ebuild b/kde-apps/killbots/killbots-17.12.2.ebuild
new file mode 100644
index 000000000000..eb0d9bdadcb2
--- /dev/null
+++ b/kde-apps/killbots/killbots-17.12.2.ebuild
@@ -0,0 +1,30 @@
+# 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=()