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