Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/turbotail: turbotail-0.3.ebuild ChangeLog
Date: Sun, 25 May 2008 20:48:55
Message-Id: E1K0N9A-0001DH-Nc@stork.gentoo.org
1 jer 08/05/25 20:48:52
2
3 Modified: turbotail-0.3.ebuild ChangeLog
4 Log:
5 Make DEPEND conditional.
6 (Portage version: 2.1.5)
7
8 Revision Changes Path
9 1.3 sys-apps/turbotail/turbotail-0.3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/turbotail/turbotail-0.3.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/turbotail/turbotail-0.3.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/turbotail/turbotail-0.3.ebuild?r1=1.2&r2=1.3
14
15 Index: turbotail-0.3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-apps/turbotail/turbotail-0.3.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- turbotail-0.3.ebuild 25 May 2008 20:45:14 -0000 1.2
22 +++ turbotail-0.3.ebuild 25 May 2008 20:48:52 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/turbotail/turbotail-0.3.ebuild,v 1.2 2008/05/25 20:45:14 jer Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/turbotail/turbotail-0.3.ebuild,v 1.3 2008/05/25 20:48:52 jer Exp $
28
29 inherit toolchain-funcs
30
31 @@ -13,7 +13,7 @@
32 KEYWORDS="~amd64 ~hppa ~ppc ~x86"
33 IUSE="fam"
34
35 -DEPEND="app-admin/gamin"
36 +DEPEND="fam? ( app-admin/gamin )"
37
38 src_compile() {
39 local myconf
40
41
42
43 1.9 sys-apps/turbotail/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/turbotail/ChangeLog?rev=1.9&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/turbotail/ChangeLog?rev=1.9&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/turbotail/ChangeLog?r1=1.8&r2=1.9
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/sys-apps/turbotail/ChangeLog,v
52 retrieving revision 1.8
53 retrieving revision 1.9
54 diff -u -r1.8 -r1.9
55 --- ChangeLog 25 May 2008 20:45:14 -0000 1.8
56 +++ ChangeLog 25 May 2008 20:48:52 -0000 1.9
57 @@ -1,6 +1,9 @@
58 # ChangeLog for sys-apps/turbotail
59 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/turbotail/ChangeLog,v 1.8 2008/05/25 20:45:14 jer Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/turbotail/ChangeLog,v 1.9 2008/05/25 20:48:52 jer Exp $
62 +
63 + 25 May 2008; Jeroen Roovers <jer@g.o> turbotail-0.3.ebuild:
64 + Make DEPEND conditional.
65
66 25 May 2008; Jeroen Roovers <jer@g.o> turbotail-0.3.ebuild:
67 Add DNOTIFY support.
68
69
70
71 --
72 gentoo-commits@l.g.o mailing list