Outdated ebuild

This commit is contained in:
Micha Glave 2007-12-12 16:42:53 +00:00
parent b3ce0b64a6
commit 5cfaa29a97
6 changed files with 0 additions and 145 deletions

View File

@ -1,8 +0,0 @@
DIST strigi-0.5.5.tar.bz2 782503 RMD160 e4fa06a9431f1d2ff7c40e4fcce0d03c1938d359 SHA1 744eaa1df97af28cd23ff3f8dc026be87ff74343 SHA256 2c8f9e39c45210bbb0b675929eb180052b58f0bff5dde93c3c0c5efb01d9f924
EBUILD strigi-0.5.5.ebuild 2544 RMD160 191e1a5e05c1288c30c6955362fd6412becd2c93 SHA1 672d69d7c4c84591d8f04868f369e869046a866e SHA256 622dce41fb9d2ae90bb0db51eb1eabb75862ff5458d057d6a0830c6313d16476
MD5 0a2b959754fb9d23f12967181169297a strigi-0.5.5.ebuild 2544
RMD160 191e1a5e05c1288c30c6955362fd6412becd2c93 strigi-0.5.5.ebuild 2544
SHA256 622dce41fb9d2ae90bb0db51eb1eabb75862ff5458d057d6a0830c6313d16476 strigi-0.5.5.ebuild 2544
MD5 a21257a01875f8906b41574324e13951 files/digest-strigi-0.5.5 241
RMD160 fddf358ec5eda5e141232962b887e8707d403f3e files/digest-strigi-0.5.5 241
SHA256 d50ded0d274280e2b3ca878a0abcd859352405422900a3e8e66d96f86b7938de files/digest-strigi-0.5.5 241

View File

@ -1,3 +0,0 @@
MD5 bf61ec453f5e0063ea70ace783df3a14 strigi-0.5.5.tar.bz2 782503
RMD160 e4fa06a9431f1d2ff7c40e4fcce0d03c1938d359 strigi-0.5.5.tar.bz2 782503
SHA256 2c8f9e39c45210bbb0b675929eb180052b58f0bff5dde93c3c0c5efb01d9f924 strigi-0.5.5.tar.bz2 782503

View File

@ -1,92 +0,0 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit eutils multilib
DESCRIPTION="Fast crawling Desktop-Searchengine with (optional) QT4 GUI"
HOMEPAGE="http://www.vandenoever.info/software/strigi"
SRC_URI="http://www.vandenoever.info/software/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="xercesc clucene hyperestraier sqlite3 xml xattr qt4 log dbus inotify"
DEPEND="
>=dev-util/cmake-2.4.2
>=sys-libs/zlib-1.2.3
>=app-arch/bzip2-1.0.3
dev-libs/openssl
virtual/libiconv
dev-libs/expat
xercesc? ( >=dev-libs/xerces-c )
clucene? ( >=dev-cpp/clucene-0.9.16 )
hyperestraier? ( app-text/hyperestraier )
sqlite3? ( =dev-db/sqlite-3* )
xml? ( dev-libs/libxml2 )
xattr? ( sys-apps/attr )
qt4? ( >=x11-libs/qt-4.2.1-r1 )
log? ( >=dev-libs/log4cxx-0.9.7 )
dbus? ( sys-apps/dbus )"
# For most optional dependancies the use flags will be ignored,
# useage will be determined by the pressence of the library instead.
# This is a problem with the upstream build file.
pkg_setup() {
if !(use clucene) && !(use hyperestraier) && !(use sqlite3) ; then
echo ""
echo "ERROR:"
eerror "You must enable one of the supported backends: "
eerror "clucene, hyperestraier and sqlite3"
eerror "If you are unsure, select cluencene"
echo ""
die
fi
if use dbus && use qt4 && !(built_with_use ">=x11-libs/qt-4.2.0" dbus); then
echo ""
echo "ERROR:"
eerror "You are building Stingi with qt4 and dbus, but qt4 wasn't built with dbus."
eerror "Please reemerge qt4 with dbus, or disable dbus in Stingi."
echo ""
die
fi
if use qt4 && !(use dbus); then
echo ""
echo "WARNING:"
ewarn "You are building Stingi with qt4 but without dbus."
ewarn "Strigiclient won't be able to detect a running Strigi daemon."
ewarn "To avoid this, please enable both qt4 and dbus."
echo ""
fi
# inotify still in development and unstable
if use inotify; then
echo ""
echo "WARNING:"
ewarn "Inotify support in stingi is still unstable"
ewarn "If you get problems, please rebuild stringi without inotify"
echo ""
fi
}
src_compile() {
cmake -fPIC \
-DENABLE_INOTIFY:BOOL=$( use inotify && echo ON || echo OFF ) \
-DENABLE_DBUS:BOOL=$( use dbus && echo ON || echo OFF ) \
-DENABLE_LOG4CXX:BOOL=$( use log && echo ON || echo OFF ) \
-DCMAKE_INSTALL_PREFIX:PATH=/usr \
-DLIB_DESTINATION:PATH=$(get_libdir) \
. || die
emake || die
}
src_install() {
emake install DESTDIR=${D} || die
}

View File

@ -1,8 +0,0 @@
DIST strigiapplet-0.5.1.tar.bz2 28060 RMD160 930ce9555a8ad5df1bb1f27b6d5d7d9ef619e447 SHA1 9e71c79f98df421997ab4a7762ec25752162614b SHA256 87f7c27bce2766c981fd9ecaf0c5dbfd2a14a29318080540ebb8e089dd9e1e47
EBUILD strigiapplet-0.5.1.ebuild 572 RMD160 4b6719947c20b3bf8f3d90a2418b13aeba1507aa SHA1 fd4645dcd2f2992e00c6e32b1d09e5de38bb6503 SHA256 d4b01f131077542a87f4ba7dbf27c0f8a3882bc9d72fbfaa9d4b713c981038a5
MD5 9a1c8c6a18527e952f7cda99916c77c3 strigiapplet-0.5.1.ebuild 572
RMD160 4b6719947c20b3bf8f3d90a2418b13aeba1507aa strigiapplet-0.5.1.ebuild 572
SHA256 d4b01f131077542a87f4ba7dbf27c0f8a3882bc9d72fbfaa9d4b713c981038a5 strigiapplet-0.5.1.ebuild 572
MD5 9f2a2ca7cfab6eb47e9d59ec2ddf4af7 files/digest-strigiapplet-0.5.1 256
RMD160 43d74a7443fdc20f37cd32100969ef7b55f70aca files/digest-strigiapplet-0.5.1 256
SHA256 758e3042c27ba144bdb505aa4c0833f67cc9b0613a1654fd22d819f0550c0894 files/digest-strigiapplet-0.5.1 256

View File

@ -1,3 +0,0 @@
MD5 ee6fd7d8a8f4990abbd21c2dd2d8fcbf strigiapplet-0.5.1.tar.bz2 28060
RMD160 930ce9555a8ad5df1bb1f27b6d5d7d9ef619e447 strigiapplet-0.5.1.tar.bz2 28060
SHA256 87f7c27bce2766c981fd9ecaf0c5dbfd2a14a29318080540ebb8e089dd9e1e47 strigiapplet-0.5.1.tar.bz2 28060

View File

@ -1,31 +0,0 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit kde
DESCRIPTION="Desktop Search engine with QT4 GUI"
HOMEPAGE="http://www.vandenoever.info/software/strigi"
SRC_URI="http://www.vandenoever.info/software/strigi/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
DEPEND=">=kde-misc/strigi-${PV}"
need-kde 3.3
src_compile() {
cd ${S}
cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr . || die
emake || die
}
src_install() {
cd ${S}
emake install DESTDIR=${D} || die
}