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/
Date: Fri, 01 Jan 2016 09:57:52
Message-Id: 1451642701.764e6e8f0d575abba7fcd83a2e7f36d3aa660a93.blueness@gentoo
1 commit: 764e6e8f0d575abba7fcd83a2e7f36d3aa660a93
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 1 10:03:38 2016 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 1 10:05:01 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=764e6e8f
7
8 dev-libs/xapian: version bump to 1.3.4
9
10 Package-Manager: portage-2.2.24
11
12 dev-libs/xapian/Manifest | 1 +
13 dev-libs/xapian/xapian-1.2.22.ebuild | 10 +++++-----
14 dev-libs/xapian/xapian-1.3.3-r2.ebuild | 12 ++++++------
15 .../xapian/{xapian-1.3.3-r2.ebuild => xapian-1.3.4.ebuild} | 0
16 4 files changed, 12 insertions(+), 11 deletions(-)
17
18 diff --git a/dev-libs/xapian/Manifest b/dev-libs/xapian/Manifest
19 index 5fd94c8..1662f28 100644
20 --- a/dev-libs/xapian/Manifest
21 +++ b/dev-libs/xapian/Manifest
22 @@ -2,3 +2,4 @@ DIST xapian-core-1.2.19.tar.xz 3175384 SHA256 4a78260388ff1b042f0ab5d18afdd524a5
23 DIST xapian-core-1.2.21.tar.xz 3202560 SHA256 63f48758fbd13fa8456dd4cf9bf3ec35a096e4290f14a51ac7df23f78c162d3f SHA512 a821043ea1686a09178bb91b14ed6a8cf00c50dfb0f066e420a40395edd3be085d7f89abb8f6a1151c847272c13601274e645055ede3548b07d5e912f0a70f81 WHIRLPOOL 9de8b2b70252b87da16a2502a831b46857f48cca8623a6ac411291bb6607bd61968ddd64a77c8685f300818abcbf91149a3f43af849a7843f67a5ebcc5130963
24 DIST xapian-core-1.2.22.tar.xz 3204096 SHA256 269b87ca3faf79d444e8bb82ed58a96f1955008d7702f9966dec68608588527f SHA512 cb6bd565eb307f9bc8f801fc9cda0cc6ad5d7cb8bf0af2ab6e42d48ca4ea4169f08621db810ab87d15957d0f873bcb0336e16b12fdb6026375d9c0192781e0d6 WHIRLPOOL 580c16889a6c3e99a00f8bb791f878a08ff3522c3dffb18ace18d54575247332f0fff8866f46475513dde7544205fe08971cbd284ec3714ce0d6b9b445e8746e
25 DIST xapian-core-1.3.3.tar.xz 2543260 SHA256 2d273ca0df6af208c4b6904542a9dffed8a9520376522d650e1a2885b476a280 SHA512 8b0d0fce532748efc1c2705e3f6f45ff83ec97be7c1f5b54846a9ff94b9d416b67491262a157afdc40497c52e1c4aa94bd11a78b4494db4a1fb45ba6d18f7099 WHIRLPOOL bf9c2f1606ba72469f2306cc6edfff63834c58831ee75063e39445392460b85478c9c44ef7d2ec1fdfd63bad113544f8c1ba3eb01ee178abf63da3a7ae2d5b3b
26 +DIST xapian-core-1.3.4.tar.xz 2570240 SHA256 0a49da54a1eecb43de657f6341fde386f4c6e6bd1d2d64f77212adfc44bf67d4 SHA512 b616eb3532aaf7a00f58e6f21fa7309e434f9e598322793d2e81fe90da2a9d343518c9900bd30686594efeb24d370099f0df8f3a30afadb613ba19638f700617 WHIRLPOOL 167df88df4d12548e69e97e1163487f8a0eef93daedbac2c4a0bd4e4515dc2932c2bd044b2ec4905d251fdc69b460cb4ada67b511c2bfd8495eff8c5697b5271
27
28 diff --git a/dev-libs/xapian/xapian-1.2.22.ebuild b/dev-libs/xapian/xapian-1.2.22.ebuild
29 index 54e12ec..7893178 100644
30 --- a/dev-libs/xapian/xapian-1.2.22.ebuild
31 +++ b/dev-libs/xapian/xapian-1.2.22.ebuild
32 @@ -25,20 +25,20 @@ S="${WORKDIR}/${MY_P}"
33 src_configure() {
34 local myconf=""
35
36 - ewarn
37 + einfo
38 if use cpu_flags_x86_sse2; then
39 - ewarn "Using sse2"
40 + einfo "Using sse2"
41 myconf="${myconf} --enable-sse=sse2"
42 else
43 if use cpu_flags_x86_sse; then
44 - ewarn "Using sse"
45 + einfo "Using sse"
46 myconf="${myconf} --enable-sse=sse"
47 else
48 - ewarn "Disabling sse and sse2"
49 + einfo "Disabling sse and sse2"
50 myconf="${myconf} --disable-sse"
51 fi
52 fi
53 - ewarn
54 + einfo
55
56 myconf="${myconf} $(use_enable static-libs static)"
57
58
59 diff --git a/dev-libs/xapian/xapian-1.3.3-r2.ebuild b/dev-libs/xapian/xapian-1.3.3-r2.ebuild
60 index 58616c5..6042a74 100644
61 --- a/dev-libs/xapian/xapian-1.3.3-r2.ebuild
62 +++ b/dev-libs/xapian/xapian-1.3.3-r2.ebuild
63 @@ -13,7 +13,7 @@ HOMEPAGE="http://www.xapian.org/"
64 SRC_URI="http://oligarchy.co.uk/xapian/${PV}/${MY_P}.tar.xz"
65
66 LICENSE="GPL-2"
67 -SLOT="0/1.3.4" # ABI version of libxapian-1.3.so, prefixed with 1.3.
68 +SLOT="0/1.3.5" # ABI version of libxapian-1.3.so, prefixed with 1.3.
69 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
70 IUSE="doc static-libs -cpu_flags_x86_sse +cpu_flags_x86_sse2 +brass +chert +inmemory"
71
72 @@ -27,20 +27,20 @@ S="${WORKDIR}/${MY_P}"
73 src_configure() {
74 local myconf=""
75
76 - ewarn
77 + einfo
78 if use cpu_flags_x86_sse2; then
79 - ewarn "Using sse2"
80 + einfo "Using sse2"
81 myconf="${myconf} --enable-sse=sse2"
82 else
83 if use cpu_flags_x86_sse; then
84 - ewarn "Using sse"
85 + einfo "Using sse"
86 myconf="${myconf} --enable-sse=sse"
87 else
88 - ewarn "Disabling sse and sse2"
89 + einfo "Disabling sse and sse2"
90 myconf="${myconf} --disable-sse"
91 fi
92 fi
93 - ewarn
94 + einfo
95
96 myconf="${myconf} $(use_enable static-libs static)"
97
98
99 diff --git a/dev-libs/xapian/xapian-1.3.3-r2.ebuild b/dev-libs/xapian/xapian-1.3.4.ebuild
100 similarity index 100%
101 copy from dev-libs/xapian/xapian-1.3.3-r2.ebuild
102 copy to dev-libs/xapian/xapian-1.3.4.ebuild