diff options
author | 2014-04-17 19:17:30 +0000 | |
---|---|---|
committer | 2014-04-17 19:17:30 +0000 | |
commit | f0313ae0639710b5d060c5ee2952f65420baec4c (patch) | |
tree | 7d88e0213e37a150c827e62eb337dccbbc2bd1d3 /games-misc/c++robots | |
parent | bump to beta3, ebuild fixes (diff) | |
download | gentoo-2-f0313ae0639710b5d060c5ee2952f65420baec4c.tar.gz gentoo-2-f0313ae0639710b5d060c5ee2952f65420baec4c.tar.bz2 gentoo-2-f0313ae0639710b5d060c5ee2952f65420baec4c.zip |
Update LICENSE, BSD according to LICENSE file, bug 505858.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'games-misc/c++robots')
-rw-r--r-- | games-misc/c++robots/ChangeLog | 7 | ||||
-rw-r--r-- | games-misc/c++robots/c++robots-0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-misc/c++robots/ChangeLog b/games-misc/c++robots/ChangeLog index 3d1a740737e5..39abe761e8d1 100644 --- a/games-misc/c++robots/ChangeLog +++ b/games-misc/c++robots/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-misc/c++robots -# Copyright 2002-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/c++robots/ChangeLog,v 1.8 2013/11/14 22:01:12 mr_bones_ Exp $ +# Copyright 2002-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/c++robots/ChangeLog,v 1.9 2014/04/17 19:17:30 ulm Exp $ + + 17 Apr 2014; Ulrich Müller <ulm@gentoo.org> c++robots-0.ebuild: + Update LICENSE, BSD according to LICENSE file, bug 505858. 14 Nov 2013; Michael Sterrett <mr_bones_@gentoo.org> c++robots-0.ebuild: tidy diff --git a/games-misc/c++robots/c++robots-0.ebuild b/games-misc/c++robots/c++robots-0.ebuild index 340837412508..54529c11d72c 100644 --- a/games-misc/c++robots/c++robots-0.ebuild +++ b/games-misc/c++robots/c++robots-0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/c++robots/c++robots-0.ebuild,v 1.8 2013/11/14 22:01:12 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/c++robots/c++robots-0.ebuild,v 1.9 2014/04/17 19:17:30 ulm Exp $ inherit eutils games @@ -8,7 +8,7 @@ DESCRIPTION="ongoing 'King of the Hill' (KotH) tournament" HOMEPAGE="http://www.gamerz.net/c++robots/" SRC_URI="http://www.gamerz.net/c++robots/c++robots.tar.gz" -LICENSE="as-is" +LICENSE="BSD" SLOT="0" KEYWORDS="x86 ppc" IUSE="static" |