Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-action/rune: rune-1.07-r2.ebuild ChangeLog
Date: Fri, 26 Sep 2008 18:25:01
Message-Id: E1KjHzu-0003tp-6V@stork.gentoo.org
1 zmedico 08/09/26 18:24:58
2
3 Modified: rune-1.07-r2.ebuild ChangeLog
4 Log:
5 Set PROPERTIES=interactive since src_unpack() calls cdrom_get_cds() and
6 also GAMES_CHECK_LICENSE=yes is set.
7 (Portage version: 2.2_rc11/cvs/Linux 2.6.26-0911-x86-64 i686)
8
9 Revision Changes Path
10 1.9 games-action/rune/rune-1.07-r2.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/rune/rune-1.07-r2.ebuild?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/rune/rune-1.07-r2.ebuild?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/rune/rune-1.07-r2.ebuild?r1=1.8&r2=1.9
15
16 Index: rune-1.07-r2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-action/rune/rune-1.07-r2.ebuild,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- rune-1.07-r2.ebuild 6 Mar 2008 03:39:53 -0000 1.8
23 +++ rune-1.07-r2.ebuild 26 Sep 2008 18:24:57 -0000 1.9
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-action/rune/rune-1.07-r2.ebuild,v 1.8 2008/03/06 03:39:53 wolf31o2 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-action/rune/rune-1.07-r2.ebuild,v 1.9 2008/09/26 18:24:57 zmedico Exp $
29
30 inherit eutils games
31
32 @@ -12,6 +12,7 @@
33 LICENSE="LOKI-EULA"
34 SLOT="0"
35 KEYWORDS="amd64 x86"
36 +PROPERTIES="interactive"
37 RESTRICT="strip"
38 IUSE=""
39
40
41
42
43 1.18 games-action/rune/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/rune/ChangeLog?rev=1.18&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/rune/ChangeLog?rev=1.18&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/rune/ChangeLog?r1=1.17&r2=1.18
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/games-action/rune/ChangeLog,v
52 retrieving revision 1.17
53 retrieving revision 1.18
54 diff -u -r1.17 -r1.18
55 --- ChangeLog 5 Jun 2008 19:07:16 -0000 1.17
56 +++ ChangeLog 26 Sep 2008 18:24:57 -0000 1.18
57 @@ -1,6 +1,10 @@
58 # ChangeLog for games-action/rune
59 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/games-action/rune/ChangeLog,v 1.17 2008/06/05 19:07:16 wolf31o2 Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/games-action/rune/ChangeLog,v 1.18 2008/09/26 18:24:57 zmedico Exp $
62 +
63 + 26 Sep 2008; Zac Medico <zmedico@g.o> rune-1.07-r2.ebuild:
64 + Set PROPERTIES=interactive since src_unpack() calls cdrom_get_cds() and
65 + also GAMES_CHECK_LICENSE=yes is set.
66
67 05 Jun 2008; Chris Gianelloni <wolf31o2@g.o> metadata.xml:
68 Removing myself as maintainer.