Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 232099 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-4 / +6 lines)
Line  Link Here
0
-- portage/net-wireless/madwifi-ng/madwifi-ng-0.9.4.ebuild 
0
++ local/portage/net-wireless/madwifi-ng/madwifi-ng-0.9.4-r1.ebuild 
Lines 1-6 Link Here
1
# Copyright 1999-2008 Gentoo Foundation
1
# Copyright 1999-2008 Gentoo Foundation
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-wireless/madwifi-ng/madwifi-ng-0.9.4.ebuild,v 1.3 2008/07/07 22:35:53 gentoofan23 Exp $
3
# $Header: /var/cvsroot/gentoo-x86/net-wireless/madwifi-ng/madwifi-ng-0.9.4.ebuild,v 1.1 2008/02/14 05:25:13 steev Exp $
4
4
5
inherit linux-mod
5
inherit linux-mod
6
6
Lines 14-23 Link Here
14
LICENSE="atheros-hal
14
LICENSE="atheros-hal
15
	|| ( BSD GPL-2 )"
15
	|| ( BSD GPL-2 )"
16
SLOT="0"
16
SLOT="0"
17
KEYWORDS="amd64 ~ppc x86"
17
KEYWORDS="~amd64 ~ppc ~x86"
18
IUSE="injection"
18
IUSE="injection"
19
19
20
DEPEND="app-arch/sharutils"
20
#DEPEND="app-arch/sharutils"
21
DEPEND=""
21
RDEPEND="!net-wireless/madwifi-old
22
RDEPEND="!net-wireless/madwifi-old
22
		net-wireless/wireless-tools
23
		net-wireless/wireless-tools
23
		~net-wireless/madwifi-ng-tools-${PV}"
24
		~net-wireless/madwifi-ng-tools-${PV}"
Lines 55-60 Link Here
55
	unpack ${A}
56
	unpack ${A}
56
57
57
	cd "${S}"
58
	cd "${S}"
59
	epatch "${FILESDIR}"/${PN}-2.6.26.patch
58
	epatch "${FILESDIR}"/${PN}-0.9.3-uudecode-gcda-fix.patch
60
	epatch "${FILESDIR}"/${PN}-0.9.3-uudecode-gcda-fix.patch
59
	if use injection; then epatch "${FILESDIR}"/${PN}-r1886.patch; fi
61
	if use injection; then epatch "${FILESDIR}"/${PN}-r1886.patch; fi
60
	for dir in ath ath_hal net80211 ath_rate ath_rate/amrr ath_rate/minstrel ath_rate/onoe ath_rate/sample; do
62
	for dir in ath ath_hal net80211 ath_rate ath_rate/amrr ath_rate/minstrel ath_rate/onoe ath_rate/sample; do

Return to bug 232099