From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QsUVD-00062v-3n for garchives@archives.gentoo.org; Sun, 14 Aug 2011 06:48:55 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9CDB821C080; Sun, 14 Aug 2011 06:48:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 5B66D21C080 for ; Sun, 14 Aug 2011 06:48:47 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 98F2B1B4043 for ; Sun, 14 Aug 2011 06:48:46 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2253) id 55BFB20051; Sun, 14 Aug 2011 06:48:45 +0000 (UTC) From: "Jonathan Callen (abcd)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, abcd@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in app-office/libreoffice: libreoffice-3.4.9999.ebuild libreoffice-9999.ebuild ChangeLog libreoffice-3.4.2.3.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: libreoffice-3.4.9999.ebuild libreoffice-9999.ebuild ChangeLog libreoffice-3.4.2.3.ebuild X-VCS-Directories: app-office/libreoffice X-VCS-Committer: abcd X-VCS-Committer-Name: Jonathan Callen Content-Type: text/plain; charset=utf8 Message-Id: <20110814064845.55BFB20051@flycatcher.gentoo.org> Date: Sun, 14 Aug 2011 06:48:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: f8241723bb0d633203083718360f613b abcd 11/08/14 06:48:45 Modified: libreoffice-3.4.9999.ebuild libreoffice-9999.ebui= ld ChangeLog libreoffice-3.4.2.3.ebuild Log: "--without-system-sane" is now "--without-system-sane-header" for 3.4+ =20 (Portage version: 2.2.0_alpha51/cvs/Linux x86_64) Revision Changes Path 1.19 app-office/libreoffice/libreoffice-3.4.9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreof= fice/libreoffice-3.4.9999.ebuild?rev=3D1.19&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreof= fice/libreoffice-3.4.9999.ebuild?rev=3D1.19&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreof= fice/libreoffice-3.4.9999.ebuild?r1=3D1.18&r2=3D1.19 Index: libreoffice-3.4.9999.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-3.4.= 9999.ebuild,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- libreoffice-3.4.9999.ebuild 12 Aug 2011 09:57:21 -0000 1.18 +++ libreoffice-3.4.9999.ebuild 14 Aug 2011 06:48:45 -0000 1.19 @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-3.= 4.9999.ebuild,v 1.18 2011/08/12 09:57:21 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-3.= 4.9999.ebuild,v 1.19 2011/08/14 06:48:45 abcd Exp $ =20 EAPI=3D3 =20 @@ -413,7 +413,7 @@ internal_libs+=3D" --without-system-hsqldb --without-system-cppunit - --without-system-sane + --without-system-sane-header " =20 # When building without java some things needs to be done 1.14 app-office/libreoffice/libreoffice-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreof= fice/libreoffice-9999.ebuild?rev=3D1.14&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreof= fice/libreoffice-9999.ebuild?rev=3D1.14&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreof= fice/libreoffice-9999.ebuild?r1=3D1.13&r2=3D1.14 Index: libreoffice-9999.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-9999= .ebuild,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- libreoffice-9999.ebuild 12 Aug 2011 09:57:21 -0000 1.13 +++ libreoffice-9999.ebuild 14 Aug 2011 06:48:45 -0000 1.14 @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-99= 99.ebuild,v 1.13 2011/08/12 09:57:21 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-99= 99.ebuild,v 1.14 2011/08/14 06:48:45 abcd Exp $ =20 EAPI=3D3 =20 @@ -407,7 +407,7 @@ internal_libs+=3D" --without-system-hsqldb --without-system-cppunit - --without-system-sane + --without-system-sane-header " =20 # When building without java some things needs to be done 1.107 app-office/libreoffice/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreof= fice/ChangeLog?rev=3D1.107&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreof= fice/ChangeLog?rev=3D1.107&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreof= fice/ChangeLog?r1=3D1.106&r2=3D1.107 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice/ChangeLog,v retrieving revision 1.106 retrieving revision 1.107 diff -u -r1.106 -r1.107 --- ChangeLog 13 Aug 2011 07:04:08 -0000 1.106 +++ ChangeLog 14 Aug 2011 06:48:45 -0000 1.107 @@ -1,6 +1,10 @@ # ChangeLog for app-office/libreoffice # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/ChangeLog,v 1.= 106 2011/08/13 07:04:08 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/ChangeLog,v 1.= 107 2011/08/14 06:48:45 abcd Exp $ + + 14 Aug 2011; Jonathan Callen libreoffice-3.4.2.3.ebu= ild, + libreoffice-3.4.9999.ebuild, libreoffice-9999.ebuild: + "--without-system-sane" is now "--without-system-sane-header" for 3.4+ =20 13 Aug 2011; Tom=C3=A1=C5=A1 Chv=C3=A1tal files/libreoffice-append-no-avx.patch: 1.27 app-office/libreoffice/libreoffice-3.4.2.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreof= fice/libreoffice-3.4.2.3.ebuild?rev=3D1.27&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreof= fice/libreoffice-3.4.2.3.ebuild?rev=3D1.27&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreof= fice/libreoffice-3.4.2.3.ebuild?r1=3D1.26&r2=3D1.27 Index: libreoffice-3.4.2.3.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-3.4.= 2.3.ebuild,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- libreoffice-3.4.2.3.ebuild 12 Aug 2011 09:57:21 -0000 1.26 +++ libreoffice-3.4.2.3.ebuild 14 Aug 2011 06:48:45 -0000 1.27 @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-3.= 4.2.3.ebuild,v 1.26 2011/08/12 09:57:21 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-3.= 4.2.3.ebuild,v 1.27 2011/08/14 06:48:45 abcd Exp $ =20 EAPI=3D3 =20 @@ -414,7 +414,7 @@ internal_libs+=3D" --without-system-hsqldb --without-system-cppunit - --without-system-sane + --without-system-sane-header " =20 # When building without java some things needs to be done