diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-02-07 00:21:32 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-02-07 13:59:58 +0100 |
commit | 0abb51da04615d49f02f5daf97acc338ba9afbf1 (patch) | |
tree | 6dbcd02ca723d620256a1e9e4933334cce647dd9 /kde-apps/bovo | |
parent | kde-apps: Add KDE Applications 18.12.2 (diff) | |
download | gentoo-0abb51da04615d49f02f5daf97acc338ba9afbf1.tar.gz gentoo-0abb51da04615d49f02f5daf97acc338ba9afbf1.tar.bz2 gentoo-0abb51da04615d49f02f5daf97acc338ba9afbf1.zip |
kde-apps: Drop KDE Applications 18.12.1
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/bovo')
-rw-r--r-- | kde-apps/bovo/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/bovo/bovo-18.12.1.ebuild | 30 |
2 files changed, 0 insertions, 31 deletions
diff --git a/kde-apps/bovo/Manifest b/kde-apps/bovo/Manifest index 3ad8d295713a..8b217b390f0c 100644 --- a/kde-apps/bovo/Manifest +++ b/kde-apps/bovo/Manifest @@ -1,3 +1,2 @@ DIST bovo-18.08.3.tar.xz 199576 BLAKE2B 3bea0c14a2f5f63ff79bfc20f36d4e6212c6dd41ea5cd9f79ef45189b4b53d43e656f0df12e582a185cc97ad9f8f5a899d790fe87de40aaeb21e8f6798c2ac6e SHA512 7053c1597c94d3c98c6008b071b43968c49a20f86a51260b4df2b94334ffb2f499885fd7cd395aad48eb80bb21cc201ed60b1c9792be0950b33db77f65eb3963 -DIST bovo-18.12.1.tar.xz 199420 BLAKE2B 9e6dfc948a6d8b03399fec2d972fa156bae8d9fa4bf1ec6a2570419db9cd0596187d3532006aa106fe7fb62b88abac9ccf1524a8813d928551b10f310b30b040 SHA512 98fcda9fa32b476f6ec9d6ef080ba2f0a13cea619bc07c4cf679d30c07bbeb5353698d395872c26bb19d13ea8ebe5e48f13a5fcfef9feaa1d9f2d69a511aa042 DIST bovo-18.12.2.tar.xz 199596 BLAKE2B de837d43595f01eb5811fc92e6174142f492d4a878c1d239e34a2e4fb25b01368deec170a658fc295380f692cf4032f4955cc1eb97274531f9efdcd359b49b23 SHA512 1df7910c78d217f5d228e24dfc63d4ebac26021c481e7658ae1afb3373f1fd5db65d02036a5fede343f909d4661d492673f6cfb8089331e058127916e3554e66 diff --git a/kde-apps/bovo/bovo-18.12.1.ebuild b/kde-apps/bovo/bovo-18.12.1.ebuild deleted file mode 100644 index 1ba0be78bd76..000000000000 --- a/kde-apps/bovo/bovo-18.12.1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# 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 ) |