From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1K9bwM-0007Q8-E2 for garchives@archives.gentoo.org; Fri, 20 Jun 2008 08:25:50 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D743E02C6; Fri, 20 Jun 2008 08:25:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 3A462E02C6 for ; Fri, 20 Jun 2008 08:25:49 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id BF1256746A for ; Fri, 20 Jun 2008 08:25:48 +0000 (UTC) Received: from suka by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1K9bwG-0008V6-MZ for gentoo-commits@lists.gentoo.org; Fri, 20 Jun 2008 08:25:44 +0000 From: "Andreas Proschofsky (suka)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, suka@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in app-office/openoffice: openoffice-2.4.1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: openoffice-2.4.1.ebuild ChangeLog X-VCS-Directories: app-office/openoffice X-VCS-Committer: suka X-VCS-Committer-Name: Andreas Proschofsky Content-Type: text/plain; charset=utf8 Message-Id: Sender: Andreas Proschofsky Date: Fri, 20 Jun 2008 08:25:44 +0000 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: bede4d21-e324-4a47-a0a2-85b090543f2c X-Archives-Hash: 5230d8d65c4e7ce88a2b7c603c5e4a6b suka 08/06/20 08:25:44 Modified: openoffice-2.4.1.ebuild ChangeLog Log: Check for python built with threads USE flag, closes bug #227287 (Portage version: 2.1.5.6) Revision Changes Path 1.5 app-office/openoffice/openoffice-2.4.1.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/openoff= ice/openoffice-2.4.1.ebuild?rev=3D1.5&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/openoff= ice/openoffice-2.4.1.ebuild?rev=3D1.5&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/openoff= ice/openoffice-2.4.1.ebuild?r1=3D1.4&r2=3D1.5 Index: openoffice-2.4.1.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/openoffice/openoffice-2.4.1.= ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- openoffice-2.4.1.ebuild 20 Jun 2008 05:28:32 -0000 1.4 +++ openoffice-2.4.1.ebuild 20 Jun 2008 08:25:44 -0000 1.5 @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-2.4.= 1.ebuild,v 1.4 2008/06/20 05:28:32 suka Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-2.4.= 1.ebuild,v 1.5 2008/06/20 08:25:44 suka Exp $ =20 WANT_AUTOCONF=3D"2.5" WANT_AUTOMAKE=3D"1.9" @@ -206,6 +206,13 @@ fi fi =20 + # Check python + if ! built_with_use dev-lang/python threads + then + eerror "Python needs to be built with threads." + die + fi + java-pkg-opt-2_pkg_setup =20 # sys-libs/db version used 1.405 app-office/openoffice/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/openoff= ice/ChangeLog?rev=3D1.405&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/openoff= ice/ChangeLog?rev=3D1.405&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/openoff= ice/ChangeLog?r1=3D1.404&r2=3D1.405 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/openoffice/ChangeLog,v retrieving revision 1.404 retrieving revision 1.405 diff -u -r1.404 -r1.405 --- ChangeLog 20 Jun 2008 05:28:32 -0000 1.404 +++ ChangeLog 20 Jun 2008 08:25:44 -0000 1.405 @@ -1,6 +1,10 @@ # ChangeLog for app-office/openoffice # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/ChangeLog,v 1.4= 04 2008/06/20 05:28:32 suka Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/ChangeLog,v 1.4= 05 2008/06/20 08:25:44 suka Exp $ + + 20 Jun 2008; Andreas Proschofsky + openoffice-2.4.1.ebuild: + Check for python built with threads USE flag, closes bug #227287 =20 20 Jun 2008; Andreas Proschofsky openoffice-2.4.1.ebuild: --=20 gentoo-commits@lists.gentoo.org mailing list