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/overgrowth/
Date: Sat, 29 Feb 2020 14:18:57
Message-Id: 1582985461.0de968708c799a58481f3479058eb4c700d89c51.winterheart@gentoo
1 commit: 0de968708c799a58481f3479058eb4c700d89c51
2 Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
3 AuthorDate: Sat Feb 29 14:11:01 2020 +0000
4 Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
5 CommitDate: Sat Feb 29 14:11:01 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=0de96870
7
8 games-action/overgrowth: remove package
9
10 Broken.
11
12 Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
13
14 games-action/overgrowth/metadata.xml | 14 ---
15 .../overgrowth/overgrowth-1_alpha194.ebuild | 100 ---------------------
16 2 files changed, 114 deletions(-)
17
18 diff --git a/games-action/overgrowth/metadata.xml b/games-action/overgrowth/metadata.xml
19 deleted file mode 100644
20 index 23da526..0000000
21 --- a/games-action/overgrowth/metadata.xml
22 +++ /dev/null
23 @@ -1,14 +0,0 @@
24 -<?xml version="1.0" encoding="UTF-8"?>
25 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
26 -<pkgmetadata>
27 -<maintainer>
28 - <email>mva@×××.name</email>
29 - <description>
30 - If you have any issues, please contact me, or try to find me in IRC on Freenode, OFTC or RusNet.
31 - </description>
32 - <name>Vadim A. Misbakh-Soloviov</name>
33 -</maintainer>
34 -<longdescription>FIXME</longdescription>
35 -<use>
36 -</use>
37 -</pkgmetadata>
38
39 diff --git a/games-action/overgrowth/overgrowth-1_alpha194.ebuild b/games-action/overgrowth/overgrowth-1_alpha194.ebuild
40 deleted file mode 100644
41 index 8b18b5b..0000000
42 --- a/games-action/overgrowth/overgrowth-1_alpha194.ebuild
43 +++ /dev/null
44 @@ -1,100 +0,0 @@
45 -# Copyright 1999-2012 Gentoo Foundation
46 -# Distributed under the terms of the GNU General Public License v2
47 -# $Header: $
48 -
49 -EAPI="5"
50 -
51 -inherit games multilib unpacker-nixstaller
52 -
53 -DESCRIPTION="3d action-adventure game. Spiritual successor to Lugaru."
54 -HOMEPAGE="http://www.wolfire.com/overgrowth/"
55 -
56 -SLOT="0"
57 -LICENSE="as-is"
58 -KEYWORDS="-* ~amd64 ~x86"
59 -RESTRICT="fetch strip"
60 -IUSE="video_cards_intel video_cards_nouveau video_cards_radeon video_cards_nvidia"
61 -
62 -QA_PRESTRIPPED="${GAMES_PREFIX_OPT}/${PN}/lib.*"
63 -SRC_URI="${PN}-a194-linux.sh"
64 -
65 -RDEPEND="
66 - app-arch/bzip2
67 - app-arch/xz-utils
68 - media-libs/freeimage
69 - media-libs/freetype:2
70 - media-libs/ilmbase
71 - virtual/jpeg
72 - media-libs/lcms
73 - media-libs/libogg
74 - media-libs/libpng
75 - media-libs/libraw
76 - media-libs/libvorbis
77 - virtual/opengl
78 - media-libs/openal
79 - media-libs/openexr
80 - media-libs/openjpeg
81 - media-libs/tiff
82 - sys-libs/zlib
83 - x11-libs/libdrm
84 - x11-libs/libX11
85 - x11-libs/libXau
86 - x11-libs/libxcb
87 - x11-libs/libXdamage
88 - x11-libs/libXdmcp
89 - x11-libs/libXext
90 - x11-libs/libXfixes
91 - x11-libs/libXxf86vm
92 - video_cards_intel? ( media-libs/libtxc_dxtn )
93 - video_cards_nouveau? ( media-libs/libtxc_dxtn )
94 - video_cards_radeon? ( media-libs/libtxc_dxtn )
95 - video_cards_nvidia? ( x11-drivers/nvidia-drivers )
96 -"
97 -#=media-libs/libsdl-9999 (untill 2.0 will be added to the tree).
98 -DEPEND="${RDEPEND}"
99 -
100 -S="${WORKDIR}"
101 -#MY_PN=""
102 -
103 -pkg_nofetch() {
104 - ewarn
105 - ewarn "Place ${A} to ${DISTDIR}"
106 - ewarn
107 -}
108 -
109 -src_unpack() {
110 - # FIXME !!!!
111 - die "Package is disabled, while waiting new fixed distfile from upstream"
112 - local arch;
113 - use amd64 && arch=x86_64 || arch=x86
114 - nixstaller_unpack "subarch" \
115 - "instarchive_all" \
116 - "instarchive_linux_${arch}" #\
117 -# "deps/SDL2/SDL2_files_linux_${arch}"
118 -}
119 -
120 -src_install() {
121 - local dir="${GAMES_PREFIX_OPT}/${PN}"
122 - local arch;
123 - use amd64 && arch=x86_64 || arch=x86
124 -
125 - insinto "${dir}"
126 - doins \
127 - "${PN}.dat" \
128 - "${PN}.png"
129 -
130 - exeinto "${dir}"
131 - doexe \
132 - "${MY_PN}.bin.${arch}"
133 -
134 - exeinto "${dir}/$(get_libdir)"
135 - doexe \
136 - "$(get_libdir)/libSDL2-2.0.so.0"
137 -
138 - games_make_wrapper "${PN}" "./${MY_PN}.bin.${arch}" "${dir}" "${dir}/$(get_libdir)"
139 - doicon "${PN}.png" || die
140 - make_desktop_entry "${PN}" "${MY_PN}"
141 -
142 - dodoc README.linux
143 - prepgamesdirs
144 -}