Gentoo Archives: gentoo-dev

From: Donnie Berkholz <dberkholz@g.o>
To: gentoo-dev@l.g.o, compnerd@g.o
Subject: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in app-misc/tracker: ChangeLog tracker-0.6.3.ebuild tracker-0.6.1.ebuild tracker-0.6.2.ebuild tracker-0.5.4-r1.ebuild tracker-0.6.0.ebuild
Date: Tue, 02 Oct 2007 03:18:16
Message-Id: 20071002030607.GF15143@supernova
1 On 02:38 Tue 02 Oct , Saleem Abdulrasool (compnerd) wrote:
2 > 1.1 app-misc/tracker/tracker-0.6.3.ebuild
3 >
4 > file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/tracker/tracker-0.6.3.ebuild?rev=1.1&view=markup
5 > plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/tracker/tracker-0.6.3.ebuild?rev=1.1&content-type=text/plain
6
7 > function notify_inotify() {
8
9 Odd to declare a couple functions with 'function' then not do it for the
10 rest. Was this copied and pasted?
11
12 > pkg_setup() {
13 > linux-info_pkg_setup
14 >
15 > if built_with_use 'dev-db/sqlite' 'nothreadsafe' ; then
16 > eerror "You must build sqlite with threading support"
17 > die "dev-db/sqlite built with nothreadsafe"
18
19 No need for the single quotes in the built_with_use() params, and you
20 could use a local variable for the message so you don't repeat roughly
21 the same thing twice.
22
23 > cd ${S}
24 >
25 > epatch ${FILESDIR}/${PN}-0.6.3-fix-unac-option.patch
26
27 > make DESTDIR="${D}" install || die "install failed"
28
29 Quoting and emake
30
31 Thanks,
32 Donnie
33 --
34 gentoo-dev@g.o mailing list