diff options
Diffstat (limited to 'app-misc')
| -rw-r--r-- | app-misc/strigi/ChangeLog | 56 | ||||
| -rw-r--r-- | app-misc/strigi/Manifest | 3 | ||||
| -rw-r--r-- | app-misc/strigi/strigi-0.6.9999.ebuild | 95 |
3 files changed, 0 insertions, 154 deletions
diff --git a/app-misc/strigi/ChangeLog b/app-misc/strigi/ChangeLog deleted file mode 100644 index 1442cd4610c..00000000000 --- a/app-misc/strigi/ChangeLog +++ /dev/null @@ -1,56 +0,0 @@ -# ChangeLog for app-misc/strigi -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: $ - - 27 Sep 2008; Tomas Chvatal (scarabeus) <tomas.chvatal@gmail.com> - strigi-0.5.11.ebuild: - Move ebuild towards EAPI2 compilance - - 23 Sep 2008; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> - strigi-0.5.11.ebuild: - Whitespace. - - 21 Sep 2008; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> - app-misc/strigi/metadata.xml: - Removed exiv2 use flag description as it was replaced with exif. - - 16 Sep 2008; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> - app-misc/strigi/strigi-0.5.11.ebuild: - We want to force dbus if qt4 is enabled. - - 08 Sep 2008; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> - strigi-0.5.11.ebuild: - Replaced exiv2 with exif. Thanks to jkt| for nagging about it. - - 08 Sep 2008; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> - strigi-0.5.11.ebuild: - Removed pkg_setup by enabling dbus if qt4 is set and by selecting clucene - as the default backend. - - 07 Sep 2008; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> - metadata.xml: - Added missing use flag descriptions to metadata.xml. - - 09 Aug 2008; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> - strigi-0.5.11.ebuild: - Added ~x86 keywords - thanks to tampakrap for testing. - - 08 Aug 2008; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> - metadata.xml: - Added log use flag description to metadata.xml. - - 07 Aug 2008; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> - strigi-0.5.11.ebuild: - Removed sqlite use as it's still broken. - - 07 Aug 2008; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> - strigi-0.5.11.ebuild: - Fixed the deps on qt for now. I might drop support for qt-4.3 though. - -*strigi-0.5.11 (07 Aug 2008) - - 07 Aug 2008; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> - +metadata.xml, +strigi-0.5.11.ebuild: - Added strigi-0.5.11 from kde4-overlay with minor updates based on EAPI - 2_pre1. - diff --git a/app-misc/strigi/Manifest b/app-misc/strigi/Manifest deleted file mode 100644 index d6dc066e228..00000000000 --- a/app-misc/strigi/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -EBUILD strigi-0.6.9999.ebuild 2676 RMD160 bb5ba94621ac4f713adfa846649dbba961ab9d31 SHA1 e9e84504b6927d3f6e6e8375c47c94cd213d7d58 SHA256 1fe2fc2f8dec339118d8caf144c2a394200ff44ffae7f0508afb70559296d654 -MISC ChangeLog 1964 RMD160 b7deaef74c3116f51c2af985d608ec791efd27d9 SHA1 dca755e94ef6bf8e4e68f75a5db1026f432441b0 SHA256 6a6af6c481f2171930e1e7d309882279e71032fcb406af4ec285a3ff4b14450d -MISC metadata.xml 486 RMD160 6eb5e37e0646dc21260e2938d9aa6286489e10cd SHA1 d600420837886e1d487266009b803ca76643c571 SHA256 2a4f8b7f0572075a608b0a3fb2e62321b4dbdd61b231cf72218246f0351cda12 diff --git a/app-misc/strigi/strigi-0.6.9999.ebuild b/app-misc/strigi/strigi-0.6.9999.ebuild deleted file mode 100644 index bf1b94fd3af..00000000000 --- a/app-misc/strigi/strigi-0.6.9999.ebuild +++ /dev/null @@ -1,95 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="2" - -inherit cmake-utils eutils subversion - -DESCRIPTION="Fast crawling desktop search engine with Qt4 GUI" -HOMEPAGE="http://www.vandenoever.info/software/strigi" -ESVN_REPO_URI="svn://anonsvn.kde.org/home/kde/trunk/kdesupport/${PN}" -ESVN_PROJECT="${PN}" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="+clucene +dbus debug exif fam hyperestraier inotify log +qt4 test" -# IUSE="sqlite": fails to compile - -COMMONDEPEND=" - dev-libs/libxml2 - virtual/libiconv - clucene? ( >=dev-cpp/clucene-0.9.19 ) - dbus? ( sys-apps/dbus - || ( ( x11-libs/qt-dbus:4 - x11-libs/qt-gui:4 ) - =x11-libs/qt-4.3*:4[dbus] ) - ) - exif? ( media-gfx/exiv2 ) - fam? ( virtual/fam ) - hyperestraier? ( app-text/hyperestraier ) - log? ( >=dev-libs/log4cxx-0.9.7 ) - qt4? ( - || ( ( x11-libs/qt-core:4 - x11-libs/qt-gui:4 - x11-libs/qt-dbus:4 ) - =x11-libs/qt-4.3*:4[dbus] ) - ) - !clucene? ( - !hyperestraier? ( - >=dev-cpp/clucene-0.9.19 - ) - ) -" -# sqlite? ( dev-db/sqlite:3 )" -DEPEND="${COMMONDEPEND} - test? ( dev-util/cppunit )" -RDEPEND="${COMMONDEPEND}" - -src_compile() { - # 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="${mycmakeargs} - -DENABLE_EXPAT=OFF -DENABLE_POLLING=ON - -DFORCE_DEPS=ON -DENABLE_CPPUNIT=OFF - -DENABLE_REGENERATEXSD=OFF - $(cmake-utils_use_enable clucene CLUCENE) - $(cmake-utils_use_enable dbus DBUS) - $(cmake-utils_use_enable exif EXIV2) - $(cmake-utils_use_enable fam FAM) - $(cmake-utils_use_enable hyperestraier HYPERESTRAIER) - $(cmake-utils_use_enable inotify INOTIFY) - $(cmake-utils_use_enable log LOG4CXX) - $(cmake-utils_use_enable qt4 DBUS) - $(cmake-utils_use_enable qt4 QT4)" -# $(cmake-utils_use_enable sqlite SQLITE)" - - if ! use clucene && ! use hyperestraier; then # && ! use sqlite; then - mycmakeargs="${mycmakeargs} -DENABLE_CLUCENE=ON" - fi - - cmake-utils_src_compile -} - -src_test() { - mycmakeargs="${mycmakeargs} -DENABLE_CPPUNIT=ON" - cmake-utils_src_compile - - pushd "${WORKDIR}/${PN}_build" - ctest --extra-verbose || die "Tests failed." - popd -} - -pkg_postinst() { - if ! use clucene && ! use hyperestraier; then # && ! use sqlite; 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 -} |
