diff options
author | 2016-09-15 21:33:27 +1000 | |
---|---|---|
committer | 2016-09-15 21:38:26 +1000 | |
commit | 5bc2531e9317b8679cc9e1ae68ee5883518bb613 (patch) | |
tree | 29fde51ed18962fcd1f1c5cf98f58ba728bc67f7 /kde-apps/killbots | |
parent | profiles: mask >=kde-apps/minuet-16.08.0 as it requires masked Qt 5.7 (diff) | |
download | gentoo-5bc2531e9317b8679cc9e1ae68ee5883518bb613.tar.gz gentoo-5bc2531e9317b8679cc9e1ae68ee5883518bb613.tar.bz2 gentoo-5bc2531e9317b8679cc9e1ae68ee5883518bb613.zip |
kde-apps: version bump 16.08.1
Package-Manager: portage-2.3.0
Diffstat (limited to 'kde-apps/killbots')
-rw-r--r-- | kde-apps/killbots/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/killbots/killbots-16.08.1.ebuild | 31 |
2 files changed, 32 insertions, 0 deletions
diff --git a/kde-apps/killbots/Manifest b/kde-apps/killbots/Manifest index 8cd570256c8e..4ca9f65150d0 100644 --- a/kde-apps/killbots/Manifest +++ b/kde-apps/killbots/Manifest @@ -1 +1,2 @@ DIST killbots-16.04.3.tar.xz 963168 SHA256 1040920e8f38b0fcdc1717b5b2b43d749cd2033cd8a5b06433484dbf95bb5a96 SHA512 a32b1ccf8c2a96a319f601e52308ec1bf544d9e9cfa6e163bcf6e61aae46a29e940e89c304786f63b733c122bcfae6113cdb246ac249d19cc189534a457ea2d9 WHIRLPOOL 112131f1d75ff083c3ff822a65d6d8ae87f199cf8615b81482ff093a5472f33f40bc031b9627da32a334f10b89ca1faa084fa78ed8b4eb44994535e10841fe1e +DIST killbots-16.08.1.tar.xz 963320 SHA256 a4aad3a9400801ad56265422ac1cae1903e1c6d59fea6d3f6b09aee293dc27bb SHA512 84c0451f5751284541d668a7e6755928ed9abe0fd140af7dc8205a7d5b3d56e8eb93a5983c45abe9dc91cd8b7119159d73a89090d70facb16b564eede73ead53 WHIRLPOOL ccdeb78136b690b73860696a0c34a00613d0c125a666a62db73010d449807b58303e23713351ec1fb6c19858e98b0d3d20cecf7b83380119f4ae0570283a34cb diff --git a/kde-apps/killbots/killbots-16.08.1.ebuild b/kde-apps/killbots/killbots-16.08.1.ebuild new file mode 100644 index 000000000000..719db189489a --- /dev/null +++ b/kde-apps/killbots/killbots-16.08.1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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=() |