Gentoo Archives: gentoo-commits

From: "Christoph Mende (angelos)" <angelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/inotail: ChangeLog inotail-0.5.ebuild
Date: Fri, 07 Sep 2007 12:48:18
Message-Id: E1ITd9U-0000Q1-5n@stork.gentoo.org
1 angelos 07/09/07 12:41:36
2
3 Modified: ChangeLog
4 Added: inotail-0.5.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.1.3.7)
8
9 Revision Changes Path
10 1.4 sys-apps/inotail/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/inotail/ChangeLog?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/inotail/ChangeLog?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/inotail/ChangeLog?r1=1.3&r2=1.4
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/inotail/ChangeLog,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- ChangeLog 1 Aug 2007 22:00:09 -0000 1.3
23 +++ ChangeLog 7 Sep 2007 12:41:35 -0000 1.4
24 @@ -1,6 +1,11 @@
25 # ChangeLog for sys-apps/inotail
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/inotail/ChangeLog,v 1.3 2007/08/01 22:00:09 angelos Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/inotail/ChangeLog,v 1.4 2007/09/07 12:41:35 angelos Exp $
29 +
30 +*inotail-0.5 (07 Sep 2007)
31 +
32 + 07 Sep 2007; Christoph Mende <angelos@g.o> +inotail-0.5.ebuild:
33 + Version bump
34
35 01 Aug 2007; Christoph Mende <angelos@g.o> inotail-0.4.ebuild:
36 Stable on amd64
37
38
39
40 1.1 sys-apps/inotail/inotail-0.5.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/inotail/inotail-0.5.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/inotail/inotail-0.5.ebuild?rev=1.1&content-type=text/plain
44
45 Index: inotail-0.5.ebuild
46 ===================================================================
47 # Copyright 1999-2007 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/sys-apps/inotail/inotail-0.5.ebuild,v 1.1 2007/09/07 12:41:35 angelos Exp $
50
51 inherit linux-info
52
53 DESCRIPTION="tail replacement using inotify"
54 HOMEPAGE="http://distanz.ch/inotail/"
55 SRC_URI="http://distanz.ch/${PN}/${P}.tar.bz2"
56
57 LICENSE="GPL-2"
58 SLOT="0"
59 KEYWORDS="~amd64 ~x86"
60 IUSE=""
61
62 DEPEND=""
63 RDEPEND=""
64
65 CONFIG_CHECK="INOTIFY"
66
67 src_install() {
68 make prefix="${D}/usr" install || die "install failed"
69 dodoc changelog README
70 }
71
72
73
74 --
75 gentoo-commits@g.o mailing list