summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-05-09 18:45:38 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-05-09 20:44:16 +0200
commit574a1e63fb59f2333adc047a9c3f2b929101e540 (patch)
tree370dfcc1bdb5ae3dc6a6233f2717d396155ac9f0 /kde-apps/killbots
parentnet-dns/dnsdist: initscript fix (diff)
downloadgentoo-574a1e63fb59f2333adc047a9c3f2b929101e540.tar.gz
gentoo-574a1e63fb59f2333adc047a9c3f2b929101e540.tar.bz2
gentoo-574a1e63fb59f2333adc047a9c3f2b929101e540.zip
kde-apps: Add KDE Applications 19.04.1
Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/killbots')
-rw-r--r--kde-apps/killbots/Manifest1
-rw-r--r--kde-apps/killbots/killbots-19.04.1.ebuild30
2 files changed, 31 insertions, 0 deletions
diff --git a/kde-apps/killbots/Manifest b/kde-apps/killbots/Manifest
index 325661ef266c..a64c16107f20 100644
--- a/kde-apps/killbots/Manifest
+++ b/kde-apps/killbots/Manifest
@@ -1,2 +1,3 @@
DIST killbots-18.12.3.tar.xz 1165004 BLAKE2B 8eef816f734028c05b3f286014592b6eb27161be91809226fcf789af85e50166fefba3eebf9ce5311cd7123b809c22345ea1d16483d091641f6848163b6697f1 SHA512 6f9fe391776da188489f42cbc2d0563a36f1a1ec88791cbbf7f4364cc0e5eb3b0eb028ea69a7a7444829e467026c459801c4c02dccbcdb624c2a45e1d56b6e3c
DIST killbots-19.04.0.tar.xz 1167108 BLAKE2B c183323732321861fc610f082f5390ab9ac2fa889cfe34bda45068db2b13e1f880dc3710f8420895aca9cb9016f8f8fe55ffea0f141121432b0b71226d085835 SHA512 84d28d41e910b8bad8742db74983622c2caaa59579a09ef85000f71f35b2a69cf47e0e28b1c362681d38caee4f33b41f32678706fba0e286e3182d8c54e12e62
+DIST killbots-19.04.1.tar.xz 1168904 BLAKE2B f497f1cf44cc5e251263484cbb8b53b87d6481289f9a53bd0efa3781304878f08505df912c27a3a063247657193a4c80262f8930108235821d8ad9364caceec2 SHA512 307c0da4026f6c689959e5e603794401d389a21882656b438197c58c44849a2ba91617e23edc4a8ad76fca0905b0df9bc54649aae22abff50b14b5936184bb21
diff --git a/kde-apps/killbots/killbots-19.04.1.ebuild b/kde-apps/killbots/killbots-19.04.1.ebuild
new file mode 100644
index 000000000000..01f306d373fb
--- /dev/null
+++ b/kde-apps/killbots/killbots-19.04.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KDE_HANDBOOK="forceoptional"
+inherit kde5
+
+DESCRIPTION="Kill the bots or they kill you!"
+HOMEPAGE="https://kde.org/applications/games/killbots/"
+KEYWORDS="~amd64 ~arm64 ~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=()