summaryrefslogtreecommitdiff
path: root/kde-apps/killbots
diff options
context:
space:
mode:
authorRepository mirror & CI <repomirrorci@gentoo.org>2025-12-05 13:15:55 +0000
committerRepository mirror & CI <repomirrorci@gentoo.org>2025-12-05 13:15:55 +0000
commitc1efdcfed7ad518e8fadb34162a6e78b3c10a7c5 (patch)
treea64d02acb11987339253167bd56f0412da73f5a0 /kde-apps/killbots
parent46594b137497b420f3072aff061bc720070fd9be (diff)
parentd1a9c726b7e840af3f6bb71efa8e3920a5bfcb36 (diff)
downloadkde-c1efdcfed7ad518e8fadb34162a6e78b3c10a7c5.tar.gz
kde-c1efdcfed7ad518e8fadb34162a6e78b3c10a7c5.tar.bz2
kde-c1efdcfed7ad518e8fadb34162a6e78b3c10a7c5.zip
Merge updates from master
Diffstat (limited to 'kde-apps/killbots')
-rw-r--r--kde-apps/killbots/Manifest1
-rw-r--r--kde-apps/killbots/killbots-25.12.0.ebuild38
2 files changed, 39 insertions, 0 deletions
diff --git a/kde-apps/killbots/Manifest b/kde-apps/killbots/Manifest
new file mode 100644
index 00000000000..132cc31b041
--- /dev/null
+++ b/kde-apps/killbots/Manifest
@@ -0,0 +1 @@
+DIST killbots-25.12.0.tar.xz 1177444 BLAKE2B b58bf0d2e3d1c3b6990e8c63aaa97ce906983133cda470c4a2b85c3eb6764df4dfc9fbfef308c4ba2558e0cdc04e42826b13be4240f2864d575669bc5c9175dc SHA512 1f4154bf336d937d592f9735e24ca64ec3a49148014779772d98aef994c0647b1d5d53e11fd0e65b52a4ce8ea99a8663d5549dc8c7a65e1477fb9479d9a6ff1e
diff --git a/kde-apps/killbots/killbots-25.12.0.ebuild b/kde-apps/killbots/killbots-25.12.0.ebuild
new file mode 100644
index 00000000000..4d75a33573c
--- /dev/null
+++ b/kde-apps/killbots/killbots-25.12.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_HANDBOOK="forceoptional"
+PVCUT=$(ver_cut 1-3)
+KFMIN=6.19.0
+QTMIN=6.9.1
+inherit ecm gear.kde.org xdg
+
+DESCRIPTION="Kill the bots or they kill you!"
+HOMEPAGE="https://apps.kde.org/killbots/"
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="6"
+KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
+IUSE=""
+
+DEPEND="
+ >=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
+ >=kde-apps/libkdegames-${PVCUT}:6
+ >=kde-frameworks/kcompletion-${KFMIN}:6
+ >=kde-frameworks/kconfig-${KFMIN}:6
+ >=kde-frameworks/kconfigwidgets-${KFMIN}:6
+ >=kde-frameworks/kcoreaddons-${KFMIN}:6
+ >=kde-frameworks/kcrash-${KFMIN}:6
+ >=kde-frameworks/kdbusaddons-${KFMIN}:6
+ >=kde-frameworks/ki18n-${KFMIN}:6
+ >=kde-frameworks/kiconthemes-${KFMIN}:6
+ >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
+ >=kde-frameworks/kxmlgui-${KFMIN}:6
+"
+RDEPEND="${DEPEND}"
+# TODO: || ( 7zip gzip )
+BDEPEND="app-alternatives/gzip"
+
+DOCS=()