summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-10-09 10:55:52 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-10-09 21:02:12 +0200
commit4d1d62569a3306372be4d604cfc361c2a258e32b (patch)
treec830ff3acc111006ec3d04eabdc4faa5cb388d87 /kde-apps/kollision
parentkde-apps/kolf: drop 20.08.1* (diff)
downloadgentoo-4d1d62569a3306372be4d604cfc361c2a258e32b.tar.gz
gentoo-4d1d62569a3306372be4d604cfc361c2a258e32b.tar.bz2
gentoo-4d1d62569a3306372be4d604cfc361c2a258e32b.zip
kde-apps/kollision: drop 20.08.1*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kollision')
-rw-r--r--kde-apps/kollision/Manifest1
-rw-r--r--kde-apps/kollision/kollision-20.08.1.ebuild33
2 files changed, 0 insertions, 34 deletions
diff --git a/kde-apps/kollision/Manifest b/kde-apps/kollision/Manifest
index 8e43b8842b22..e9e13b55d9e1 100644
--- a/kde-apps/kollision/Manifest
+++ b/kde-apps/kollision/Manifest
@@ -1,3 +1,2 @@
DIST kollision-20.04.3.tar.xz 280940 BLAKE2B 2c09705f43636fa7e8729168ddaa16c844ba5eb4312d37c66b61e6ec97629fc66e07f0bbe9f23c73520902286b4b2f24a94855586f257a556c2affc4c5eb55f4 SHA512 42458c1308d785c06019da797bb1948066a82da5de2607878299e17766b2ab3279efdc2382276b4afca24dc3d922fa17837a93fca12e0879a3306b0fd68ce155
-DIST kollision-20.08.1.tar.xz 288300 BLAKE2B 3146d6b2b6df58740f56802fcaa632a930cca6acc01ba7abf1e041298b258168896ca3c42678b292c4ba3dc2474ca50b8662916a746f99d8fc9b72e157166324 SHA512 d9c43ff5c82b4c3bb1d5bf8c908c8a6d51a2e98dead0aecfb99e2cab4cf94ef6358f7f22d13d822af89ccaf3108dc1dc13dfef6ffdc9eb71626ff74d0b58161a
DIST kollision-20.08.2.tar.xz 288672 BLAKE2B f10d46c5d68fb004da639b5b3ef242aacb7be675264d37470d316c47f9f21474d0ac0703c44cd9302d47ba2d8136e539ba13ef9637d9a1eb631ba06f44cf48ad SHA512 43ff9337bb938e0700c7b576fa5f9ddd30a0a08c6229d67332e76a2b552e4452b6d7b94dea19d3afc3adb767183428340e2ab45899b5012acccfd5645644f01d
diff --git a/kde-apps/kollision/kollision-20.08.1.ebuild b/kde-apps/kollision/kollision-20.08.1.ebuild
deleted file mode 100644
index 726d48e5b3d0..000000000000
--- a/kde-apps/kollision/kollision-20.08.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_HANDBOOK="forceoptional"
-PVCUT=$(ver_cut 1-3)
-KFMIN=5.72.0
-QTMIN=5.14.2
-inherit ecm kde.org
-
-DESCRIPTION="Simple ball dodging game"
-HOMEPAGE="https://kde.org/applications/games/org.kde.kollision
-https://games.kde.org/game.php?game=kollision"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE=""
-
-DEPEND="
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=kde-apps/libkdegames-${PVCUT}:5
- >=kde-frameworks/kconfig-${KFMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/kcrash-${KFMIN}:5
- >=kde-frameworks/kdbusaddons-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
- >=kde-frameworks/kxmlgui-${KFMIN}:5
-"
-RDEPEND="${DEPEND}"