summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2017-10-02 01:12:41 +1100
committerMichael Palimaka <kensington@gentoo.org>2017-10-02 01:12:55 +1100
commit5c74755881910b5270ae1f28a739bbdffb879f4b (patch)
treee97b25ef787f1405de65946bedfd93891b2f59c8 /games-action/clanbomber/clanbomber-2.1.1.ebuild
parentgames-action/clanbomber: stabilise 2.1.1-r1 for amd64/x86 (diff)
downloadgentoo-5c74755881910b5270ae1f28a739bbdffb879f4b.tar.gz
gentoo-5c74755881910b5270ae1f28a739bbdffb879f4b.tar.bz2
gentoo-5c74755881910b5270ae1f28a739bbdffb879f4b.zip
games-action/clanbomber: remove 2.1.1
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'games-action/clanbomber/clanbomber-2.1.1.ebuild')
-rw-r--r--games-action/clanbomber/clanbomber-2.1.1.ebuild44
1 files changed, 0 insertions, 44 deletions
diff --git a/games-action/clanbomber/clanbomber-2.1.1.ebuild b/games-action/clanbomber/clanbomber-2.1.1.ebuild
deleted file mode 100644
index bbcccdc2e80c..000000000000
--- a/games-action/clanbomber/clanbomber-2.1.1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools eutils games
-
-DESCRIPTION="Bomberman-like multiplayer game"
-HOMEPAGE="https://savannah.nongnu.org/projects/clanbomber/"
-SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${P}.tar.lzma"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="media-libs/libsdl[sound,joystick,video]
- media-libs/sdl-image[png]
- media-libs/sdl-mixer
- media-libs/sdl-ttf
- media-libs/sdl-gfx
- dev-libs/boost
- media-fonts/dejavu"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-DOCS=( AUTHORS ChangeLog ChangeLog.hg IDEAS NEWS QUOTES README TODO )
-
-src_prepare() {
- sed -i -e 's/menuentry//' src/Makefile.am || die
- epatch \
- "${FILESDIR}"/${P}-automake112.patch \
- "${FILESDIR}"/${P}-boost150.patch
- eautoreconf
-}
-
-src_install() {
- default
- newicon src/pics/cup2.png ${PN}.png
- make_desktop_entry ${PN}2 ClanBomber2
- rm -f "${D}${GAMES_DATADIR}"/${PN}/fonts/DejaVuSans-Bold.ttf
- dosym /usr/share/fonts/dejavu/DejaVuSans-Bold.ttf \
- "${GAMES_DATADIR}"/${PN}/fonts/DejaVuSans-Bold.ttf
- prepgamesdirs
-}