diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2009-05-31 01:41:23 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2009-05-31 01:41:23 +0000 |
commit | e5705b1bf6ac5fae3eb735e9fbaecc980ec5b1dd (patch) | |
tree | 30d2a0d47ecfe11d8162a31be12e90147c629d13 /games-arcade | |
parent | Fix LICENSE: as-is -> ZLIB (diff) | |
download | gentoo-2-e5705b1bf6ac5fae3eb735e9fbaecc980ec5b1dd.tar.gz gentoo-2-e5705b1bf6ac5fae3eb735e9fbaecc980ec5b1dd.tar.bz2 gentoo-2-e5705b1bf6ac5fae3eb735e9fbaecc980ec5b1dd.zip |
Fix LICENSE: as-is -> GPL-2
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/conveysdl/ChangeLog | 5 | ||||
-rw-r--r-- | games-arcade/conveysdl/conveysdl-1.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-arcade/conveysdl/ChangeLog b/games-arcade/conveysdl/ChangeLog index 4a60d2097221..f23a8bffa97d 100644 --- a/games-arcade/conveysdl/ChangeLog +++ b/games-arcade/conveysdl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/conveysdl # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/conveysdl/ChangeLog,v 1.7 2009/02/02 09:02:35 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/conveysdl/ChangeLog,v 1.8 2009/05/31 01:41:23 nyhm Exp $ + + 31 May 2009; Tristan Heaven <nyhm@gentoo.org> conveysdl-1.3.ebuild: + Fix LICENSE: as-is -> GPL-2 02 Feb 2009; Alfredo Tupone <tupone@gentoo.org> conveysdl-1.3.ebuild: Fix --as-needed bug #247300 by flameeyes@gentoo.org diff --git a/games-arcade/conveysdl/conveysdl-1.3.ebuild b/games-arcade/conveysdl/conveysdl-1.3.ebuild index 89a75c7c9dd9..e0d29c6b0f0e 100644 --- a/games-arcade/conveysdl/conveysdl-1.3.ebuild +++ b/games-arcade/conveysdl/conveysdl-1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/conveysdl/conveysdl-1.3.ebuild,v 1.5 2009/02/02 09:02:35 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/conveysdl/conveysdl-1.3.ebuild,v 1.6 2009/05/31 01:41:23 nyhm Exp $ EAPI=2 inherit eutils toolchain-funcs games @@ -9,7 +9,7 @@ DESCRIPTION="Guide the blob along the conveyer belt collecting the red blobs" HOMEPAGE="http://www.cloudsprinter.com/software/conveysdl/" SRC_URI="http://www.cloudsprinter.com/software/conveysdl/${P/-/.}.tar" -LICENSE="as-is" +LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc x86 ~x86-fbsd" IUSE="" |