diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2015-03-28 21:50:41 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2015-03-28 21:50:41 +0000 |
commit | be540641f528243bc650e777643fb6b9d4808d83 (patch) | |
tree | 058d5ff71b80ea8862363182c981801ee1ea15f9 /games-strategy | |
parent | Mask dev-java/jna-posix. (diff) | |
download | gentoo-2-be540641f528243bc650e777643fb6b9d4808d83.tar.gz gentoo-2-be540641f528243bc650e777643fb6b9d4808d83.tar.bz2 gentoo-2-be540641f528243bc650e777643fb6b9d4808d83.zip |
EAPI 5
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/widelands/ChangeLog | 7 | ||||
-rw-r--r-- | games-strategy/widelands/widelands-0.17.ebuild | 9 |
2 files changed, 10 insertions, 6 deletions
diff --git a/games-strategy/widelands/ChangeLog b/games-strategy/widelands/ChangeLog index bbf77c70741b..248ecb853756 100644 --- a/games-strategy/widelands/ChangeLog +++ b/games-strategy/widelands/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/widelands -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/widelands/ChangeLog,v 1.50 2013/02/04 18:14:28 mr_bones_ Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/widelands/ChangeLog,v 1.51 2015/03/28 21:50:41 tupone Exp $ + + 28 Mar 2015; Tupone Alfredo <tupone@gentoo.org> widelands-0.17.ebuild: + EAPI 5 04 Feb 2013; Michael Sterrett <mr_bones_@gentoo.org> -files/widelands-0.16-cxxflags.patch, -files/widelands-0.16-goldmine.patch, diff --git a/games-strategy/widelands/widelands-0.17.ebuild b/games-strategy/widelands/widelands-0.17.ebuild index 25f595cc95a0..cc3d8ed27af6 100644 --- a/games-strategy/widelands/widelands-0.17.ebuild +++ b/games-strategy/widelands/widelands-0.17.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/widelands/widelands-0.17.ebuild,v 1.9 2012/12/27 01:41:00 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/widelands/widelands-0.17.ebuild,v 1.10 2015/03/28 21:50:41 tupone Exp $ -EAPI=3 +EAPI=5 inherit eutils versionator toolchain-funcs flag-o-matic cmake-utils games MY_PV=build$(get_version_component_range 2) @@ -27,6 +27,7 @@ DEPEND="dev-lang/lua media-libs/glew media-libs/sdl-ttf >=dev-libs/boost-1.37" +RDEPEND="${DEPEND}" S=${WORKDIR}/${MY_P} @@ -76,7 +77,7 @@ src_compile() { src_install() { cmake-utils_src_install - newicon pics/wl-ico-128.png ${PN}.png || die + newicon pics/wl-ico-128.png ${PN}.png make_desktop_entry ${PN} Widelands dodoc ChangeLog CREDITS prepgamesdirs |