diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-06-06 18:24:34 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-06-06 18:49:03 +0200 |
commit | 3efa40888f26d455f4777e1e067b9dba54b25da3 (patch) | |
tree | 84d9320d6b96746171382fe6e570810eefc0ce95 /kde-apps/kapman | |
parent | app-portage/portage-utils: fix USE=static, fix RDEPEND (diff) | |
download | gentoo-3efa40888f26d455f4777e1e067b9dba54b25da3.tar.gz gentoo-3efa40888f26d455f4777e1e067b9dba54b25da3.tar.bz2 gentoo-3efa40888f26d455f4777e1e067b9dba54b25da3.zip |
kde-apps: Drop KDE Applications 19.04.1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
Diffstat (limited to 'kde-apps/kapman')
-rw-r--r-- | kde-apps/kapman/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/kapman/kapman-19.04.1.ebuild | 29 |
2 files changed, 0 insertions, 30 deletions
diff --git a/kde-apps/kapman/Manifest b/kde-apps/kapman/Manifest index daf7119ae1ca..e771e32266f8 100644 --- a/kde-apps/kapman/Manifest +++ b/kde-apps/kapman/Manifest @@ -1,3 +1,2 @@ DIST kapman-18.12.3.tar.xz 2525712 BLAKE2B 5b6e57e6519794f329e3d3cb5a380a9ef49d7549a7be6bfd211797dcf3b8689a9fe839975da020ff1865bd3b952bb76b1902fa238e8f6dcb4ffd833b8c632065 SHA512 512743caa897c4e2e4d3f78bc5e85a500b3bc5c810dc8ea8a28508e81a02ef230fe7dda8b9abf01b8e15c90e8172a80655951473414fda959bb1eb079bf0f210 -DIST kapman-19.04.1.tar.xz 2525640 BLAKE2B 1d4cb73322addb2e0726419725c10ff0c1f1d9aa1a0ea1afe8c51a1854d198a0d26adddc2f228db5f80ae9e67db372d9c9ba15a50170cfe035ee149d684f33e8 SHA512 7df13b6ec898e2f6f3c2be19b71531fb2efea406fbc58ac032a51b382e6e8b685d0b0af27f4d9ee4ae3d123be4f5bbef0e7b9e937ca6aeb3f2a365dec9bf47ce DIST kapman-19.04.2.tar.xz 2525720 BLAKE2B 5a2c1133ca0c06bd49a1aea3a1d9e44a49c07b8126af1d152b8530f9152ce9b3b930115fa483a5851d79240562870a4fd7b4a61cd87a703f426b5daa09c76b7c SHA512 274a955939e39c284c82c43db03c7bafc37e3497fca6c04e0087e794d6015b81026f0303caa32dd0a117507a0a277c1afcd42e76da5e5de15b0852362a8a425c diff --git a/kde-apps/kapman/kapman-19.04.1.ebuild b/kde-apps/kapman/kapman-19.04.1.ebuild deleted file mode 100644 index 0839b93b7a05..000000000000 --- a/kde-apps/kapman/kapman-19.04.1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -KDE_HANDBOOK="forceoptional" -inherit kde5 - -DESCRIPTION="Pac-Man clone by KDE" -HOMEPAGE="https://kde.org/applications/games/kapman/" -KEYWORDS="~amd64 ~arm64 ~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}" |