Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 54794 Details for
Bug 87172
net-misc/wol-0.7.1 cleanup
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
wol-0.7.1.patch
wol-0.7.1.patch (text/plain), 1014 bytes, created by
Diego Elio Pettenò (RETIRED)
on 2005-03-29 14:12:16 UTC
(
hide
)
Description:
wol-0.7.1.patch
Filename:
MIME Type:
Creator:
Diego Elio Pettenò (RETIRED)
Created:
2005-03-29 14:12:16 UTC
Size:
1014 bytes
patch
obsolete
>--- /usr/portage/net-misc/wol/wol-0.7.1.ebuild 2005-03-29 23:48:50.893589128 +0200 >+++ wol-0.7.1.ebuild 2005-03-29 23:55:51.552639232 +0200 >@@ -4,29 +4,28 @@ > > inherit eutils flag-o-matic > >-DESCRIPTION="wol implements Wake On LAN functionality in a small program. It wakes up hardware that is Magic Packet compliant." >+DESCRIPTION="Small Wakeup On LAN client" > HOMEPAGE="http://ahh.sourceforge.net/wol/" > SRC_URI="mirror://sourceforge/ahh/${P}.tar.gz" > LICENSE="GPL-2" > SLOT="0" >-KEYWORDS="~x86" >-IUSE="debug" >- >-src_unpack() { >- unpack ${A} >- cd ${S} >-} >+KEYWORDS="~x86 ~amd64" >+IUSE="debug nls" > > src_compile() { >- use debug && { >+ if use debug; then > append-flags -O -ggdb -DDEBUG > RESTRICT="${RESTRICT} nostrip" >- } >- econf || die "configure failed" >+ fi >+ >+ econf \ >+ $(use_enable nls) \ >+ || die "configure failed" > emake || die "make failed" > } > > src_install() { > emake DESTDIR="${D}" install || die "make install failed" >- dodoc README ChangeLog TODO >+ dodoc README ChangeLog TODO AUTHORS > } >+
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 87172
: 54794