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
commit415415a160198885e4ee13319b4e831d9ea0bf61 (patch)
tree9f2290f4de646558b42556c02f5b52e589fa2ae8 /games-action/spacetripper-demo
parentChanged check_license to explicitly list license to check. (diff)
downloadhistorical-415415a160198885e4ee13319b4e831d9ea0bf61.tar.gz
historical-415415a160198885e4ee13319b4e831d9ea0bf61.tar.bz2
historical-415415a160198885e4ee13319b4e831d9ea0bf61.zip
Changed check_license to explicitly list license to check.
Package-Manager: portage-2.0.52-r1
Diffstat (limited to 'games-action/spacetripper-demo')
-rw-r--r--games-action/spacetripper-demo/ChangeLog6
-rw-r--r--games-action/spacetripper-demo/spacetripper-demo-1.ebuild8
2 files changed, 11 insertions, 3 deletions
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
}