Gentoo Archives: gentoo-commits

From: "Christoph Mende (angelos)" <angelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/btail: btail-0.2.ebuild
Date: Tue, 30 Dec 2008 19:33:16
Message-Id: E1LHkL4-0003zx-8z@stork.gentoo.org
1 angelos 08/12/30 19:33:14
2
3 Modified: btail-0.2.ebuild
4 Log:
5 Added missing inherit toolchain-funcs
6 (Portage version: 2.2_rc20/cvs/Linux 2.6.28 x86_64)
7
8 Revision Changes Path
9 1.5 app-misc/btail/btail-0.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/btail/btail-0.2.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/btail/btail-0.2.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/btail/btail-0.2.ebuild?r1=1.4&r2=1.5
14
15 Index: btail-0.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-misc/btail/btail-0.2.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- btail-0.2.ebuild 30 Dec 2008 19:27:36 -0000 1.4
22 +++ btail-0.2.ebuild 30 Dec 2008 19:33:14 -0000 1.5
23 @@ -1,8 +1,8 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-misc/btail/btail-0.2.ebuild,v 1.4 2008/12/30 19:27:36 angelos Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-misc/btail/btail-0.2.ebuild,v 1.5 2008/12/30 19:33:14 angelos Exp $
28
29 -inherit eutils
30 +inherit eutils toolchain-funcs
31
32 DESCRIPTION="Bayesian logfile filter"
33 HOMEPAGE="http://www.vanheusden.com/btail/"