summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-strategy/warmux/warmux-11.04.1.ebuild')
-rw-r--r--games-strategy/warmux/warmux-11.04.1.ebuild60
1 files changed, 0 insertions, 60 deletions
diff --git a/games-strategy/warmux/warmux-11.04.1.ebuild b/games-strategy/warmux/warmux-11.04.1.ebuild
deleted file mode 100644
index 503204852f2a..000000000000
--- a/games-strategy/warmux/warmux-11.04.1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools eutils games
-
-DESCRIPTION="A free Worms clone"
-HOMEPAGE="http://gna.org/projects/warmux/"
-SRC_URI="http://download.gna.org/warmux/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="debug nls unicode"
-
-RDEPEND="media-libs/libsdl[joystick,video,X]
- media-libs/sdl-image[jpeg,png]
- media-libs/sdl-mixer[vorbis]
- media-libs/sdl-ttf
- media-libs/sdl-net
- >=media-libs/sdl-gfx-2.0.22
- net-misc/curl
- media-fonts/dejavu
- dev-libs/libxml2
- x11-libs/libX11
- nls? ( virtual/libintl )
- unicode? ( dev-libs/fribidi )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- nls? ( sys-devel/gettext )"
-
-S=${WORKDIR}/${PN}-11.04
-
-src_prepare() {
- epatch \
- "${FILESDIR}"/${P}-gentoo.patch \
- "${FILESDIR}"/${P}-zlib.patch \
- "${FILESDIR}"/${P}-action.patch \
- "${FILESDIR}"/${P}-gcc47.patch \
- "${FILESDIR}"/${P}-stat.patch
- eautoreconf
-}
-
-src_configure() {
- egamesconf \
- --with-localedir-name=/usr/share/locale \
- --with-datadir-name="${GAMES_DATADIR}/${PN}" \
- --with-font-path=/usr/share/fonts/dejavu/DejaVuSans.ttf \
- $(use_enable debug) \
- $(use_enable nls) \
- $(use_enable unicode fribidi)
-}
-
-src_install() {
- default
- rm -f "${D}${GAMES_DATADIR}/${PN}/font/DejaVuSans.ttf"
- doicon data/icon/warmux.svg
- make_desktop_entry warmux Warmux
- prepgamesdirs
-}