Gentoo Archives: gentoo-commits

From: "Jeremy Olexa (darkside)" <darkside@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/xse: xse-2.1.ebuild ChangeLog
Date: Tue, 14 Oct 2008 01:39:42
Message-Id: E1KpYsu-0005yJ-9f@stork.gentoo.org
1 darkside 08/10/14 01:39:40
2
3 Modified: xse-2.1.ebuild ChangeLog
4 Log:
5 (non maintainer commit) pull imake out of RDEPEND, bug #221437
6 (Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo x86_64)
7
8 Revision Changes Path
9 1.11 x11-misc/xse/xse-2.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xse/xse-2.1.ebuild?rev=1.11&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xse/xse-2.1.ebuild?rev=1.11&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xse/xse-2.1.ebuild?r1=1.10&r2=1.11
14
15 Index: xse-2.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-misc/xse/xse-2.1.ebuild,v
18 retrieving revision 1.10
19 retrieving revision 1.11
20 diff -u -r1.10 -r1.11
21 --- xse-2.1.ebuild 17 Jun 2008 03:19:26 -0000 1.10
22 +++ xse-2.1.ebuild 14 Oct 2008 01:39:40 -0000 1.11
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xse/xse-2.1.ebuild,v 1.10 2008/06/17 03:19:26 darkside Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xse/xse-2.1.ebuild,v 1.11 2008/10/14 01:39:40 darkside Exp $
28
29 inherit eutils
30
31 @@ -11,12 +11,14 @@
32 SLOT="0"
33 KEYWORDS="amd64 ppc x86"
34 IUSE=""
35 -DEPEND="x11-misc/imake
36 - x11-libs/libXt
37 +
38 +RDEPEND="x11-libs/libXt
39 x11-misc/gccmakedep
40 app-text/rman
41 x11-libs/libXaw
42 x11-libs/libXp"
43 +DEPEND="${RDEPEND}
44 + x11-misc/imake"
45
46 src_compile() {
47 xmkmf -a &> /dev/null || die
48
49
50
51 1.16 x11-misc/xse/ChangeLog
52
53 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xse/ChangeLog?rev=1.16&view=markup
54 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xse/ChangeLog?rev=1.16&content-type=text/plain
55 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xse/ChangeLog?r1=1.15&r2=1.16
56
57 Index: ChangeLog
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/x11-misc/xse/ChangeLog,v
60 retrieving revision 1.15
61 retrieving revision 1.16
62 diff -u -r1.15 -r1.16
63 --- ChangeLog 17 Jun 2008 03:19:26 -0000 1.15
64 +++ ChangeLog 14 Oct 2008 01:39:40 -0000 1.16
65 @@ -1,6 +1,9 @@
66 # ChangeLog for x11-misc/xse
67 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
68 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xse/ChangeLog,v 1.15 2008/06/17 03:19:26 darkside Exp $
69 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xse/ChangeLog,v 1.16 2008/10/14 01:39:40 darkside Exp $
70 +
71 + 14 Oct 2008; Jeremy Olexa <darkside@g.o> xse-2.1.ebuild:
72 + (non maintainer commit) pull imake out of RDEPEND, bug #221437
73
74 17 Jun 2008; Jeremy Olexa <darkside@g.o> xse-2.1.ebuild:
75 Add missing dep. Thanks Patrick, bug #227659