Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 99029 Details for
Bug 150358
dev-util/cscout (new ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dev-util/cscout/cscout-2.2.ebuild
cscout-2.2.ebuild (text/plain), 1.47 KB, created by
Daniel Lin
on 2006-10-07 02:01:51 UTC
(
hide
)
Description:
dev-util/cscout/cscout-2.2.ebuild
Filename:
MIME Type:
Creator:
Daniel Lin
Created:
2006-10-07 02:01:51 UTC
Size:
1.47 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils > >DESCRIPTION="CScout is a source code analyzer and refactoring browser for collections of C programs" >HOMEPAGE="http://www.spinellis.gr/cscout/" >SRC_URI="http://www.spinellis.gr/cscout/${P}-neutral.tar.gz > x86? ( http://www.spinellis.gr/cscout/${P}-linux-i386.tar.gz ) > amd64? ( http://www.spinellis.gr/cscout/${P}-linux-x86_64.tar.gz ) > ppc-macos? ( http://www.spinellis.gr/cscout/${P}-darwin-macho.tar.gz ) > x86-fbsd? ( http://www.spinellis.gr/cscout/${P}-fbsd-i386.tar.gz ) > amd64-fbsd? ( http://www.spinellis.gr/cscout/${P}-fbsd-amd64.tar.gz ) > sparc64-fbsd? ( http://www.spinellis.gr/cscout/${P}-fbsd-sparc64.tar.gz ) >" >LICENSE="cscout" >SLOT="0" >KEYWORDS="~x86" >IUSE="doc" >RESTRICT="strip" > >DEPEND="dev-lang/perl" > >src_unpack() { > unpack ${A} > cd ${S} && sed -i -e 's:/usr/local/include:/usr/include:g' \ > etc/cscout_incs.GENERIC \ > || die "sed failed" >} > >src_compile() { > : # Nothing to compile! >} > >src_install() { > dobin bin/* > > insinto /etc/cscout > doins etc/* > PLATFORM=LINUX_GCC # this should be fixed > dosym cscout_incs.$PLATFORM /etc/cscout/cscout_incs.h > dosym cscout_defs.$PLATFORM /etc/cscout/cscout_defs.h > > if use doc; then > dohtml -r doc/* > dodoc README > cp -dPR example ${D}/usr/share/doc/${PF} > fi > > insinto /usr/include/cscout > doins include/* > > doman man/* > > cat <<END >${T}/80cscout >CSCOUT_HOME="/etc/cscout" >END > doenvd ${T}/80cscout >}
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 150358
: 99029 |
99030