diff options
author | Ulrich Müller <ulm@gentoo.org> | 2013-04-14 06:34:19 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2013-04-14 06:34:19 +0000 |
commit | bbb46c2f2888879fd07c657ec7f26ca10a94e364 (patch) | |
tree | 5481b68732b29a4fe2ab6531bc1d989efae71999 /games-action | |
parent | Removing older versions (diff) | |
download | gentoo-2-bbb46c2f2888879fd07c657ec7f26ca10a94e364.tar.gz gentoo-2-bbb46c2f2888879fd07c657ec7f26ca10a94e364.tar.bz2 gentoo-2-bbb46c2f2888879fd07c657ec7f26ca10a94e364.zip |
Fix LICENSE, see README file; also includes some code from tcltk that has a HPND notice.
(Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/battalion/ChangeLog | 8 | ||||
-rw-r--r-- | games-action/battalion/battalion-1.4b.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/games-action/battalion/ChangeLog b/games-action/battalion/ChangeLog index fb6a02df3db9..ee7cee6daa8a 100644 --- a/games-action/battalion/ChangeLog +++ b/games-action/battalion/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-action/battalion -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/battalion/ChangeLog,v 1.11 2010/10/15 10:53:31 tupone Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/battalion/ChangeLog,v 1.12 2013/04/14 06:34:19 ulm Exp $ + + 14 Apr 2013; Ulrich Müller <ulm@gentoo.org> battalion-1.4b.ebuild: + Fix LICENSE, see README file; also includes some code from tcltk that has a + HPND notice. 15 Oct 2010; Tupone Alfredo <tupone@gentoo.org> battalion-1.4b.ebuild: Respect LDFLAGS. Bug #335136 by flameeyes@gentoo.org diff --git a/games-action/battalion/battalion-1.4b.ebuild b/games-action/battalion/battalion-1.4b.ebuild index c81943de8133..2f13a0aa0477 100644 --- a/games-action/battalion/battalion-1.4b.ebuild +++ b/games-action/battalion/battalion-1.4b.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/battalion/battalion-1.4b.ebuild,v 1.15 2010/10/18 16:18:38 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/battalion/battalion-1.4b.ebuild,v 1.16 2013/04/14 06:34:19 ulm Exp $ EAPI=2 inherit games @@ -9,7 +9,7 @@ DESCRIPTION="Be a rampaging monster and destroy the city." HOMEPAGE="http://evlweb.eecs.uic.edu/aej/AndyBattalion.html" SRC_URI="http://evlweb.eecs.uic.edu/aej/BATTALION/${PN}${PV}.tar.bz2" -LICENSE="as-is" +LICENSE="battalion HPND" SLOT="0" KEYWORDS="ppc x86" IUSE="" |