summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <nyhm@gentoo.org>2009-05-31 02:28:23 +0000
committerTristan Heaven <nyhm@gentoo.org>2009-05-31 02:28:23 +0000
commit0be3cbe87ddf839cd020617e8f75a2c54e453b2f (patch)
tree49af4e8f0ea6d59a266f0e0740ad2b0422eec18f /games-puzzle
parentFix LICENSE: as-is -> public-domain (diff)
downloadgentoo-2-0be3cbe87ddf839cd020617e8f75a2c54e453b2f.tar.gz
gentoo-2-0be3cbe87ddf839cd020617e8f75a2c54e453b2f.tar.bz2
gentoo-2-0be3cbe87ddf839cd020617e8f75a2c54e453b2f.zip
Fix LICENSE: as-is -> public-domain
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'games-puzzle')
-rw-r--r--games-puzzle/tetrinet/ChangeLog7
-rw-r--r--games-puzzle/tetrinet/tetrinet-0.11.ebuild4
2 files changed, 7 insertions, 4 deletions
diff --git a/games-puzzle/tetrinet/ChangeLog b/games-puzzle/tetrinet/ChangeLog
index d589fa759dff..8013cf18dc53 100644
--- a/games-puzzle/tetrinet/ChangeLog
+++ b/games-puzzle/tetrinet/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-puzzle/tetrinet
-# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/tetrinet/ChangeLog,v 1.9 2009/01/29 02:20:15 mr_bones_ Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/tetrinet/ChangeLog,v 1.10 2009/05/31 02:28:23 nyhm Exp $
+
+ 31 May 2009; Tristan Heaven <nyhm@gentoo.org> tetrinet-0.11.ebuild:
+ Fix LICENSE: as-is -> public-domain
29 Jan 2009; Michael Sterrett <mr_bones_@gentoo.org> tetrinet-0.11.ebuild:
EAPI=2; respect CC
diff --git a/games-puzzle/tetrinet/tetrinet-0.11.ebuild b/games-puzzle/tetrinet/tetrinet-0.11.ebuild
index 203d8578a241..bbd8ba2005ff 100644
--- a/games-puzzle/tetrinet/tetrinet-0.11.ebuild
+++ b/games-puzzle/tetrinet/tetrinet-0.11.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-puzzle/tetrinet/tetrinet-0.11.ebuild,v 1.12 2009/01/29 02:20:15 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/tetrinet/tetrinet-0.11.ebuild,v 1.13 2009/05/31 02:28:23 nyhm Exp $
EAPI=2
inherit eutils flag-o-matic games
@@ -9,7 +9,7 @@ DESCRIPTION="console based tetrinet inc. standalone server"
HOMEPAGE="http://tetrinet.or.cz/"
SRC_URI="http://tetrinet.or.cz/download/${P}.tar.bz2"
-LICENSE="as-is"
+LICENSE="public-domain"
SLOT="0"
KEYWORDS="~amd64 ppc x86"
IUSE="ipv6"