diff options
author | Julian Ospald <hasufell@gentoo.org> | 2012-06-02 17:14:46 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2012-06-02 17:14:46 +0000 |
commit | 483bc822d8b958ff7b6ffa7c539ddeb61da1ee6a (patch) | |
tree | c5cc5189a4954c7831fcfc372c68cd0c9abd000e /games-strategy/ja2-stracciatella-data/ja2-stracciatella-data-1.ebuild | |
parent | dev-db/firebird client (diff) | |
download | gentoo-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/ja2-stracciatella-data/ja2-stracciatella-data-1.ebuild')
-rw-r--r-- | games-strategy/ja2-stracciatella-data/ja2-stracciatella-data-1.ebuild | 14 |
1 files changed, 5 insertions, 9 deletions
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 } |