diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-11-08 13:41:03 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-11-08 13:41:03 +0100 |
commit | e7b73bae15157f49fc1f212c6f102c4af053cac1 (patch) | |
tree | 4466c435fccb9220e587de7f0d31457d146e007e /kde-apps/kapman | |
parent | kde-apps: Add KDE Applications 18.08.3 (diff) | |
download | gentoo-e7b73bae15157f49fc1f212c6f102c4af053cac1.tar.gz gentoo-e7b73bae15157f49fc1f212c6f102c4af053cac1.tar.bz2 gentoo-e7b73bae15157f49fc1f212c6f102c4af053cac1.zip |
kde-apps: Drop KDE Applications 18.08.2
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kapman')
-rw-r--r-- | kde-apps/kapman/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/kapman/kapman-18.08.2.ebuild | 29 |
2 files changed, 0 insertions, 30 deletions
diff --git a/kde-apps/kapman/Manifest b/kde-apps/kapman/Manifest index ca032b25a9c5..502010f6d105 100644 --- a/kde-apps/kapman/Manifest +++ b/kde-apps/kapman/Manifest @@ -1,3 +1,2 @@ DIST kapman-18.04.3.tar.xz 2525652 BLAKE2B 6b96e74bc70cadec5ea75f9f95b651cf19a3083b7562849606783ca9e034238f45e0662beb59a316821ec5724178ee30b5fa38fc03b416fd3c89001a707c514f SHA512 80f6f2dce23244e4da3cbef019a97323ec4dfd146fb2844001339d096c1137a5b4b51b9d19c72c1ac5a404bde66cedd4bdd43b1df06a5deda0ef4adf8ebf0b5d -DIST kapman-18.08.2.tar.xz 2525656 BLAKE2B 993931dab7edbc38ccd528022de345f473cbd55a5848a7f619a83eccbf39d6762d61d5c64fdd92ae33309d0c1016c624e1e0104ca98f3402015ef33ddafcf30f SHA512 f8369640323a6f8cf319503088158706e59b2ccd87bc948222673012e7bff0431673227c48231aba7e55b484b02a32432b3d35d2a70f112dab829dd5d6990056 DIST kapman-18.08.3.tar.xz 2525576 BLAKE2B 4514c9e59fe67926cbbab1b0faa7e564134bfea20fd73bc775be8e4968a92b79249895fa29b1a0c4465f5433e053a11b590dc0515e099074dfb549e191bc9755 SHA512 9b9bbb86d926f7138f8f8cf4610064a92e044980eabb837aa4a39a1aa82807067f0bc64f977cc3abb2a1d120b500926f11ff993f93a072113006010df6834f70 diff --git a/kde-apps/kapman/kapman-18.08.2.ebuild b/kde-apps/kapman/kapman-18.08.2.ebuild deleted file mode 100644 index d2fb8aa8fc1f..000000000000 --- a/kde-apps/kapman/kapman-18.08.2.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -KDE_HANDBOOK="forceoptional" -inherit kde5 - -DESCRIPTION="Pac-Man clone by KDE" -HOMEPAGE="https://www.kde.org/applications/games/kapman/" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=" - $(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 qtsvg) - $(add_qt_dep qtwidgets) - $(add_qt_dep qtxml) -" -RDEPEND="${DEPEND}" |