Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/warmux/
Date: Sat, 30 Sep 2017 02:56:37
Message-Id: 1506740178.bfb06399a39d9b51d2170f04f47ec82840d1106d.kensington@gentoo
1 commit: bfb06399a39d9b51d2170f04f47ec82840d1106d
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 30 02:51:07 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 30 02:56:18 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfb06399
7
8 games-strategy/warmux: remove 11.04.1-r0
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 games-strategy/warmux/warmux-11.04.1.ebuild | 60 -----------------------------
13 1 file changed, 60 deletions(-)
14
15 diff --git a/games-strategy/warmux/warmux-11.04.1.ebuild b/games-strategy/warmux/warmux-11.04.1.ebuild
16 deleted file mode 100644
17 index 503204852f2..00000000000
18 --- a/games-strategy/warmux/warmux-11.04.1.ebuild
19 +++ /dev/null
20 @@ -1,60 +0,0 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=5
25 -inherit autotools eutils games
26 -
27 -DESCRIPTION="A free Worms clone"
28 -HOMEPAGE="http://gna.org/projects/warmux/"
29 -SRC_URI="http://download.gna.org/warmux/${P}.tar.bz2"
30 -
31 -LICENSE="GPL-2"
32 -SLOT="0"
33 -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x86-solaris"
34 -IUSE="debug nls unicode"
35 -
36 -RDEPEND="media-libs/libsdl[joystick,video,X]
37 - media-libs/sdl-image[jpeg,png]
38 - media-libs/sdl-mixer[vorbis]
39 - media-libs/sdl-ttf
40 - media-libs/sdl-net
41 - >=media-libs/sdl-gfx-2.0.22
42 - net-misc/curl
43 - media-fonts/dejavu
44 - dev-libs/libxml2
45 - x11-libs/libX11
46 - nls? ( virtual/libintl )
47 - unicode? ( dev-libs/fribidi )"
48 -DEPEND="${RDEPEND}
49 - virtual/pkgconfig
50 - nls? ( sys-devel/gettext )"
51 -
52 -S=${WORKDIR}/${PN}-11.04
53 -
54 -src_prepare() {
55 - epatch \
56 - "${FILESDIR}"/${P}-gentoo.patch \
57 - "${FILESDIR}"/${P}-zlib.patch \
58 - "${FILESDIR}"/${P}-action.patch \
59 - "${FILESDIR}"/${P}-gcc47.patch \
60 - "${FILESDIR}"/${P}-stat.patch
61 - eautoreconf
62 -}
63 -
64 -src_configure() {
65 - egamesconf \
66 - --with-localedir-name=/usr/share/locale \
67 - --with-datadir-name="${GAMES_DATADIR}/${PN}" \
68 - --with-font-path=/usr/share/fonts/dejavu/DejaVuSans.ttf \
69 - $(use_enable debug) \
70 - $(use_enable nls) \
71 - $(use_enable unicode fribidi)
72 -}
73 -
74 -src_install() {
75 - default
76 - rm -f "${D}${GAMES_DATADIR}/${PN}/font/DejaVuSans.ttf"
77 - doicon data/icon/warmux.svg
78 - make_desktop_entry warmux Warmux
79 - prepgamesdirs
80 -}