games-puzzle/jools: Remove last-rited pkg

Closes: https://bugs.gentoo.org/703784
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-02-03 07:17:28 +01:00
parent 7c5c6a5f01
commit f99da1eae8
4 changed files with 0 additions and 77 deletions

View File

@@ -1,2 +0,0 @@
DIST jools-0.20.tar.gz 1710143 BLAKE2B 715c8be3e1e223cc5e8b8e6a0dfb0655c25bdd713bf5df678482063a6f68178449354f984b2ef0e52268379936e217786d0be7952ac2083f936d9bfe3551eca3 SHA512 11eadceb8208a72846a9e16a2dae0a1b1d7f8995d5ff2487ee03dd62811f3a232c0d08dc044c351f44c120e6e75eba11df1a727a9d5c6c57ce5e2ef8ee4d0986
DIST jools-musicpack-1.0.tar.gz 4447501 BLAKE2B 2786a30d8a6cd09a05f1d13963b2c5f232b8d7c7c94bf83a5dc13979fc62349b9385bac1f08c2288e73134e38f78ef9bd48d84b4849f22c9ac791059be3b721b SHA512 1773beb8cd7df756cb4f7ba55729a6dfa995ca860f3381e2fed3884f42227d19955e13f8be9b2f6f64d4d86e452be9fe876963e24c85cd2c3cc42df62804b9c2

View File

@@ -1,55 +0,0 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python2_7 )
inherit eutils python-single-r1
MUS_P="${PN}-musicpack-1.0"
DESCRIPTION="clone of Bejeweled, a popular pattern-matching game"
HOMEPAGE="http://pessimization.com/software/jools/"
SRC_URI="http://pessimization.com/software/jools/${P}.tar.gz
http://pessimization.com/software/jools/${MUS_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
REQUIRED_USE=${PYTHON_REQUIRED_USE}
RDEPEND="${PYTHON_DEPS}
dev-python/pygame[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}"
S="${WORKDIR}/${P}/jools"
src_unpack() {
unpack ${P}.tar.gz
cd "${S}"/music
unpack ${MUS_P}.tar.gz
}
src_prepare() {
default
echo "MEDIAROOT = \"/usr/share/${PN}\"" > config.py
python_fix_shebang .
}
src_install() {
make_wrapper ${PN} "${EPYTHON} ./__init__.py" /usr/"$(get_libdir)"/${PN}
insinto /usr/"$(get_libdir)"/${PN}
doins *.py
python_optimize "${ED}/usr/$(get_libdir)/${PN}"
insinto /usr/share/${PN}
doins -r fonts images music sounds
newicon images/ruby/0001.png ${PN}.png
make_desktop_entry ${PN} Jools
dodoc ../{ChangeLog,doc/{POINTS,TODO}}
HTML_DOCS="../doc/manual.html" einstalldocs
}

View File

@@ -1,15 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>games@gentoo.org</email>
<name>Gentoo Games Project</name>
</maintainer>
<longdescription lang="en">
Jools is a graphical puzzle game in the tradition of Tetris. It has begun as
a clone of Bejeweled, which is currently available for Windows, Mac, and
Palm/Pocket PC devices. In a nutshell, the goal is to swap adjacent jools
(jewels) within a grid, in order to create rows of three or more of a kind.
These jools will then disappear, and more will fall to fill their places.
</longdescription>
</pkgmetadata>

View File

@@ -733,11 +733,6 @@ media-libs/libclalsadrv
# Removal in 30 days. Bug #703792.
games-rpg/dragonhunt
# David Seifert <soap@gentoo.org> (2019-12-25)
# Py2 only, dead upstream, no py3 port in sight.
# Removal in 30 days. Bug #703784.
games-puzzle/jools
# Tomáš Mózes <hydrapolic@gentoo.org> (2019-12-19)
# Needs more testing.
=app-emulation/xen-4.13.0