Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 237165 Details for
Bug 322315
dev-util/codeblocks-10.05 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
codeblocks-10.05.ebuild
codeblocks-10.05.ebuild (text/plain), 1.16 KB, created by
Ryan Hill (RETIRED)
on 2010-07-01 19:12:46 UTC
(
hide
)
Description:
codeblocks-10.05.ebuild
Filename:
MIME Type:
Creator:
Ryan Hill (RETIRED)
Created:
2010-07-01 19:12:46 UTC
Size:
1.16 KB
patch
obsolete
># 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-8.02-r1.ebuild,v 1.3 2010/05/06 06:08:10 dirtyepic Exp $ > >EAPI="2" >WX_GTK_VER="2.8" >WANT_AUTOCONF="latest" >WANT_AUTOMAKE="latest" > >inherit autotools 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}" > >S=${WORKDIR}/${P}-release > >src_prepare() { > # --enable-debug adds -g > sed -i -e 's:-g ::' acinclude.m4 > eautoreconf >} > >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" >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 322315
: 237165