Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/xapian-bindings/
Date: Thu, 02 Jun 2016 21:55:34
Message-Id: 1464904638.c3feb61c8c18f093eedcf79fd9b84dd5953dac31.blueness@gentoo
1 commit: c3feb61c8c18f093eedcf79fd9b84dd5953dac31
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 2 21:48:42 2016 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 2 21:57:18 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3feb61c
7
8 dev-libs/xapian-bindings: version bump to 1.3.7
9
10 Package-Manager: portage-2.2.28
11
12 dev-libs/xapian-bindings/Manifest | 1 +
13 .../xapian-bindings/xapian-bindings-1.3.7.ebuild | 119 +++++++++++++++++++++
14 2 files changed, 120 insertions(+)
15
16 diff --git a/dev-libs/xapian-bindings/Manifest b/dev-libs/xapian-bindings/Manifest
17 index 71ef15e..4fcb923 100644
18 --- a/dev-libs/xapian-bindings/Manifest
19 +++ b/dev-libs/xapian-bindings/Manifest
20 @@ -2,3 +2,4 @@ DIST xapian-bindings-1.2.19.tar.xz 828904 SHA256 3b9434c6144cc347783175c92829f30
21 DIST xapian-bindings-1.2.22.tar.xz 844040 SHA256 b15ca7984980a1d2aedd3378648ef5f3889cb39a047bac1522a8e5d04f0a8557 SHA512 0eec204ebb92f1230b9dbd080ad2b56ea5fa8e6170eb4354556e5790c7a7da7ba4c8475aaf86fb8f10f102a461d91590184271220626315f55c0631e73e122e0 WHIRLPOOL 05ac5b31d73f9de0c101da832ef289f6a505baa68216eba6fa0cf80df1709feef7e42c7b8f4cf9af35f775e8514c6d4b944c2acebffff10bc558a83305a637ce
22 DIST xapian-bindings-1.2.23.tar.xz 885888 SHA256 19b4b56c74863c51733d8c2567272ef7f004b898cf44016711ae25bc524b2215 SHA512 4be9d103a4073a08d2481e9ddc347156d4028a1517f313861ad3664e6103e052dc1a0d07a992da3ca02599505c002d09d77c4fd886c144918aab72977e69994c WHIRLPOOL 1323e51dcd8f18f573f9338d9a013bfd370870c1fd2c0b0e3ff9d1f6b3b9154a0512d7442d7c7b1b00a70757faa218e8894a0f4fe56da88bca12ba2259cd35de
23 DIST xapian-bindings-1.3.6.tar.xz 1019216 SHA256 ba33436dee5165f61f2e289cfb18b1acdc4b2a811afdf68158845680e744eda0 SHA512 318324d9deb6a359de79eadb792c598661bde2ff9e1b241e29b18cdf1a2cf3dbeb9f5643c6bf8c7fbdbc8a2fd0baa91384398e694448312b6d8383960407f7fe WHIRLPOOL eb6844809572cad97d90be20ee27d28556342b27145e9e6c1efaea09f50a6001bad708a6370051edb9d065081a571c7552aaa36c601e1247a9aa5c5550549131
24 +DIST xapian-bindings-1.3.7.tar.xz 1021176 SHA256 f014bb0281fdaa08fd9293ee187af0c2165f4fd2de91a67b76d9327b64677717 SHA512 3dc7eac68c4f3010e5cb831b4baad7bea4d47e0a8dc492ac16f2437057da351caad008aa7bcf3f2bbdaffda7d2524e8b5a945b651dc02deadeb110073ef06ad8 WHIRLPOOL f68a81a37b9c298ad6b061f597806b0823ba01ee02c0921e90988c984ac2f60ec0cb09dba8bdecb43c412517eebd72490196923db474e5362d17c47af4b4fdd2
25
26 diff --git a/dev-libs/xapian-bindings/xapian-bindings-1.3.7.ebuild b/dev-libs/xapian-bindings/xapian-bindings-1.3.7.ebuild
27 new file mode 100644
28 index 0000000..a275732
29 --- /dev/null
30 +++ b/dev-libs/xapian-bindings/xapian-bindings-1.3.7.ebuild
31 @@ -0,0 +1,119 @@
32 +# Copyright 1999-2016 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +# $Id$
35 +
36 +EAPI="5"
37 +
38 +PYTHON_COMPAT=( python2_7 )
39 +PYTHON_REQ_USE=threads
40 +DISTUTILS_SINGLE_IMPL=yesplz
41 +DISTUTILS_OPTIONAL=yesplz
42 +DISTUTILS_IN_SOURCE_BUILD=yesplz
43 +
44 +USE_PHP="php5-5 php5-6"
45 +
46 +PHP_EXT_NAME="xapian"
47 +PHP_EXT_INI="yes"
48 +PHP_EXT_OPTIONAL_USE="php"
49 +
50 +#mono violates sandbox, we disable it until we figure this out
51 +#inherit distutils-r1 libtool java-pkg-opt-2 mono-env php-ext-source-r2 toolchain-funcs
52 +inherit distutils-r1 libtool java-pkg-opt-2 php-ext-source-r2 toolchain-funcs
53 +
54 +DESCRIPTION="SWIG and JNI bindings for Xapian"
55 +HOMEPAGE="http://www.xapian.org/"
56 +SRC_URI="http://oligarchy.co.uk/xapian/${PV}/${P}.tar.xz"
57 +
58 +LICENSE="GPL-2"
59 +SLOT="0"
60 +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
61 +#IUSE="java lua mono perl php python ruby tcl"
62 +IUSE="java lua perl php python ruby tcl"
63 +#REQUIRED_USE="|| ( java lua mono perl php python ruby tcl )"
64 +REQUIRED_USE="|| ( java lua perl php python ruby tcl )"
65 +
66 +COMMONDEPEND="dev-libs/xapian:0/1.3.7
67 + lua? ( dev-lang/lua:= )
68 + perl? ( dev-lang/perl:= )
69 + python? (
70 + dev-python/sphinx
71 + ${PYTHON_DEPS}
72 + )
73 + ruby? ( dev-lang/ruby:= )
74 + tcl? ( dev-lang/tcl:= )"
75 +# mono? ( dev-lang/mono )
76 +DEPEND="${COMMONDEPEND}
77 + virtual/pkgconfig
78 + java? ( >=virtual/jdk-1.6 )"
79 +RDEPEND="${COMMONDEPEND}
80 + java? ( >=virtual/jre-1.6 )"
81 +
82 +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
83 +
84 +pkg_setup() {
85 +# use mono && mono-env_pkg_setup
86 + use java && java-pkg-opt-2_pkg_setup
87 + use python && python-single-r1_pkg_setup
88 +}
89 +
90 +src_prepare() {
91 + use java && java-pkg-opt-2_src_prepare
92 +
93 + # http://trac.xapian.org/ticket/702
94 + export XAPIAN_CONFIG="/usr/bin/xapian-config"
95 +
96 + # Accept ruby 2.0 - patch configure directly to avoid autoreconf
97 + epatch "${FILESDIR}"/${PN}-1.3.6-allow-ruby-2.0.patch
98 +}
99 +
100 +src_configure() {
101 + if use java; then
102 + export CXXFLAGS="${CXXFLAGS} $(java-pkg_get-jni-cflags)"
103 + fi
104 +
105 + if use perl; then
106 + export PERL_ARCH="$(perl -MConfig -e 'print $Config{installvendorarch}')"
107 + export PERL_LIB="$(perl -MConfig -e 'print $Config{installvendorlib}')"
108 + fi
109 +
110 + if use lua; then
111 + export LUA_LIB="$($(tc-getPKG_CONFIG) --variable=INSTALL_CMOD lua)"
112 + fi
113 +
114 + econf \
115 + --disable-documentation \
116 + $(use_with java) \
117 + $(use_with lua) \
118 + --without-csharp \
119 + $(use_with perl) \
120 + $(use_with php) \
121 + $(use_with python) \
122 + $(use_with ruby) \
123 + $(use_with tcl)
124 +# $(use_with mono csharp)
125 +}
126 +
127 +src_compile() {
128 + local -x PYTHONDONTWRITEBYTECODE=
129 + default
130 +}
131 +
132 +src_install() {
133 + emake DESTDIR="${D}" install
134 +
135 + if use java; then
136 + java-pkg_dojar java/built/xapian_jni.jar
137 + # TODO: make the build system not install this...
138 + java-pkg_doso java/.libs/libxapian_jni.so
139 + rm -rf "${D}var" || die "could not remove java cruft!"
140 + fi
141 +
142 + use php && php-ext-source-r2_createinifiles
143 +
144 + # For some USE combinations this directory is not created
145 + if [[ -d "${D}/usr/share/doc/xapian-bindings" ]]; then
146 + mv "${D}/usr/share/doc/xapian-bindings" "${D}/usr/share/doc/${PF}" || die
147 + fi
148 +
149 + dodoc AUTHORS HACKING NEWS TODO README
150 +}