mgorny 15/01/28 19:43:27
Modified: xapian-1.2.19.ebuild xapian-1.2.18.ebuild
xapian-1.2.14.ebuild xapian-1.3.1-r1.ebuild
xapian-1.2.17.ebuild ChangeLog
Log:
Switch to CPU_FLAGS_X86.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key
EFB4464E!)
Revision Changes Path
1.3 dev-libs/xapian/xapian-1.2.19.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/xapian/xapian-1.2.19.ebuild?rev=1.3&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/xapian/xapian-1.2.19.ebuild?rev=1.3&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/xapian/xapian-1.2.19.ebuild?r1=1.2&r2=1.3
Index: xapian-1.2.19.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/xapian/xapian-1.2.19.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xapian-1.2.19.ebuild 26 Dec 2014 10:18:21 -0000 1.2
+++ xapian-1.2.19.ebuild 28 Jan 2015 19:43:27 -0000 1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/xapian/xapian-1.2.19.ebuild,v 1.2
2014/12/26 10:18:21 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/xapian/xapian-1.2.19.ebuild,v 1.3
2015/01/28 19:43:27 mgorny Exp $
EAPI="5"
@@ -13,7 +13,7 @@
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-IUSE="doc static-libs -sse +sse2 +brass +chert +inmemory"
+IUSE="doc static-libs -cpu_flags_x86_sse +cpu_flags_x86_sse2 +brass +chert
+inmemory"
DEPEND="sys-libs/zlib"
RDEPEND="${DEPEND}"
@@ -24,11 +24,11 @@
local myconf=""
ewarn
- if use sse2; then
+ if use cpu_flags_x86_sse2; then
ewarn "Using sse2"
myconf="${myconf} --enable-sse=sse2"
else
- if use sse; then
+ if use cpu_flags_x86_sse; then
ewarn "Using sse"
myconf="${myconf} --enable-sse=sse"
else
1.10 dev-libs/xapian/xapian-1.2.18.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/xapian/xapian-1.2.18.ebuild?rev=1.10&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/xapian/xapian-1.2.18.ebuild?rev=1.10&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/xapian/xapian-1.2.18.ebuild?r1=1.9&r2=1.10
Index: xapian-1.2.18.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/xapian/xapian-1.2.18.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- xapian-1.2.18.ebuild 5 Dec 2014 10:17:54 -0000 1.9
+++ xapian-1.2.18.ebuild 28 Jan 2015 19:43:27 -0000 1.10
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/xapian/xapian-1.2.18.ebuild,v 1.9
2014/12/05 10:17:54 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/xapian/xapian-1.2.18.ebuild,v 1.10
2015/01/28 19:43:27 mgorny Exp $
EAPI="5"
@@ -13,7 +13,7 @@
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 sparc x86"
-IUSE="doc static-libs -sse +sse2 +brass +chert +inmemory"
+IUSE="doc static-libs -cpu_flags_x86_sse +cpu_flags_x86_sse2 +brass +chert
+inmemory"
DEPEND="sys-libs/zlib"
RDEPEND="${DEPEND}"
@@ -24,11 +24,11 @@
local myconf=""
ewarn
- if use sse2; then
+ if use cpu_flags_x86_sse2; then
ewarn "Using sse2"
myconf="${myconf} --enable-sse=sse2"
else
- if use sse; then
+ if use cpu_flags_x86_sse; then
ewarn "Using sse"
myconf="${myconf} --enable-sse=sse"
else
1.10 dev-libs/xapian/xapian-1.2.14.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/xapian/xapian-1.2.14.ebuild?rev=1.10&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/xapian/xapian-1.2.14.ebuild?rev=1.10&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/xapian/xapian-1.2.14.ebuild?r1=1.9&r2=1.10
Index: xapian-1.2.14.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/xapian/xapian-1.2.14.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- xapian-1.2.14.ebuild 24 Nov 2013 18:39:08 -0000 1.9
+++ xapian-1.2.14.ebuild 28 Jan 2015 19:43:27 -0000 1.10
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/xapian/xapian-1.2.14.ebuild,v 1.9
2013/11/24 18:39:08 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/xapian/xapian-1.2.14.ebuild,v 1.10
2015/01/28 19:43:27 mgorny Exp $
EAPI="5"
@@ -13,7 +13,7 @@
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 sparc x86"
-IUSE="doc static-libs -sse +sse2 +brass +chert +inmemory"
+IUSE="doc static-libs -cpu_flags_x86_sse +cpu_flags_x86_sse2 +brass +chert
+inmemory"
DEPEND="sys-libs/zlib"
RDEPEND="${DEPEND}"
@@ -24,11 +24,11 @@
local myconf=""
ewarn
- if use sse2; then
+ if use cpu_flags_x86_sse2; then
ewarn "Using sse2"
myconf="${myconf} --enable-sse=sse2"
else
- if use sse; then
+ if use cpu_flags_x86_sse; then
ewarn "Using sse"
myconf="${myconf} --enable-sse=sse"
else
1.3 dev-libs/xapian/xapian-1.3.1-r1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/xapian/xapian-1.3.1-r1.ebuild?rev=1.3&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/xapian/xapian-1.3.1-r1.ebuild?rev=1.3&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/xapian/xapian-1.3.1-r1.ebuild?r1=1.2&r2=1.3
Index: xapian-1.3.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/xapian/xapian-1.3.1-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xapian-1.3.1-r1.ebuild 26 Dec 2014 10:18:21 -0000 1.2
+++ xapian-1.3.1-r1.ebuild 28 Jan 2015 19:43:27 -0000 1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/xapian/xapian-1.3.1-r1.ebuild,v
1.2 2014/12/26 10:18:21 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/xapian/xapian-1.3.1-r1.ebuild,v
1.3 2015/01/28 19:43:27 mgorny Exp $
EAPI="5"
@@ -13,7 +13,7 @@
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-IUSE="doc static-libs -sse +sse2 +brass +chert +inmemory"
+IUSE="doc static-libs -cpu_flags_x86_sse +cpu_flags_x86_sse2 +brass +chert
+inmemory"
DEPEND="sys-libs/zlib"
RDEPEND="${DEPEND}"
@@ -24,11 +24,11 @@
local myconf=""
ewarn
- if use sse2; then
+ if use cpu_flags_x86_sse2; then
ewarn "Using sse2"
myconf="${myconf} --enable-sse=sse2"
else
- if use sse; then
+ if use cpu_flags_x86_sse; then
ewarn "Using sse"
myconf="${myconf} --enable-sse=sse"
else
1.9 dev-libs/xapian/xapian-1.2.17.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/xapian/xapian-1.2.17.ebuild?rev=1.9&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/xapian/xapian-1.2.17.ebuild?rev=1.9&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/xapian/xapian-1.2.17.ebuild?r1=1.8&r2=1.9
Index: xapian-1.2.17.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/xapian/xapian-1.2.17.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- xapian-1.2.17.ebuild 19 Aug 2014 07:44:12 -0000 1.8
+++ xapian-1.2.17.ebuild 28 Jan 2015 19:43:27 -0000 1.9
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/xapian/xapian-1.2.17.ebuild,v 1.8
2014/08/19 07:44:12 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/xapian/xapian-1.2.17.ebuild,v 1.9
2015/01/28 19:43:27 mgorny Exp $
EAPI="5"
@@ -13,7 +13,7 @@
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 sparc x86"
-IUSE="doc static-libs -sse +sse2 +brass +chert +inmemory"
+IUSE="doc static-libs -cpu_flags_x86_sse +cpu_flags_x86_sse2 +brass +chert
+inmemory"
DEPEND="sys-libs/zlib"
RDEPEND="${DEPEND}"
@@ -24,11 +24,11 @@
local myconf=""
ewarn
- if use sse2; then
+ if use cpu_flags_x86_sse2; then
ewarn "Using sse2"
myconf="${myconf} --enable-sse=sse2"
else
- if use sse; then
+ if use cpu_flags_x86_sse; then
ewarn "Using sse"
myconf="${myconf} --enable-sse=sse"
else
1.133 dev-libs/xapian/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/xapian/ChangeLog?rev=1.133&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/xapian/ChangeLog?rev=1.133&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/xapian/ChangeLog?r1=1.132&r2=1.133
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/xapian/ChangeLog,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -r1.132 -r1.133
--- ChangeLog 26 Dec 2014 10:18:21 -0000 1.132
+++ ChangeLog 28 Jan 2015 19:43:27 -0000 1.133
@@ -1,6 +1,11 @@
# ChangeLog for dev-libs/xapian
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/xapian/ChangeLog,v 1.132
2014/12/26 10:18:21 jer Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/xapian/ChangeLog,v 1.133
2015/01/28 19:43:27 mgorny Exp $
+
+ 28 Jan 2015; Michał Górny <[email protected]> xapian-1.2.14.ebuild,
+ xapian-1.2.17.ebuild, xapian-1.2.18.ebuild, xapian-1.2.19.ebuild,
+ xapian-1.3.1-r1.ebuild:
+ Switch to CPU_FLAGS_X86.
26 Dec 2014; Jeroen Roovers <[email protected]> xapian-1.2.19.ebuild,
xapian-1.3.1-r1.ebuild: