Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/blobwars/
Date: Thu, 08 Jul 2021 12:34:46
Message-Id: 1625747329.a32b42d24433ba47484f21668eb34108966fa9f0.pacho@gentoo
1 commit: a32b42d24433ba47484f21668eb34108966fa9f0
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 8 12:28:49 2021 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 8 12:28:49 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a32b42d2
7
8 games-arcade/blobwars: Drop old
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 games-arcade/blobwars/blobwars-2.00.ebuild | 51 ------------------------------
14 1 file changed, 51 deletions(-)
15
16 diff --git a/games-arcade/blobwars/blobwars-2.00.ebuild b/games-arcade/blobwars/blobwars-2.00.ebuild
17 deleted file mode 100644
18 index 45d85b3dd78..00000000000
19 --- a/games-arcade/blobwars/blobwars-2.00.ebuild
20 +++ /dev/null
21 @@ -1,51 +0,0 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -inherit gnome2-utils xdg
27 -
28 -DESCRIPTION="Platform game about a blob and his quest to rescue MIAs from an alien invader"
29 -HOMEPAGE="https://sourceforge.net/projects/blobwars/ https://www.parallelrealities.co.uk/games/metalBlobSolid/ https://github.com/perpendicular-dimensions/blobwars"
30 -SRC_URI="mirror://sourceforge/blobwars/${P}.tar.gz"
31 -
32 -LICENSE="BSD CC-BY-SA-3.0 CC-BY-3.0 GPL-2 LGPL-2.1 fairuse public-domain"
33 -SLOT="0"
34 -KEYWORDS="amd64 ~x86"
35 -IUSE=""
36 -
37 -RDEPEND="
38 - media-libs/libsdl2
39 - media-libs/sdl2-mixer
40 - media-libs/sdl2-ttf
41 - media-libs/sdl2-image
42 - media-libs/sdl2-net
43 - sys-libs/zlib
44 - virtual/libintl
45 -"
46 -DEPEND="${RDEPEND}
47 - sys-devel/gettext
48 -"
49 -
50 -src_prepare() {
51 - default
52 - sed -i -e "/-Werror/d" Makefile || die
53 -}
54 -
55 -src_compile() {
56 - emake \
57 - RELEASE="1" \
58 - USEPAK="1"
59 -}
60 -
61 -src_install() {
62 - emake \
63 - BINDIR="/usr/bin/" \
64 - USEPAK="1" \
65 - DESTDIR="${D}" \
66 - DOCDIR="/usr/share/doc/${PF}/html/" \
67 - install
68 -
69 - mv -vf \
70 - "${D}"/usr/share/doc/${PF}/html/{changes,hacking,porting,readme} \
71 - "${D}"/usr/share/doc/${PF}/
72 -}