diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2015-02-07 04:46:18 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2015-02-07 04:46:18 +0000 |
commit | cc17b09cf41271dcd29757c08daaa1413f34271d (patch) | |
tree | b1688af3cc9428cb35a642abd22896a5036f49fa /games-strategy | |
parent | punt python2_6 (diff) | |
download | gentoo-2-cc17b09cf41271dcd29757c08daaa1413f34271d.tar.gz gentoo-2-cc17b09cf41271dcd29757c08daaa1413f34271d.tar.bz2 gentoo-2-cc17b09cf41271dcd29757c08daaa1413f34271d.zip |
LICENSE update
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/asc/ChangeLog | 7 | ||||
-rw-r--r-- | games-strategy/asc/asc-2.6.0.0.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/games-strategy/asc/ChangeLog b/games-strategy/asc/ChangeLog index bd1a53571ddc..efa224f7debc 100644 --- a/games-strategy/asc/ChangeLog +++ b/games-strategy/asc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/asc -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/asc/ChangeLog,v 1.44 2014/06/04 21:15:32 mr_bones_ Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/asc/ChangeLog,v 1.45 2015/02/07 04:46:18 mr_bones_ Exp $ + + 07 Feb 2015; Michael Sterrett <mr_bones_@gentoo.org> asc-2.6.0.0.ebuild: + LICENSE update *asc-2.6.0.0 (04 Jun 2014) diff --git a/games-strategy/asc/asc-2.6.0.0.ebuild b/games-strategy/asc/asc-2.6.0.0.ebuild index 849842fbb901..31088810764a 100644 --- a/games-strategy/asc/asc-2.6.0.0.ebuild +++ b/games-strategy/asc/asc-2.6.0.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/asc/asc-2.6.0.0.ebuild,v 1.1 2014/06/04 21:15:32 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/asc/asc-2.6.0.0.ebuild,v 1.2 2015/02/07 04:46:18 mr_bones_ Exp $ EAPI=5 WX_GTK_VER=2.8 @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/asc-hq/${P}.tar.bz2 http://www.asc-hq.org/music/time_to_strike.ogg http://www.asc-hq.org/music/machine_wars.ogg" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" @@ -29,7 +29,7 @@ RDEPEND="app-arch/bzip2 media-libs/xvid dev-libs/expat media-libs/freetype - dev-lang/lua + dev-lang/lua:0 x11-libs/wxGTK:2.8[X] dev-libs/libsigc++:1.2" |