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

(-)/usr/portage/net-dialup/ltmodem/ltmodem-8.26_alpha9-r3.ebuild (-3 / +3 lines)
Lines 9-15 Link Here
9
HOMEPAGE="http://www.heby.de/ltmodem/"
9
HOMEPAGE="http://www.heby.de/ltmodem/"
10
SRC_URI="http://www.physcip.uni-stuttgart.de/heby/ltmodem/${MY_P}.tar.gz
10
SRC_URI="http://www.physcip.uni-stuttgart.de/heby/ltmodem/${MY_P}.tar.gz
11
	http://www.sfu.ca/~cth/ltmodem/${MY_P}.tar.gz
11
	http://www.sfu.ca/~cth/ltmodem/${MY_P}.tar.gz
12
	http://linmodems.technion.ac.il/packages/ltmodem/kernel-2.6/ltmodem-2.6-alk-v00.tar.gz"
12
	http://linmodems.technion.ac.il/packages/ltmodem/kernel-2.6/ltmodem-2.6-alk-4a.tar.gz"
13
13
14
LICENSE="GPL-2"
14
LICENSE="GPL-2"
15
SLOT="0"
15
SLOT="0"
Lines 28-34 Link Here
28
		sed -i -e 's:make -e:make:' -e 's:read -p:echo:' build_module
28
		sed -i -e 's:make -e:make:' -e 's:read -p:echo:' build_module
29
		FAST="1" ./build_module || die
29
		FAST="1" ./build_module || die
30
	else
30
	else
31
		cd ../ltmodem-2.6-alk/
31
		cd ../ltmodem-2.6-alk-4/
32
		unset ARCH
32
		unset ARCH
33
		addwrite /usr/src/linux-${KV}
33
		addwrite /usr/src/linux-${KV}
34
		sed -i -e "s:linux-2.6:linux:" Makefile
34
		sed -i -e "s:linux-2.6:linux:" Makefile
Lines 71-77 Link Here
71
	if kernel-mod_is_2_4_kernel; then
71
	if kernel-mod_is_2_4_kernel; then
72
		make install ROOTDIR=${D} || die
72
		make install ROOTDIR=${D} || die
73
	else
73
	else
74
		cd ${WORKDIR}/ltmodem-2.6-alk/
74
		cd ${WORKDIR}/ltmodem-2.6-alk-4/
75
		insinto /lib/modules/${KV}/ltmodem
75
		insinto /lib/modules/${KV}/ltmodem
76
		doins ltmodem.ko
76
		doins ltmodem.ko
77
		doins ltserial.ko
77
		doins ltserial.ko

Return to bug 59665