diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-09-21 20:34:16 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-09-21 20:34:16 +0000 |
commit | 02679a5704b375efdaefb7f8b15cf2c80120326e (patch) | |
tree | 9760834fc3c9ff59fa20474c6d7741e4bf7b4f4f /games-arcade/thinktanksdemo | |
parent | stable on x86 (diff) | |
download | gentoo-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)
Diffstat (limited to 'games-arcade/thinktanksdemo')
-rw-r--r-- | games-arcade/thinktanksdemo/ChangeLog | 8 | ||||
-rw-r--r-- | games-arcade/thinktanksdemo/thinktanksdemo-1.1.ebuild | 8 |
2 files changed, 10 insertions, 6 deletions
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 } |