summaryrefslogtreecommitdiff
path: root/app-misc
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/strigi/Manifest7
-rw-r--r--app-misc/strigi/files/strigi-0.6.4-gcc44.patch40
-rw-r--r--app-misc/strigi/files/strigi-0.6.5-gcc4.4-missing-headers.patch22
-rw-r--r--app-misc/strigi/files/strigi-disable_java.patch19
-rw-r--r--app-misc/strigi/strigi-0.6.5.ebuild101
-rw-r--r--app-misc/strigi/strigi-0.7.0.ebuild101
6 files changed, 0 insertions, 290 deletions
diff --git a/app-misc/strigi/Manifest b/app-misc/strigi/Manifest
index 81652ccf2e4..047d8e97278 100644
--- a/app-misc/strigi/Manifest
+++ b/app-misc/strigi/Manifest
@@ -1,9 +1,2 @@
-AUX strigi-0.6.4-gcc44.patch 1024 RMD160 194d69ba906c4da9ead9349545f26567dadc8ed2 SHA1 37c4622dd3b3b96de268e8ef15f52d8dea284d49 SHA256 94c594b16c0189706d0b0d565648b685a53910721f2340251ce7197ad5c213df
-AUX strigi-0.6.5-gcc4.4-missing-headers.patch 1020 RMD160 91e447323303315a1f8fe282afce6add0f4c802a SHA1 308c03e5fd1b1671ea2690ceaff2426050390f92 SHA256 a16029a8caaede0c0427865a06a308fd6de0f526840b88274fab5ada0233c3c8
-AUX strigi-disable_java.patch 784 RMD160 870decf02f7bda63bae9a6f7df0b26caed753fdc SHA1 09dc828ecef7287e7286277713d07f84d6ff72bf SHA256 f267a0a804d96e9ef4cac1138f98572bec17906021282b4db905b804c33b956d
-DIST strigi-0.6.5.tar.bz2 905721 RMD160 d10a3f9fa491f6aef6eba5066969cdcd48b9e09a SHA1 a7594eabd192c75506e8929aafa66195791019a0 SHA256 da9c746c342d645161b906716d82c0b81da069d5e1d40b5a347d91abeef716e9
-DIST strigi-0.7.0.tar.bz2 937446 RMD160 f96faa83c0955e3a665a38b1d84dff1b3ace9405 SHA1 c8f299ae3b5778c6891b58a1966b7342fb5e9e32 SHA256 2b31d24e1de57b82c391af8a6eefb87d40fff06a5c1b43c14aa91f75eaba7efa
-EBUILD strigi-0.6.5.ebuild 2582 RMD160 0fab2edf81bdeef3ef48e541ed9074ddfa3cf28f SHA1 90252f7d1a31d7945d9754cb45331fd52f1577ab SHA256 809086b140eb6ea3b1a68b1affa3f88f3266caa0e5b146fe111d4241773119af
-EBUILD strigi-0.7.0.ebuild 2589 RMD160 fd77c8c978615f8b11eb34fd5bb2752aa5b199a8 SHA1 ef96786c793d5db731b391b8ec22b0c9f6e4bcfe SHA256 49b7082c339575df7ec23d1f2f06440cf42c902ec02f866f311d4e4752b1cfe3
EBUILD strigi-9999.ebuild 2509 RMD160 4bf4953128a546b2ccf9bbb91f627073458a1f0d SHA1 822a26895da5913278d07c36f36656c29e0ec7e8 SHA256 697457de592fbb2388cb76199d2c45d707527532aa7eab96b13328eea9503465
MISC metadata.xml 486 RMD160 6eb5e37e0646dc21260e2938d9aa6286489e10cd SHA1 d600420837886e1d487266009b803ca76643c571 SHA256 2a4f8b7f0572075a608b0a3fb2e62321b4dbdd61b231cf72218246f0351cda12
diff --git a/app-misc/strigi/files/strigi-0.6.4-gcc44.patch b/app-misc/strigi/files/strigi-0.6.4-gcc44.patch
deleted file mode 100644
index e209a930f65..00000000000
--- a/app-misc/strigi/files/strigi-0.6.4-gcc44.patch
+++ /dev/null
@@ -1,40 +0,0 @@
---- strigi-0.6.4.orig/src/daemon/dbus/dbuscpp/dbusmessagereader.h
-+++ strigi-0.6.4/src/daemon/dbus/dbuscpp/dbusmessagereader.h
-@@ -23,6 +23,7 @@
- #define DBUS_API_SUBJECT_TO_CHANGE 1
- #include <dbus/dbus.h>
-
-+#include <stdint.h>
- #include <set>
- #include <map>
- #include <string>
---- strigi-0.6.4.orig/src/daemon/eventlistener/inotifylistener.h
-+++ strigi-0.6.4/src/daemon/eventlistener/inotifylistener.h
-@@ -24,6 +24,7 @@
- #include "strigi_thread.h"
- #include <map>
- #include <vector>
-+#include <stdio.h>
-
- class Event;
- class PollingListener;
---- strigi-0.6.4.orig/src/daemon/strigithread.h
-+++ strigi-0.6.4/src/daemon/strigithread.h
-@@ -22,6 +22,7 @@
-
- #include <strigi_thread.h>
- #include <string>
-+#include <stdio.h>
-
- extern "C" void *threadstarter(void *);
-
---- strigi-0.6.4.orig/src/streamanalyzer/indexpluginloader.h
-+++ strigi-0.6.4/src/streamanalyzer/indexpluginloader.h
-@@ -25,6 +25,7 @@
- #include <vector>
- #include <map>
- #include <string>
-+#include <stdio.h>
-
- namespace Strigi {
- class IndexManager;
diff --git a/app-misc/strigi/files/strigi-0.6.5-gcc4.4-missing-headers.patch b/app-misc/strigi/files/strigi-0.6.5-gcc4.4-missing-headers.patch
deleted file mode 100644
index c4eef570f46..00000000000
--- a/app-misc/strigi/files/strigi-0.6.5-gcc4.4-missing-headers.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff -Nuar strigi-0.6.5.orig/src/estraierindexer/estraierindexmanager.cpp strigi-0.6.5/src/estraierindexer/estraierindexmanager.cpp
---- strigi-0.6.5.orig/src/estraierindexer/estraierindexmanager.cpp 2008-05-19 22:30:35.000000000 +0200
-+++ strigi-0.6.5/src/estraierindexer/estraierindexmanager.cpp 2009-05-18 11:06:21.296581521 +0200
-@@ -23,6 +23,7 @@
- #include "estraierindexwriter.h"
- #include "strigi_thread.h"
- #include "indexplugin.h"
-+#include <cstdio>
- #include <cstring>
- #include <iostream>
- #include <assert.h>
-diff -Nuar strigi-0.6.5.orig/src/estraierindexer/estraierindexreader.cpp strigi-0.6.5/src/estraierindexer/estraierindexreader.cpp
---- strigi-0.6.5.orig/src/estraierindexer/estraierindexreader.cpp 2008-05-19 22:30:35.000000000 +0200
-+++ strigi-0.6.5/src/estraierindexer/estraierindexreader.cpp 2009-05-18 11:17:30.476583471 +0200
-@@ -21,6 +21,7 @@
- #include "estraierindexmanager.h"
- #include "query.h"
- #include <estraier.h>
-+#include <cstdio>
- #include <cstring>
- #include <set>
- #include <sstream>
diff --git a/app-misc/strigi/files/strigi-disable_java.patch b/app-misc/strigi/files/strigi-disable_java.patch
deleted file mode 100644
index 496ef577b18..00000000000
--- a/app-misc/strigi/files/strigi-disable_java.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- src/xsd/CMakeLists.txt.orig 2009-02-28 23:23:33.000000000 +0300
-+++ src/xsd/CMakeLists.txt 2009-03-01 00:08:08.000000000 +0300
-@@ -22,6 +22,8 @@ endif (LIBXML2_FOUND)
- # javac >= 1.5 is required to compile the xsd parser
- OPTION(ENABLE_REGENERATEXSD
- "regenerate xsd parser from *.xsd files(not normally required)" ON)
-+
-+if(${ENABLE_REGENERATEXSD})
- find_package(Java)
- if (JAVA_COMPILE)
- execute_process(COMMAND ${JAVA_COMPILE} "-version" ERROR_VARIABLE
-@@ -31,6 +33,7 @@ if (JAVA_COMPILE)
- endif (JAVAC_VERSION MATCHES " 1\\.[56]" AND NOT JAVAC_VERSION MATCHES "g[ci]j")
- MESSAGE("Java5 found ${JAVAC5_FOUND}")
- endif (JAVA_COMPILE)
-+endif(${ENABLE_REGENERATEXSD})
-
- # loop over all xsd files
- set(XSDFILES "${CMAKE_CURRENT_SOURCE_DIR}/strigidaemonconfiguration.xsd"
diff --git a/app-misc/strigi/strigi-0.6.5.ebuild b/app-misc/strigi/strigi-0.6.5.ebuild
deleted file mode 100644
index 73f9a58b9ad..00000000000
--- a/app-misc/strigi/strigi-0.6.5.ebuild
+++ /dev/null
@@ -1,101 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="2"
-
-inherit base cmake-utils
-
-DESCRIPTION="Fast crawling desktop search engine with Qt4 GUI"
-HOMEPAGE="http://strigi.sourceforge.net/"
-SRC_URI="http://www.vandenoever.info/software/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
-IUSE="+clucene +dbus debug exif fam hyperestraier inotify log +qt4 test"
-
-COMMONDEPEND="
- dev-libs/libxml2
- virtual/libiconv
- >=virtual/poppler-utils-0.8
- clucene? ( >=dev-cpp/clucene-0.9.19[-debug] )
- dbus? (
- x11-libs/qt-dbus:4
- x11-libs/qt-gui:4
- )
- exif? ( >=media-gfx/exiv2-0.17 )
- fam? ( virtual/fam )
- hyperestraier? ( app-text/hyperestraier )
- log? ( >=dev-libs/log4cxx-0.10.0 )
- qt4? (
- x11-libs/qt-core:4
- x11-libs/qt-gui:4
- x11-libs/qt-dbus:4
- )
- !clucene? (
- !hyperestraier? (
- >=dev-cpp/clucene-0.9.19[-debug]
- )
- )
-"
-DEPEND="${COMMONDEPEND}
- test? ( dev-util/cppunit )"
-RDEPEND="${COMMONDEPEND}"
-
-PATCHES=(
- "${FILESDIR}/${PN}-0.6.4-gcc44.patch"
- "${FILESDIR}/${P}-gcc4.4-missing-headers.patch"
- "${FILESDIR}/${PN}-disable_java.patch"
-)
-
-src_configure() {
- # Strigi needs either expat or libxml2.
- # However libxml2 seems to be required in both cases, linking to 2 xml parsers
- # is just silly, so we forcefully disable linking to expat.
- # Enabled: POLLING (only reliable way to check for files changed.)
-
- mycmakeargs=(
- -DENABLE_EXPAT=OFF -DENABLE_POLLING=ON
- -DFORCE_DEPS=ON -DENABLE_CPPUNIT=OFF
- -DENABLE_REGENERATEXSD=OFF
- $(cmake-utils_use_enable clucene)
- $(cmake-utils_use_enable dbus)
- $(cmake-utils_use_enable exif EXIV2)
- $(cmake-utils_use_enable fam)
- $(cmake-utils_use_enable hyperestraier)
- $(cmake-utils_use_enable inotify)
- $(cmake-utils_use_enable log LOG4CXX)
- $(cmake-utils_use_enable qt4)
- )
-
- if use qt4; then
- mycmakeargs+=(-DENABLE_DBUS=ON)
- fi
-
- if ! use clucene && ! use hyperestraier; then
- mycmakeargs+=(-DENABLE_CLUCENE=ON)
- fi
-
- cmake-utils_src_configure
-}
-
-src_test() {
- mycmakeargs+=(-DENABLE_CPPUNIT=ON)
- cmake-utils_src_configure
- cmake-utils_src_compile
-
- pushd "${CMAKE_BUILD_DIR}" > /dev/null
- ctest --extra-verbose || die "Tests failed."
- popd > /dev/null
-}
-
-pkg_postinst() {
- if ! use clucene && ! use hyperestraier; then
- elog "Because you didn't enable any of the supported backends:"
- elog "clucene, hyperestraier and sqlite"
- elog "clucene support was silently installed."
- elog "If you prefer another backend, be sure to reinstall strigi"
- elog "and to enable that backend use flag"
- fi
-}
diff --git a/app-misc/strigi/strigi-0.7.0.ebuild b/app-misc/strigi/strigi-0.7.0.ebuild
deleted file mode 100644
index be6c357fdc8..00000000000
--- a/app-misc/strigi/strigi-0.7.0.ebuild
+++ /dev/null
@@ -1,101 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="2"
-
-inherit base cmake-utils
-
-DESCRIPTION="Fast crawling desktop search engine with Qt4 GUI"
-HOMEPAGE="http://strigi.sourceforge.net/"
-SRC_URI="http://www.vandenoever.info/software/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 ~sparc x86"
-IUSE="+clucene +dbus debug exif fam hyperestraier inotify log +qt4 test"
-
-COMMONDEPEND="
- dev-libs/libxml2
- virtual/libiconv
- >=virtual/poppler-utils-0.8
- clucene? ( >=dev-cpp/clucene-0.9.19[-debug] )
- dbus? (
- x11-libs/qt-dbus:4
- x11-libs/qt-gui:4
- )
- exif? ( >=media-gfx/exiv2-0.17 )
- fam? ( virtual/fam )
- hyperestraier? ( app-text/hyperestraier )
- log? ( >=dev-libs/log4cxx-0.10.0 )
- qt4? (
- x11-libs/qt-core:4
- x11-libs/qt-gui:4
- x11-libs/qt-dbus:4
- )
- !clucene? (
- !hyperestraier? (
- >=dev-cpp/clucene-0.9.19[-debug]
- )
- )
-"
-DEPEND="${COMMONDEPEND}
- test? ( dev-util/cppunit )"
-RDEPEND="${COMMONDEPEND}"
-
-PATCHES=(
- "${FILESDIR}/${PN}-0.6.4-gcc44.patch"
- "${FILESDIR}/${PN}-0.6.5-gcc4.4-missing-headers.patch"
- "${FILESDIR}/${PN}-disable_java.patch"
-)
-
-src_configure() {
- # Strigi needs either expat or libxml2.
- # However libxml2 seems to be required in both cases, linking to 2 xml parsers
- # is just silly, so we forcefully disable linking to expat.
- # Enabled: POLLING (only reliable way to check for files changed.)
-
- mycmakeargs=(
- -DENABLE_EXPAT=OFF -DENABLE_POLLING=ON
- -DFORCE_DEPS=ON -DENABLE_CPPUNIT=OFF
- -DENABLE_REGENERATEXSD=OFF
- $(cmake-utils_use_enable clucene)
- $(cmake-utils_use_enable dbus)
- $(cmake-utils_use_enable exif EXIV2)
- $(cmake-utils_use_enable fam)
- $(cmake-utils_use_enable hyperestraier)
- $(cmake-utils_use_enable inotify)
- $(cmake-utils_use_enable log LOG4CXX)
- $(cmake-utils_use_enable qt4)
- )
-
- if use qt4; then
- mycmakeargs+=(-DENABLE_DBUS)
- fi
-
- if ! use clucene && ! use hyperestraier; then
- mycmakeargs+=(-DENABLE_CLUCENE=ON)
- fi
-
- cmake-utils_src_configure
-}
-
-src_test() {
- mycmakeargs+=(-DENABLE_CPPUNIT=ON)
- cmake-utils_src_configure
- cmake-utils_src_compile
-
- pushd "${CMAKE_BUILD_DIR}" > /dev/null
- ctest --extra-verbose || die "Tests failed."
- popd > /dev/null
-}
-
-pkg_postinst() {
- if ! use clucene && ! use hyperestraier; then
- elog "Because you didn't enable any of the supported backends:"
- elog "clucene, hyperestraier and sqlite"
- elog "clucene support was silently installed."
- elog "If you prefer another backend, be sure to reinstall strigi"
- elog "and to enable that backend use flag"
- fi
-}