Gentoo Archives: gentoo-commits

From: "Azamat H. Hackimov" <winterheart@××××××.ru>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gamerlay:master commit in: games-action/tatan/
Date: Thu, 08 Aug 2019 21:46:59
Message-Id: 1565294975.ed6e58467012bb0d5f66e805ee152ba62b6ba55b.winterheart@gentoo
1 commit: ed6e58467012bb0d5f66e805ee152ba62b6ba55b
2 Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
3 AuthorDate: Thu Aug 8 20:09:35 2019 +0000
4 Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
5 CommitDate: Thu Aug 8 20:09:35 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=ed6e5846
7
8 games-action/tatan: remove
9
10 Dead upstream, unmaintained, usupported eclasses
11
12 games-action/tatan/metadata.xml | 8 -----
13 games-action/tatan/tatan-1.0.ebuild | 62 -------------------------------------
14 2 files changed, 70 deletions(-)
15
16 diff --git a/games-action/tatan/metadata.xml b/games-action/tatan/metadata.xml
17 deleted file mode 100644
18 index 5d0ede2..0000000
19 --- a/games-action/tatan/metadata.xml
20 +++ /dev/null
21 @@ -1,8 +0,0 @@
22 -<?xml version="1.0" encoding="UTF-8"?>
23 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
24 -<pkgmetadata>
25 -<maintainer>
26 - <email>frostworks@×××.de</email>
27 - <name>Marcel Unbehaun</name>
28 -</maintainer>
29 -</pkgmetadata>
30
31 diff --git a/games-action/tatan/tatan-1.0.ebuild b/games-action/tatan/tatan-1.0.ebuild
32 deleted file mode 100644
33 index 7d0af45..0000000
34 --- a/games-action/tatan/tatan-1.0.ebuild
35 +++ /dev/null
36 @@ -1,62 +0,0 @@
37 -# Copyright 1999-2009 Gentoo Foundation
38 -# Distributed under the terms of the GNU General Public License v2
39 -# $Header: $
40 -
41 -EAPI="2"
42 -
43 -inherit d-games
44 -
45 -MY_PN=tatan
46 -MY_PV=${PV//./_}
47 -
48 -DESCRIPTION="pointing STG by HIZ "
49 -HOMEPAGE="http://http://hizuoka.web.fc2.com/game/tatan/index_en.html"
50 -SRC_URI="http://hizuoka.web.fc2.com/game/tatan/${MY_PN}.zip
51 - mirror://debian/pool/main/t/${PN}/${PN}_${PV}.dfsg1-1.diff.gz"
52 -
53 -LICENSE="BSD"
54 -SLOT="0"
55 -KEYWORDS="~ppc ~x86"
56 -IUSE=""
57 -
58 -RDEPEND="media-libs/libsdl
59 - media-libs/mesa
60 - media-libs/sdl-mixer
61 - dev-libs/libbulletml"
62 -DEPEND="${RDEPEND}"
63 -
64 -S=${WORKDIR}/${MY_PN}
65 -
66 -src_prepare(){
67 - # using frostworks patches with debian's cleanups and minor patches
68 - epatch "${WORKDIR}"/${PN}_${PV}.dfsg1-1.diff
69 - sed -i -e "s:${PN}-${PV}/::g" -i "${S}"/${PN}-${PV}.dfsg1/debian/patches/makefile.patch
70 - epatch "${S}"/${PN}-${PV}.dfsg1/debian/patches/import-opengl.patch
71 - epatch "${S}"/${PN}-${PV}.dfsg1/debian/patches/fixes.patch
72 - epatch "${S}"/${PN}-${PV}.dfsg1/debian/patches/makefile.patch
73 - sed -i \
74 - -e 's:"\(resource/[^"]*\)":"'${GAMES_DATADIR}'/'${PN}'/\1":g' -i import/hell2.d \
75 - -e 's:"\(image/[^"]*\)":"'${GAMES_DATADIR}'/'${PN}'/\1":g' -i src/br/gamemanager.d \
76 - -e 's:"\(image/[^"]*\)":"'${GAMES_DATADIR}'/'${PN}'/\1":g' -i src/br/screen.d \
77 - -e 's:"\(se/[^"]*\)":"'${GAMES_DATADIR}'/'${PN}'/\1":g' -i src/br/sound.d \
78 - -e 's:"\(voice/[^"]*\)":"'${GAMES_DATADIR}'/'${PN}'/\1":g' -i src/br/sound.d \
79 - -e 's:"\(music/[^"]*\)":"'${GAMES_DATADIR}'/'${PN}'/\1":g' -i src/br/sound.d \
80 - || die "sed failed"
81 -}
82 -
83 -src_install() {
84 - dogamesbin ${PN}
85 -
86 - local datadir="${GAMES_DATADIR}"/${PN}
87 - dodir ${datadir}
88 - insinto "${GAMES_DATADIR}"/${PN}
89 - doins -r image music voice resource se || die
90 - newicon "${S}"/${PN}-${PV}.dfsg1/debian/${PN}.xpm ${PN}.xpm
91 - make_desktop_entry ${PN} ${PN}
92 - dodoc readme*
93 - prepgamesdirs
94 -}
95 -
96 -pkg_postinst() {
97 - games_pkg_postinst
98 -}