games-board/knights: Drop old
authorAndreas Sturmlechner <asturm@gentoo.org>
Sun, 15 Apr 2018 18:36:32 +0000 (20:36 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sun, 15 Apr 2018 20:52:06 +0000 (22:52 +0200)
Package-Manager: Portage-2.3.28, Repoman-2.3.9

games-board/knights/Manifest
games-board/knights/knights-2.6.0_pre20171003.ebuild [deleted file]

index 7ecee03ba15b27df0ec0c5113b57078309762925..935e3998cf44d164da9211124bbd348e678c7bcc 100644 (file)
@@ -1,2 +1 @@
-DIST knights-2.6.0_pre20171003.tar.gz 2641514 BLAKE2B d7196d301ef47d1ef4e8c7497ae1fa8ffcaa5da174ddf04391e5a3d6d00cae1d9d354df192721322daf9cf4c1dba446ddcc1e123d87517cab2ef094e0caeac28 SHA512 c04189ef9447774a0d233edde82d018aab08819197b388d5ae1bad1cef3993adbb706f174a638d0eb1be52eb8891833ccc9ec9c1678b0611e00526649e8ee861
 DIST knights-2.6.0_pre20180415.tar.gz 2642374 BLAKE2B 18648348eb4f9c34a37b0992d5b75a90fbb7fb1b6a7b23750bb57f11553d50a320e68dba303c6ec7fd394a0464341dd28fb8b404bb8ad1b9a92934b767a8183f SHA512 ce022463f9efecfed13fd101d958cd753ea1d167d6a6a70c8735afeccb49a6e9b9e5a4fa15ee7a5510a65eaa08fa0615da109793b7df4a50040d809393723145
diff --git a/games-board/knights/knights-2.6.0_pre20171003.ebuild b/games-board/knights/knights-2.6.0_pre20171003.ebuild
deleted file mode 100644 (file)
index 3935b2c..0000000
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-COMMIT=4c0a1f61c23d632b2d9bf9f4c5c74ba021633147
-KDE_HANDBOOK="forceoptional"
-KDE_SELINUX_MODULE="games"
-inherit kde5 vcs-snapshot
-
-DESCRIPTION="Simple chess board based on KDE Frameworks"
-HOMEPAGE="https://www.linux-apps.com/content/show.php/Knights?content=122046"
-SRC_URI="https://github.com/KDE/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2+"
-KEYWORDS="~amd64 ~x86"
-IUSE="speech"
-
-DEPEND="
-       $(add_frameworks_dep kcompletion)
-       $(add_frameworks_dep kconfig)
-       $(add_frameworks_dep kconfigwidgets)
-       $(add_frameworks_dep kcoreaddons)
-       $(add_frameworks_dep kdbusaddons)
-       $(add_frameworks_dep ki18n)
-       $(add_frameworks_dep kio)
-       $(add_frameworks_dep kplotting)
-       $(add_frameworks_dep ktextwidgets)
-       $(add_frameworks_dep kwallet)
-       $(add_frameworks_dep kwidgetsaddons)
-       $(add_frameworks_dep kxmlgui)
-       $(add_frameworks_dep plasma)
-       $(add_kdeapps_dep libkdegames)
-       $(add_qt_dep qtconcurrent)
-       $(add_qt_dep qtdbus)
-       $(add_qt_dep qtgui)
-       $(add_qt_dep qtnetwork)
-       $(add_qt_dep qtsvg)
-       $(add_qt_dep qtwidgets)
-       speech? ( $(add_qt_dep qtspeech) )
-"
-RDEPEND="${DEPEND}
-       !games-board/knights:4
-"
-
-pkg_postinst() {
-       kde5_pkg_postinst
-
-       elog "No chess engines are emerged by default! If you want a chess engine"
-       elog "to play with, you can emerge gnuchess or crafty."
-}