From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QiQE7-0002su-RW for garchives@archives.gentoo.org; Sun, 17 Jul 2011 12:13:40 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7810A21C18D; Sun, 17 Jul 2011 12:13:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 3725D21C18D for ; Sun, 17 Jul 2011 12:13:31 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A43C22AC004 for ; Sun, 17 Jul 2011 12:13:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id F0FDF8003D for ; Sun, 17 Jul 2011 12:13:29 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: Subject: [gentoo-commits] proj/kde:master commit in: app-misc/strigi/ X-VCS-Repository: proj/kde X-VCS-Files: app-misc/strigi/strigi-0.7.5.ebuild X-VCS-Directories: app-misc/strigi/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: cb57e70fe449c5cf5c41da48f5b179ac0b79fb74 Date: Sun, 17 Jul 2011 12:13:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 7a3ccc5f4d50922165f8080dc1cd9840 commit: cb57e70fe449c5cf5c41da48f5b179ac0b79fb74 Author: Andreas K. Huettel (dilfridge) gentoo o= rg> AuthorDate: Sun Jul 17 12:13:26 2011 +0000 Commit: Andreas H=C3=BCttel gentoo org> CommitDate: Sun Jul 17 12:13:26 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3Dcb57e70f [app-misc/strigi] Moved to main tree (Portage version: 2.1.10.5/git/Linux x86_64, signed Manifest commit with = key 7887F787) --- app-misc/strigi/strigi-0.7.5.ebuild | 92 -----------------------------= ------ 1 files changed, 0 insertions(+), 92 deletions(-) diff --git a/app-misc/strigi/strigi-0.7.5.ebuild b/app-misc/strigi/strigi= -0.7.5.ebuild deleted file mode 100644 index 10d66d4..0000000 --- a/app-misc/strigi/strigi-0.7.5.ebuild +++ /dev/null @@ -1,92 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=3D4 - -if [[ "${PV}" !=3D "9999" ]]; then - SRC_URI=3D"http://www.vandenoever.info/software/${PN}/${P}.tar.bz2" - KEYWORDS=3D"~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd = ~amd64-linux ~x86-linux" -else - EGIT_REPO_URI=3D"git://anongit.kde.org/strigi" - GIT_ECLASS=3D"git-2" - EGIT_HAS_SUBMODULES=3D"true" - KEYWORDS=3D"" -fi - -inherit cmake-utils ${GIT_ECLASS} - -DESCRIPTION=3D"Fast crawling desktop search engine with Qt4 GUI" -HOMEPAGE=3D"http://strigi.sourceforge.net/" - -LICENSE=3D"GPL-2" -SLOT=3D"0" -IUSE=3D"clucene +dbus debug exif fam ffmpeg hyperestraier inotify log +q= t4 test" - -COMMONDEPEND=3D" - app-arch/bzip2:0 - dev-libs/libxml2:2 - sys-libs/zlib:0 - virtual/libiconv - clucene? ( >=3Ddev-cpp/clucene-0.9.21[-debug] ) - dbus? ( - sys-apps/dbus - qt4? ( x11-libs/qt-dbus:4 ) - ) - exif? ( >=3Dmedia-gfx/exiv2-0.17 ) - fam? ( virtual/fam ) - ffmpeg? ( virtual/ffmpeg ) - hyperestraier? ( app-text/hyperestraier ) - log? ( >=3Ddev-libs/log4cxx-0.10.0 ) - qt4? ( - x11-libs/qt-core:4 - x11-libs/qt-gui:4 - ) -" -DEPEND=3D"${COMMONDEPEND} - test? ( dev-util/cppunit )" -RDEPEND=3D"${COMMONDEPEND}" - -PATCHES=3D( - "${FILESDIR}/${PN}-0.7.5-no-qt4.patch" -) - -src_configure() { - # Enabled: POLLING (only reliable way to check for files changed.) - # Disabled: xine - recommended upstream to keep it this way - mycmakeargs=3D( - -DENABLE_POLLING=3DON - -DFORCE_DEPS=3DON - -DENABLE_CPPUNIT=3DOFF - -DENABLE_REGENERATEXSD=3DOFF - $(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 ffmpeg) - $(cmake-utils_use_enable hyperestraier) - $(cmake-utils_use_enable inotify) - $(cmake-utils_use_enable log LOG4CXX) - $(cmake-utils_use_enable qt4) - $(cmake-utils_use_enable test CPPUNIT) - $(cmake-utils_disable xine) - ) - - if use qt4; then - mycmakeargs+=3D(-DENABLE_DBUS=3DON) - fi - - cmake-utils_src_configure -} - -pkg_postinst() { - if ! use clucene && ! use hyperestraier; then - echo - elog "Because you didn't enable either of the available backends:" - elog "clucene or hyperestraier, strigi may not be functional." - elog "If you intend to use standalone strigi indexer (not needed for K= DE)," - elog "be sure to reinstall app-misc/strigi with either clucene (recomm= ended)" - elog "or hyperestraier (unreliable) USE flag enabled." - echo - fi -}