Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/xse: xse-2.1.ebuild ChangeLog xse-2.0.ebuild
Date: Wed, 09 Jan 2008 15:27:14
Message-Id: E1JCcpj-00010h-D6@stork.gentoo.org
1 armin76 08/01/09 15:27:11
2
3 Modified: xse-2.1.ebuild ChangeLog
4 Removed: xse-2.0.ebuild
5 Log:
6 Add missing dep, bug #204583, remove old
7 (Portage version: 2.1.3.19)
8
9 Revision Changes Path
10 1.9 x11-misc/xse/xse-2.1.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xse/xse-2.1.ebuild?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xse/xse-2.1.ebuild?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xse/xse-2.1.ebuild?r1=1.8&r2=1.9
15
16 Index: xse-2.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-misc/xse/xse-2.1.ebuild,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- xse-2.1.ebuild 22 Jul 2007 03:17:30 -0000 1.8
23 +++ xse-2.1.ebuild 9 Jan 2008 15:27:10 -0000 1.9
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2007 Gentoo Foundation
26 +# Copyright 1999-2008 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xse/xse-2.1.ebuild,v 1.8 2007/07/22 03:17:30 dberkholz Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xse/xse-2.1.ebuild,v 1.9 2008/01/09 15:27:10 armin76 Exp $
30
31 inherit eutils
32
33 @@ -14,7 +14,8 @@
34 DEPEND="x11-misc/imake
35 x11-libs/libXt
36 x11-misc/gccmakedep
37 - app-text/rman"
38 + app-text/rman
39 + x11-libs/libXaw"
40
41 src_compile() {
42 xmkmf -a &> /dev/null || die
43
44
45
46 1.14 x11-misc/xse/ChangeLog
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xse/ChangeLog?rev=1.14&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xse/ChangeLog?rev=1.14&content-type=text/plain
50 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xse/ChangeLog?r1=1.13&r2=1.14
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/x11-misc/xse/ChangeLog,v
55 retrieving revision 1.13
56 retrieving revision 1.14
57 diff -u -r1.13 -r1.14
58 --- ChangeLog 25 Dec 2007 16:08:07 -0000 1.13
59 +++ ChangeLog 9 Jan 2008 15:27:10 -0000 1.14
60 @@ -1,6 +1,10 @@
61 # ChangeLog for x11-misc/xse
62 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xse/ChangeLog,v 1.13 2007/12/25 16:08:07 phreak Exp $
64 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
65 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xse/ChangeLog,v 1.14 2008/01/09 15:27:10 armin76 Exp $
66 +
67 + 09 Jan 2008; Raúl Porcel <armin76@g.o> -xse-2.0.ebuild,
68 + xse-2.1.ebuild:
69 + Add missing dep, bug #204583, remove old
70
71 25 Dec 2007; Christian Heim <phreak@g.o> metadata.xml:
72 Removing taviso from metadata.xml as per #202471. Assigning to
73
74
75
76 --
77 gentoo-commits@l.g.o mailing list