Gentoo Archives: gentoo-commits

From: "Ryan Hill (dirtyepic)" <dirtyepic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/codeblocks: codeblocks-9999.ebuild ChangeLog codeblocks-12.11.ebuild codeblocks-10.05.ebuild
Date: Mon, 04 Mar 2013 04:57:53
Message-Id: 20130304045748.F059E2171D@flycatcher.gentoo.org
1 dirtyepic 13/03/04 04:57:48
2
3 Modified: codeblocks-9999.ebuild ChangeLog
4 Added: codeblocks-12.11.ebuild
5 Removed: codeblocks-10.05.ebuild
6 Log:
7 Version bump (bug #456826 by Sorath). Sync live ebuild, remove old.
8
9 (Portage version: 2.2.0_alpha165/cvs/Linux x86_64, signed Manifest commit with key 957A8463)
10
11 Revision Changes Path
12 1.5 dev-util/codeblocks/codeblocks-9999.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/codeblocks/codeblocks-9999.ebuild?rev=1.5&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/codeblocks/codeblocks-9999.ebuild?rev=1.5&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/codeblocks/codeblocks-9999.ebuild?r1=1.4&r2=1.5
17
18 Index: codeblocks-9999.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-util/codeblocks/codeblocks-9999.ebuild,v
21 retrieving revision 1.4
22 retrieving revision 1.5
23 diff -u -r1.4 -r1.5
24 --- codeblocks-9999.ebuild 2 Nov 2012 06:03:31 -0000 1.4
25 +++ codeblocks-9999.ebuild 4 Mar 2013 04:57:48 -0000 1.5
26 @@ -1,29 +1,33 @@
27 -# Copyright 1999-2012 Gentoo Foundation
28 +# Copyright 1999-2013 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 -# $Header: /var/cvsroot/gentoo-x86/dev-util/codeblocks/codeblocks-9999.ebuild,v 1.4 2012/11/02 06:03:31 dirtyepic Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/dev-util/codeblocks/codeblocks-9999.ebuild,v 1.5 2013/03/04 04:57:48 dirtyepic Exp $
32
33 -EAPI="4"
34 +EAPI="5"
35 WX_GTK_VER="2.8"
36
37 -inherit autotools eutils flag-o-matic subversion wxwidgets
38 +inherit autotools eutils subversion wxwidgets
39
40 DESCRIPTION="The open source, cross platform, free C++ IDE."
41 HOMEPAGE="http://www.codeblocks.org/"
42 -ESVN_REPO_URI="svn://svn.berlios.de/${PN}/trunk"
43 -SRC_URI=""
44 LICENSE="GPL-3"
45 SLOT="0"
46 KEYWORDS=""
47 +SRC_URI=""
48 +ESVN_REPO_URI="svn://svn.berlios.de/${PN}/trunk"
49 +
50 IUSE="contrib debug pch static-libs"
51
52 -RDEPEND="x11-libs/wxGTK:2.8[X]"
53 +RDEPEND="app-arch/zip
54 + x11-libs/wxGTK:2.8[X]
55 + contrib? (
56 + app-text/hunspell
57 + dev-libs/boost
58 + dev-libs/libgamin
59 + )"
60 DEPEND="${RDEPEND}
61 - app-arch/zip
62 - dev-libs/libgamin
63 - sys-devel/libtool:2
64 virtual/pkgconfig"
65
66 -src_unpack(){
67 +src_unpack() {
68 subversion_src_unpack
69 }
70
71 @@ -37,11 +41,6 @@
72 }
73
74 src_configure() {
75 - # C::B is picky on CXXFLAG -fomit-frame-pointer
76 - # (project-wizard crash, instability ...)
77 - filter-flags -fomit-frame-pointer
78 - append-flags -fno-strict-aliasing
79 -
80 econf \
81 --with-wx-config="${WX_CONFIG}" \
82 $(use_enable debug) \
83
84
85
86 1.25 dev-util/codeblocks/ChangeLog
87
88 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/codeblocks/ChangeLog?rev=1.25&view=markup
89 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/codeblocks/ChangeLog?rev=1.25&content-type=text/plain
90 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/codeblocks/ChangeLog?r1=1.24&r2=1.25
91
92 Index: ChangeLog
93 ===================================================================
94 RCS file: /var/cvsroot/gentoo-x86/dev-util/codeblocks/ChangeLog,v
95 retrieving revision 1.24
96 retrieving revision 1.25
97 diff -u -r1.24 -r1.25
98 --- ChangeLog 2 Nov 2012 06:03:31 -0000 1.24
99 +++ ChangeLog 4 Mar 2013 04:57:48 -0000 1.25
100 @@ -1,6 +1,12 @@
101 # ChangeLog for dev-util/codeblocks
102 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
103 -# $Header: /var/cvsroot/gentoo-x86/dev-util/codeblocks/ChangeLog,v 1.24 2012/11/02 06:03:31 dirtyepic Exp $
104 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
105 +# $Header: /var/cvsroot/gentoo-x86/dev-util/codeblocks/ChangeLog,v 1.25 2013/03/04 04:57:48 dirtyepic Exp $
106 +
107 +*codeblocks-12.11 (04 Mar 2013)
108 +
109 + 04 Mar 2013; Ryan Hill <dirtyepic@g.o> -codeblocks-10.05.ebuild,
110 + +codeblocks-12.11.ebuild, codeblocks-9999.ebuild:
111 + Version bump (bug #456826 by Sorath). Sync live ebuild, remove old.
112
113 *codeblocks-10.05-r1 (02 Nov 2012)
114
115
116
117
118 1.1 dev-util/codeblocks/codeblocks-12.11.ebuild
119
120 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/codeblocks/codeblocks-12.11.ebuild?rev=1.1&view=markup
121 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/codeblocks/codeblocks-12.11.ebuild?rev=1.1&content-type=text/plain
122
123 Index: codeblocks-12.11.ebuild
124 ===================================================================
125 # Copyright 1999-2013 Gentoo Foundation
126 # Distributed under the terms of the GNU General Public License v2
127 # $Header: /var/cvsroot/gentoo-x86/dev-util/codeblocks/codeblocks-12.11.ebuild,v 1.1 2013/03/04 04:57:48 dirtyepic Exp $
128
129 EAPI="5"
130 WX_GTK_VER="2.8"
131
132 inherit eutils wxwidgets
133
134 DESCRIPTION="The open source, cross platform, free C++ IDE."
135 HOMEPAGE="http://www.codeblocks.org/"
136 LICENSE="GPL-3"
137 SLOT="0"
138 KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
139 SRC_URI="mirror://berlios/codeblocks/${P/-/_}-1.tar.gz"
140
141 IUSE="contrib debug pch static-libs"
142
143 RDEPEND="app-arch/zip
144 x11-libs/wxGTK:2.8[X]
145 contrib? (
146 app-text/hunspell
147 dev-libs/boost
148 dev-libs/libgamin
149 )"
150 DEPEND="${RDEPEND}
151 virtual/pkgconfig"
152
153 S="${WORKDIR}/${P}release8629"
154
155 src_configure() {
156 econf \
157 --with-wx-config="${WX_CONFIG}" \
158 $(use_enable debug) \
159 $(use_enable pch) \
160 $(use_enable static-libs static) \
161 $(use_with contrib contrib-plugins all)
162 }
163
164 src_install() {
165 default
166 prune_libtool_files
167 }