Skip to content

Commit

Permalink
kde-apps/killbots: 20.12.1 version bump
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Jan 7, 2021
1 parent 4a99a18 commit aadfdc2
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
1 change: 1 addition & 0 deletions kde-apps/killbots/Manifest
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
DIST killbots-20.08.3.tar.xz 1184736 BLAKE2B a8ac10b788030d36a49bd948184710deac4acc97d54db93fba934f82315cf55b4bdd02b3881c4c46c9dea8040d65bf9b0ffb7824bf99f03578cdfa9eccd96f77 SHA512 c0a8ea08ef0eb430f8ddd00aed2f031d2bde84c89fa2b0c51f0d64de9f3e1c07f2cbe88b5a52134faca99f20978d803f6007e1050074ee70a9717bd1fe56f7c3
DIST killbots-20.12.0.tar.xz 1186704 BLAKE2B f8aedc9fa82ff1a1184dea10677c3969ffb870dd838d35367c66354b75f47d12c1d6d178c734cef4f15643d79c11fbe89e3194013fd39b3801d0c0260135204e SHA512 f956187eb1f7fa1c80762c203a0f1356f628c1455785e2b5246ff897095721d38e0f0dd6a15821c3da3fdae06b17a43df11ece021571f4ca42825b44086608c4
DIST killbots-20.12.1.tar.xz 1186524 BLAKE2B 0751fe783657c8abc638f83529997075135208e167c86e3a07c1c35175f3d0991ce6fe0e3f80bc0e0326c7979d7f0e7a7f58d2e97fcd95f52a0f9a43d8c24889 SHA512 ba1cb574c69e3e37ba014729a92e9adc9203685c3835c8017c384ae82bfc8efb2427e5eb91ddfcd3db3f122c0ceb6b5f8cc14de874cbf204e2e0b31895066aa4
36 changes: 36 additions & 0 deletions kde-apps/killbots/killbots-20.12.1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

ECM_HANDBOOK="forceoptional"
PVCUT=$(ver_cut 1-3)
KFMIN=5.75.0
QTMIN=5.15.1
inherit ecm kde.org

DESCRIPTION="Kill the bots or they kill you!"
HOMEPAGE="https://apps.kde.org/en/killbots"

LICENSE="GPL-2" # TODO: CHECK
SLOT="5"
KEYWORDS="~amd64 ~arm64 ~x86"
IUSE=""

DEPEND="
>=dev-qt/qtgui-${QTMIN}:5
>=dev-qt/qtwidgets-${QTMIN}:5
>=kde-apps/libkdegames-${PVCUT}:5
>=kde-frameworks/kcompletion-${KFMIN}:5
>=kde-frameworks/kconfig-${KFMIN}:5
>=kde-frameworks/kconfigwidgets-${KFMIN}:5
>=kde-frameworks/kcoreaddons-${KFMIN}:5
>=kde-frameworks/kcrash-${KFMIN}:5
>=kde-frameworks/kdbusaddons-${KFMIN}:5
>=kde-frameworks/ki18n-${KFMIN}:5
>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
>=kde-frameworks/kxmlgui-${KFMIN}:5
"
RDEPEND="${DEPEND}"

DOCS=()

0 comments on commit aadfdc2

Please sign in to comment.