public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/codeblocks: codeblocks-9999.ebuild ChangeLog codeblocks-12.11.ebuild codeblocks-10.05.ebuild
@ 2013-03-04  4:57 Ryan Hill (dirtyepic)
  0 siblings, 0 replies; only message in thread
From: Ryan Hill (dirtyepic) @ 2013-03-04  4:57 UTC (permalink / raw
  To: gentoo-commits

dirtyepic    13/03/04 04:57:48

  Modified:             codeblocks-9999.ebuild ChangeLog
  Added:                codeblocks-12.11.ebuild
  Removed:              codeblocks-10.05.ebuild
  Log:
  Version bump (bug #456826 by Sorath). Sync live ebuild, remove old.
  
  (Portage version: 2.2.0_alpha165/cvs/Linux x86_64, signed Manifest commit with key 957A8463)

Revision  Changes    Path
1.5                  dev-util/codeblocks/codeblocks-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/codeblocks/codeblocks-9999.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/codeblocks/codeblocks-9999.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/codeblocks/codeblocks-9999.ebuild?r1=1.4&r2=1.5

Index: codeblocks-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/codeblocks/codeblocks-9999.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- codeblocks-9999.ebuild	2 Nov 2012 06:03:31 -0000	1.4
+++ codeblocks-9999.ebuild	4 Mar 2013 04:57:48 -0000	1.5
@@ -1,29 +1,33 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 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.4 2012/11/02 06:03:31 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/codeblocks/codeblocks-9999.ebuild,v 1.5 2013/03/04 04:57:48 dirtyepic Exp $
 
-EAPI="4"
+EAPI="5"
 WX_GTK_VER="2.8"
 
-inherit autotools eutils flag-o-matic subversion wxwidgets
+inherit autotools eutils subversion wxwidgets
 
 DESCRIPTION="The open source, cross platform, free C++ IDE."
 HOMEPAGE="http://www.codeblocks.org/"
-ESVN_REPO_URI="svn://svn.berlios.de/${PN}/trunk"
-SRC_URI=""
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS=""
+SRC_URI=""
+ESVN_REPO_URI="svn://svn.berlios.de/${PN}/trunk"
+
 IUSE="contrib debug pch static-libs"
 
-RDEPEND="x11-libs/wxGTK:2.8[X]"
+RDEPEND="app-arch/zip
+	x11-libs/wxGTK:2.8[X]
+	contrib? (
+		app-text/hunspell
+		dev-libs/boost
+		dev-libs/libgamin
+	)"
 DEPEND="${RDEPEND}
-	app-arch/zip
-	dev-libs/libgamin
-	sys-devel/libtool:2
 	virtual/pkgconfig"
 
-src_unpack(){
+src_unpack() {
 	subversion_src_unpack
 }
 
@@ -37,11 +41,6 @@
 }
 
 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) \



1.25                 dev-util/codeblocks/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/codeblocks/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/codeblocks/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/codeblocks/ChangeLog?r1=1.24&r2=1.25

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/codeblocks/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	2 Nov 2012 06:03:31 -0000	1.24
+++ ChangeLog	4 Mar 2013 04:57:48 -0000	1.25
@@ -1,6 +1,12 @@
 # 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.24 2012/11/02 06:03:31 dirtyepic Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/codeblocks/ChangeLog,v 1.25 2013/03/04 04:57:48 dirtyepic Exp $
+
+*codeblocks-12.11 (04 Mar 2013)
+
+  04 Mar 2013; Ryan Hill <dirtyepic@gentoo.org> -codeblocks-10.05.ebuild,
+  +codeblocks-12.11.ebuild, codeblocks-9999.ebuild:
+  Version bump (bug #456826 by Sorath). Sync live ebuild, remove old.
 
 *codeblocks-10.05-r1 (02 Nov 2012)
 



1.1                  dev-util/codeblocks/codeblocks-12.11.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/codeblocks/codeblocks-12.11.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/codeblocks/codeblocks-12.11.ebuild?rev=1.1&content-type=text/plain

Index: codeblocks-12.11.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/codeblocks/codeblocks-12.11.ebuild,v 1.1 2013/03/04 04:57:48 dirtyepic Exp $

EAPI="5"
WX_GTK_VER="2.8"

inherit eutils 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/-/_}-1.tar.gz"

IUSE="contrib debug pch static-libs"

RDEPEND="app-arch/zip
	x11-libs/wxGTK:2.8[X]
	contrib? (
		app-text/hunspell
		dev-libs/boost
		dev-libs/libgamin
	)"
DEPEND="${RDEPEND}
	virtual/pkgconfig"

S="${WORKDIR}/${P}release8629"

src_configure() {
	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:[~2013-03-04  4:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-04  4:57 [gentoo-commits] gentoo-x86 commit in dev-util/codeblocks: codeblocks-9999.ebuild ChangeLog codeblocks-12.11.ebuild codeblocks-10.05.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