Gentoo Archives: gentoo-dev

From: Donnie Berkholz <dberkholz@g.o>
To: gentoo-dev@l.g.o, zzam@g.o
Subject: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in app-misc/lirc: ChangeLog lirc-0.8.2-r2.ebuild
Date: Fri, 12 Oct 2007 06:45:54
Message-Id: 20071012063309.GG23990@supernova
1 On 19:35 Thu 11 Oct , Matthias Schwarzott (zzam) wrote:
2 > 1.1 app-misc/lirc/lirc-0.8.2-r2.ebuild
3 >
4 > file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/lirc/lirc-0.8.2-r2.ebuild?rev=1.1&view=markup
5 > plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/lirc/lirc-0.8.2-r2.ebuild?rev=1.1&content-type=text/plain
6
7 > add_device() {
8 > ((lirc_device_count++))
9
10 [skip lots of code]
11
12 > lirc_driver_count=0
13
14 "driver" != "device"
15
16 Might be useful to initialize it in add_device() if it's unset, so code
17 being this far apart won't get out of sync.
18
19 > make DESTDIR="${D}" install || die "make install failed"
20
21 If emake doesn't work, please add a comment to that effect.
22
23 > newinitd ${FILESDIR}/lircd lircd
24 > newinitd ${FILESDIR}/lircmd lircmd
25 > newconfd ${FILESDIR}/lircd.conf lircd
26 >
27 > insinto /etc/modules.d/
28 > newins ${FILESDIR}/modulesd.lirc lirc
29 >
30 > newinitd ${FILESDIR}/irexec-initd irexec
31 > newconfd ${FILESDIR}/irexec-confd irexec
32
33 Quoting.
34
35 Thanks,
36 Donnie
37 --
38 gentoo-dev@g.o mailing list

Replies