summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2004-09-21 20:35:57 +0000
committerMartin Schlemmer <azarah@gentoo.org>2004-09-21 20:35:57 +0000
commit35f6175c9e4219ccafe00382bf280d18551d381c (patch)
tree01881d9b41573bb97f5b95b2ce2df29bd8db82c9 /app-admin/gamin/Manifest
parentInitial creation of the 2004.3 profile. This may change during the creation ... (diff)
downloadhistorical-35f6175c9e4219ccafe00382bf280d18551d381c.tar.gz
historical-35f6175c9e4219ccafe00382bf280d18551d381c.tar.bz2
historical-35f6175c9e4219ccafe00382bf280d18551d381c.zip
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.
Diffstat (limited to 'app-admin/gamin/Manifest')
-rw-r--r--app-admin/gamin/Manifest15
1 files changed, 9 insertions, 6 deletions
diff --git a/app-admin/gamin/Manifest b/app-admin/gamin/Manifest
index d113f5cde157..dd82e70e2999 100644
--- a/app-admin/gamin/Manifest
+++ b/app-admin/gamin/Manifest
@@ -1,13 +1,16 @@
-MD5 43acb163253fa5a7d486cd2449b0a516 ChangeLog 1564
-MD5 cb79cb3e2161998a010168013b4f171e gamin-0.0.9.ebuild 1363
+MD5 da51da5cf0d7d51aa2b38759303f30ab ChangeLog 2364
MD5 875135e8740bafa4dab79ee592cf9744 metadata.xml 279
+MD5 1c22bd93f44fab7256bda5b284b1f659 gamin-0.0.10.ebuild 1720
MD5 ee8fb13c688cd2cb69e8d8a998ca35c5 gamin-0.0.7.ebuild 1601
MD5 ea62db6d3e1fc7819b705ecf31eab839 gamin-0.0.6-r2.ebuild 1572
-MD5 f03dcd8a601bc5e7f317e7d577887092 files/digest-gamin-0.0.7 63
-MD5 04840f528be2adbf8aeddefd3ef54f53 files/digest-gamin-0.0.9 63
+MD5 cb79cb3e2161998a010168013b4f171e gamin-0.0.9.ebuild 1363
+MD5 4e18889d5ef1bba7a3dc94859b535222 files/digest-gamin-0.0.10 64
+MD5 14f8206ef4729b512f65d5f8d8b2da96 files/inotify-0.8.1.h 2465
MD5 f52f7211e1d89b971993c4ad763b1dde files/gamin-0.0.6-inotify_h-include.patch 373
MD5 beba31edee924b3c6c195cd2534cffd2 files/gamin-0.0.6-runtime-backend-select.patch 2940
-MD5 14f8206ef4729b512f65d5f8d8b2da96 files/inotify-0.8.1.h 2465
-MD5 59c722e7488d52801fe5b6df1cd6d48e files/digest-gamin-0.0.6-r2 63
+MD5 04840f528be2adbf8aeddefd3ef54f53 files/digest-gamin-0.0.9 63
MD5 916932a4819a028266c0d19797155ea0 files/gamin-0.0.6-actually-enable-inotify-support.patch 982
+MD5 59c722e7488d52801fe5b6df1cd6d48e files/digest-gamin-0.0.6-r2 63
MD5 0baa39ba6612747a9d91e2f18dc6c6f9 files/gamin-0.0.6-quiet-inotify-warning.patch 382
+MD5 f03dcd8a601bc5e7f317e7d577887092 files/digest-gamin-0.0.7 63
+MD5 fc9e2f75e4d730775c5bb42e53fb6666 files/gamin-0.0.10-HAVE_LINUX-and-ENABLE_DNOTIFY-cleanup.patch 2448