public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/gamerlay:master commit in: games-action/torustrooperpure/
@ 2020-03-05 21:18 Azamat H. Hackimov
  0 siblings, 0 replies; only message in thread
From: Azamat H. Hackimov @ 2020-03-05 21:18 UTC (permalink / raw
  To: gentoo-commits

commit:     8007d62e9c05b7057741a4b84faa6f11bbeb0073
Author:     Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Thu Mar  5 20:40:15 2020 +0000
Commit:     Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Thu Mar  5 20:40:15 2020 +0000
URL:        https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=8007d62e

games-action/torustrooperpure: remove package

Unavalable sources.
Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>

 games-action/torustrooperpure/metadata.xml         |  8 ---
 .../torustrooperpure/torustrooperpure-0.2.ebuild   | 72 ----------------------
 2 files changed, 80 deletions(-)

diff --git a/games-action/torustrooperpure/metadata.xml b/games-action/torustrooperpure/metadata.xml
deleted file mode 100644
index 5d0ede2..0000000
--- a/games-action/torustrooperpure/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer>
-	<email>frostworks@gmx.de</email>
-	<name>Marcel Unbehaun</name>
-</maintainer>
-</pkgmetadata>

diff --git a/games-action/torustrooperpure/torustrooperpure-0.2.ebuild b/games-action/torustrooperpure/torustrooperpure-0.2.ebuild
deleted file mode 100644
index 2047121..0000000
--- a/games-action/torustrooperpure/torustrooperpure-0.2.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="2"
-
-inherit d-games
-
-MY_PN=tt
-MY_PV=${PV//./_}
-MY_PD=torus-trooper
-MY_PDV=0_22
-MY_PDPV=0.22
-
-DESCRIPTION="Brake down and Burn up! original:Torus Trooper (ABA)"
-HOMEPAGE="http://www.mb.ccnw.ne.jp/hiz/game/tt/index_en.html"
-SRC_URI="http://www.asahi-net.or.jp/~cs8k-cyu/windows/${MY_PN}${MY_PDV}.zip
-	mirror://debian/pool/main/t/${MY_PD}/${MY_PD}_${MY_PDPV}.dfsg1-5.diff.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~ppc ~x86"
-IUSE=""
-
-RDEPEND="media-libs/libsdl
-	media-libs/mesa
-	media-libs/sdl-mixer
-	dev-libs/libbulletml"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${MY_PN}
-
-src_prepare(){
-	# using frostworks patches with debian's cleanups and minor patches
-	epatch "${WORKDIR}"/${MY_PD}_${MY_PDPV}.dfsg1-5.diff
-	sed -i -e "s:b/::g" -i "${S}"/${MY_PD}-${MY_PDPV}.dfsg1/debian/patches/fixes.patch
-	sed -i -e "s:src-hiz:src:g" -i "${S}"/${MY_PD}-${MY_PDPV}.dfsg1/debian/patches/fixes.patch
-	sed -i -e "s:torus-trooper-pure:${PN}:g" -i "${S}"/${MY_PD}-${MY_PDPV}.dfsg1/debian/patches/fixes.patch
-	epatch "${S}"/${MY_PD}-${MY_PDPV}.dfsg1/debian/patches/fixes.patch
-	epatch "${S}"/${MY_PD}-${MY_PDPV}.dfsg1/debian/patches/windowed.patch
-	epatch "${S}"/${MY_PD}-${MY_PDPV}.dfsg1/debian/patches/dotfile.patch
-	epatch "${S}"/${MY_PD}-${MY_PDPV}.dfsg1/debian/patches/gdc-0.24-semantics-for-version.patch
-	epatch "${S}"/${MY_PD}-${MY_PDPV}.dfsg1/debian/patches/window-resizing.patch
-	epatch "${S}"/${MY_PD}-${MY_PDPV}.dfsg1/debian/patches/save-score-444372.patch
-	epatch "${S}"/${MY_PD}-${MY_PDPV}.dfsg1/debian/patches/level-select-444948.patch
-	epatch "${S}"/${MY_PD}-${MY_PDPV}.dfsg1/debian/patches/avoid-segfault-when-sdl-fails.patch
-	epatch "${S}"/${MY_PD}-${MY_PDPV}.dfsg1/debian/patches/torus-trooper-pure.patch
-	sed -i \
-	-e 's:"\(images/[^"]*\)":"'${GAMES_DATADIR}'/'${PN}'/\1":g' -i src/abagames/util/sdl/texture.d \
-	-e 's:"\(sounds/[^"]*\)":"'${GAMES_DATADIR}'/'${PN}'/\1":g' -i src/abagames/util/sdl/sound.d \
-	-e 's:"\(barrage[^"]*\)":"'${GAMES_DATADIR}'/'${PN}'/\1":g' -i src/abagames/tt/barrage.d \
-		|| die "sed failed"
-	rm "${S}"/Makefile
-	mv "${S}"/Makefile.pure "${S}"/Makefile
-}
-
-src_install() {
-	dogamesbin ${PN}
-
-	local datadir="${GAMES_DATADIR}"/${PN}
-	dodir ${datadir}
-	insinto "${GAMES_DATADIR}"/${PN}
-	doins -r barrage images sounds || die
-	newicon "${S}"/${MY_PD}-${MY_PDPV}.dfsg1/debian/${MY_PD}.xpm ${PN}.xpm
-	make_desktop_entry ${PN} ${PN}
-	dodoc readme*
-	prepgamesdirs
-}
-
-pkg_postinst() {
-	games_pkg_postinst
-}


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-03-05 21:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-05 21:18 [gentoo-commits] proj/gamerlay:master commit in: games-action/torustrooperpure/ Azamat H. Hackimov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox