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/kollision | |
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/kollision')
-rw-r--r-- | kde-apps/kollision/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/kollision/kollision-18.08.2.ebuild | 29 |
2 files changed, 0 insertions, 30 deletions
diff --git a/kde-apps/kollision/Manifest b/kde-apps/kollision/Manifest index dc2c583f6942..a2eff124e27d 100644 --- a/kde-apps/kollision/Manifest +++ b/kde-apps/kollision/Manifest @@ -1,3 +1,2 @@ DIST kollision-18.04.3.tar.xz 272564 BLAKE2B 27ef55f7dc587267b10af8d1db7de418575a8f9cf29bcd651cd093b3a8bd49e1698d79d1099ad7a91ee5a35ccb83f4f4a96b6d9eb634c808aa645796608e9b4b SHA512 c4db5f6a96364e86eed8f344bb378752c9c05e147302d029aedc9a6926a761ae71acaa5b37ae39abe14e6ab7b0e9061ac26e495b5917d6b3cf862516898db58e -DIST kollision-18.08.2.tar.xz 280688 BLAKE2B 71d4dac579e2d480f0f076edd33bff36092ffe9994be5f5d4cd426eca86cae985342954241960189af9d8ca3cae9aa08cf2594d882c130566062ca993a8b27f7 SHA512 99cf479bfd2aeb4b81a1db268ddafd0b011a8dc73da9c8a191a07acdb046b2dbb43feb4d760cf49b87f95d64e9faf899e569da42bbeccb2ab7c50c85062df5f4 DIST kollision-18.08.3.tar.xz 280676 BLAKE2B 589dc8ed2f9f97a457622d3bcfa00197b709717de3309f2790b38e03c0b05517e792828895f9418c6dc33d95b3afbc7b3c67d18f4857a2cd9ddf07c4c1b0d10c SHA512 26150d77ea6fa523c641739798c2b0ba50666ac980aa98ca860234c0c9b84ae5ded52a307cbe1c93acfd974e45eae380493fcdb340146d4f8437eac9f63915e6 diff --git a/kde-apps/kollision/kollision-18.08.2.ebuild b/kde-apps/kollision/kollision-18.08.2.ebuild deleted file mode 100644 index f65958c448e3..000000000000 --- a/kde-apps/kollision/kollision-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="Simple ball dodging game" -HOMEPAGE=" - https://www.kde.org/applications/games/kollision/ - https://games.kde.org/game.php?game=kollision -" -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 qtgui) - $(add_qt_dep qtwidgets) -" -RDEPEND="${DEPEND}" |