diff options
author | Tristan Heaven <tristan@gentoo.org> | 2009-05-31 02:32:13 +0000 |
---|---|---|
committer | Tristan Heaven <tristan@gentoo.org> | 2009-05-31 02:32:13 +0000 |
commit | ab133389ae9441e8d73a698d778e46bcf8d42fae (patch) | |
tree | d9778f5573c223884d287d82ab58f8e2c14afb3a /games-puzzle | |
parent | Fix LICENSE: as-is -> public-domain (diff) | |
download | historical-ab133389ae9441e8d73a698d778e46bcf8d42fae.tar.gz historical-ab133389ae9441e8d73a698d778e46bcf8d42fae.tar.bz2 historical-ab133389ae9441e8d73a698d778e46bcf8d42fae.zip |
Fix LICENSE: as-is -> BSD
Package-Manager: portage-2.2_rc33/cvs/Linux i686
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/tint/ChangeLog | 7 | ||||
-rw-r--r-- | games-puzzle/tint/tint-0.03b.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-puzzle/tint/ChangeLog b/games-puzzle/tint/ChangeLog index 037e6c1f0841..3cb56af2c639 100644 --- a/games-puzzle/tint/ChangeLog +++ b/games-puzzle/tint/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-puzzle/tint -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/tint/ChangeLog,v 1.14 2008/06/27 13:38:29 ranger Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/tint/ChangeLog,v 1.15 2009/05/31 02:32:13 nyhm Exp $ + + 31 May 2009; Tristan Heaven <nyhm@gentoo.org> tint-0.03b.ebuild: + Fix LICENSE: as-is -> BSD 27 Jun 2008; Brent Baude <ranger@gentoo.org> tint-0.03b.ebuild: stable ppc64, bug 229479 diff --git a/games-puzzle/tint/tint-0.03b.ebuild b/games-puzzle/tint/tint-0.03b.ebuild index febef21a8b8b..3390ff3ae051 100644 --- a/games-puzzle/tint/tint-0.03b.ebuild +++ b/games-puzzle/tint/tint-0.03b.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/tint/tint-0.03b.ebuild,v 1.5 2008/06/27 13:38:29 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/tint/tint-0.03b.ebuild,v 1.6 2009/05/31 02:32:13 nyhm Exp $ inherit eutils games @@ -9,7 +9,7 @@ DESCRIPTION="Tint Is Not Tetris, a ncurses based clone of the original Tetris(tm HOMEPAGE="http://oasis.frogfoot.net/code/tint/" SRC_URI="http://oasis.frogfoot.net/code/tint/download/${PV}/${MY_P}.tar.gz" -LICENSE="as-is" +LICENSE="BSD" SLOT="0" KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd" IUSE="" |