summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2017-06-08 23:00:50 +0200
committerJohannes Huber <johu@gentoo.org>2017-06-08 23:00:50 +0200
commitc892d3edb4099fe424a61b0d1aa296132d872ba0 (patch)
treee010db999c552c23e6993bd429516c40db852fe6 /kde-apps/kollision
parentkde-frameworks/kdelibs: Version bump 4.14.33 (diff)
downloadgentoo-c892d3edb4099fe424a61b0d1aa296132d872ba0.tar.gz
gentoo-c892d3edb4099fe424a61b0d1aa296132d872ba0.tar.bz2
gentoo-c892d3edb4099fe424a61b0d1aa296132d872ba0.zip
kde-apps: Version bump KDE Applications 17.04.2
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'kde-apps/kollision')
-rw-r--r--kde-apps/kollision/Manifest1
-rw-r--r--kde-apps/kollision/kollision-17.04.2.ebuild29
2 files changed, 30 insertions, 0 deletions
diff --git a/kde-apps/kollision/Manifest b/kde-apps/kollision/Manifest
index e83786bc4e50..7934e32cc4ab 100644
--- a/kde-apps/kollision/Manifest
+++ b/kde-apps/kollision/Manifest
@@ -1,2 +1,3 @@
DIST kollision-16.12.3.tar.xz 226740 SHA256 348a71e3fce1cfa08cd072b436c7656c8f5ba717a827fdd461cae8972ac6964f SHA512 0f690bf29d6f954729828adbf1a9381459bf6670445c3e9712fdd046ffef24487406200a79a3c520c3d084bf5a4bbe00f1ab08b0a76d32f4ac9ae52bab664520 WHIRLPOOL 2acc1dbc67b9253b18c8ec464ca5fab56697103c0f410a101d1b4d6cf38d3f2d3807bc41923a5ae6a0935fdf441a9f02c0aed2c19e6d0c573e0786d1dd8a2487
DIST kollision-17.04.1.tar.xz 271912 SHA256 9dca9bbcc5f69cb5de639e1820c430c8cc452ca77bc7f19545941ec8c86ba040 SHA512 12d28d2b81898b38363cff9109f422f7b3b4ca4133e082f558990f8c29f35098bea7776fa2a2312525c045405692b0345380dc5f8953a85995312f6a72335467 WHIRLPOOL d5dcd9a31ea10fa6a8ccd4608f3d65f506d085bfb240cc264b6336e4aa6d739f45fda8b347dc10aa057dc89a3ad4f7282f71c7f213f3dc359b8b621d1e141d1c
+DIST kollision-17.04.2.tar.xz 271596 SHA256 b2e8434275e8250c8a074f1ee7afed7e06bcca7f015234254181c0702a35b018 SHA512 9ea8bf02b17d8837e5d5156079d1e7e079c86b783dd0399f2eebf7cc73d1296beb69f4e8d04659db2744f9a86c5ffdb1aca9b706fc215dd6aa4c1da093085887 WHIRLPOOL 5b13683921fd5ab32cc4de6e5ae7ab12b123740e9b402922a11ba5b38459ccd774dd0e144ef3f704b276d2c141a2fb5dae4942af7a908b1eb53cfd6431b69334
diff --git a/kde-apps/kollision/kollision-17.04.2.ebuild b/kde-apps/kollision/kollision-17.04.2.ebuild
new file mode 100644
index 000000000000..1a2f4242c9db
--- /dev/null
+++ b/kde-apps/kollision/kollision-17.04.2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_HANDBOOK="forceoptional"
+inherit kde5
+
+DESCRIPTION="Simple ball dodging game"
+HOMEPAGE="
+ https://www.kde.org/applications/games/kollision/
+ https://games.kde.org/game.php?game=kollision
+"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+ $(add_frameworks_dep kconfig)
+ $(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}"