diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2009-05-31 02:09:08 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2009-05-31 02:09:08 +0000 |
commit | 3ce8f1e73c12214955162441ecf0a1ebbd8cd283 (patch) | |
tree | 77124bef21d4b9428879299c182a151a9753e6d3 /games-arcade/triplexinvaders/triplexinvaders-1.08.ebuild | |
parent | Remove older ebuilds. (diff) | |
download | gentoo-2-3ce8f1e73c12214955162441ecf0a1ebbd8cd283.tar.gz gentoo-2-3ce8f1e73c12214955162441ecf0a1ebbd8cd283.tar.bz2 gentoo-2-3ce8f1e73c12214955162441ecf0a1ebbd8cd283.zip |
Fix LICENSE: as-is -> MIT
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'games-arcade/triplexinvaders/triplexinvaders-1.08.ebuild')
-rw-r--r-- | games-arcade/triplexinvaders/triplexinvaders-1.08.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-arcade/triplexinvaders/triplexinvaders-1.08.ebuild b/games-arcade/triplexinvaders/triplexinvaders-1.08.ebuild index 0f950b0aab19..a41b23290ede 100644 --- a/games-arcade/triplexinvaders/triplexinvaders-1.08.ebuild +++ b/games-arcade/triplexinvaders/triplexinvaders-1.08.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/triplexinvaders/triplexinvaders-1.08.ebuild,v 1.5 2007/04/25 15:15:14 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/triplexinvaders/triplexinvaders-1.08.ebuild,v 1.6 2009/05/31 02:09:08 nyhm Exp $ inherit eutils games @@ -8,7 +8,7 @@ DESCRIPTION="An Alien Invaders style game with 3d graphics" HOMEPAGE="http://triplexinvaders.infogami.com" SRC_URI="http://acm.jhu.edu/~arthur/invaders/${P}.zip" -LICENSE="as-is" +LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="psyco" |