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: ChangeLog turbotail-0.3.ebuild
Date: Sun, 25 May 2008 20:31:20
Message-Id: E1K0Ms9-00012b-FK@stork.gentoo.org
1 jer 08/05/25 20:31:17
2
3 Modified: ChangeLog
4 Added: turbotail-0.3.ebuild
5 Log:
6 Version bump (bug #138401, credit to Tim Harder for reporting).
7 (Portage version: 2.1.5)
8
9 Revision Changes Path
10 1.7 sys-apps/turbotail/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/turbotail/ChangeLog?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/turbotail/ChangeLog?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/turbotail/ChangeLog?r1=1.6&r2=1.7
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/turbotail/ChangeLog,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- ChangeLog 25 May 2008 18:34:24 -0000 1.6
23 +++ ChangeLog 25 May 2008 20:31:17 -0000 1.7
24 @@ -1,6 +1,11 @@
25 # ChangeLog for sys-apps/turbotail
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/turbotail/ChangeLog,v 1.6 2008/05/25 18:34:24 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/turbotail/ChangeLog,v 1.7 2008/05/25 20:31:17 jer Exp $
29 +
30 +*turbotail-0.3 (25 May 2008)
31 +
32 + 25 May 2008; Jeroen Roovers <jer@g.o> +turbotail-0.3.ebuild:
33 + Version bump (bug #138401, credit to Tim Harder for reporting).
34
35 25 May 2008; Jeroen Roovers <jer@g.o> turbotail-0.2-r1.ebuild:
36 Marked ~hppa too.
37
38
39
40 1.1 sys-apps/turbotail/turbotail-0.3.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/turbotail/turbotail-0.3.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/turbotail/turbotail-0.3.ebuild?rev=1.1&content-type=text/plain
44
45 Index: turbotail-0.3.ebuild
46 ===================================================================
47 # Copyright 1999-2008 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/sys-apps/turbotail/turbotail-0.3.ebuild,v 1.1 2008/05/25 20:31:17 jer Exp $
50
51 inherit toolchain-funcs
52
53 DESCRIPTION="drop-in replacement for 'tail' which uses the kernel DNOTIFY-api"
54 HOMEPAGE="http://www.vanheusden.com/turbotail/"
55 SRC_URI="http://www.vanheusden.com/${PN}/${P}.tgz"
56
57 LICENSE="GPL-2"
58 SLOT="0"
59 KEYWORDS="~amd64 ~hppa ~ppc ~x86"
60 IUSE=""
61
62 DEPEND="app-admin/gamin"
63
64 src_compile() {
65 $(tc-getCC) -DVERSION=\"${PV}\" ${PN}.c -o ${PN} || die "compile failed"
66 }
67
68 src_install() {
69 dobin turbotail || die "install failed"
70 dodoc readme.txt
71 }
72
73
74
75 --
76 gentoo-commits@l.g.o mailing list