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

(-)pcmcia-cs-3.2.7.ebuild.orig (+8 lines)
Lines 6-16 Link Here
6
6
7
OV="orinoco-0.13e"
7
OV="orinoco-0.13e"
8
8
9
GPR400_VERSION="0.9.7"
10
9
DESCRIPTION="PCMCIA tools for Linux"
11
DESCRIPTION="PCMCIA tools for Linux"
10
SRC_URI="mirror://sourceforge/pcmcia-cs/${P}.tar.gz
12
SRC_URI="mirror://sourceforge/pcmcia-cs/${P}.tar.gz
11
		http://dev.gentoo.org/~latexer/files/patches/${P}-module-init-tools.diff.gz
13
		http://dev.gentoo.org/~latexer/files/patches/${P}-module-init-tools.diff.gz
12
		ppc? ( http://dev.gentoo.org/~latexer/files/patches/pcmcia-cs-3.2.5-ppc-fix.diff.gz )
14
		ppc? ( http://dev.gentoo.org/~latexer/files/patches/pcmcia-cs-3.2.5-ppc-fix.diff.gz )
13
		http://ozlabs.org/people/dgibson/dldwd/monitor-0.13e.patch"
15
		http://ozlabs.org/people/dgibson/dldwd/monitor-0.13e.patch"
16
		gpr400? ( http://www.innovationsw.com/~jaiger/downloads/smartcard/gpr400_cs-${GPR400_VERSION}.tar.gz )"
14
17
15
HOMEPAGE="http://pcmcia-cs.sourceforge.net"
18
HOMEPAGE="http://pcmcia-cs.sourceforge.net"
16
IUSE="X trusted build apm pnp nocardbus"
19
IUSE="X trusted build apm pnp nocardbus"
Lines 44-52 Link Here
44
	# Fix for ppc on newer benh kernels
47
	# Fix for ppc on newer benh kernels
45
	[ "${ARCH}" == "ppc" ] && epatch ${DISTDIR}/pcmcia-cs-3.2.5-ppc-fix.diff.gz
48
	[ "${ARCH}" == "ppc" ] && epatch ${DISTDIR}/pcmcia-cs-3.2.5-ppc-fix.diff.gz
46
49
50
	# Fix for orinoco cards
51
	epatch ${FILESDIR}/pcmcia-cs-orinoco_cs.patch
52
47
	# Install man-pages into /usr/share/man
53
	# Install man-pages into /usr/share/man
48
	sed -i -e 's:usr/man:usr/share/man:g' Configure \
54
	sed -i -e 's:usr/man:usr/share/man:g' Configure \
49
		|| die "sed Configure failed (2)"
55
		|| die "sed Configure failed (2)"
56
57
	use gpr400 && unpack gpr400_cs-${GPR400_VERSION}.tar.gz
50
}
58
}
51
59
52
src_compile() {
60
src_compile() {

Return to bug 44342