Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 108442 Details for
Bug 164335
kdevelop svn ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
kdevelop svn ebuild
kdevelop-9999.ebuild (text/plain), 3.15 KB, created by
Grzegorz Chwesewicz
on 2007-01-29 00:34:05 UTC
(
hide
)
Description:
kdevelop svn ebuild
Filename:
MIME Type:
Creator:
Grzegorz Chwesewicz
Created:
2007-01-29 00:34:05 UTC
Size:
3.15 KB
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/dev-util/kdevelop/kdevelop-3.4.0.ebuild,v 1.1 2007/01/27 17:43:55 flameeyes Exp $ > >inherit subversion kde eutils db-use > >DESCRIPTION="Integrated Development Environment for Unix, supporting KDE/Qt, C/C++ and many other languages." >HOMEPAGE="http://www.kdevelop.org" >ESVN_REPO_URI="svn://anonsvn.kde.org/home/kde/branches/kdevelop/3.4/" > >LICENSE="GPL-2" > >SLOT="3" >KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" >IUSE="ada clearcase cvs fortran haskell java pascal perforce perl php python ruby sql subversion graphviz" > >DEPEND="sys-devel/gdb > >=sys-libs/db-4.1 > cvs? ( || ( kde-base/cervisia kde-base/kdesdk ) ) > graphviz? ( media-gfx/graphviz )" > >RDEPEND="${DEPEND} > subversion? ( || ( kde-base/kdesdk-kioslaves kde-base/kdesdk ) )" >DEPEND="${DEPEND} > sys-devel/flex" >need-kde 3.5 > >S="${WORKDIR}/${PN}" > >src_unpack() { > subversion_src_unpack > > # Update the admin dir used in KDE template projects. > # See also kde bug 104386. > for i in ${S}/admin/*; do > cp "${i}" "${S}/parts/appwizard/common/admin/" > done >} > >src_compile() { > local myconf="--with-kdelibsdoxy-dir=$(kde-config --prefix)/share/doc/HTML/en/kdelibs-apidocs" > > # languages > myconf="${myconf} $(use_enable java) $(use_enable python) > $(use_enable ruby) $(use_enable ada) $(use_enable fortran) > $(use_enable haskell) $(use_enable pascal) $(use_enable perl) > $(use_enable php) $(use_enable sql)" > > # build tools > myconf="${myconf} $(use_enable java antproject)" > > # version control systems > myconf="${myconf} $(use_enable cvs) $(use_enable clearcase) $(use_enable perforce) > $(use_enable subversion)" > > # Explicitly set db include directory (bug 128897) > myconf="${myconf} --with-db-includedir=${ROOT}$(db_includedir) > --with-db-lib=$(db_libname)" > > kde_src_compile >} > >src_install() { > kde_src_install > > # Default to exuberant-ctags so that we don't end up trying to run emacs's > # ctags. > cat - >> "${D}/usr/share/config/kdeveloprc" <<EOF > >[CTAGS] >ctags binary=/usr/bin/exuberant-ctags > >EOF >} > >pkg_postinst() { > elog "kdevelop can use a wide range of apps for extra functionality. This is an almost" > elog "complete list. All these packages can be emerged after kdevelop." > elog > elog "kde-base/kdebase: (RECOMMENDED) embed konsole kpart in kdevelop ide" > elog "dev-util/kdbg: (RECOMMENDED) kde frontend to gdb" > elog "dev-util/valgrind: (RECOMMENDED) integrates valgrind (memory debugger) commands" > elog "kde-base/kompare: (RECOMMENDED) show differences between files" > elog "dev-java/ant: support projects using the ant build tool" > elog "dev-util/ctags: faster and more powerful code browsing logic" > elog "app-doc/doxygen: generate KDE-style documentation for your project" > elog "www-misc/htdig: index and search your project's documentation" > elog "app-arch/rpm: support creating RPMs of your project" > elog "app-emulation/visualboyadvance: create and run projects for this gameboy" > elog > elog "Support for GNU-style make, tmake, qmake is included." > elog "Support for using clearcase, perforce and subversion" > elog "as version control systems is optional." >}
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 164335
: 108442