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 1JRuWq-000506-RN for garchives@archives.gentoo.org; Wed, 20 Feb 2008 19:22:53 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 062E8E037E; Wed, 20 Feb 2008 19:22:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B4EB1E037E for ; Wed, 20 Feb 2008 19:22:51 +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 535776636F for ; Wed, 20 Feb 2008 19:22:51 +0000 (UTC) Received: from fordfrog by stork.gentoo.org with local (Exim 4.68) (envelope-from ) id 1JRuWo-0001jF-7m for gentoo-commits@lists.gentoo.org; Wed, 20 Feb 2008 19:22:50 +0000 From: "Miroslav Sulc (fordfrog)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, fordfrog@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-java/poi: poi-3.0.2-r1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: poi-3.0.2-r1.ebuild ChangeLog X-VCS-Directories: dev-java/poi X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Sulc Content-Type: text/plain; charset=utf8 Message-Id: Sender: Miroslav Sulc Date: Wed, 20 Feb 2008 19:22:50 +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: 779a3a73-bc19-4ea3-b3aa-c7c664374ec6 X-Archives-Hash: c79d9ea83ac8e9904dd2c1ad551e829d fordfrog 08/02/20 19:22:50 Modified: poi-3.0.2-r1.ebuild ChangeLog Log: Fixed error in tests caused by applying patch that fixes determination = of date/time formats in cells (Portage version: 2.1.4.4) Revision Changes Path 1.2 dev-java/poi/poi-3.0.2-r1.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/poi/poi-3= .0.2-r1.ebuild?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/poi/poi-3= .0.2-r1.ebuild?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/poi/poi-3= .0.2-r1.ebuild?r1=3D1.1&r2=3D1.2 Index: poi-3.0.2-r1.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/dev-java/poi/poi-3.0.2-r1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- poi-3.0.2-r1.ebuild 7 Feb 2008 12:02:40 -0000 1.1 +++ poi-3.0.2-r1.ebuild 20 Feb 2008 19:22:49 -0000 1.2 @@ -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/dev-java/poi/poi-3.0.2-r1.ebuild,v 1.= 1 2008/02/07 12:02:40 fordfrog Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/poi/poi-3.0.2-r1.ebuild,v 1.= 2 2008/02/20 19:22:49 fordfrog Exp $ =20 EAPI=3D1 JAVA_PKG_IUSE=3D"doc examples source" @@ -32,9 +32,10 @@ unpack ${A} =20 cd "${S}" - # Patch that adds unofficial fix for detection of custom date/time form= ats + # Patch that adds official fix for detection of custom date/time format= s # See bug: http://issues.apache.org/bugzilla/show_bug.cgi?id=3D44373 epatch "${FILESDIR}/${P}-isADateFormat.patch" + use test && epatch "${FILESDIR}/${P}-isADateFormatTest.patch" =20 find -name "*.jar" | xargs rm -v =20 1.44 dev-java/poi/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/poi/Chang= eLog?rev=3D1.44&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/poi/Chang= eLog?rev=3D1.44&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/poi/Chang= eLog?r1=3D1.43&r2=3D1.44 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/dev-java/poi/ChangeLog,v retrieving revision 1.43 retrieving revision 1.44 diff -u -r1.43 -r1.44 --- ChangeLog 7 Feb 2008 12:02:40 -0000 1.43 +++ ChangeLog 20 Feb 2008 19:22:49 -0000 1.44 @@ -1,6 +1,11 @@ # ChangeLog for dev-java/poi # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/poi/ChangeLog,v 1.43 2008/02= /07 12:02:40 fordfrog Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/poi/ChangeLog,v 1.44 2008/02= /20 19:22:49 fordfrog Exp $ + + 20 Feb 2008; Miroslav =C5=A0ulc + +files/poi-3.0.2-isADateFormatTest.patch, poi-3.0.2-r1.ebuild: + Fixed error in tests caused by applying patch that fixes determination= of + date/time formats in cells =20 *poi-3.0.2-r1 (07 Feb 2008) =20 --=20 gentoo-commits@lists.gentoo.org mailing list