diff options
author | Johannes Huber <johu@gentoo.org> | 2017-06-08 23:00:50 +0200 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2017-06-08 23:00:50 +0200 |
commit | c892d3edb4099fe424a61b0d1aa296132d872ba0 (patch) | |
tree | e010db999c552c23e6993bd429516c40db852fe6 /kde-apps/bovo | |
parent | kde-frameworks/kdelibs: Version bump 4.14.33 (diff) | |
download | gentoo-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/bovo')
-rw-r--r-- | kde-apps/bovo/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/bovo/bovo-17.04.2.ebuild | 30 |
2 files changed, 31 insertions, 0 deletions
diff --git a/kde-apps/bovo/Manifest b/kde-apps/bovo/Manifest index 689d0bdcd419..fb05b5341edc 100644 --- a/kde-apps/bovo/Manifest +++ b/kde-apps/bovo/Manifest @@ -1,2 +1,3 @@ DIST bovo-16.12.3.tar.xz 139400 SHA256 c63b5d0c3446baa85e91a7c1b9ae9370a1f01b98a7c6b07510bcf643dc3b26df SHA512 a4f57d559cb80bd0ca64cdb95643da19b1745e070b775f3e4982a6b8b550fae78bfdc412ec45c0c57ce8e78302cb21e90d8ee17765be9499bb29bf3e4c122045 WHIRLPOOL 667a194447bff219fcacf7dd0fdd30060abcb7c2bc5d7800b4da2dc4e53e7fb2d857ce8b5179a94aeb022f8c9729388da48b9a173b57ff6ebc78839f9bee66c5 DIST bovo-17.04.1.tar.xz 185348 SHA256 5750f9de493251fb4d517b343eb74b1919e9798c7bc07596ad24d6f8dac1032e SHA512 0d944e166b2f85bda175fc31d7dd1484a69433989be0e38ee6daa3b184581c6f880218aa2350c369a77dedc4d60e00893fd0439708145d830a2b35a057d31882 WHIRLPOOL 8d0c220316e5eb191f993e930a64fae25952b50c9187a2e9654cea436ee0012274bca4271697436657a5db6387f1fb27eabc58648e8870219e357dea32c16f6d +DIST bovo-17.04.2.tar.xz 185524 SHA256 e7e80ba3e94f3e9880859d293a3539ab5897373331b5b1f10f4fd9fce1958a7c SHA512 d83d70750b37f1d9bda5fd5a3bd44e15f2b60982ec176da3c306ba64b82ee69493a47178381f8a44344a1e46fc1d3b9cd124b5eed0fcacbd248968bd91275ef8 WHIRLPOOL 56ab68ce5f7166a2d34303bf2881767a8d348ac0dda3e64cc9b83ffeef9f8cb766bcea1fe30d673a7d561c8a77c499f3c94d8b33030783030e28efe9ccc54278 diff --git a/kde-apps/bovo/bovo-17.04.2.ebuild b/kde-apps/bovo/bovo-17.04.2.ebuild new file mode 100644 index 000000000000..a716c5fdc79b --- /dev/null +++ b/kde-apps/bovo/bovo-17.04.2.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="Five-in-a-row Board Game" +HOMEPAGE="https://www.kde.org/applications/games/bovo/" +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 qtconcurrent) + $(add_qt_dep qtgui) + $(add_qt_dep qtsvg) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND}" + +DOCS=( AUTHORS HISTORY TODO ) |