Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: app-misc/strigi/
Date: Mon, 25 Feb 2013 13:19:57
Message-Id: 1361798343.343bca58f380fa42d52fafa9aae0fecccd3af191.kensington@gentoo
1 commit: 343bca58f380fa42d52fafa9aae0fecccd3af191
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 25 13:19:03 2013 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 25 13:19:03 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=343bca58
7
8 [app-misc/strigi] Migrate to EAPI 5. Sync KEYWORDS. Tweak submodule checkout. Fix clucene automagic.
9
10 Package-Manager: portage-2.1.11.52
11
12 ---
13 app-misc/strigi/strigi-9999.ebuild | 9 +++++----
14 1 files changed, 5 insertions(+), 4 deletions(-)
15
16 diff --git a/app-misc/strigi/strigi-9999.ebuild b/app-misc/strigi/strigi-9999.ebuild
17 index bb8519a..9d27f67 100644
18 --- a/app-misc/strigi/strigi-9999.ebuild
19 +++ b/app-misc/strigi/strigi-9999.ebuild
20 @@ -2,11 +2,11 @@
21 # Distributed under the terms of the GNU General Public License v2
22 # $Header: $
23
24 -EAPI=4
25 +EAPI=5
26
27 if [[ "${PV}" != "9999" ]]; then
28 SRC_URI="http://dev.gentoo.org/~johu/distfiles/${P}.tar.xz"
29 - KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
30 + KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
31 else
32 EGIT_REPO_URI="git://anongit.kde.org/strigi"
33 GIT_ECLASS="git-2"
34 @@ -53,7 +53,7 @@ if [[ ${PV} == 9999 ]] ; then
35 git config --global url."git://anongit.kde.org/".insteadOf "kde:" || die
36 git-2_src_unpack
37 pushd "${S}" > /dev/null || die
38 - git submodule foreach git checkout master || die
39 + git submodule foreach git checkout origin/master || die
40 popd > /dev/null || die
41 }
42 fi
43 @@ -67,7 +67,8 @@ src_configure() {
44 -DENABLE_CPPUNIT=OFF
45 -DENABLE_REGENERATEXSD=OFF
46 -DENABLE_XINE=OFF
47 - $(cmake-utils_use_enable clucene)
48 + $(cmake-utils_use_enable clucene CLUCENE)
49 + $(cmake-utils_use_enable clucene CLUCENE_NG)
50 $(cmake-utils_use_enable dbus)
51 $(cmake-utils_use_enable exif EXIV2)
52 $(cmake-utils_use_enable fam)