diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-04-04 05:56:31 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-04-04 05:56:31 +0000 |
commit | 37a55b4056547dfb70e3775a5fe99e9e389922ac (patch) | |
tree | 1ee5e296b415ad93c0ea012e2d682c2f2d2e7b56 /games-action/d1x-rebirth | |
parent | version bump (diff) | |
download | gentoo-2-37a55b4056547dfb70e3775a5fe99e9e389922ac.tar.gz gentoo-2-37a55b4056547dfb70e3775a5fe99e9e389922ac.tar.bz2 gentoo-2-37a55b4056547dfb70e3775a5fe99e9e389922ac.zip |
Fix LICENSE in previous ebuilds too.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'games-action/d1x-rebirth')
-rw-r--r-- | games-action/d1x-rebirth/ChangeLog | 8 | ||||
-rw-r--r-- | games-action/d1x-rebirth/d1x-rebirth-0.50.ebuild | 6 | ||||
-rw-r--r-- | games-action/d1x-rebirth/d1x-rebirth-0.56.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/games-action/d1x-rebirth/ChangeLog b/games-action/d1x-rebirth/ChangeLog index d9c9997cfe5d..52051bd2f0fd 100644 --- a/games-action/d1x-rebirth/ChangeLog +++ b/games-action/d1x-rebirth/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-action/d1x-rebirth -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/d1x-rebirth/ChangeLog,v 1.10 2013/02/06 23:27:30 hasufell Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/d1x-rebirth/ChangeLog,v 1.11 2014/04/04 05:56:31 ulm Exp $ + + 04 Apr 2014; Ulrich Müller <ulm@gentoo.org> d1x-rebirth-0.50.ebuild, + d1x-rebirth-0.56.ebuild: + Fix LICENSE in previous ebuilds too. *d1x-rebirth-0.57.3 (06 Feb 2013) diff --git a/games-action/d1x-rebirth/d1x-rebirth-0.50.ebuild b/games-action/d1x-rebirth/d1x-rebirth-0.50.ebuild index cd943629e0fe..4918781cadb9 100644 --- a/games-action/d1x-rebirth/d1x-rebirth-0.50.ebuild +++ b/games-action/d1x-rebirth/d1x-rebirth-0.50.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/d1x-rebirth/d1x-rebirth-0.50.ebuild,v 1.4 2010/03/09 12:33:33 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/d1x-rebirth/d1x-rebirth-0.50.ebuild,v 1.5 2014/04/04 05:56:31 ulm Exp $ inherit eutils games @@ -22,7 +22,7 @@ SRC_URI="${SRC_STEM}/oss/src/${FILE_START}.tar.gz # All 3 licences apply. LICENSE="D1X GPL-2 - as-is" + public-domain" SLOT="0" # Should work on amd64 also KEYWORDS="~amd64 x86" diff --git a/games-action/d1x-rebirth/d1x-rebirth-0.56.ebuild b/games-action/d1x-rebirth/d1x-rebirth-0.56.ebuild index 163621c1f5e9..9ff0b15d711e 100644 --- a/games-action/d1x-rebirth/d1x-rebirth-0.56.ebuild +++ b/games-action/d1x-rebirth/d1x-rebirth-0.56.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/d1x-rebirth/d1x-rebirth-0.56.ebuild,v 1.4 2012/01/18 12:42:50 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/d1x-rebirth/d1x-rebirth-0.56.ebuild,v 1.5 2014/04/04 05:56:31 ulm Exp $ EAPI=2 @@ -17,7 +17,7 @@ SRC_URI="mirror://sourceforge/dxx-rebirth/${PN}_v${PV}-src.tar.gz cdinstall? ( http://www.dxx-rebirth.com/download/dxx/res/d1datapt.zip ) linguas_de? ( http://www.dxx-rebirth.com/download/dxx/res/D${DV}XBDE01.zip )" -LICENSE="D1X GPL-2 as-is" +LICENSE="D1X GPL-2 public-domain" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="ipv6 linguas_de opengl timidity" |