diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2015-02-05 22:32:04 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2015-02-05 22:32:04 +0000 |
commit | 70c11cb7a2858f234291db536a7e017097e27cb7 (patch) | |
tree | f4ca25bc3385fa86a572f72c9a0e2f84d7616f0c /games-action | |
parent | add libsdl use deps; tidy (diff) | |
download | gentoo-2-70c11cb7a2858f234291db536a7e017097e27cb7.tar.gz gentoo-2-70c11cb7a2858f234291db536a7e017097e27cb7.tar.bz2 gentoo-2-70c11cb7a2858f234291db536a7e017097e27cb7.zip |
EAPI=5; tidy
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/clanbomber/ChangeLog | 7 | ||||
-rw-r--r-- | games-action/clanbomber/clanbomber-2.1.1.ebuild | 16 |
2 files changed, 9 insertions, 14 deletions
diff --git a/games-action/clanbomber/ChangeLog b/games-action/clanbomber/ChangeLog index 6ad0a03fbd14..44f55b434572 100644 --- a/games-action/clanbomber/ChangeLog +++ b/games-action/clanbomber/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-action/clanbomber -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/clanbomber/ChangeLog,v 1.22 2014/12/31 12:37:22 tupone Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/clanbomber/ChangeLog,v 1.23 2015/02/05 22:32:04 mr_bones_ Exp $ + + 05 Feb 2015; Michael Sterrett <mr_bones_@gentoo.org> clanbomber-2.1.1.ebuild: + EAPI=5; tidy 31 Dec 2014; Tupone Alfredo <tupone@gentoo.org> clanbomber-2.1.1.ebuild: Migration to EAPI 4 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 \ |