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 1KlK0q-0002pI-DY for garchives@archives.gentoo.org; Thu, 02 Oct 2008 08:58:20 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B2D0E0525; Thu, 2 Oct 2008 08:58:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 3FB35E0525 for ; Thu, 2 Oct 2008 08:58:20 +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 1723E6506E for ; Thu, 2 Oct 2008 08:58:19 +0000 (UTC) Received: from flameeyes by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1KlK0o-0003gE-2x for gentoo-commits@lists.gentoo.org; Thu, 02 Oct 2008 08:58:18 +0000 From: "Diego Petteno (flameeyes)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, flameeyes@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in app-text/recode: recode-3.6_p15.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: recode-3.6_p15.ebuild ChangeLog X-VCS-Directories: app-text/recode X-VCS-Committer: flameeyes X-VCS-Committer-Name: Diego Petteno Content-Type: text/plain; charset=utf8 Message-Id: Sender: Diego Petteno Date: Thu, 02 Oct 2008 08:58:18 +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: c88516e6-70fc-4273-90e3-91665cf79211 X-Archives-Hash: 84f1150830daec38143c4dcd58f62bf7 flameeyes 08/10/02 08:58:18 Modified: recode-3.6_p15.ebuild ChangeLog Log: Fix building on sub-second precision filesystems (tmpfs, xfs, jfs). Clo= ses bug #238710. (Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 x86_64) Revision Changes Path 1.2 app-text/recode/recode-3.6_p15.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/recode/re= code-3.6_p15.ebuild?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/recode/re= code-3.6_p15.ebuild?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/recode/re= code-3.6_p15.ebuild?r1=3D1.1&r2=3D1.2 Index: recode-3.6_p15.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-text/recode/recode-3.6_p15.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- recode-3.6_p15.ebuild 25 Sep 2008 11:18:05 -0000 1.1 +++ recode-3.6_p15.ebuild 2 Oct 2008 08:58:17 -0000 1.2 @@ -1,8 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/recode/recode-3.6_p15.ebuild= ,v 1.1 2008/09/25 11:18:05 loki_val Exp $ - -WANT_AUTOMAKE=3D"1.4" +# $Header: /var/cvsroot/gentoo-x86/app-text/recode/recode-3.6_p15.ebuild= ,v 1.2 2008/10/02 08:58:17 flameeyes Exp $ =20 inherit autotools eutils libtool toolchain-funcs =20 @@ -34,6 +32,10 @@ epatch "${FILESDIR}"/${MY_P}-ppc-macos.diff cp lib/error.c lib/xstrdup.c src/ || die "file copy failed" =20 + # Remove old libtool macros + rm "${S}"/acinclude.m4 + + eautoreconf elibtoolize } =20 1.50 app-text/recode/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/recode/Ch= angeLog?rev=3D1.50&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/recode/Ch= angeLog?rev=3D1.50&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/recode/Ch= angeLog?r1=3D1.49&r2=3D1.50 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-text/recode/ChangeLog,v retrieving revision 1.49 retrieving revision 1.50 diff -u -r1.49 -r1.50 --- ChangeLog 25 Sep 2008 11:18:05 -0000 1.49 +++ ChangeLog 2 Oct 2008 08:58:17 -0000 1.50 @@ -1,6 +1,10 @@ # ChangeLog for app-text/recode # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/recode/ChangeLog,v 1.49 2008= /09/25 11:18:05 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/recode/ChangeLog,v 1.50 2008= /10/02 08:58:17 flameeyes Exp $ + + 02 Oct 2008; Diego Petten=C3=B2 recode-3.6_p15.= ebuild: + Fix building on sub-second precision filesystems (tmpfs, xfs, jfs). Cl= oses + bug #238710. =20 *recode-3.6_p15 (25 Sep 2008) =20