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-action/descent2-demodata: descent2-demodata-1.0.ebuild ChangeLog
Date: Thu, 14 Feb 2008 22:21:51
Message-Id: E1JPmSZ-0001TF-4g@stork.gentoo.org
1 nyhm 08/02/14 22:21:39
2
3 Modified: descent2-demodata-1.0.ebuild ChangeLog
4 Log:
5 Fix RDEPEND to not include unzip and unarj
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.6 games-action/descent2-demodata/descent2-demodata-1.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/descent2-demodata/descent2-demodata-1.0.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/descent2-demodata/descent2-demodata-1.0.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/descent2-demodata/descent2-demodata-1.0.ebuild?r1=1.5&r2=1.6
14
15 Index: descent2-demodata-1.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-action/descent2-demodata/descent2-demodata-1.0.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- descent2-demodata-1.0.ebuild 6 Sep 2007 22:03:37 -0000 1.5
22 +++ descent2-demodata-1.0.ebuild 14 Feb 2008 22:21:38 -0000 1.6
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
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/descent2-demodata/descent2-demodata-1.0.ebuild,v 1.5 2007/09/06 22:03:37 wolf31o2 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-action/descent2-demodata/descent2-demodata-1.0.ebuild,v 1.6 2008/02/14 22:21:38 nyhm Exp $
29
30 inherit eutils games
31
32 @@ -25,8 +25,8 @@
33 #RDEPEND="|| (
34 # games-action/d2x-rebirth
35 # >=games-action/d2x-0.2.5-r3 )"
36 -DEPEND="!<games-action/d2x-0.2.5-r3
37 - app-arch/unzip
38 +RDEPEND="!<games-action/d2x-0.2.5-r3"
39 +DEPEND="app-arch/unzip
40 app-arch/unarj"
41
42 S=${WORKDIR}
43
44
45
46 1.4 games-action/descent2-demodata/ChangeLog
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/descent2-demodata/ChangeLog?rev=1.4&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/descent2-demodata/ChangeLog?rev=1.4&content-type=text/plain
50 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/descent2-demodata/ChangeLog?r1=1.3&r2=1.4
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/games-action/descent2-demodata/ChangeLog,v
55 retrieving revision 1.3
56 retrieving revision 1.4
57 diff -u -r1.3 -r1.4
58 --- ChangeLog 6 Sep 2007 22:03:37 -0000 1.3
59 +++ ChangeLog 14 Feb 2008 22:21:38 -0000 1.4
60 @@ -1,6 +1,10 @@
61 # ChangeLog for games-action/descent2-demodata
62 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/games-action/descent2-demodata/ChangeLog,v 1.3 2007/09/06 22:03:37 wolf31o2 Exp $
64 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
65 +# $Header: /var/cvsroot/gentoo-x86/games-action/descent2-demodata/ChangeLog,v 1.4 2008/02/14 22:21:38 nyhm Exp $
66 +
67 + 14 Feb 2008; Tristan Heaven <nyhm@g.o>
68 + descent2-demodata-1.0.ebuild:
69 + Fix RDEPEND to not include unzip and unarj
70
71 06 Sep 2007; Chris Gianelloni <wolf31o2@g.o>
72 descent2-demodata-1.0.ebuild:
73
74
75
76 --
77 gentoo-commits@l.g.o mailing list