Gentoo Archives: gentoo-commits

From: "Markus Ullmann (jokey)" <jokey@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/bugle: ChangeLog bugle-0.0.20080803.ebuild
Date: Sat, 31 Jan 2009 19:51:57
Message-Id: E1LTLsh-0002xj-PZ@stork.gentoo.org
1 jokey 09/01/31 19:51:55
2
3 Modified: ChangeLog bugle-0.0.20080803.ebuild
4 Log:
5 Add dependency for bug 254940 and temporarily -j1 to emake until a solution exists for bug 247219
6 (Portage version: 2.2_rc23/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.9 dev-util/bugle/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/bugle/ChangeLog?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/bugle/ChangeLog?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/bugle/ChangeLog?r1=1.8&r2=1.9
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-util/bugle/ChangeLog,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- ChangeLog 25 Aug 2008 21:19:23 -0000 1.8
22 +++ ChangeLog 31 Jan 2009 19:51:55 -0000 1.9
23 @@ -1,6 +1,10 @@
24 # ChangeLog for dev-util/bugle
25 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-util/bugle/ChangeLog,v 1.8 2008/08/25 21:19:23 jokey Exp $
27 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/dev-util/bugle/ChangeLog,v 1.9 2009/01/31 19:51:55 jokey Exp $
29 +
30 + 31 Jan 2009; <jokey@g.o> bugle-0.0.20080803.ebuild:
31 + Add dependency for bug 254940 and temporarily -j1 to emake until a
32 + solution exists for bug 247219
33
34 *bugle-0.0.20080803 (25 Aug 2008)
35
36
37
38
39 1.2 dev-util/bugle/bugle-0.0.20080803.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/bugle/bugle-0.0.20080803.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/bugle/bugle-0.0.20080803.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/bugle/bugle-0.0.20080803.ebuild?r1=1.1&r2=1.2
44
45 Index: bugle-0.0.20080803.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-util/bugle/bugle-0.0.20080803.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- bugle-0.0.20080803.ebuild 25 Aug 2008 21:19:23 -0000 1.1
52 +++ bugle-0.0.20080803.ebuild 31 Jan 2009 19:51:55 -0000 1.2
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2008 Gentoo Foundation
55 +# Copyright 1999-2009 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-util/bugle/bugle-0.0.20080803.ebuild,v 1.1 2008/08/25 21:19:23 jokey Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-util/bugle/bugle-0.0.20080803.ebuild,v 1.2 2009/01/31 19:51:55 jokey Exp $
59
60 inherit toolchain-funcs
61
62 @@ -17,6 +17,7 @@
63 gtk? ( >=x11-libs/gtk+-2.4.0 >=x11-libs/gtkglext-1.0.0 )
64 readline? ( sys-libs/readline )
65 virtual/opengl
66 + media-libs/glew
67 sys-libs/ncurses"
68 RDEPEND="${DEPEND}"
69
70 @@ -38,7 +39,7 @@
71 dodoc README TODO TROUBLESHOOTING FAQ doc/*.{txt,html}
72 docinto examples
73 dodoc doc/examples/*
74 - emake DESTDIR="${D}" install || die "emake install failed"
75 + emake DESTDIR="${D}" -j1 install || die "emake install failed"
76 }
77
78 pkg_postinst() {