summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-action/clanbomber/clanbomber-2.1.1.ebuild')
-rw-r--r--games-action/clanbomber/clanbomber-2.1.1.ebuild16
1 files changed, 4 insertions, 12 deletions
diff --git a/games-action/clanbomber/clanbomber-2.1.1.ebuild b/games-action/clanbomber/clanbomber-2.1.1.ebuild
index 2ad9507bf1fd..929ef0b801dd 100644
--- a/games-action/clanbomber/clanbomber-2.1.1.ebuild
+++ b/games-action/clanbomber/clanbomber-2.1.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/clanbomber/clanbomber-2.1.1.ebuild,v 1.8 2014/12/31 12:37:22 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/clanbomber/clanbomber-2.1.1.ebuild,v 1.9 2015/02/05 22:32:04 mr_bones_ Exp $
-EAPI=4
-inherit autotools eutils flag-o-matic games
+EAPI=5
+inherit autotools eutils games
DESCRIPTION="Bomberman-like multiplayer game"
HOMEPAGE="http://savannah.nongnu.org/projects/clanbomber/"
@@ -27,14 +27,6 @@ DEPEND="${RDEPEND}
DOCS=( AUTHORS ChangeLog ChangeLog.hg IDEAS NEWS QUOTES README TODO )
src_prepare() {
- local boost_ver=$(best_version ">dev-libs/boost-1.49")
-
- boost_ver=${boost_ver/*boost-/}
- boost_ver=${boost_ver%.*}
- boost_ver=${boost_ver/./_}
-
- export BOOST_INCLUDEDIR="/usr/include/boost-${boost_ver}"
- export BOOST_LIBRARYDIR="/usr/$(get_libdir)/boost-${boost_ver}"
sed -i -e 's/menuentry//' src/Makefile.am || die
epatch \
"${FILESDIR}"/${P}-automake112.patch \