commit:     9e31d25dc8608165cd3f38ca1807024293dc2510
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  8 16:13:33 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Jan  8 19:19:06 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e31d25d

dev-games/freecell-solver: Drop 6.2.0 (r0)

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../freecell-solver/freecell-solver-6.2.0.ebuild   | 52 ----------------------
 1 file changed, 52 deletions(-)

diff --git a/dev-games/freecell-solver/freecell-solver-6.2.0.ebuild 
b/dev-games/freecell-solver/freecell-solver-6.2.0.ebuild
deleted file mode 100644
index 5fb0e0560f8..00000000000
--- a/dev-games/freecell-solver/freecell-solver-6.2.0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7,8,9} )
-inherit cmake python-single-r1
-
-DESCRIPTION="C library for automatically solving Freecell and some other 
solitaire variants"
-HOMEPAGE="https://fc-solve.shlomifish.org/";
-SRC_URI="https://fc-solve.shlomifish.org/downloads/fc-solve/${P}.tar.xz";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm64 x86"
-IUSE="tcmalloc"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-       $(python_gen_cond_dep '
-               dev-python/pysol_cards[${PYTHON_MULTI_USEDEP}]
-               dev-python/random2[${PYTHON_MULTI_USEDEP}]
-               dev-python/six[${PYTHON_MULTI_USEDEP}]
-       ')
-       tcmalloc? ( dev-util/google-perftools )
-"
-DEPEND="${RDEPEND}
-       dev-perl/Moo
-       dev-perl/Path-Tiny
-       dev-perl/Template-Toolkit
-"
-
-DOCS=( README.html )
-
-PATCHES=( "${FILESDIR}/${PN}-5.22.1-no-docs.patch" )
-
-src_prepare() {
-       python_fix_shebang board_gen
-       cmake_src_prepare
-}
-
-src_configure() {
-       local mycmakeargs=(
-               -DBUILD_STATIC_LIBRARY=OFF
-               -DFCS_BUILD_DOCS=OFF
-               -DFCS_WITH_TEST_SUITE=OFF # requires unpackaged dependencies
-               -DFCS_AVOID_TCMALLOC=$(usex !tcmalloc)
-       )
-
-       cmake_src_configure
-}

Reply via email to