diff options
author | 2024-04-21 22:16:08 +0200 | |
---|---|---|
committer | 2024-04-21 22:52:39 +0200 | |
commit | d62e5413fdc24f71c47f07494780c66bcbd01e78 (patch) | |
tree | 1e744e57d1ee3d2118296c8e0f8b97204153f5d5 /kde-apps/killbots | |
parent | kde-apps/kigo: Add 24.05 stable branch (diff) | |
download | kde-d62e5413fdc24f71c47f07494780c66bcbd01e78.tar.gz kde-d62e5413fdc24f71c47f07494780c66bcbd01e78.tar.bz2 kde-d62e5413fdc24f71c47f07494780c66bcbd01e78.zip |
kde-apps/killbots: Add 24.05 stable branch
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/killbots')
-rw-r--r-- | kde-apps/killbots/killbots-24.05.49.9999.ebuild | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/kde-apps/killbots/killbots-24.05.49.9999.ebuild b/kde-apps/killbots/killbots-24.05.49.9999.ebuild new file mode 100644 index 0000000000..c85f29e884 --- /dev/null +++ b/kde-apps/killbots/killbots-24.05.49.9999.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2024 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.0.0 +QTMIN=6.6.2 +inherit ecm gear.kde.org + +DESCRIPTION="Kill the bots or they kill you!" +HOMEPAGE="https://apps.kde.org/killbots/" + +LICENSE="GPL-2" # TODO: CHECK +SLOT="6" +KEYWORDS="" +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/kwidgetsaddons-${KFMIN}:6 + >=kde-frameworks/kxmlgui-${KFMIN}:6 +" +RDEPEND="${DEPEND}" +# TODO: || ( 7zip gzip ) +BDEPEND="app-alternatives/gzip" + +DOCS=() |