From 989af6be7dc5ce8a700416d525492447c59afaab Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Sat, 2 Jun 2012 16:47:21 +0000 Subject: bump to EAPI=4 (Portage version: 2.2.0_alpha109/cvs/Linux x86_64) --- games-strategy/ja2-stracciatella/ChangeLog | 6 +++++- .../ja2-stracciatella/ja2-stracciatella-0.12.1_p7072.ebuild | 10 +++++----- 2 files changed, 10 insertions(+), 6 deletions(-) (limited to 'games-strategy') diff --git a/games-strategy/ja2-stracciatella/ChangeLog b/games-strategy/ja2-stracciatella/ChangeLog index 171f2d3f7ced..d69308c8b551 100644 --- a/games-strategy/ja2-stracciatella/ChangeLog +++ b/games-strategy/ja2-stracciatella/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-strategy/ja2-stracciatella # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/ja2-stracciatella/ChangeLog,v 1.1 2012/05/10 20:05:37 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/ja2-stracciatella/ChangeLog,v 1.2 2012/06/02 16:47:21 hasufell Exp $ + + 02 Jun 2012; Julian Ospald + ja2-stracciatella-0.12.1_p7072.ebuild: + bump to EAPI=4 *ja2-stracciatella-0.12.1_p7072 (10 May 2012) diff --git a/games-strategy/ja2-stracciatella/ja2-stracciatella-0.12.1_p7072.ebuild b/games-strategy/ja2-stracciatella/ja2-stracciatella-0.12.1_p7072.ebuild index 7c2ce3f95a88..d9c2d9477de6 100644 --- a/games-strategy/ja2-stracciatella/ja2-stracciatella-0.12.1_p7072.ebuild +++ b/games-strategy/ja2-stracciatella/ja2-stracciatella-0.12.1_p7072.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/ja2-stracciatella/ja2-stracciatella-0.12.1_p7072.ebuild,v 1.1 2012/05/10 20:05:37 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/ja2-stracciatella/ja2-stracciatella-0.12.1_p7072.ebuild,v 1.2 2012/06/02 16:47:21 hasufell Exp $ -EAPI=3 +EAPI=4 inherit eutils games @@ -62,15 +62,15 @@ src_compile() { use editor && myconf+=" JA2EDITOR=yes JA2BETAVERSION=yes" use zlib && myconf+=" WITH_ZLIB=yes" - emake ${myconf} || die + emake ${myconf} } src_install() { - dogamesbin ja2 "${T}"/ja2-convert || die + dogamesbin ja2 "${T}"/ja2-convert if use editor; then insinto "${GAMES_DATADIR}"/ja2/data - doins "${WORKDIR}"/editor.slf || die + doins "${WORKDIR}"/editor.slf fi make_desktop_entry ja2 ${PN} -- cgit v1.2.3-65-gdbad