summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2005-09-21 20:28:17 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2005-09-21 20:28:17 +0000
commit54d166a28fafa9f43411c9247ba223bf39fc9c01 (patch)
treeba91b90a7f2d52f4904244b8645ddb189aa5ee62 /games-action
parentChanged check_license to explicitly list license to check. (diff)
downloadgentoo-2-54d166a28fafa9f43411c9247ba223bf39fc9c01.tar.gz
gentoo-2-54d166a28fafa9f43411c9247ba223bf39fc9c01.tar.bz2
gentoo-2-54d166a28fafa9f43411c9247ba223bf39fc9c01.zip
Changed check_license to explicitly list license to check.
(Portage version: 2.0.52-r1)
Diffstat (limited to 'games-action')
-rw-r--r--games-action/fakk2/ChangeLog5
-rw-r--r--games-action/fakk2/fakk2-1.02.ebuild4
-rw-r--r--games-action/heavygear2/ChangeLog6
-rw-r--r--games-action/heavygear2/heavygear2-1.0b.ebuild4
-rw-r--r--games-action/spacetripper-demo/ChangeLog6
-rw-r--r--games-action/spacetripper-demo/spacetripper-demo-1.ebuild8
6 files changed, 24 insertions, 9 deletions
diff --git a/games-action/fakk2/ChangeLog b/games-action/fakk2/ChangeLog
index 1ec8e0eacf84..bb3f656f9e98 100644
--- a/games-action/fakk2/ChangeLog
+++ b/games-action/fakk2/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-action/fakk2
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/fakk2/ChangeLog,v 1.10 2005/08/03 14:21:05 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/fakk2/ChangeLog,v 1.11 2005/09/21 20:24:35 wolf31o2 Exp $
+
+ 21 Sep 2005; Chris Gianelloni <wolf31o2@gentoo.org> fakk2-1.02.ebuild:
+ Changed check_license to explicitly list license to check.
03 Aug 2005; Chris Gianelloni <wolf31o2@gentoo.org> fakk2-1.02.ebuild:
Fixed a typo and closing bug #101202.
diff --git a/games-action/fakk2/fakk2-1.02.ebuild b/games-action/fakk2/fakk2-1.02.ebuild
index ca5164b8c8b9..703c7cd32a8a 100644
--- a/games-action/fakk2/fakk2-1.02.ebuild
+++ b/games-action/fakk2/fakk2-1.02.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/fakk2/fakk2-1.02.ebuild,v 1.9 2005/08/03 14:21:05 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/fakk2/fakk2-1.02.ebuild,v 1.10 2005/09/21 20:24:35 wolf31o2 Exp $
inherit eutils games
@@ -24,7 +24,7 @@ dir=${GAMES_PREFIX_OPT}/${PN}
Ddir=${D}/${dir}
pkg_setup() {
- check_license || die "License check failed"
+ check_license LOKI-EULA
if use nocd ; then
ewarn "The installed game takes about 378MB of space!"
fi
diff --git a/games-action/heavygear2/ChangeLog b/games-action/heavygear2/ChangeLog
index d087f44c7351..afcbb5d16c88 100644
--- a/games-action/heavygear2/ChangeLog
+++ b/games-action/heavygear2/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-action/heavygear2
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/heavygear2/ChangeLog,v 1.9 2005/09/06 17:37:24 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/heavygear2/ChangeLog,v 1.10 2005/09/21 20:28:17 wolf31o2 Exp $
+
+ 21 Sep 2005; Chris Gianelloni <wolf31o2@gentoo.org>
+ heavygear2-1.0b.ebuild:
+ Changed check_license to explicitly list license to check.
06 Sep 2005; 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 1e2052acfef2..8b70616c2112 100644
--- a/games-action/heavygear2/heavygear2-1.0b.ebuild
+++ b/games-action/heavygear2/heavygear2-1.0b.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 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.9 2005/09/06 17:37:24 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/heavygear2/heavygear2-1.0b.ebuild,v 1.10 2005/09/21 20:28:17 wolf31o2 Exp $
inherit eutils games
@@ -25,7 +25,7 @@ dir=${GAMES_PREFIX_OPT}/${PN}
Ddir=${D}/${dir}
pkg_setup() {
- check_license || die "License check failed"
+ check_license LOKI-EULA
cdrom_get_cds shell/movies/asteroid.mpg
if use videos ; then
ewarn "The installed game takes about 500MB of space!"
diff --git a/games-action/spacetripper-demo/ChangeLog b/games-action/spacetripper-demo/ChangeLog
index 15d996a268fc..b4627af8859d 100644
--- a/games-action/spacetripper-demo/ChangeLog
+++ b/games-action/spacetripper-demo/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-action/spacetripper-demo
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/spacetripper-demo/ChangeLog,v 1.6 2005/08/12 05:15:58 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/spacetripper-demo/ChangeLog,v 1.7 2005/09/21 20:27:11 wolf31o2 Exp $
+
+ 21 Sep 2005; Chris Gianelloni <wolf31o2@gentoo.org>
+ spacetripper-demo-1.ebuild:
+ Changed check_license to explicitly list license to check.
12 Aug 2005; Michael Sterrett <mr_bones_@gentoo.org>
spacetripper-demo-1.ebuild:
diff --git a/games-action/spacetripper-demo/spacetripper-demo-1.ebuild b/games-action/spacetripper-demo/spacetripper-demo-1.ebuild
index b5abede7b55f..1b9a7386c691 100644
--- a/games-action/spacetripper-demo/spacetripper-demo-1.ebuild
+++ b/games-action/spacetripper-demo/spacetripper-demo-1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/spacetripper-demo/spacetripper-demo-1.ebuild,v 1.5 2005/08/12 05:15:58 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/spacetripper-demo/spacetripper-demo-1.ebuild,v 1.6 2005/09/21 20:27:11 wolf31o2 Exp $
inherit eutils games
@@ -19,8 +19,12 @@ Ddir=${D}/${dir}
S=${WORKDIR}
+pkg_setup() {
+ check_license POMPOM
+ games_pkg_setup
+}
+
src_unpack() {
- check_license
unpack_makeself
}