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 1OEq3Y-0000JG-Jk for garchives@archives.gentoo.org; Wed, 19 May 2010 20:39:56 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BFDB4E0AA8; Wed, 19 May 2010 20:39:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 51FE3E0AA8 for ; Wed, 19 May 2010 20:39:55 +0000 (UTC) Received: from corvid.gentoo.org (corvid.gentoo.org [208.92.234.79]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id C35761B4028 for ; Wed, 19 May 2010 20:39:54 +0000 (UTC) Received: by corvid.gentoo.org (Postfix, from userid 984) id C3DEF2C815; Wed, 19 May 2010 20:39:53 +0000 (UTC) From: "Fabian Groffen (grobian)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, grobian@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in app-text/poppler: poppler-0.12.4-r3.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: poppler-0.12.4-r3.ebuild X-VCS-Directories: app-text/poppler X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen Content-Type: text/plain; charset=utf8 Message-Id: <20100519203953.C3DEF2C815@corvid.gentoo.org> Date: Wed, 19 May 2010 20:39:53 +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: 6be9f8dc-1388-449b-9153-97a9480cd993 X-Archives-Hash: 51f74af3b8d22e2c6d5b72c423b1a76f grobian 10/05/19 20:39:53 Modified: poppler-0.12.4-r3.ebuild Log: fix whitespace (Portage version: 2.2.00.15842-prefix/cvs/Darwin powerpc) Revision Changes Path 1.4 app-text/poppler/poppler-0.12.4-r3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/poppler/p= oppler-0.12.4-r3.ebuild?rev=3D1.4&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/poppler/p= oppler-0.12.4-r3.ebuild?rev=3D1.4&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/poppler/p= oppler-0.12.4-r3.ebuild?r1=3D1.3&r2=3D1.4 Index: poppler-0.12.4-r3.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/poppler/poppler-0.12.4-r3.ebui= ld,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- poppler-0.12.4-r3.ebuild 19 May 2010 20:38:58 -0000 1.3 +++ poppler-0.12.4-r3.ebuild 19 May 2010 20:39:53 -0000 1.4 @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/poppler/poppler-0.12.4-r3.eb= uild,v 1.3 2010/05/19 20:38:58 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/poppler/poppler-0.12.4-r3.eb= uild,v 1.4 2010/05/19 20:39:53 grobian Exp $ =20 EAPI=3D"2" =20 @@ -63,7 +63,7 @@ # configure, since it typically is good at knowing this), I need to tak= e # this upstream still, configure and cmake conflict in this regard. [[ ${CHOST} =3D=3D *-darwin8 ]] && \ - sed -i -e '/add_definitions/d' cmake/modules/PopplerMacros.cmake=20 + sed -i -e '/add_definitions/d' cmake/modules/PopplerMacros.cmake } =20 src_configure() {