summaryrefslogtreecommitdiff
blob: 7d6a6b2650e6f026671e95329547778bf10ec46a (plain)
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
# 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.30 2005/08/20 16:01:13 azarah Exp $

*gamin-0.1.5 (20 Aug 2005)

  20 Aug 2005; Martin Schlemmer <azarah@gentoo.org>
  +files/gamin-0.1.5-inotify-legacy-backend.patch, +gamin-0.1.5.ebuild:
  Update version.

  17 Aug 2005; Aaron Walker <ka0ttic@gentoo.org> gamin-0.1.3.ebuild:
  Marked ~mips.

  02 Aug 2005; Diego Pettenò <flameeyes@gentoo.org>
  files/gamin-0.1.3-freebsd.patch:
  Updated freebsd patch to build fine with latest gamin version.

*gamin-0.1.3 (02 Aug 2005)

  02 Aug 2005; Martin Schlemmer <azarah@gentoo.org>
  +files/gamin-0.1.3-freebsd.patch,
  +files/gamin-0.1.3-inotify-legacy-backend.patch, +gamin-0.1.3.ebuild:
  Update version.

  16 Jul 2005; Diego Pettenò <flameeyes@gentoo.org>
  files/gamin-0.1.2-freebsd.patch:
  Updated freebsd patch to build fine on GLIBC systems, too.

  16 Jul 2005; Martin Schlemmer <azarah@gentoo.org> gamin-0.1.2.ebuild:
  Remove fbsd patch for now.

  16 Jul 2005; Martin Schlemmer <azarah@gentoo.org>
  +files/gamin-0.1.2-freebsd.patch, gamin-0.1.2.ebuild:
  Fixup FreeBSD support, bug #99158.

*gamin-0.1.2 (16 Jul 2005)

  16 Jul 2005; Martin Schlemmer <azarah@gentoo.org>
  +files/gamin-0.1.2-inotify-legacy-backend.patch, +gamin-0.1.2.ebuild:
  Update version.  Add support for legacy inotify (patch from me).

  02 Jul 2005; Doug Goldstein <cardoe@gentoo.org> gamin-0.1.1.ebuild:
  some FreeBSD fix-ups

*gamin-0.1.1 (19 Jun 2005)

  19 Jun 2005; Daniel Drake <dsd@gentoo.org>
  +files/gamin-0.1.1-inotify-fix.patch, +gamin-0.1.1.ebuild:
  Version bump to 0.1.1, should solve bug 74285. Requires a new inotify kernel
  such as gentoo-sources-2.6.12 for best performance.

*gamin-0.0.26-r6 (02 Apr 2005)

  02 Apr 2005; Daniel Drake <dsd@gentoo.org>
  files/gamin-0.0.26-inotify_use_fd.patch, -gamin-0.0.26-r5.ebuild,
  +gamin-0.0.26-r6.ebuild:
  Fixing inotify 0.21 patch so that it works, bug 86705

*gamin-0.0.26-r5 (21 Mar 2005)

  21 Mar 2005; foser <foser@gentoo.org> gamin-0.0.26-r5.ebuild :
  Add patch to work with inotify 0.21

*gamin-0.0.26 (15 Mar 2005)

  15 Mar 2005; Martin Schlemmer <azarah@gentoo.org> +gamin-0.0.26.ebuild:
  Update version.

*gamin-0.0.25 (02 Mar 2005)

  02 Mar 2005; foser <foser@gentoo.org> gamin-0.0.25.ebuild :
  New release, add debug api options & install docs

*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.