summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-11-19 14:13:00 +0100
committerDavid Seifert <soap@gentoo.org>2017-11-19 14:34:30 +0100
commiteb7158e46c2189f43618465673fff7ec286a500a (patch)
treea6c153e3395cac5ed202f4d147f680d975bbb15b /games-action
parentgames-action/accelerator3d: Minor touchups (diff)
downloadgentoo-eb7158e46c2189f43618465673fff7ec286a500a.tar.gz
gentoo-eb7158e46c2189f43618465673fff7ec286a500a.tar.bz2
gentoo-eb7158e46c2189f43618465673fff7ec286a500a.zip
games-action/accelerator3d: Remove old
Package-Manager: Portage-2.3.14, Repoman-2.3.6
Diffstat (limited to 'games-action')
-rw-r--r--games-action/accelerator3d/accelerator3d-0.1.1-r2.ebuild44
1 files changed, 0 insertions, 44 deletions
diff --git a/games-action/accelerator3d/accelerator3d-0.1.1-r2.ebuild b/games-action/accelerator3d/accelerator3d-0.1.1-r2.ebuild
deleted file mode 100644
index 89a2b11fe697..000000000000
--- a/games-action/accelerator3d/accelerator3d-0.1.1-r2.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-inherit eutils python-r1 games
-
-DESCRIPTION="Fast-paced, 3D, first-person shoot/dodge-'em-up, in the vain of Tempest or n2o"
-HOMEPAGE="http://accelerator3d.sourceforge.net/"
-SRC_URI="mirror://sourceforge/accelerator3d/accelerator-${PV}.tar.bz2"
-
-LICENSE="Artistic"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-fbsd"
-IUSE=""
-REQUIRED_USE=${PYTHON_REQUIRED_USE}
-
-DEPEND="${PYTHON_DEPS}"
-RDEPEND="${DEPEND}
- dev-python/pyode[${PYTHON_USEDEP}]
- dev-python/pygame[${PYTHON_USEDEP}]
- dev-python/pyopengl[${PYTHON_USEDEP}]"
-
-S=${WORKDIR}/${PN}
-
-src_prepare() {
- epatch \
- "${FILESDIR}"/${P}-gentoo-paths.patch \
- "${FILESDIR}"/${P}-gllightmodel.patch
- sed -i \
- -e "s:@GENTOO_DATADIR@:${GAMES_DATADIR}/${PN}:" \
- accelerator.py || die
-}
-
-src_install() {
- python_scriptinto "${GAMES_BINDIR}"
- python_foreach_impl python_newscript accelerator.py accelerator
- insinto "${GAMES_DATADIR}"/${PN}
- doins gfx/* snd/*
- dodoc CHANGELOG README
- make_desktop_entry accelerator
-
- prepgamesdirs
-}