Gentoo Archives: gentoo-commits

From: "Tristan Heaven (nyhm)" <nyhm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-arcade/triplexinvaders: triplexinvaders-1.08.ebuild ChangeLog
Date: Sun, 31 May 2009 02:09:12
Message-Id: E1MAaU1-0006Ku-0B@stork.gentoo.org
1 nyhm 09/05/31 02:09:08
2
3 Modified: triplexinvaders-1.08.ebuild ChangeLog
4 Log:
5 Fix LICENSE: as-is -> MIT
6 (Portage version: 2.2_rc33/cvs/Linux i686)
7
8 Revision Changes Path
9 1.6 games-arcade/triplexinvaders/triplexinvaders-1.08.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/triplexinvaders/triplexinvaders-1.08.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/triplexinvaders/triplexinvaders-1.08.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/triplexinvaders/triplexinvaders-1.08.ebuild?r1=1.5&r2=1.6
14
15 Index: triplexinvaders-1.08.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-arcade/triplexinvaders/triplexinvaders-1.08.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- triplexinvaders-1.08.ebuild 25 Apr 2007 15:15:14 -0000 1.5
22 +++ triplexinvaders-1.08.ebuild 31 May 2009 02:09:08 -0000 1.6
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/triplexinvaders/triplexinvaders-1.08.ebuild,v 1.5 2007/04/25 15:15:14 nyhm Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/triplexinvaders/triplexinvaders-1.08.ebuild,v 1.6 2009/05/31 02:09:08 nyhm Exp $
29
30 inherit eutils games
31
32 @@ -8,7 +8,7 @@
33 HOMEPAGE="http://triplexinvaders.infogami.com"
34 SRC_URI="http://acm.jhu.edu/~arthur/invaders/${P}.zip"
35
36 -LICENSE="as-is"
37 +LICENSE="MIT"
38 SLOT="0"
39 KEYWORDS="~amd64 ~x86"
40 IUSE="psyco"
41
42
43
44 1.5 games-arcade/triplexinvaders/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/triplexinvaders/ChangeLog?rev=1.5&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/triplexinvaders/ChangeLog?rev=1.5&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/triplexinvaders/ChangeLog?r1=1.4&r2=1.5
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/games-arcade/triplexinvaders/ChangeLog,v
53 retrieving revision 1.4
54 retrieving revision 1.5
55 diff -u -r1.4 -r1.5
56 --- ChangeLog 25 Apr 2007 22:09:45 -0000 1.4
57 +++ ChangeLog 31 May 2009 02:09:08 -0000 1.5
58 @@ -1,6 +1,9 @@
59 # ChangeLog for games-arcade/triplexinvaders
60 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/triplexinvaders/ChangeLog,v 1.4 2007/04/25 22:09:45 tupone Exp $
62 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
63 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/triplexinvaders/ChangeLog,v 1.5 2009/05/31 02:09:08 nyhm Exp $
64 +
65 + 31 May 2009; Tristan Heaven <nyhm@g.o> triplexinvaders-1.08.ebuild:
66 + Fix LICENSE: as-is -> MIT
67
68 14 Apr 2007; <tupone@g.o>
69 +files/triplexinvaders-1.08-gentoo.patch, +metadata.xml,