* [gentoo-commits] gentoo-x86 commit in dev-util/codeblocks: ChangeLog codeblocks-10.05-r1.ebuild codeblocks-9999.ebuild
@ 2012-11-02 6:03 Ryan Hill (dirtyepic)
0 siblings, 0 replies; only message in thread
From: Ryan Hill (dirtyepic) @ 2012-11-02 6:03 UTC (permalink / raw
To: gentoo-commits
dirtyepic 12/11/02 06:03:31
Modified: ChangeLog codeblocks-9999.ebuild
Added: codeblocks-10.05-r1.ebuild
Log:
Fix crash when wxChartCtrl is added with wxSmith (bug #372837, patch by Gert
Wollny). Backport GCC 4.7 fixes from trunk (bug #423791). Add pkgconfig
dependency and prune .la files.
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key F9A40662)
Revision Changes Path
1.24 dev-util/codeblocks/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/codeblocks/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/codeblocks/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/codeblocks/ChangeLog?r1=1.23&r2=1.24
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/codeblocks/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog 30 Apr 2012 20:27:26 -0000 1.23
+++ ChangeLog 2 Nov 2012 06:03:31 -0000 1.24
@@ -1,6 +1,15 @@
# ChangeLog for dev-util/codeblocks
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/codeblocks/ChangeLog,v 1.23 2012/04/30 20:27:26 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/codeblocks/ChangeLog,v 1.24 2012/11/02 06:03:31 dirtyepic Exp $
+
+*codeblocks-10.05-r1 (02 Nov 2012)
+
+ 02 Nov 2012; Ryan Hill <dirtyepic@gentoo.org> +codeblocks-10.05-r1.ebuild,
+ +files/codeblocks-10.05-gcc47.patch,
+ +files/codeblocks-10.05-wxChartCtrl-crash.patch, codeblocks-9999.ebuild:
+ Fix crash when wxChartCtrl is added with wxSmith (bug #372837, patch by Gert
+ Wollny). Backport GCC 4.7 fixes from trunk (bug #423791). Add pkgconfig
+ dependency and prune .la files.
30 Apr 2012; Tomáš Chvátal <scarabeus@gentoo.org>
-codeblocks-1.0_pre20071215.ebuild, -files/8.02-version.patch,
1.4 dev-util/codeblocks/codeblocks-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/codeblocks/codeblocks-9999.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/codeblocks/codeblocks-9999.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/codeblocks/codeblocks-9999.ebuild?r1=1.3&r2=1.4
Index: codeblocks-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/codeblocks/codeblocks-9999.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- codeblocks-9999.ebuild 30 Apr 2012 20:27:26 -0000 1.3
+++ codeblocks-9999.ebuild 2 Nov 2012 06:03:31 -0000 1.4
@@ -1,11 +1,11 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/codeblocks/codeblocks-9999.ebuild,v 1.3 2012/04/30 20:27:26 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/codeblocks/codeblocks-9999.ebuild,v 1.4 2012/11/02 06:03:31 dirtyepic Exp $
EAPI="4"
WX_GTK_VER="2.8"
-inherit autotools flag-o-matic subversion wxwidgets
+inherit autotools eutils flag-o-matic subversion wxwidgets
DESCRIPTION="The open source, cross platform, free C++ IDE."
HOMEPAGE="http://www.codeblocks.org/"
@@ -20,7 +20,8 @@
DEPEND="${RDEPEND}
app-arch/zip
dev-libs/libgamin
- sys-devel/libtool:2"
+ sys-devel/libtool:2
+ virtual/pkgconfig"
src_unpack(){
subversion_src_unpack
@@ -53,3 +54,8 @@
emake clean-zipfiles
emake
}
+
+src_install() {
+ default
+ prune_libtool_files
+}
1.1 dev-util/codeblocks/codeblocks-10.05-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/codeblocks/codeblocks-10.05-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/codeblocks/codeblocks-10.05-r1.ebuild?rev=1.1&content-type=text/plain
Index: codeblocks-10.05-r1.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/codeblocks/codeblocks-10.05-r1.ebuild,v 1.1 2012/11/02 06:03:31 dirtyepic Exp $
EAPI="4"
WX_GTK_VER="2.8"
inherit eutils flag-o-matic wxwidgets
DESCRIPTION="The open source, cross platform, free C++ IDE."
HOMEPAGE="http://www.codeblocks.org/"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
SRC_URI="mirror://berlios/codeblocks/${P}-src.tar.bz2"
IUSE="contrib debug pch static-libs"
RDEPEND="x11-libs/wxGTK:2.8[X]"
DEPEND="${RDEPEND}
app-arch/zip
virtual/pkgconfig"
S=${WORKDIR}/${P}-release
src_prepare() {
epatch "${FILESDIR}"/${P}-wxChartCtrl-crash.patch
epatch "${FILESDIR}"/${P}-gcc47.patch
}
src_configure() {
# C::B is picky on CXXFLAG -fomit-frame-pointer
# (project-wizard crash, instability ...)
filter-flags -fomit-frame-pointer
append-flags -fno-strict-aliasing
econf \
--with-wx-config="${WX_CONFIG}" \
$(use_enable debug) \
$(use_enable pch) \
$(use_enable static-libs static) \
$(use_with contrib contrib-plugins all)
}
src_install() {
default
prune_libtool_files
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-11-02 6:03 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-02 6:03 [gentoo-commits] gentoo-x86 commit in dev-util/codeblocks: ChangeLog codeblocks-10.05-r1.ebuild codeblocks-9999.ebuild Ryan Hill (dirtyepic)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox