From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8A65E13832E for ; Wed, 10 Aug 2016 06:44:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 482BAE0B45; Wed, 10 Aug 2016 06:44:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CB6E8E0B45 for ; Wed, 10 Aug 2016 06:44:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 47D51340756 for ; Wed, 10 Aug 2016 06:44:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 35DA77DD for ; Wed, 10 Aug 2016 06:43:58 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1470811385.f6da2d8728b8af05cf8340a446a3762a915100ab.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/xapian/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/xapian/metadata.xml dev-libs/xapian/xapian-1.3.7.ebuild dev-libs/xapian/xapian-1.4.0.ebuild X-VCS-Directories: dev-libs/xapian/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: f6da2d8728b8af05cf8340a446a3762a915100ab X-VCS-Branch: master Date: Wed, 10 Aug 2016 06:43:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8f0a1ca3-02bd-456c-88ac-27e6acdc7db7 X-Archives-Hash: fe9b510798475d1eb7fb8833e8a1dca2 commit: f6da2d8728b8af05cf8340a446a3762a915100ab Author: Anthony G. Basile gentoo org> AuthorDate: Wed Aug 10 06:38:38 2016 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Wed Aug 10 06:43:05 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6da2d87 dev-libs/xapian: rename USE=brass to glass, bug #590754 Package-Manager: portage-2.2.28 dev-libs/xapian/metadata.xml | 1 + dev-libs/xapian/xapian-1.3.7.ebuild | 4 ++-- dev-libs/xapian/xapian-1.4.0.ebuild | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/dev-libs/xapian/metadata.xml b/dev-libs/xapian/metadata.xml index 8d15771..98ef503 100644 --- a/dev-libs/xapian/metadata.xml +++ b/dev-libs/xapian/metadata.xml @@ -25,6 +25,7 @@ Enabled brass backend db support Enabled chert backend db support + Enabled glass backend db support Enabled inmemory backend db support diff --git a/dev-libs/xapian/xapian-1.3.7.ebuild b/dev-libs/xapian/xapian-1.3.7.ebuild index feebda6..6a49fee 100644 --- a/dev-libs/xapian/xapian-1.3.7.ebuild +++ b/dev-libs/xapian/xapian-1.3.7.ebuild @@ -15,7 +15,7 @@ SRC_URI="http://oligarchy.co.uk/xapian/${PV}/${MY_P}.tar.xz" LICENSE="GPL-2" SLOT="0/1.3.8" # ABI version of libxapian-1.3.so, prefixed with 1.3. KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" -IUSE="doc static-libs -cpu_flags_x86_sse +cpu_flags_x86_sse2 +brass +chert +inmemory" +IUSE="doc static-libs -cpu_flags_x86_sse +cpu_flags_x86_sse2 +glass +chert +inmemory" DEPEND="sys-libs/zlib" RDEPEND="${DEPEND}" @@ -44,7 +44,7 @@ src_configure() { myconf="${myconf} $(use_enable static-libs static)" - use brass || myconf="${myconf} --disable-backend-brass" + use glass || myconf="${myconf} --disable-backend-glass" use chert || myconf="${myconf} --disable-backend-chert" use inmemory || myconf="${myconf} --disable-backend-inmemory" diff --git a/dev-libs/xapian/xapian-1.4.0.ebuild b/dev-libs/xapian/xapian-1.4.0.ebuild index 380d289..ebc2634 100644 --- a/dev-libs/xapian/xapian-1.4.0.ebuild +++ b/dev-libs/xapian/xapian-1.4.0.ebuild @@ -15,7 +15,7 @@ SRC_URI="http://oligarchy.co.uk/xapian/${PV}/${MY_P}.tar.xz" LICENSE="GPL-2" SLOT="0/30" # ABI version of libxapian.so KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" -IUSE="doc static-libs -cpu_flags_x86_sse +cpu_flags_x86_sse2 +brass +chert +inmemory" +IUSE="doc static-libs -cpu_flags_x86_sse +cpu_flags_x86_sse2 +glass +chert +inmemory" DEPEND="sys-libs/zlib" RDEPEND="${DEPEND}" @@ -44,7 +44,7 @@ src_configure() { myconf="${myconf} $(use_enable static-libs static)" - use brass || myconf="${myconf} --disable-backend-brass" + use glass || myconf="${myconf} --disable-backend-glass" use chert || myconf="${myconf} --disable-backend-chert" use inmemory || myconf="${myconf} --disable-backend-inmemory"