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: Sun, 26 Jun 2016 19:59:30
Message-Id: 1466971331.cff14d959f5b02a3cdf7afd06552466f249e4a4b.blueness@gentoo
1 commit: cff14d959f5b02a3cdf7afd06552466f249e4a4b
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 26 19:58:27 2016 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 26 20:02:11 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cff14d95
7
8 dev-libs/xapian-bindings: version bump to 1.4.0
9
10 Package-Manager: portage-2.2.28
11
12 dev-libs/xapian-bindings/Manifest | 1 +
13 .../xapian-bindings/xapian-bindings-1.4.0.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 4fcb923..f2d5a89 100644
18 --- a/dev-libs/xapian-bindings/Manifest
19 +++ b/dev-libs/xapian-bindings/Manifest
20 @@ -3,3 +3,4 @@ DIST xapian-bindings-1.2.22.tar.xz 844040 SHA256 b15ca7984980a1d2aedd3378648ef5f
21 DIST xapian-bindings-1.2.23.tar.xz 885888 SHA256 19b4b56c74863c51733d8c2567272ef7f004b898cf44016711ae25bc524b2215 SHA512 4be9d103a4073a08d2481e9ddc347156d4028a1517f313861ad3664e6103e052dc1a0d07a992da3ca02599505c002d09d77c4fd886c144918aab72977e69994c WHIRLPOOL 1323e51dcd8f18f573f9338d9a013bfd370870c1fd2c0b0e3ff9d1f6b3b9154a0512d7442d7c7b1b00a70757faa218e8894a0f4fe56da88bca12ba2259cd35de
22 DIST xapian-bindings-1.3.6.tar.xz 1019216 SHA256 ba33436dee5165f61f2e289cfb18b1acdc4b2a811afdf68158845680e744eda0 SHA512 318324d9deb6a359de79eadb792c598661bde2ff9e1b241e29b18cdf1a2cf3dbeb9f5643c6bf8c7fbdbc8a2fd0baa91384398e694448312b6d8383960407f7fe WHIRLPOOL eb6844809572cad97d90be20ee27d28556342b27145e9e6c1efaea09f50a6001bad708a6370051edb9d065081a571c7552aaa36c601e1247a9aa5c5550549131
23 DIST xapian-bindings-1.3.7.tar.xz 1021176 SHA256 f014bb0281fdaa08fd9293ee187af0c2165f4fd2de91a67b76d9327b64677717 SHA512 3dc7eac68c4f3010e5cb831b4baad7bea4d47e0a8dc492ac16f2437057da351caad008aa7bcf3f2bbdaffda7d2524e8b5a945b651dc02deadeb110073ef06ad8 WHIRLPOOL f68a81a37b9c298ad6b061f597806b0823ba01ee02c0921e90988c984ac2f60ec0cb09dba8bdecb43c412517eebd72490196923db474e5362d17c47af4b4fdd2
24 +DIST xapian-bindings-1.4.0.tar.xz 1021244 SHA256 3aec7a009d0bf0b95968420bf68683176c05d63140eaf1cf265d39afe8fa6253 SHA512 16523be4f2cd576819771e387d469c91cd03b27522808eebc9275ac3281e55c5d40a5c620ad37f96c2dbc89cc2b13808579e29d737eb63584b8c209597b0f7ce WHIRLPOOL 26a31b8a2ca8bd08a45e79fb5f926e917db8e65d8ee1f07c9291c573b8efa647c9ff7bc1c6c3130ae69538ffa1789a0ad60d940f00b758066e55f4835ec20433
25
26 diff --git a/dev-libs/xapian-bindings/xapian-bindings-1.4.0.ebuild b/dev-libs/xapian-bindings/xapian-bindings-1.4.0.ebuild
27 new file mode 100644
28 index 0000000..c1bfac4
29 --- /dev/null
30 +++ b/dev-libs/xapian-bindings/xapian-bindings-1.4.0.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/30
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 +}