commit:     f99da1eae821d3195772bfb263a26e9b9e4944c1
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  3 06:17:28 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Feb  3 06:36:20 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f99da1ea

games-puzzle/jools: Remove last-rited pkg

Closes: https://bugs.gentoo.org/703784
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 games-puzzle/jools/Manifest             |  2 --
 games-puzzle/jools/jools-0.20-r3.ebuild | 55 ---------------------------------
 games-puzzle/jools/metadata.xml         | 15 ---------
 profiles/package.mask                   |  5 ---
 4 files changed, 77 deletions(-)

diff --git a/games-puzzle/jools/Manifest b/games-puzzle/jools/Manifest
deleted file mode 100644
index 9509c10228d..00000000000
--- 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 e70ad0267d8..00000000000
--- 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 5e917c0945b..00000000000
--- 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>ga...@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>

diff --git a/profiles/package.mask b/profiles/package.mask
index f25625db639..4af73e15102 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -733,11 +733,6 @@ media-libs/libclalsadrv
 # Removal in 30 days.  Bug #703792.
 games-rpg/dragonhunt
 
-# David Seifert <s...@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 <hydrapo...@gentoo.org> (2019-12-19)
 # Needs more testing.
 =app-emulation/xen-4.13.0

Reply via email to