summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2005-09-21 20:34:16 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2005-09-21 20:34:16 +0000
commit02679a5704b375efdaefb7f8b15cf2c80120326e (patch)
tree9760834fc3c9ff59fa20474c6d7741e4bf7b4f4f
parentstable on x86 (diff)
downloadgentoo-2-02679a5704b375efdaefb7f8b15cf2c80120326e.tar.gz
gentoo-2-02679a5704b375efdaefb7f8b15cf2c80120326e.tar.bz2
gentoo-2-02679a5704b375efdaefb7f8b15cf2c80120326e.zip
Changed check_license to explicitly list license to check.
(Portage version: 2.0.52-r1)
-rw-r--r--games-arcade/marbleblastdemo/ChangeLog6
-rw-r--r--games-arcade/marbleblastdemo/marbleblastdemo-1.3.ebuild4
-rw-r--r--games-arcade/marbleblastgolddemo/ChangeLog8
-rw-r--r--games-arcade/marbleblastgolddemo/marbleblastgolddemo-1.4.1.ebuild6
-rw-r--r--games-arcade/thinktanksdemo/ChangeLog8
-rw-r--r--games-arcade/thinktanksdemo/thinktanksdemo-1.1.ebuild8
-rw-r--r--games-fps/rtcw/ChangeLog5
-rw-r--r--games-fps/rtcw/rtcw-1.41-r2.ebuild4
8 files changed, 32 insertions, 17 deletions
diff --git a/games-arcade/marbleblastdemo/ChangeLog b/games-arcade/marbleblastdemo/ChangeLog
index f34227b955e3..34569610f782 100644
--- a/games-arcade/marbleblastdemo/ChangeLog
+++ b/games-arcade/marbleblastdemo/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-arcade/marbleblastdemo
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/marbleblastdemo/ChangeLog,v 1.3 2005/08/11 23:43:27 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/marbleblastdemo/ChangeLog,v 1.4 2005/09/21 20:30:55 wolf31o2 Exp $
+
+ 21 Sep 2005; Chris Gianelloni <wolf31o2@gentoo.org>
+ marbleblastdemo-1.3.ebuild:
+ Changed check_license to explicitly list license to check.
11 Aug 2005; Olivier Crête <tester@gentoo.org>
marbleblastdemo-1.3.ebuild:
diff --git a/games-arcade/marbleblastdemo/marbleblastdemo-1.3.ebuild b/games-arcade/marbleblastdemo/marbleblastdemo-1.3.ebuild
index 501da6aab282..49102a6d4224 100644
--- a/games-arcade/marbleblastdemo/marbleblastdemo-1.3.ebuild
+++ b/games-arcade/marbleblastdemo/marbleblastdemo-1.3.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-arcade/marbleblastdemo/marbleblastdemo-1.3.ebuild,v 1.5 2005/08/11 23:43:27 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/marbleblastdemo/marbleblastdemo-1.3.ebuild,v 1.6 2005/09/21 20:30:55 wolf31o2 Exp $
inherit eutils games
@@ -18,7 +18,7 @@ DEPEND=""
S=${WORKDIR}
pkg_setup() {
- check_license
+ check_license MARBLEBLAST
games_pkg_setup
}
diff --git a/games-arcade/marbleblastgolddemo/ChangeLog b/games-arcade/marbleblastgolddemo/ChangeLog
index ca98f7897b37..8f7e5a233d2a 100644
--- a/games-arcade/marbleblastgolddemo/ChangeLog
+++ b/games-arcade/marbleblastgolddemo/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-arcade/marbleblastgolddemo
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/marbleblastgolddemo/ChangeLog,v 1.2 2004/06/24 22:07:48 agriffis Exp $
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/marbleblastgolddemo/ChangeLog,v 1.3 2005/09/21 20:33:18 wolf31o2 Exp $
+
+ 21 Sep 2005; Chris Gianelloni <wolf31o2@gentoo.org>
+ marbleblastgolddemo-1.4.1.ebuild:
+ Changed check_license to explicitly list license to check.
*marbleblastgolddemo-1.4.1 (07 Oct 2003)
diff --git a/games-arcade/marbleblastgolddemo/marbleblastgolddemo-1.4.1.ebuild b/games-arcade/marbleblastgolddemo/marbleblastgolddemo-1.4.1.ebuild
index 77f15c17e542..ae7dcb0f4fd5 100644
--- a/games-arcade/marbleblastgolddemo/marbleblastgolddemo-1.4.1.ebuild
+++ b/games-arcade/marbleblastgolddemo/marbleblastgolddemo-1.4.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/marbleblastgolddemo/marbleblastgolddemo-1.4.1.ebuild,v 1.5 2004/06/24 22:07:48 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/marbleblastgolddemo/marbleblastgolddemo-1.4.1.ebuild,v 1.6 2005/09/21 20:33:18 wolf31o2 Exp $
inherit eutils games
@@ -18,7 +18,7 @@ DEPEND=""
S=${WORKDIR}
pkg_setup() {
- check_license
+ check_license MARBLEBLAST
games_pkg_setup
}
diff --git a/games-arcade/thinktanksdemo/ChangeLog b/games-arcade/thinktanksdemo/ChangeLog
index 0041266505d6..d09f5cd2e4ce 100644
--- a/games-arcade/thinktanksdemo/ChangeLog
+++ b/games-arcade/thinktanksdemo/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-arcade/thinktanksdemo
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/thinktanksdemo/ChangeLog,v 1.2 2004/06/24 22:12:49 agriffis Exp $
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/thinktanksdemo/ChangeLog,v 1.3 2005/09/21 20:30:00 wolf31o2 Exp $
+
+ 21 Sep 2005; Chris Gianelloni <wolf31o2@gentoo.org>
+ thinktanksdemo-1.1.ebuild:
+ Changed check_license to explicitly list license to check.
*thinktanksdemo-1.1 (07 Oct 2003)
diff --git a/games-arcade/thinktanksdemo/thinktanksdemo-1.1.ebuild b/games-arcade/thinktanksdemo/thinktanksdemo-1.1.ebuild
index 2e1f5752c570..d59047ce3007 100644
--- a/games-arcade/thinktanksdemo/thinktanksdemo-1.1.ebuild
+++ b/games-arcade/thinktanksdemo/thinktanksdemo-1.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/thinktanksdemo/thinktanksdemo-1.1.ebuild,v 1.5 2004/06/24 22:12:49 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/thinktanksdemo/thinktanksdemo-1.1.ebuild,v 1.6 2005/09/21 20:30:00 wolf31o2 Exp $
-inherit games eutils
+inherit eutils games
DESCRIPTION="tank combat game with lighthearted, fast paced pandemonium"
HOMEPAGE="http://garagegames.com/pg/product/view.php?id=12"
@@ -18,7 +18,7 @@ DEPEND=""
S=${WORKDIR}
pkg_setup() {
- check_license
+ check_license THINKTANKS
games_pkg_setup
}
diff --git a/games-fps/rtcw/ChangeLog b/games-fps/rtcw/ChangeLog
index ea75be3190c6..589a467652d6 100644
--- a/games-fps/rtcw/ChangeLog
+++ b/games-fps/rtcw/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-fps/rtcw
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/rtcw/ChangeLog,v 1.22 2005/08/30 19:11:58 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/rtcw/ChangeLog,v 1.23 2005/09/21 20:34:16 wolf31o2 Exp $
+
+ 21 Sep 2005; Chris Gianelloni <wolf31o2@gentoo.org> rtcw-1.41-r2.ebuild:
+ Changed check_license to explicitly list license to check.
30 Aug 2005; Chris Gianelloni <wolf31o2@gentoo.org> rtcw-1.41-r2.ebuild:
Changed to match new 3dgamers mirrors structure in thirdpartymirrors.
diff --git a/games-fps/rtcw/rtcw-1.41-r2.ebuild b/games-fps/rtcw/rtcw-1.41-r2.ebuild
index 2f94d8e391f4..353a8e29bb0b 100644
--- a/games-fps/rtcw/rtcw-1.41-r2.ebuild
+++ b/games-fps/rtcw/rtcw-1.41-r2.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-fps/rtcw/rtcw-1.41-r2.ebuild,v 1.7 2005/08/30 19:11:58 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/rtcw/rtcw-1.41-r2.ebuild,v 1.8 2005/09/21 20:34:16 wolf31o2 Exp $
inherit eutils games
@@ -28,7 +28,7 @@ dir=${GAMES_PREFIX_OPT}/${PN}
Ddir=${D}/${dir}
pkg_setup() {
- check_license || die "License check failed"
+ check_license RTCW
games_pkg_setup
}