diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-04-13 19:46:45 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-04-13 19:46:45 +0000 |
commit | af3e6414d95b6696d423e7506213a7554050cc2d (patch) | |
tree | 7c76c1decc018b1c53bb85ab1dd703842be96eeb /games-action | |
parent | Moved games_pkg_setup to the beginning of pkg_setup and changed to use GAMES_... (diff) | |
download | gentoo-2-af3e6414d95b6696d423e7506213a7554050cc2d.tar.gz gentoo-2-af3e6414d95b6696d423e7506213a7554050cc2d.tar.bz2 gentoo-2-af3e6414d95b6696d423e7506213a7554050cc2d.zip |
Moved games_pkg_setup to the beginning of pkg_setup and changed to use GAMES_CHECK_LICENSE variable.
(Portage version: 2.1_pre7-r5)
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/heavygear2/ChangeLog | 7 | ||||
-rw-r--r-- | games-action/heavygear2/heavygear2-1.0b.ebuild | 6 |
2 files changed, 9 insertions, 4 deletions
diff --git a/games-action/heavygear2/ChangeLog b/games-action/heavygear2/ChangeLog index e317b5386114..79557ee87c7b 100644 --- a/games-action/heavygear2/ChangeLog +++ b/games-action/heavygear2/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-action/heavygear2 # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/heavygear2/ChangeLog,v 1.13 2006/03/31 20:19:43 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/heavygear2/ChangeLog,v 1.14 2006/04/13 19:46:45 wolf31o2 Exp $ + + 13 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org> + heavygear2-1.0b.ebuild: + Moved games_pkg_setup to the beginning of pkg_setup and changed to use + GAMES_CHECK_LICENSE variable. 31 Mar 2006; Chris Gianelloni <wolf31o2@gentoo.org> heavygear2-1.0b.ebuild: diff --git a/games-action/heavygear2/heavygear2-1.0b.ebuild b/games-action/heavygear2/heavygear2-1.0b.ebuild index 990d4eed45a9..9a324a5dc439 100644 --- a/games-action/heavygear2/heavygear2-1.0b.ebuild +++ b/games-action/heavygear2/heavygear2-1.0b.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/heavygear2/heavygear2-1.0b.ebuild,v 1.13 2006/03/31 20:19:43 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/heavygear2/heavygear2-1.0b.ebuild,v 1.14 2006/04/13 19:46:45 wolf31o2 Exp $ inherit eutils games @@ -21,18 +21,18 @@ RDEPEND="${DEPEND} S=${WORKDIR} +GAMES_CHECK_LICENSE="yes" dir=${GAMES_PREFIX_OPT}/${PN} Ddir=${D}/${dir} pkg_setup() { - check_license LOKI-EULA + games_pkg_setup cdrom_get_cds shell/movies/asteroid.mpg if use videos ; then ewarn "The installed game takes about 500MB of space!" else ewarn "The installed game takes about 400MB of space!" fi - games_pkg_setup } src_unpack() { |