diff options
author | Luis Medinas <metalgod@gentoo.org> | 2006-04-09 20:17:05 +0000 |
---|---|---|
committer | Luis Medinas <metalgod@gentoo.org> | 2006-04-09 20:17:05 +0000 |
commit | 18edfb7e5f2bf3cd5025f872c266acbad20f843a (patch) | |
tree | 2f7645a864460582c121a7143e27a1b96c7b4049 /app-misc/beagle/files | |
parent | Added patch for --dbdir (diff) | |
download | historical-18edfb7e5f2bf3cd5025f872c266acbad20f843a.tar.gz historical-18edfb7e5f2bf3cd5025f872c266acbad20f843a.tar.bz2 historical-18edfb7e5f2bf3cd5025f872c266acbad20f843a.zip |
Enable support for beagle crawl thanks to Pat Double <double@inebraska.com>. Added a patch to fix crawl searches path's.
Package-Manager: portage-2.1_pre7-r5
Diffstat (limited to 'app-misc/beagle/files')
-rw-r--r-- | app-misc/beagle/files/beagle-0.2.4-crawltweek.patch | 22 | ||||
-rw-r--r-- | app-misc/beagle/files/crawl-portage | 15 | ||||
-rw-r--r-- | app-misc/beagle/files/digest-beagle-0.2.4-r1 | 3 |
3 files changed, 40 insertions, 0 deletions
diff --git a/app-misc/beagle/files/beagle-0.2.4-crawltweek.patch b/app-misc/beagle/files/beagle-0.2.4-crawltweek.patch new file mode 100644 index 000000000000..546b376e6e2d --- /dev/null +++ b/app-misc/beagle/files/beagle-0.2.4-crawltweek.patch @@ -0,0 +1,22 @@ +--- tools/crawl-rules/crawl-applications.orig 2006-04-09 20:50:31.639640376 +0100 ++++ tools/crawl-rules/crawl-applications 2006-04-09 20:55:09.307428456 +0100 +@@ -2,7 +2,7 @@ + + CRAWL_INDEX_NAME="applications" + +-CRAWL_PATHS="/usr/share/applications /usr/local/share/applications /opt/gnome/share/applications /opt/kde3/share/applications" ++CRAWL_PATHS="/usr/share/applications /usr/local/share/applications /usr/kde" + + CRAWL_RECURSIVE="yes" + +--- tools/crawl-rules/crawl-documentation.orig 2006-04-09 20:55:29.728324008 +0100 ++++ tools/crawl-rules/crawl-documentation 2006-04-09 20:58:47.749220256 +0100 +@@ -2,7 +2,7 @@ + + CRAWL_INDEX_NAME="documentation" + +-CRAWL_PATHS="/usr/share/doc /usr/local/share/doc /opt/kde3/share/doc /opt/gnome/share/gnome/help" ++CRAWL_PATHS="/usr/share/doc /usr/local/share/doc /usr/share/gnome/html /usr/share/gnome/help" + + CRAWL_ALLOW_PATTERNS="*.xml,*.html,*.docbook" + diff --git a/app-misc/beagle/files/crawl-portage b/app-misc/beagle/files/crawl-portage new file mode 100644 index 000000000000..bb891c2e3742 --- /dev/null +++ b/app-misc/beagle/files/crawl-portage @@ -0,0 +1,15 @@ +# Beagle Crawl Setup + +CRAWL_ENABLED="no" + +CRAWL_INDEX_NAME="portage" + +CRAWL_PATHS="/usr/portage /var/db/pkg" + +CRAWL_ALLOW_PATTERNS="*.ebuild,ChangeLog,metadata.xml" + +CRAWL_RECURSIVE="yes" + +CRAWL_DISABLE_FILTERING="no" + +CRAWL_CACHE_TEXT="no" diff --git a/app-misc/beagle/files/digest-beagle-0.2.4-r1 b/app-misc/beagle/files/digest-beagle-0.2.4-r1 new file mode 100644 index 000000000000..570998561159 --- /dev/null +++ b/app-misc/beagle/files/digest-beagle-0.2.4-r1 @@ -0,0 +1,3 @@ +MD5 bd915b5f7de56c91dae2c26121c586fa beagle-0.2.4.tar.bz2 1352602 +RMD160 a830dfcfdedc870121fb6e391d5006c8d91817e8 beagle-0.2.4.tar.bz2 1352602 +SHA256 9b026458a17e0dbefddf2f9ca186a9e37682e153b19427219028437002d7edad beagle-0.2.4.tar.bz2 1352602 |