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-13.12.ebuild ChangeLog codeblocks-10.05-r1.ebuild
Date: Thu, 23 Jan 2014 04:48:39
Message-Id: 20140123044834.B6E652004C@flycatcher.gentoo.org
1 dirtyepic 14/01/23 04:48:34
2
3 Modified: ChangeLog
4 Added: codeblocks-13.12.ebuild
5 Removed: codeblocks-10.05-r1.ebuild
6 Log:
7 Version bump (bug #498918).
8
9 Signed-off-by: Ryan Hill <dirtyepic@g.o>
10 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 957A8463)
11
12 Revision Changes Path
13 1.28 dev-util/codeblocks/ChangeLog
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/codeblocks/ChangeLog?rev=1.28&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/codeblocks/ChangeLog?rev=1.28&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/codeblocks/ChangeLog?r1=1.27&r2=1.28
18
19 Index: ChangeLog
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/dev-util/codeblocks/ChangeLog,v
22 retrieving revision 1.27
23 retrieving revision 1.28
24 diff -u -r1.27 -r1.28
25 --- ChangeLog 4 Aug 2013 11:59:01 -0000 1.27
26 +++ ChangeLog 23 Jan 2014 04:48:34 -0000 1.28
27 @@ -1,6 +1,12 @@
28 # ChangeLog for dev-util/codeblocks
29 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
30 -# $Header: /var/cvsroot/gentoo-x86/dev-util/codeblocks/ChangeLog,v 1.27 2013/08/04 11:59:01 maekke Exp $
31 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
32 +# $Header: /var/cvsroot/gentoo-x86/dev-util/codeblocks/ChangeLog,v 1.28 2014/01/23 04:48:34 dirtyepic Exp $
33 +
34 +*codeblocks-13.12 (23 Jan 2014)
35 +
36 + 23 Jan 2014; Ryan Hill <dirtyepic@g.o> -codeblocks-10.05-r1.ebuild,
37 + +codeblocks-13.12.ebuild:
38 + Version bump (bug #498918).
39
40 04 Aug 2013; Markus Meier <maekke@g.o> codeblocks-12.11.ebuild:
41 add ~arm, bug #473820
42
43
44
45 1.1 dev-util/codeblocks/codeblocks-13.12.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/codeblocks/codeblocks-13.12.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/codeblocks/codeblocks-13.12.ebuild?rev=1.1&content-type=text/plain
49
50 Index: codeblocks-13.12.ebuild
51 ===================================================================
52 # Copyright 1999-2014 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/dev-util/codeblocks/codeblocks-13.12.ebuild,v 1.1 2014/01/23 04:48:34 dirtyepic Exp $
55
56 EAPI="5"
57 WX_GTK_VER="2.8"
58
59 inherit eutils wxwidgets
60
61 DESCRIPTION="The open source, cross platform, free C++ IDE."
62 HOMEPAGE="http://www.codeblocks.org/"
63 LICENSE="GPL-3"
64 SLOT="0"
65 KEYWORDS="~amd64 ~arm ~ppc ~x86 ~x86-fbsd"
66 SRC_URI="mirror://berlios/codeblocks/${P/-/_}-1.tar.gz"
67
68 IUSE="contrib debug pch static-libs"
69
70 RDEPEND="app-arch/zip
71 x11-libs/wxGTK:2.8[X]
72 contrib? (
73 app-text/hunspell
74 dev-libs/boost:=
75 dev-libs/libgamin
76 )"
77 DEPEND="${RDEPEND}
78 virtual/pkgconfig"
79
80 src_configure() {
81 econf \
82 --with-wx-config="${WX_CONFIG}" \
83 $(use_enable debug) \
84 $(use_enable pch) \
85 $(use_enable static-libs static) \
86 $(use_with contrib contrib-plugins all)
87 }
88
89 src_install() {
90 default
91 prune_libtool_files
92 }