Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 73968 Details for
Bug 89533
new package suggestion: Code::Blocks - a cross-platform C/C++ IDE
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Ebuild for compiling from the new belios SVN repo
codeblocks-svn-1.0.ebuild (text/plain), 878 bytes, created by
Scott 'me22' McMurray
on 2005-12-02 20:28:48 UTC
(
hide
)
Description:
Ebuild for compiling from the new belios SVN repo
Filename:
MIME Type:
Creator:
Scott 'me22' McMurray
Created:
2005-12-02 20:28:48 UTC
Size:
878 bytes
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit subversion perl-app flag-o-matic > >ESVN_REPO_URI="svn://svn.berlios.de/codeblocks/trunk/" >ESVN_PROJECT="codeblocks" >ESVN_BOOTSTRAP="./bootstrap" > >DESCRIPTION="An open source, cross platform, free C++ IDE." >HOMEPAGE="http://www.codeblocks.org" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86" >IUSE="debug" > >RDEPEND=" > !dev-util/codeblocks > !dev-util/codeblocks-cvs" >DEPEND="${RDEPEND} > >=sys-devel/libtool-1.4 > >=sys-devel/automake-1.7 > >=sys-devel/autoconf-2.50" > >src_compile() { > > econf $(use_enable debug) \ > --disable-dependency-tracking || die "econf failed" > emake || die "emake failed" > >} > >src_install() { > > make install DESTDIR=${D} || die "install failed" > #einstall DESTDIR=${D} || die "einstall 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 89533
:
61678
|
61679
|
61680
|
61687
|
64486
|
65194
|
65195
|
72819
|
72820
|
73968
|
75046
|
75048
|
76289
|
76841
|
77788
|
77813
|
81421
|
81457
|
82344
|
82345
|
82346
|
86408
|
86560
|
95867
|
101642
|
106987