diff options
author | Ulrich Müller <ulm@gentoo.org> | 2013-02-07 22:15:30 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2013-02-07 22:15:30 +0000 |
commit | d759422b2ba6701b5067d2d701dff311a1cc50a9 (patch) | |
tree | db939f4661ddd30f3ff6533110989e7bb0b682ef /games-simulation | |
parent | Move Creative Commons licenses to shorter names. (diff) | |
download | gentoo-2-d759422b2ba6701b5067d2d701dff311a1cc50a9.tar.gz gentoo-2-d759422b2ba6701b5067d2d701dff311a1cc50a9.tar.bz2 gentoo-2-d759422b2ba6701b5067d2d701dff311a1cc50a9.zip |
Move Creative Commons licenses to shorter names.
(Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)
Diffstat (limited to 'games-simulation')
-rw-r--r-- | games-simulation/dangerdeep/ChangeLog | 7 | ||||
-rw-r--r-- | games-simulation/dangerdeep/dangerdeep-0.3.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-simulation/dangerdeep/ChangeLog b/games-simulation/dangerdeep/ChangeLog index 6c7d330d924d..df29bb0ee3ae 100644 --- a/games-simulation/dangerdeep/ChangeLog +++ b/games-simulation/dangerdeep/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-simulation/dangerdeep -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/dangerdeep/ChangeLog,v 1.14 2012/07/25 12:44:07 tupone Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-simulation/dangerdeep/ChangeLog,v 1.15 2013/02/07 22:15:30 ulm Exp $ + + 07 Feb 2013; Ulrich Müller <ulm@gentoo.org> dangerdeep-0.3.0.ebuild: + Move Creative Commons licenses to shorter names. 25 Jul 2012; Alfredo Tupone <tupone@gentoo.org> dangerdeep-0.3.0.ebuild, +files/dangerdeep-0.3.0-gcc47.patch: diff --git a/games-simulation/dangerdeep/dangerdeep-0.3.0.ebuild b/games-simulation/dangerdeep/dangerdeep-0.3.0.ebuild index ab445287e355..4a36c4f09156 100644 --- a/games-simulation/dangerdeep/dangerdeep-0.3.0.ebuild +++ b/games-simulation/dangerdeep/dangerdeep-0.3.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/dangerdeep/dangerdeep-0.3.0.ebuild,v 1.11 2012/07/25 12:44:07 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/dangerdeep/dangerdeep-0.3.0.ebuild,v 1.12 2013/02/07 22:15:30 ulm Exp $ EAPI=2 inherit eutils scons-utils games @@ -10,7 +10,7 @@ HOMEPAGE="http://dangerdeep.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz mirror://sourceforge/${PN}/${PN}-data-${PV}.zip" -LICENSE="GPL-2 CCPL-Attribution-NonCommercial-NoDerivs-2.0" +LICENSE="GPL-2 CC-BY-NC-ND-2.0" SLOT="0" KEYWORDS="amd64 ~x86" IUSE="sse debug" |