1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
|
# ChangeLog for app-admin/gamin
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/gamin/ChangeLog,v 1.16 2005/01/01 11:00:23 eradicator Exp $
*gamin-0.0.19 (10 Dec 2004)
10 Dec 2004; foser <foser@gentoo.org> gamin-0.0.19.ebuild :
New release, add debug USE flag
*gamin-0.0.18 (30 Nov 2004)
30 Nov 2004; foser <foser@gentoo.org> gamin-0.0.18.ebuild :
New release
17 Nov 2004; Mike Frysinger <vapier@gentoo.org> gamin-0.0.15.ebuild:
Use make install DESTDIR.
21 Oct 2004; Simon Stelling <blubb@gentoo.org> gamin-0.0.15.ebuild:
added ~amd64
*gamin-0.0.15 (17 Oct 2004)
17 Oct 2004; <spider@gentoo.org> +gamin-0.0.15.ebuild:
New version, no longer patching the source for the inotify headers, autoconf
+ local settles it . Though it doesn't cater for /usr/src/linux versions.
Fixing that would require some autoconf magic, and the current situation is
a bit more stable than the old one, since it doesn't dynamically change with
whatever the linux symlink is pointing at. Also note that this version
includes the latest inotify version, according to the newspost
*gamin-0.0.10 (21 Sep 2004)
21 Sep 2004; Martin Schlemmer <azarah@gentoo.org>
+files/gamin-0.0.10-HAVE_LINUX-and-ENABLE_DNOTIFY-cleanup.patch,
+gamin-0.0.10.ebuild:
Update version. Add a patch that does:
- Use ENABLE_DNOTIFY (instead of #ifdef linux) in gam_server.c
to include gam_dnotify.h and init the dnotify backend, else
we get link errors if we build with inotify support, as
gam_dnotify.o was not build
(./configure --enable-inotify --disable-kernel).
- Use '#ifdef HAVE_LINUX' instead of '#ifdef linux', as this
is what is defined in config.h if we are building for linux.
I might be wrong here, but I think 'linux' gets defined by
gcc ...
- Actually build dnotify backend again if --enable-inotify was
passed, but not --disable-kernel.
*gamin-0.0.9 (16 Sep 2004)
16 Sep 2004; <spider@gentoo.org> +gamin-0.0.9.ebuild:
Updated version that doesn't cause 100% cpu lockups on my machines. Inotify
merged into upstream, removed patches.
03 Sep 2004; David Holm <dholm@gentoo.org> gamin-0.0.7.ebuild:
Added to ~ppc.
*gamin-0.0.7 (25 Aug 2004)
25 Aug 2004; Martin Schlemmer <azarah@gentoo.org> +gamin-0.0.7.ebuild:
Update version.
24 Aug 2004; Martin Schlemmer <azarah@gentoo.org>
+files/gamin-0.0.6-quiet-inotify-warning.patch, gamin-0.0.6-r2.ebuild:
Only complain about failing to open inotify node if debug is enabled.
*gamin-0.0.6-r2 (24 Aug 2004)
24 Aug 2004; Martin Schlemmer <azarah@gentoo.org>
+files/gamin-0.0.6-actually-enable-inotify-support.patch,
+gamin-0.0.6-r2.ebuild:
Sources is using wrong DEFINE to check if INotify should be enabled.
*gamin-0.0.6-r1 (23 Aug 2004)
23 Aug 2004; Martin Schlemmer <azarah@gentoo.org>
+files/gamin-0.0.6-inotify_h-include.patch,
+files/gamin-0.0.6-runtime-backend-select.patch, +files/inotify-0.8.1.h,
+gamin-0.0.6-r1.ebuild:
Add runtime-backend-select.patch to select between inotify/dnotify/poll at run
time. Add inotify header, and fixup build to use a local copy.
*gamin-0.0.6 (19 Aug 2004)
19 Aug 2004; Martin Schlemmer <azarah@gentoo.org> +metadata.xml,
+gamin-0.0.6.ebuild:
Initial version.
|