Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 114196 Details for
Bug 142471
ebuild for remake version 0.61
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
replace make install for einstall
remake-0.62.ebuild (text/plain), 770 bytes, created by
ArYiX
on 2007-03-23 23:20:03 UTC
(
hide
)
Description:
replace make install for einstall
Filename:
MIME Type:
Creator:
ArYiX
Created:
2007-03-23 23:20:03 UTC
Size:
770 bytes
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >DESCRIPTION="A makefile debugger" >HOMEPAGE="http://bashdb.sourceforge.net/remake/" > >MAKE_V=3.80 >MY_PV=${MAKE_V}+dbg-${PV} >MY_P=${PN}-${MY_PV} > >SRC_URI="mirror://sourceforge/bashdb/${PN}-${MAKE_V}+dbg-${PV}.tar.bz2" >LICENSE="GPL-1" >KEYWORDS="~x86 ~amd64" >IUSE="dmalloc" >SLOT="0" > >DEPEND="dmalloc? (dev-libs/dmalloc)" >RDEPEND="${DEPEND}" > >S=${WORKDIR}/${MY_P} > >src_compile() { > econf \ > $(use_enable dmalloc) \ > || die "Error: econf failed!" > emake || die "Error: emake failed!" >} > > >src_install() { > einstall || die "make install failed" > dodoc AUTHORS COPYING INSTALL NEWS README TODO > #overwriting make info pages > cd ${D}/usr/share > rm -r info >}
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 142471
:
93226
|
93227
|
93239
|
93583
|
93584
|
93628
|
114121
| 114196