diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-02 18:58:17 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-03 06:03:11 +0100 |
commit | 152f404d910f6d9cefa2547da4efa72d45074cd2 (patch) | |
tree | e7907d2cee3122c590e32971c9c41bcdcab42d5f /kde-apps/ksquares | |
parent | profiles: Mask kde-apps/kcalcore, kde-apps/kcontacts for removal (diff) | |
download | gentoo-152f404d910f6d9cefa2547da4efa72d45074cd2.tar.gz gentoo-152f404d910f6d9cefa2547da4efa72d45074cd2.tar.bz2 gentoo-152f404d910f6d9cefa2547da4efa72d45074cd2.zip |
kde-apps: Drop KDE Applications 19.04.3
Package-Manager: Portage-2.3.80, Repoman-2.3.19
RepoMan-Options: --force
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/ksquares')
-rw-r--r-- | kde-apps/ksquares/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/ksquares/ksquares-19.04.3.ebuild | 31 |
2 files changed, 0 insertions, 32 deletions
diff --git a/kde-apps/ksquares/Manifest b/kde-apps/ksquares/Manifest index 9fc9b28db28f..149d5013195a 100644 --- a/kde-apps/ksquares/Manifest +++ b/kde-apps/ksquares/Manifest @@ -1,2 +1 @@ -DIST ksquares-19.04.3.tar.xz 260376 BLAKE2B 9d36c374a58816cb00f27ed4a338761f85a46a54eb376f16cfd84be197776bffae38bd5451b24c9f28b24d0d10a8e7940f31408427fd137c339c1e921a882eeb SHA512 515f6acbf2cefdee3e9855f2c4c3a1ba7d9ad8b197976968de2364e2baef5ba6a376559ddcd94f58fcd1e9a3f69119a9e5402764d12c9d494c4e5c252aeab6e6 DIST ksquares-19.08.3.tar.xz 260604 BLAKE2B 5c96af1c6fba1fa5abc10c8c12131c032d61be5f1c42b68b9412c8b8ef799b7123abbfc59068757f29f2e450a703989dbd0f95de360752f620fc19455ba91bef SHA512 5c30be80598d509fe168978c30554a05337a8461e318f6bb834a02c118fa4f763e832f9d57c3c47b3923941bfb325750e544bb0a5a428ef73886fbf9076eea1a diff --git a/kde-apps/ksquares/ksquares-19.04.3.ebuild b/kde-apps/ksquares/ksquares-19.04.3.ebuild deleted file mode 100644 index 968b2ce7b9be..000000000000 --- a/kde-apps/ksquares/ksquares-19.04.3.ebuild +++ /dev/null @@ -1,31 +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="KDE clone of the game squares" -HOMEPAGE=" - https://kde.org/applications/games/ksquares/ - https://games.kde.org/game.php?game=ksquares -" -KEYWORDS="amd64 arm64 x86" -IUSE="" - -DEPEND=" - $(add_frameworks_dep kcompletion) - $(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 qtwidgets) -" -RDEPEND="${DEPEND}" |