* [gentoo-commits] repo/gentoo:master commit in: games-puzzle/4stattack/files/, games-puzzle/4stattack/, profiles/
@ 2020-02-03 6:13 Michał Górny
0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2020-02-03 6:13 UTC (permalink / raw
To: gentoo-commits
commit: 2f51856138a484afe5c73567d9063f504f4db4e8
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 3 06:12:32 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Feb 3 06:12:32 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f518561
games-puzzle/4stattack: Remove last-rited pkg
Closes: https://bugs.gentoo.org/703780
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
games-puzzle/4stattack/4stattack-2.1.4-r1.ebuild | 45 ----------------------
games-puzzle/4stattack/Manifest | 1 -
.../4stattack/files/4stattack-2.1.4-gentoo.diff | 21 ----------
games-puzzle/4stattack/metadata.xml | 11 ------
profiles/package.mask | 5 ---
5 files changed, 83 deletions(-)
diff --git a/games-puzzle/4stattack/4stattack-2.1.4-r1.ebuild b/games-puzzle/4stattack/4stattack-2.1.4-r1.ebuild
deleted file mode 100644
index d04ec26a8f3..00000000000
--- a/games-puzzle/4stattack/4stattack-2.1.4-r1.ebuild
+++ /dev/null
@@ -1,45 +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
-
-DESCRIPTION="Connect-4 game, single or network multiplayer"
-HOMEPAGE="http://forcedattack.sourceforge.net/"
-SRC_URI="mirror://sourceforge/forcedattack/4stAttack-${PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~x86"
-
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND=""
-RDEPEND="${PYTHON_DEPS}
- dev-python/pygame[${PYTHON_USEDEP}]
-"
-
-S="${WORKDIR}/4stAttack-${PV}"
-
-src_prepare() {
- default
-
- # move the doc files aside so it's easier to install the game files
- mv README.txt credits.txt changelog.txt ..
- rm -f GPL version~
-
- # This patch makes the game save settings in $HOME
- eapply "${FILESDIR}"/${P}-gentoo.diff
-}
-
-src_install() {
- make_wrapper ${PN} "python2 ${PN}.py" /usr/share/${PN}
- insinto /usr/share/${PN}
- doins -r *
- newicon kde/icons/64x64/forcedattack2.png ${PN}.png
- make_desktop_entry ${PN} "4st Attack 2"
- dodoc ../{README.txt,credits.txt,changelog.txt}
-}
diff --git a/games-puzzle/4stattack/Manifest b/games-puzzle/4stattack/Manifest
deleted file mode 100644
index d90c4d6a072..00000000000
--- a/games-puzzle/4stattack/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST 4stAttack-2.1.4.tar.gz 1828247 BLAKE2B 82575adaa8994939f978a0ae796c6a57d64eacf715465ee3ea9614dda28b1543c199d2776408b989e82bf9e4b28cd90cf7b57dc7c21be1329aac2295043f8a57 SHA512 4819c0915bfe47bb965ea39d49fa007fb18cfa965b15e5e72a4b0ac3be8a03c616d9438c8dedd960ee257e44b48f98f75ced6bed5bfc77f3366328c797b30f3c
diff --git a/games-puzzle/4stattack/files/4stattack-2.1.4-gentoo.diff b/games-puzzle/4stattack/files/4stattack-2.1.4-gentoo.diff
deleted file mode 100644
index 9cb5be53b79..00000000000
--- a/games-puzzle/4stattack/files/4stattack-2.1.4-gentoo.diff
+++ /dev/null
@@ -1,21 +0,0 @@
---- a/4stattack.py
-+++ b/4stattack.py
-@@ -28,6 +28,9 @@
- images = None
- screen = None
-
-+f = os.path.expanduser('~/.4stattackrc')
-+if not os.path.exists(f):
-+ os.system('cp settings.ini %s' % f)
-
- def playMusic(datadir):
- if pygame.mixer.get_init():
-@@ -78,7 +81,7 @@
- if options.has_key('-ini'):
- ini_settings = IniSettings(options['-ini'])
- else:
-- ini_settings = IniSettings('settings.ini')
-+ ini_settings = IniSettings(os.path.expanduser('~/.4stattackrc'))
-
- settings = ini_settings.settings
-
diff --git a/games-puzzle/4stattack/metadata.xml b/games-puzzle/4stattack/metadata.xml
deleted file mode 100644
index ddef1505ee4..00000000000
--- a/games-puzzle/4stattack/metadata.xml
+++ /dev/null
@@ -1,11 +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>
- <upstream>
- <remote-id type="sourceforge">forcedattack</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/profiles/package.mask b/profiles/package.mask
index 35be9be99fb..45a399a8ce3 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -743,11 +743,6 @@ games-puzzle/jools
# Removal in 30 days. Bug #703782.
games-puzzle/hexamine
-# David Seifert <soap@gentoo.org> (2019-12-25)
-# Py2 only, dead upstream, no py3 port in sight.
-# Removal in 30 days. Bug #703780.
-games-puzzle/4stattack
-
# Tomáš Mózes <hydrapolic@gentoo.org> (2019-12-19)
# Needs more testing.
=app-emulation/xen-4.13.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2020-02-03 6:13 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-03 6:13 [gentoo-commits] repo/gentoo:master commit in: games-puzzle/4stattack/files/, games-puzzle/4stattack/, profiles/ Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox