diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-01-20 18:28:29 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-01-20 18:28:29 +0000 |
commit | f9dd9b09b0e12f5802c863ef2aaab73cbf4c7d5a (patch) | |
tree | a7e1d85064db7602828f137951fbaf7433941d92 /games-strategy/defcon-demo | |
parent | Keyword ~amd64-linux/~x86-linux (diff) | |
download | gentoo-2-f9dd9b09b0e12f5802c863ef2aaab73cbf4c7d5a.tar.gz gentoo-2-f9dd9b09b0e12f5802c863ef2aaab73cbf4c7d5a.tar.bz2 gentoo-2-f9dd9b09b0e12f5802c863ef2aaab73cbf4c7d5a.zip |
fix up LICENSE (bug #301184)
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'games-strategy/defcon-demo')
-rw-r--r-- | games-strategy/defcon-demo/ChangeLog | 8 | ||||
-rw-r--r-- | games-strategy/defcon-demo/defcon-demo-1.42.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/games-strategy/defcon-demo/ChangeLog b/games-strategy/defcon-demo/ChangeLog index 755e926907e8..eb78a88761a0 100644 --- a/games-strategy/defcon-demo/ChangeLog +++ b/games-strategy/defcon-demo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-strategy/defcon-demo -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/defcon-demo/ChangeLog,v 1.2 2008/12/08 02:50:46 darkside Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/defcon-demo/ChangeLog,v 1.3 2010/01/20 18:28:29 mr_bones_ Exp $ + + 20 Jan 2010; Michael Sterrett <mr_bones_@gentoo.org> + defcon-demo-1.42.ebuild: + fix up LICENSE (bug #301184) 08 Dec 2008; Jeremy Olexa <darkside@gentoo.org> defcon-demo-1.42.ebuild: add ~amd64 kw, bug #237398 diff --git a/games-strategy/defcon-demo/defcon-demo-1.42.ebuild b/games-strategy/defcon-demo/defcon-demo-1.42.ebuild index 8fe9ea578b5c..17497147499b 100644 --- a/games-strategy/defcon-demo/defcon-demo-1.42.ebuild +++ b/games-strategy/defcon-demo/defcon-demo-1.42.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/defcon-demo/defcon-demo-1.42.ebuild,v 1.2 2008/12/08 02:50:46 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/defcon-demo/defcon-demo-1.42.ebuild,v 1.3 2010/01/20 18:28:29 mr_bones_ Exp $ EAPI=1 inherit eutils toolchain-funcs games @@ -13,7 +13,7 @@ DESCRIPTION="Global thermonuclear war simulation with multiplayer support" HOMEPAGE="http://www.introversion.co.uk/defcon/" SRC_URI="http://download.introversion.co.uk/defcon/linux/${MY_P}.tar.gz" -LICENSE="defcon" +LICENSE="Introversion" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="+system-libs" |