Gentoo Archives: gentoo-commits

From: "Jurek Bartuszek (jurek)" <jurek@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/codeblocks: codeblocks-1.0_pre20071215.ebuild ChangeLog
Date: Wed, 30 Jan 2008 23:39:25
Message-Id: E1JKMWY-0001cO-32@stork.gentoo.org
1 jurek 08/01/30 23:39:22
2
3 Modified: codeblocks-1.0_pre20071215.ebuild ChangeLog
4 Log:
5 dev-util/codeblocks: Minor fixes and changes (bug #199843)
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.2 dev-util/codeblocks/codeblocks-1.0_pre20071215.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/codeblocks/codeblocks-1.0_pre20071215.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/codeblocks/codeblocks-1.0_pre20071215.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/codeblocks/codeblocks-1.0_pre20071215.ebuild?r1=1.1&r2=1.2
14
15 Index: codeblocks-1.0_pre20071215.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-util/codeblocks/codeblocks-1.0_pre20071215.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- codeblocks-1.0_pre20071215.ebuild 15 Dec 2007 12:26:29 -0000 1.1
22 +++ codeblocks-1.0_pre20071215.ebuild 30 Jan 2008 23:39:21 -0000 1.2
23 @@ -1,12 +1,12 @@
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/dev-util/codeblocks/codeblocks-1.0_pre20071215.ebuild,v 1.1 2007/12/15 12:26:29 jurek Exp $
28 -
29 -inherit eutils autotools wxwidgets
30 +# $Header: /var/cvsroot/gentoo-x86/dev-util/codeblocks/codeblocks-1.0_pre20071215.ebuild,v 1.2 2008/01/30 23:39:21 jurek Exp $
31
32 #needed for wxwidgets.eclass
33 WX_GTK_VER="2.8"
34
35 +inherit eutils autotools wxwidgets
36 +
37 DESCRIPTION="Code::Blocks - a free cross-platform C/C++ IDE"
38 HOMEPAGE="http://www.codeblocks.org/"
39 SRC_URI="mirror://gentoo/${P}.tar.bz2"
40 @@ -14,7 +14,7 @@
41 LICENSE="GPL-2"
42 SLOT="0"
43 KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
44 -IUSE="unicode contrib debug"
45 +IUSE="contrib debug"
46
47 RDEPEND="=x11-libs/wxGTK-${WX_GTK_VER}*"
48
49 @@ -24,15 +24,15 @@
50 >=sys-devel/libtool-1.4
51 app-arch/zip"
52
53 -pkg_setup() {
54 - if use unicode; then
55 - #check for gtk2-unicode
56 - need-wxwidgets unicode
57 - else
58 - #check for gtk2-ansi
59 - need-wxwidgets gtk2
60 - fi
61 -}
62 +#pkg_setup() {
63 +# if use unicode; then
64 +# #check for gtk2-unicode
65 +# need-wxwidgets unicode
66 +# else
67 +# #check for gtk2-ansi
68 +# need-wxwidgets gtk2
69 +# fi
70 +#}
71
72 src_compile() {
73 export WANT_AUTOCONF=2.5
74
75
76
77 1.12 dev-util/codeblocks/ChangeLog
78
79 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/codeblocks/ChangeLog?rev=1.12&view=markup
80 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/codeblocks/ChangeLog?rev=1.12&content-type=text/plain
81 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/codeblocks/ChangeLog?r1=1.11&r2=1.12
82
83 Index: ChangeLog
84 ===================================================================
85 RCS file: /var/cvsroot/gentoo-x86/dev-util/codeblocks/ChangeLog,v
86 retrieving revision 1.11
87 retrieving revision 1.12
88 diff -u -r1.11 -r1.12
89 --- ChangeLog 22 Dec 2007 01:45:39 -0000 1.11
90 +++ ChangeLog 30 Jan 2008 23:39:21 -0000 1.12
91 @@ -1,6 +1,10 @@
92 # ChangeLog for dev-util/codeblocks
93 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
94 -# $Header: /var/cvsroot/gentoo-x86/dev-util/codeblocks/ChangeLog,v 1.11 2007/12/22 01:45:39 jurek Exp $
95 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
96 +# $Header: /var/cvsroot/gentoo-x86/dev-util/codeblocks/ChangeLog,v 1.12 2008/01/30 23:39:21 jurek Exp $
97 +
98 + 30 Jan 2008; Jurek Bartuszek <jurek@g.o>
99 + codeblocks-1.0_pre20071215.ebuild:
100 + Minor fixes and changes (bug #199843)
101
102 22 Dec 2007; Jurek Bartuszek <jurek@g.o>
103 -codeblocks-1.0_pre20070124.ebuild, -codeblocks-1.0_pre20070404.ebuild,
104
105
106
107 --
108 gentoo-commits@l.g.o mailing list