Gentoo Archives: gentoo-dev

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