Gentoo Archives: gentoo-commits

From: "Stephanie J. Lockwood-Childs (wormo)" <wormo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/realbasic: realbasic-2007.3.ebuild ChangeLog
Date: Fri, 26 Dec 2008 03:00:45
Message-Id: E1LG2wL-0004v8-N8@stork.gentoo.org
1 wormo 08/12/26 03:00:41
2
3 Modified: realbasic-2007.3.ebuild ChangeLog
4 Log:
5 Add missing runtime dependencies, reported by Jens Meissner (bug #251866)
6 (Portage version: 2.1.4.5)
7
8 Revision Changes Path
9 1.3 dev-lang/realbasic/realbasic-2007.3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/realbasic/realbasic-2007.3.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/realbasic/realbasic-2007.3.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/realbasic/realbasic-2007.3.ebuild?r1=1.2&r2=1.3
14
15 Index: realbasic-2007.3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-lang/realbasic/realbasic-2007.3.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- realbasic-2007.3.ebuild 29 Feb 2008 17:55:30 -0000 1.2
22 +++ realbasic-2007.3.ebuild 26 Dec 2008 03:00:41 -0000 1.3
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/dev-lang/realbasic/realbasic-2007.3.ebuild,v 1.2 2008/02/29 17:55:30 carlo Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/realbasic/realbasic-2007.3.ebuild,v 1.3 2008/12/26 03:00:41 wormo Exp $
28
29 inherit eutils portability
30
31 @@ -15,6 +15,22 @@
32 RESTRICT="mirror strip"
33
34 DEPEND=""
35 +RDEPEND="x86? ( =virtual/libstdc++-3*
36 + =x11-libs/gtk+-2*
37 + =dev-libs/glib-2*
38 + net-print/cups
39 + x11-libs/libXi
40 + x11-libs/libXext
41 + x11-libs/libX11
42 + x11-libs/libXau
43 + x11-libs/libXdmcp
44 + x11-libs/pango
45 + )
46 + amd64? ( app-emulation/emul-linux-x86-baselibs
47 + app-emulation/emul-linux-x86-compat
48 + app-emulation/emul-linux-x86-gtklibs
49 + app-emulation/emul-linux-x86-xlibs
50 + )"
51
52 S=${WORKDIR}/REALbasic2007Release3
53
54
55
56
57 1.3 dev-lang/realbasic/ChangeLog
58
59 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/realbasic/ChangeLog?rev=1.3&view=markup
60 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/realbasic/ChangeLog?rev=1.3&content-type=text/plain
61 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/realbasic/ChangeLog?r1=1.2&r2=1.3
62
63 Index: ChangeLog
64 ===================================================================
65 RCS file: /var/cvsroot/gentoo-x86/dev-lang/realbasic/ChangeLog,v
66 retrieving revision 1.2
67 retrieving revision 1.3
68 diff -u -r1.2 -r1.3
69 --- ChangeLog 29 Feb 2008 17:55:30 -0000 1.2
70 +++ ChangeLog 26 Dec 2008 03:00:41 -0000 1.3
71 @@ -1,6 +1,10 @@
72 # ChangeLog for dev-lang/realbasic
73 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
74 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/realbasic/ChangeLog,v 1.2 2008/02/29 17:55:30 carlo Exp $
75 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/realbasic/ChangeLog,v 1.3 2008/12/26 03:00:41 wormo Exp $
76 +
77 + 26 Dec 2008; Stephanie Lockwood-Childs <wormo@g.o>
78 + realbasic-2007.3.ebuild:
79 + Add missing runtime dependencies, reported by Jens Meissner (bug #251866)
80
81 29 Feb 2008; Carsten Lohrke <carlo@g.o> realbasic-2007.3.ebuild:
82 Remove icon extension from desktop entry to match Icon Theme Specification.