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/gunroar/
Date: Thu, 05 Mar 2020 21:19:08
Message-Id: 1583440530.bf3b2f20d21d8a3ab27b6814990765b55e108302.winterheart@gentoo
1 commit: bf3b2f20d21d8a3ab27b6814990765b55e108302
2 Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
3 AuthorDate: Thu Mar 5 20:35:30 2020 +0000
4 Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
5 CommitDate: Thu Mar 5 20:35:30 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=bf3b2f20
7
8 games-action/gunroar: remove package
9
10 Unavailable sources.
11 Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
12
13 games-action/gunroar/gunroar-0.15.ebuild | 66 --------------------------------
14 games-action/gunroar/metadata.xml | 8 ----
15 2 files changed, 74 deletions(-)
16
17 diff --git a/games-action/gunroar/gunroar-0.15.ebuild b/games-action/gunroar/gunroar-0.15.ebuild
18 deleted file mode 100644
19 index 17b01b6..0000000
20 --- a/games-action/gunroar/gunroar-0.15.ebuild
21 +++ /dev/null
22 @@ -1,66 +0,0 @@
23 -# Copyright 1999-2009 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -# $Header: $
26 -
27 -EAPI="2"
28 -
29 -inherit d-games
30 -
31 -MY_PN=gr
32 -MY_PV=${PV//./_}
33 -
34 -DESCRIPTION="Guns, Guns, Guns! 360-degree gunboat shooter, 'Gunroar'"
35 -HOMEPAGE="http://www.asahi-net.or.jp/~cs8k-cyu/windows/gr_e.html"
36 -SRC_URI="http://www.asahi-net.or.jp/~cs8k-cyu/windows/${MY_PN}${MY_PV}.zip
37 - mirror://debian/pool/main/g/${PN}/${PN}_${PV}.dfsg1-3.diff.gz"
38 -
39 -LICENSE="BSD"
40 -SLOT="0"
41 -KEYWORDS="~ppc ~x86"
42 -IUSE=""
43 -
44 -RDEPEND="media-libs/libsdl
45 - media-libs/mesa
46 - media-libs/sdl-mixer"
47 -
48 -DEPEND="${RDEPEND}"
49 -
50 -S=${WORKDIR}/${MY_PN}
51 -
52 -src_prepare(){
53 - # using frostworks patches with debian's cleanups and minor patches
54 - epatch "${WORKDIR}"/${PN}_${PV}.dfsg1-3.diff
55 - sed -i -e "s:a7xpg-0.11.dfsg1/::g" -i "${WORKDIR}"/${MY_PN}/${P}.dfsg1/debian/patches/makefile.patch
56 - epatch "${WORKDIR}"/${MY_PN}/${P}.dfsg1/debian/patches/01_sdl_fix_imports.diff
57 - epatch "${WORKDIR}"/${MY_PN}/${P}.dfsg1/debian/patches/02_d_language_changes.diff
58 - epatch "${WORKDIR}"/${MY_PN}/${P}.dfsg1/debian/patches/03_put_prefs_in_home_dir.diff
59 - epatch "${WORKDIR}"/${MY_PN}/${P}.dfsg1/debian/patches/04_adapt_build_file_to_linux.diff
60 - epatch "${WORKDIR}"/${MY_PN}/${P}.dfsg1/debian/patches/windowed.patch
61 - epatch "${WORKDIR}"/${MY_PN}/${P}.dfsg1/debian/patches/makefile.patch
62 - epatch "${WORKDIR}"/${MY_PN}/${P}.dfsg1/debian/patches/gdc-0.24-semantics-for-version.patch
63 - epatch "${WORKDIR}"/${MY_PN}/${P}.dfsg1/debian/patches/window-resizing.patch
64 - epatch "${WORKDIR}"/${MY_PN}/${P}.dfsg1/debian/patches/avoid-segfault-when-sdl-fails.patch
65 - sed -i \
66 - -e 's:"\(images/[^"]*\)":"'${GAMES_DATADIR}'/'${PN}'/\1":g' -i src/abagames/util/sdl/texture.d \
67 - -e 's:"\(sounds/[^"]*\)":"'${GAMES_DATADIR}'/'${PN}'/\1":g' -i src/abagames/util/sdl/sound.d \
68 - || die "sed failed"
69 -}
70 -
71 -src_install() {
72 - dogamesbin ${PN}
73 - dodir "${GAMES_STATEDIR}/${PN}" "${GAMES_STATEDIR}/${PN}/replay"
74 - local statedir="${GAMES_STATEDIR}"/${PN}
75 -
76 - local datadir="${GAMES_DATADIR}"/${PN}
77 - dodir ${datadir}
78 - insinto "${GAMES_DATADIR}"/${PN}
79 - doins -r images sounds || die
80 - newicon "${WORKDIR}"/${MY_PN}/${P}.dfsg1/debian/${PN}.xpm ${PN}.xpm
81 - make_desktop_entry ${PN} ${PN}
82 - dodoc readme*
83 - prepgamesdirs
84 -}
85 -
86 -pkg_postinst() {
87 - games_pkg_postinst
88 -}
89
90 diff --git a/games-action/gunroar/metadata.xml b/games-action/gunroar/metadata.xml
91 deleted file mode 100644
92 index 5d0ede2..0000000
93 --- a/games-action/gunroar/metadata.xml
94 +++ /dev/null
95 @@ -1,8 +0,0 @@
96 -<?xml version="1.0" encoding="UTF-8"?>
97 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
98 -<pkgmetadata>
99 -<maintainer>
100 - <email>frostworks@×××.de</email>
101 - <name>Marcel Unbehaun</name>
102 -</maintainer>
103 -</pkgmetadata>