diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-03 07:17:28 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-03 07:36:20 +0100 |
commit | f99da1eae821d3195772bfb263a26e9b9e4944c1 (patch) | |
tree | 81d597cf9e538a0732c62fe6339a8db9052104f6 /games-puzzle | |
parent | dev-ruby/tty-cursor: add 0.7.1 (diff) | |
download | gentoo-f99da1eae821d3195772bfb263a26e9b9e4944c1.tar.gz gentoo-f99da1eae821d3195772bfb263a26e9b9e4944c1.tar.bz2 gentoo-f99da1eae821d3195772bfb263a26e9b9e4944c1.zip |
games-puzzle/jools: Remove last-rited pkg
Closes: https://bugs.gentoo.org/703784
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/jools/Manifest | 2 | ||||
-rw-r--r-- | games-puzzle/jools/jools-0.20-r3.ebuild | 55 | ||||
-rw-r--r-- | games-puzzle/jools/metadata.xml | 15 |
3 files changed, 0 insertions, 72 deletions
diff --git a/games-puzzle/jools/Manifest b/games-puzzle/jools/Manifest deleted file mode 100644 index 9509c10228d7..000000000000 --- a/games-puzzle/jools/Manifest +++ /dev/null @@ -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 diff --git a/games-puzzle/jools/jools-0.20-r3.ebuild b/games-puzzle/jools/jools-0.20-r3.ebuild deleted file mode 100644 index e70ad0267d87..000000000000 --- a/games-puzzle/jools/jools-0.20-r3.ebuild +++ /dev/null @@ -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 -} diff --git a/games-puzzle/jools/metadata.xml b/games-puzzle/jools/metadata.xml deleted file mode 100644 index 5e917c0945b8..000000000000 --- a/games-puzzle/jools/metadata.xml +++ /dev/null @@ -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> |