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

(-)/usr/portage/app-misc/usbirboy/usbirboy-0.3.1.ebuild (+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/app-misc/usbirboy/usbirboy-0.3.1.ebuild,v 1.1 2008/05/16 20:49:40 zzam Exp $
3
# $Header: /var/cvsroot/gentoo-x86/app-misc/usbirboy/usbirboy-0.3.1.ebuild,v 1.1 2008/05/16 20:49:40 zzam Exp $
4
4
5
EAPI=2
6
5
inherit linux-mod eutils
7
inherit linux-mod eutils
6
8
7
DESCRIPTION="Use home made infrared receiver connected via USB"
9
DESCRIPTION="Use home made infrared receiver connected via USB"
Lines 34-39 Link Here
34
	BUILD_TARGETS="clean all"
36
	BUILD_TARGETS="clean all"
35
}
37
}
36
38
39
src_prepare(){
40
	sed -i "s:\$(UNAME):${KV_FULL}:g" ${S}/Makefile || die "sed failed"
41
}
42
37
src_install() {
43
src_install() {
38
	linux-mod_src_install
44
	linux-mod_src_install
39
45

Return to bug 250300