Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-action/descent3: descent3-1.4.0b-r1.ebuild ChangeLog
Date: Sun, 05 Feb 2012 05:22:44
Message-Id: 20120205052229.85AF42004B@flycatcher.gentoo.org
1 vapier 12/02/05 05:22:29
2
3 Modified: descent3-1.4.0b-r1.ebuild ChangeLog
4 Log:
5 Move to new unpacker eclass for unpack_makeself.
6
7 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.18 games-action/descent3/descent3-1.4.0b-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/descent3/descent3-1.4.0b-r1.ebuild?rev=1.18&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/descent3/descent3-1.4.0b-r1.ebuild?rev=1.18&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/descent3/descent3-1.4.0b-r1.ebuild?r1=1.17&r2=1.18
15
16 Index: descent3-1.4.0b-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-action/descent3/descent3-1.4.0b-r1.ebuild,v
19 retrieving revision 1.17
20 retrieving revision 1.18
21 diff -u -r1.17 -r1.18
22 --- descent3-1.4.0b-r1.ebuild 16 Jan 2012 19:05:35 -0000 1.17
23 +++ descent3-1.4.0b-r1.ebuild 5 Feb 2012 05:22:29 -0000 1.18
24 @@ -1,8 +1,8 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-action/descent3/descent3-1.4.0b-r1.ebuild,v 1.17 2012/01/16 19:05:35 ulm Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-action/descent3/descent3-1.4.0b-r1.ebuild,v 1.18 2012/02/05 05:22:29 vapier Exp $
29
30 -inherit eutils cdrom multilib games
31 +inherit eutils unpacker cdrom multilib games
32
33 IUSE="nocd videos"
34 DESCRIPTION="Descent 3 - 3-Dimensional indoor/outdoor spaceship combat"
35
36
37
38 1.30 games-action/descent3/ChangeLog
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/descent3/ChangeLog?rev=1.30&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/descent3/ChangeLog?rev=1.30&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/descent3/ChangeLog?r1=1.29&r2=1.30
43
44 Index: ChangeLog
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/games-action/descent3/ChangeLog,v
47 retrieving revision 1.29
48 retrieving revision 1.30
49 diff -u -r1.29 -r1.30
50 --- ChangeLog 16 Jan 2012 19:05:35 -0000 1.29
51 +++ ChangeLog 5 Feb 2012 05:22:29 -0000 1.30
52 @@ -1,6 +1,9 @@
53 # ChangeLog for games-action/descent3
54 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
55 -# $Header: /var/cvsroot/gentoo-x86/games-action/descent3/ChangeLog,v 1.29 2012/01/16 19:05:35 ulm Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/games-action/descent3/ChangeLog,v 1.30 2012/02/05 05:22:29 vapier Exp $
57 +
58 + 05 Feb 2012; Mike Frysinger <vapier@g.o> descent3-1.4.0b-r1.ebuild:
59 + Move to new unpacker eclass for unpack_makeself.
60
61 16 Jan 2012; Ulrich Müller <ulm@g.o> descent3-1.4.0b-r1.ebuild:
62 Migrate to cdrom.eclass, bug 398809.