Gentoo Archives: gentoo-commits

From: "Wolfram Schlich (wschlich)" <wschlich@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/inotify-tools: ChangeLog inotify-tools-3.11.ebuild
Date: Thu, 20 Sep 2007 23:31:11
Message-Id: E1IYVMU-0001Di-UK@stork.gentoo.org
1 wschlich 07/09/20 23:23:10
2
3 Modified: ChangeLog
4 Added: inotify-tools-3.11.ebuild
5 Log:
6 version bump wrt bug #193173
7 (Portage version: 2.1.3.7)
8
9 Revision Changes Path
10 1.15 sys-fs/inotify-tools/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/inotify-tools/ChangeLog?rev=1.15&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/inotify-tools/ChangeLog?rev=1.15&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/inotify-tools/ChangeLog?r1=1.14&r2=1.15
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-fs/inotify-tools/ChangeLog,v
19 retrieving revision 1.14
20 retrieving revision 1.15
21 diff -u -r1.14 -r1.15
22 --- ChangeLog 22 Jul 2007 15:41:48 -0000 1.14
23 +++ ChangeLog 20 Sep 2007 23:23:10 -0000 1.15
24 @@ -1,6 +1,12 @@
25 # ChangeLog for sys-fs/inotify-tools
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/inotify-tools/ChangeLog,v 1.14 2007/07/22 15:41:48 wschlich Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/inotify-tools/ChangeLog,v 1.15 2007/09/20 23:23:10 wschlich Exp $
29 +
30 +*inotify-tools-3.11 (20 Sep 2007)
31 +
32 + 20 Sep 2007; Wolfram Schlich <wschlich@g.o>
33 + +inotify-tools-3.11.ebuild:
34 + version bump wrt bug #193173
35
36 *inotify-tools-3.10 (22 Jul 2007)
37
38
39
40
41 1.1 sys-fs/inotify-tools/inotify-tools-3.11.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/inotify-tools/inotify-tools-3.11.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/inotify-tools/inotify-tools-3.11.ebuild?rev=1.1&content-type=text/plain
45
46 Index: inotify-tools-3.11.ebuild
47 ===================================================================
48 # Copyright 1999-2007 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/sys-fs/inotify-tools/inotify-tools-3.11.ebuild,v 1.1 2007/09/20 23:23:10 wschlich Exp $
51
52 DESCRIPTION="a set of command-line programs providing a simple interface to inotify"
53 HOMEPAGE="http://inotify-tools.sourceforge.net/"
54 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
55 LICENSE="GPL-2"
56 SLOT="0"
57 KEYWORDS="~amd64 ~x86"
58 DEPEND="virtual/libc"
59
60 src_compile() {
61 econf || die "configure failed"
62 emake || die "make failed"
63 }
64
65 src_install() {
66 emake DESTDIR="${D}" install || die "make install failed"
67 dodoc NEWS AUTHORS
68 }
69
70
71
72 --
73 gentoo-commits@g.o mailing list