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.13.ebuild
Date: Wed, 02 Jan 2008 23:20:11
Message-Id: E1JACsX-00015C-Fq@stork.gentoo.org
1 wschlich 08/01/02 23:20:05
2
3 Modified: ChangeLog
4 Added: inotify-tools-3.13.ebuild
5 Log:
6 version bump
7 (Portage version: 2.1.4_rc11)
8
9 Revision Changes Path
10 1.22 sys-fs/inotify-tools/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/inotify-tools/ChangeLog?rev=1.22&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/inotify-tools/ChangeLog?rev=1.22&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/inotify-tools/ChangeLog?r1=1.21&r2=1.22
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-fs/inotify-tools/ChangeLog,v
19 retrieving revision 1.21
20 retrieving revision 1.22
21 diff -u -r1.21 -r1.22
22 --- ChangeLog 29 Nov 2007 20:39:22 -0000 1.21
23 +++ ChangeLog 2 Jan 2008 23:20:04 -0000 1.22
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.21 2007/11/29 20:39:22 jer Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/inotify-tools/ChangeLog,v 1.22 2008/01/02 23:20:04 wschlich Exp $
30 +
31 +*inotify-tools-3.13 (02 Jan 2008)
32 +
33 + 02 Jan 2008; Wolfram Schlich <wschlich@g.o>
34 + +inotify-tools-3.13.ebuild:
35 + version bump
36
37 29 Nov 2007; Jeroen Roovers <jer@g.o> inotify-tools-3.12.ebuild:
38 Marked ~hppa too.
39
40
41
42 1.1 sys-fs/inotify-tools/inotify-tools-3.13.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/inotify-tools/inotify-tools-3.13.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/inotify-tools/inotify-tools-3.13.ebuild?rev=1.1&content-type=text/plain
46
47 Index: inotify-tools-3.13.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/sys-fs/inotify-tools/inotify-tools-3.13.ebuild,v 1.1 2008/01/02 23:20:04 wschlich Exp $
52
53 DESCRIPTION="a set of command-line programs providing a simple interface to inotify"
54 HOMEPAGE="http://inotify-tools.sourceforge.net/"
55 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
56 LICENSE="GPL-2"
57 SLOT="0"
58 KEYWORDS="~amd64 ~hppa ~x86"
59 DEPEND="virtual/libc"
60
61 src_install() {
62 emake DESTDIR="${D}" install || die "make install failed"
63 dodoc NEWS AUTHORS
64 }
65
66
67
68 --
69 gentoo-commits@g.o mailing list