public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/codeblocks: codeblocks-10.05.ebuild ChangeLog codeblocks-8.02.ebuild codeblocks-1.0_pre20070618.ebuild
@ 2010-07-02 22:04 Ryan Hill (dirtyepic)
  0 siblings, 0 replies; only message in thread
From: Ryan Hill (dirtyepic) @ 2010-07-02 22:04 UTC (permalink / raw
  To: gentoo-commits

dirtyepic    10/07/02 22:04:11

  Modified:             ChangeLog
  Added:                codeblocks-10.05.ebuild
  Removed:              codeblocks-8.02.ebuild
                        codeblocks-1.0_pre20070618.ebuild
  Log:
  Version bump (bug #322315). Clean up ebuild and remove old.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.18                 dev-util/codeblocks/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/codeblocks/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	6 May 2010 06:08:10 -0000	1.17
+++ ChangeLog	2 Jul 2010 22:04:11 -0000	1.18
@@ -1,6 +1,13 @@
 # ChangeLog for dev-util/codeblocks
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/codeblocks/ChangeLog,v 1.17 2010/05/06 06:08:10 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/codeblocks/ChangeLog,v 1.18 2010/07/02 22:04:11 dirtyepic Exp $
+
+*codeblocks-10.05 (02 Jul 2010)
+
+  02 Jul 2010; Ryan Hill <dirtyepic@gentoo.org>
+  -codeblocks-1.0_pre20070618.ebuild, -codeblocks-8.02.ebuild,
+  +codeblocks-10.05.ebuild:
+  Version bump (bug #322315). Clean up ebuild and remove old.
 
   06 May 2010; Ryan Hill <dirtyepic@gentoo.org> codeblocks-8.02-r1.ebuild,
   +files/codeblocks-8.02-gsocket.patch, metadata.xml:



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

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

Index: codeblocks-10.05.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/codeblocks/codeblocks-10.05.ebuild,v 1.1 2010/07/02 22:04:11 dirtyepic Exp $

EAPI="2"
WX_GTK_VER="2.8"

inherit wxwidgets flag-o-matic

DESCRIPTION="The open source, cross platform, free C++ IDE."
HOMEPAGE="http://www.codeblocks.org/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
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"

S=${WORKDIR}/${P}-release

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() {
	emake DESTDIR="${D}" install || die "Install failed"
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-07-02 22:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-02 22:04 [gentoo-commits] gentoo-x86 commit in dev-util/codeblocks: codeblocks-10.05.ebuild ChangeLog codeblocks-8.02.ebuild codeblocks-1.0_pre20070618.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