diff options
author | Ulrich Müller <ulm@gentoo.org> | 2013-04-14 07:06:52 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2013-04-14 07:06:52 +0000 |
commit | 9d2b600d26fb637e0c68921f395427e438491a21 (patch) | |
tree | 30d8b786040cd087fee3e9a840fc9f4cd722174c /games-puzzle | |
parent | Version bump. (diff) | |
download | gentoo-2-9d2b600d26fb637e0c68921f395427e438491a21.tar.gz gentoo-2-9d2b600d26fb637e0c68921f395427e438491a21.tar.bz2 gentoo-2-9d2b600d26fb637e0c68921f395427e438491a21.zip |
Fix LICENSE, see readme-unix.txt file.
(Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/magiccube4d/ChangeLog | 7 | ||||
-rw-r--r-- | games-puzzle/magiccube4d/magiccube4d-2.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-puzzle/magiccube4d/ChangeLog b/games-puzzle/magiccube4d/ChangeLog index e631c29bfdac..771f638d0b27 100644 --- a/games-puzzle/magiccube4d/ChangeLog +++ b/games-puzzle/magiccube4d/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-puzzle/magiccube4d -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/magiccube4d/ChangeLog,v 1.11 2010/10/15 08:53:26 tupone Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/magiccube4d/ChangeLog,v 1.12 2013/04/14 07:06:52 ulm Exp $ + + 14 Apr 2013; Ulrich Müller <ulm@gentoo.org> magiccube4d-2.2.ebuild: + Fix LICENSE, see readme-unix.txt file. 15 Oct 2010; Tupone Alfredo <tupone@gentoo.org> magiccube4d-2.2.ebuild, +files/magiccube4d-2.2-ldflags.patch: diff --git a/games-puzzle/magiccube4d/magiccube4d-2.2.ebuild b/games-puzzle/magiccube4d/magiccube4d-2.2.ebuild index 8d8665e7af9d..717df07166a0 100644 --- a/games-puzzle/magiccube4d/magiccube4d-2.2.ebuild +++ b/games-puzzle/magiccube4d/magiccube4d-2.2.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-puzzle/magiccube4d/magiccube4d-2.2.ebuild,v 1.14 2010/10/18 15:42:39 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/magiccube4d/magiccube4d-2.2.ebuild,v 1.15 2013/04/14 07:06:52 ulm Exp $ EAPI=2 inherit eutils games @@ -10,7 +10,7 @@ DESCRIPTION="four-dimensional analog of Rubik's cube" HOMEPAGE="http://www.superliminal.com/cube/cube.htm" SRC_URI="http://www.superliminal.com/cube/mc4d-src-${MY_PV}.tgz" -LICENSE="as-is" +LICENSE="free-noncomm" SLOT="0" KEYWORDS="~amd64 ppc x86" IUSE="" |