Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 479050
Collapse All | Expand All

(-)a/wakeonlan-0.41-r1.ebuild (-3 / +6 lines)
Lines 2-7 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/net-misc/wakeonlan/wakeonlan-0.41-r1.ebuild,v 1.11 2013/02/17 21:39:01 zmedico Exp $
3
# $Header: /var/cvsroot/gentoo-x86/net-misc/wakeonlan/wakeonlan-0.41-r1.ebuild,v 1.11 2013/02/17 21:39:01 zmedico Exp $
4
4
5
EAPI=5
6
5
inherit eutils perl-app
7
inherit eutils perl-app
6
8
7
DESCRIPTION="Client for Wake-On-LAN"
9
DESCRIPTION="Client for Wake-On-LAN"
Lines 13-20 SLOT="0" Link Here
13
KEYWORDS="amd64 arm ~ppc sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux"
15
KEYWORDS="amd64 arm ~ppc sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux"
14
IUSE=""
16
IUSE=""
15
17
16
src_unpack() {
18
DEPEND=""
17
	unpack ${A}
19
RDEPEND=""
18
	cd "${S}"
20
21
src_prepare() {
19
	epatch "${FILESDIR}"/"${P}"-ethers-lookup.patch
22
	epatch "${FILESDIR}"/"${P}"-ethers-lookup.patch
20
}
23
}

Return to bug 479050