summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Ospald <hasufell@gentoo.org>2012-06-02 17:14:46 +0000
committerJulian Ospald <hasufell@gentoo.org>2012-06-02 17:14:46 +0000
commit483bc822d8b958ff7b6ffa7c539ddeb61da1ee6a (patch)
treec5cc5189a4954c7831fcfc372c68cd0c9abd000e /games-strategy
parentdev-db/firebird client (diff)
downloadgentoo-2-483bc822d8b958ff7b6ffa7c539ddeb61da1ee6a.tar.gz
gentoo-2-483bc822d8b958ff7b6ffa7c539ddeb61da1ee6a.tar.bz2
gentoo-2-483bc822d8b958ff7b6ffa7c539ddeb61da1ee6a.zip
bump to EAPI=4
(Portage version: 2.2.0_alpha109/cvs/Linux x86_64)
Diffstat (limited to 'games-strategy')
-rw-r--r--games-strategy/ja2-stracciatella-data/ChangeLog6
-rw-r--r--games-strategy/ja2-stracciatella-data/ja2-stracciatella-data-1.ebuild14
2 files changed, 10 insertions, 10 deletions
diff --git a/games-strategy/ja2-stracciatella-data/ChangeLog b/games-strategy/ja2-stracciatella-data/ChangeLog
index 67c7880e3145..eb5b8e09b42d 100644
--- a/games-strategy/ja2-stracciatella-data/ChangeLog
+++ b/games-strategy/ja2-stracciatella-data/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-strategy/ja2-stracciatella-data
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/ja2-stracciatella-data/ChangeLog,v 1.1 2012/05/10 20:10:06 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/ja2-stracciatella-data/ChangeLog,v 1.2 2012/06/02 17:14:46 hasufell Exp $
+
+ 02 Jun 2012; Julian Ospald <hasufell@gentoo.org>
+ ja2-stracciatella-data-1.ebuild:
+ bump to EAPI=4
*ja2-stracciatella-data-1 (10 May 2012)
diff --git a/games-strategy/ja2-stracciatella-data/ja2-stracciatella-data-1.ebuild b/games-strategy/ja2-stracciatella-data/ja2-stracciatella-data-1.ebuild
index deea7d0b8c7c..9d40ae5c1c07 100644
--- a/games-strategy/ja2-stracciatella-data/ja2-stracciatella-data-1.ebuild
+++ b/games-strategy/ja2-stracciatella-data/ja2-stracciatella-data-1.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-data/ja2-stracciatella-data-1.ebuild,v 1.1 2012/05/10 20:10:06 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/ja2-stracciatella-data/ja2-stracciatella-data-1.ebuild,v 1.2 2012/06/02 17:14:46 hasufell Exp $
-EAPI=3
+EAPI=4
inherit cdrom check-reqs games
@@ -20,12 +20,8 @@ DEPEND="app-arch/unshield"
S=${WORKDIR}
-pkg_setup() {
- CHECKREQS_DISK_BUILD="3G"
- CHECKREQS_DISK_USR="1G"
- check-reqs_pkg_setup
- games_pkg_setup
-}
+CHECKREQS_DISK_BUILD="3G"
+CHECKREQS_DISK_USR="1G"
src_unpack() {
export CDROM_NAME="INSTALL_CD"
@@ -53,7 +49,7 @@ src_prepare() {
src_install() {
insinto "${GAMES_DATADIR}"/ja2/data
- doins -r "${S}"/Ja2_Files/Data/* || die
+ doins -r "${S}"/Ja2_Files/Data/*
prepgamesdirs
}