Gentoo Archives: gentoo-commits

From: "Mike Auty (ikelos)" <ikelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/inotail: ChangeLog inotail-0.5-r1.ebuild inotail-0.5.ebuild
Date: Tue, 08 Sep 2009 18:09:19
Message-Id: E1Ml582-0001q3-0p@stork.gentoo.org
1 ikelos 09/09/08 18:09:18
2
3 Modified: ChangeLog inotail-0.5-r1.ebuild inotail-0.5.ebuild
4 Log:
5 Making CONFIG_CHECK non-fatal for userland ebuilds, see bug 283320.
6 (Portage version: 2.2_rc40/cvs/Linux i686)
7
8 Revision Changes Path
9 1.8 sys-apps/inotail/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/inotail/ChangeLog?rev=1.8&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/inotail/ChangeLog?rev=1.8&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/inotail/ChangeLog?r1=1.7&r2=1.8
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-apps/inotail/ChangeLog,v
18 retrieving revision 1.7
19 retrieving revision 1.8
20 diff -u -r1.7 -r1.8
21 --- ChangeLog 9 Feb 2009 17:09:19 -0000 1.7
22 +++ ChangeLog 8 Sep 2009 18:09:17 -0000 1.8
23 @@ -1,6 +1,10 @@
24 # ChangeLog for sys-apps/inotail
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/inotail/ChangeLog,v 1.7 2009/02/09 17:09:19 drizzt Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/inotail/ChangeLog,v 1.8 2009/09/08 18:09:17 ikelos Exp $
28 +
29 + 08 Sep 2009; Mike Auty <ikelos@g.o> inotail-0.5.ebuild,
30 + inotail-0.5-r1.ebuild:
31 + Making CONFIG_CHECK non-fatal for userland ebuilds, see bug 283320.
32
33 *inotail-0.5-r1 (09 Feb 2009)
34
35
36
37
38 1.2 sys-apps/inotail/inotail-0.5-r1.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/inotail/inotail-0.5-r1.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/inotail/inotail-0.5-r1.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/inotail/inotail-0.5-r1.ebuild?r1=1.1&r2=1.2
43
44 Index: inotail-0.5-r1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sys-apps/inotail/inotail-0.5-r1.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- inotail-0.5-r1.ebuild 9 Feb 2009 17:09:19 -0000 1.1
51 +++ inotail-0.5-r1.ebuild 8 Sep 2009 18:09:17 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/inotail/inotail-0.5-r1.ebuild,v 1.1 2009/02/09 17:09:19 drizzt Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/inotail/inotail-0.5-r1.ebuild,v 1.2 2009/09/08 18:09:17 ikelos Exp $
57
58 inherit linux-info toolchain-funcs
59
60 @@ -16,7 +16,7 @@
61 DEPEND=""
62 RDEPEND=""
63
64 -CONFIG_CHECK="INOTIFY"
65 +CONFIG_CHECK="~INOTIFY"
66
67 src_unpack() {
68 unpack ${A}
69
70
71
72 1.4 sys-apps/inotail/inotail-0.5.ebuild
73
74 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/inotail/inotail-0.5.ebuild?rev=1.4&view=markup
75 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/inotail/inotail-0.5.ebuild?rev=1.4&content-type=text/plain
76 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/inotail/inotail-0.5.ebuild?r1=1.3&r2=1.4
77
78 Index: inotail-0.5.ebuild
79 ===================================================================
80 RCS file: /var/cvsroot/gentoo-x86/sys-apps/inotail/inotail-0.5.ebuild,v
81 retrieving revision 1.3
82 retrieving revision 1.4
83 diff -u -r1.3 -r1.4
84 --- inotail-0.5.ebuild 21 Apr 2008 18:28:23 -0000 1.3
85 +++ inotail-0.5.ebuild 8 Sep 2009 18:09:17 -0000 1.4
86 @@ -1,6 +1,6 @@
87 -# Copyright 1999-2008 Gentoo Foundation
88 +# Copyright 1999-2009 Gentoo Foundation
89 # Distributed under the terms of the GNU General Public License v2
90 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/inotail/inotail-0.5.ebuild,v 1.3 2008/04/21 18:28:23 armin76 Exp $
91 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/inotail/inotail-0.5.ebuild,v 1.4 2009/09/08 18:09:17 ikelos Exp $
92
93 inherit linux-info
94
95 @@ -16,7 +16,7 @@
96 DEPEND=""
97 RDEPEND=""
98
99 -CONFIG_CHECK="INOTIFY"
100 +CONFIG_CHECK="~INOTIFY"
101
102 src_install() {
103 make prefix="${D}/usr" install || die "install failed"