Gentoo Archives: gentoo-commits

From: "Peter Volkov (pva)" <pva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/multitail: ChangeLog multitail-5.2.1.ebuild
Date: Sun, 04 May 2008 15:31:20
Message-Id: E1JsgBJ-0003ck-Vp@stork.gentoo.org
1 pva 08/05/04 15:31:17
2
3 Modified: ChangeLog
4 Added: multitail-5.2.1.ebuild
5 Log:
6 Version bump, bug #217614 thank justin for report.
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.55 app-text/multitail/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/multitail/ChangeLog?rev=1.55&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/multitail/ChangeLog?rev=1.55&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/multitail/ChangeLog?r1=1.54&r2=1.55
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-text/multitail/ChangeLog,v
19 retrieving revision 1.54
20 retrieving revision 1.55
21 diff -u -r1.54 -r1.55
22 --- ChangeLog 3 Nov 2007 17:13:12 -0000 1.54
23 +++ ChangeLog 4 May 2008 15:31:17 -0000 1.55
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-text/multitail
26 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-text/multitail/ChangeLog,v 1.54 2007/11/03 17:13:12 armin76 Exp $
28 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/app-text/multitail/ChangeLog,v 1.55 2008/05/04 15:31:17 pva Exp $
30 +
31 +*multitail-5.2.1 (04 May 2008)
32 +
33 + 04 May 2008; Peter Volkov <pva@g.o> +multitail-5.2.1.ebuild:
34 + Version bump, bug #217614 thank justin for report.
35
36 03 Nov 2007; Raúl Porcel <armin76@g.o> multitail-5.2.0.ebuild:
37 ia64 stable wrt #197742
38
39
40
41 1.1 app-text/multitail/multitail-5.2.1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/multitail/multitail-5.2.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/multitail/multitail-5.2.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: multitail-5.2.1.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/app-text/multitail/multitail-5.2.1.ebuild,v 1.1 2008/05/04 15:31:17 pva Exp $
51
52 inherit flag-o-matic toolchain-funcs
53
54 DESCRIPTION="Tail with multiple windows."
55 HOMEPAGE="http://www.vanheusden.com/multitail/index.html"
56 SRC_URI="http://www.vanheusden.com/multitail/${P}.tgz"
57
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
61 IUSE="debug"
62
63 DEPEND="sys-libs/ncurses"
64
65 src_compile() {
66 tc-export CC
67 use debug && append-flags "-D_DEBUG"
68 emake all || die "make failed"
69 }
70
71 src_install () {
72 dobin multitail
73 insinto /etc
74 doins multitail.conf
75 insinto /etc/multitail/
76 doins colors-example.pl colors-example.sh convert-geoip.pl convert-simple.pl
77 dodoc Changes readme.txt thanks.txt
78 dohtml manual.html manual-nl.html
79 doman multitail.1
80 }
81
82
83
84 --
85 gentoo-commits@l.g.o mailing list