diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-01-10 23:07:14 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-01-10 23:07:14 +0000 |
commit | e0ba5c9d989a24c66c9dd2a5c8620a532a311b50 (patch) | |
tree | a81665127a9aeba409a7cda9854a1720108c4720 /games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild | |
parent | Adding options patch for bug #103365 (diff) | |
download | gentoo-2-e0ba5c9d989a24c66c9dd2a5c8620a532a311b50.tar.gz gentoo-2-e0ba5c9d989a24c66c9dd2a5c8620a532a311b50.tar.bz2 gentoo-2-e0ba5c9d989a24c66c9dd2a5c8620a532a311b50.zip |
Changed to use GAMES_CHECK_LICENSE variable.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild')
-rw-r--r-- | games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild b/games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild index 7ce5431d3142..170f9b898ccb 100644 --- a/games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild +++ b/games-action/mutantstorm-demo/mutantstorm-demo-1.33.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/mutantstorm-demo/mutantstorm-demo-1.33.ebuild,v 1.6 2006/01/10 21:07:05 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild,v 1.7 2006/01/10 23:07:14 wolf31o2 Exp $ inherit eutils games @@ -26,15 +26,11 @@ RDEPEND="virtual/opengl x11-libs/libXext ) virtual/x11 ) )" +GAMES_CHECK_LICENSE="yes" S=${WORKDIR} dir=${GAMES_PREFIX_OPT}/${PN} Ddir=${D}/${dir} -pkg_setup() { - check_license POMPOM - games_pkg_setup -} - src_unpack() { unpack_makeself } |