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 <gentoo-commits+bounces-345908-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1QMi3l-0000m9-3i
	for garchives@archives.gentoo.org; Wed, 18 May 2011 14:49:13 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id ECF671C256;
	Wed, 18 May 2011 14:49:05 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	by pigeon.gentoo.org (Postfix) with ESMTP id C05E01C256
	for <gentoo-commits@lists.gentoo.org>; Wed, 18 May 2011 14:49:05 +0000 (UTC)
Received: from pelican.gentoo.org (unknown [66.219.59.40])
	(using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 31CF81B4044
	for <gentoo-commits@lists.gentoo.org>; Wed, 18 May 2011 14:49:05 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by pelican.gentoo.org (Postfix) with ESMTP id 6CC9754EBD
	for <gentoo-commits@lists.gentoo.org>; Wed, 18 May 2011 14:49:04 +0000 (UTC)
From: "Alexis Ballier" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" <aballier@gentoo.org>
Message-ID: <044e4e0188e984509ae5f6861dab7d2c85daf6f0.aballier@gentoo>
Subject: [gentoo-commits] dev/aballier:master commit in: scripts/texlive/tlpsrc/
X-VCS-Repository: dev/aballier
X-VCS-Files: scripts/texlive/tlpsrc/Makefile.revs scripts/texlive/tlpsrc/texlive-latexextra.extraebuild
X-VCS-Directories: scripts/texlive/tlpsrc/
X-VCS-Committer: aballier
X-VCS-Committer-Name: Alexis Ballier
X-VCS-Revision: 044e4e0188e984509ae5f6861dab7d2c85daf6f0
Date: Wed, 18 May 2011 14:49:04 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: quoted-printable
X-Archives-Salt: 
X-Archives-Hash: 7d7ff5c2c21be94ec0c03167a7aeecc8

commit:     044e4e0188e984509ae5f6861dab7d2c85daf6f0
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed May 18 14:48:56 2011 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed May 18 14:48:56 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=3Ddev/aballier.git;a=
=3Dcommit;h=3D044e4e01

add ifplatform patch

---
 scripts/texlive/tlpsrc/Makefile.revs               |    2 +-
 .../texlive/tlpsrc/texlive-latexextra.extraebuild  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/texlive/tlpsrc/Makefile.revs b/scripts/texlive/tlpsr=
c/Makefile.revs
index 5a44b69..581b4a8 100644
--- a/scripts/texlive/tlpsrc/Makefile.revs
+++ b/scripts/texlive/tlpsrc/Makefile.revs
@@ -4,7 +4,7 @@
 texlive-xetex.installed: EXTRA_REV=3D-r1
 texlive-pictures.installed: EXTRA_REV=3D-r1
 texlive-fontutils.installed: EXTRA_REV=3D-r1
-texlive-latexextra.installed: EXTRA_REV=3D-r1
+texlive-latexextra.installed: EXTRA_REV=3D-r2
 texlive-luatex.installed: EXTRA_REV=3D-r1
 texlive-context.installed: EXTRA_REV=3D-r1
=20

diff --git a/scripts/texlive/tlpsrc/texlive-latexextra.extraebuild b/scri=
pts/texlive/tlpsrc/texlive-latexextra.extraebuild
index b55d98f..f1ba762 100644
--- a/scripts/texlive/tlpsrc/texlive-latexextra.extraebuild
+++ b/scripts/texlive/tlpsrc/texlive-latexextra.extraebuild
@@ -1,2 +1,2 @@
 TEXLIVE_MODULE_BINSCRIPTS=3D"texmf-dist/scripts/perltex/perltex.pl texmf=
-dist/scripts/ppower4/pdfthumb.tlu texmf-dist/scripts/ppower4/ppower4.tlu=
 texmf-dist/scripts/pst-pdf/ps4pdf texmf-dist/scripts/splitindex/perl/spl=
itindex.pl texmf-dist/scripts/svn-multi/svn-multi.pl texmf-dist/scripts/v=
pe/vpe.pl texmf-dist/scripts/authorindex/authorindex"
-PATCHES=3D( "${FILESDIR}/vpe_invocation.patch" )
+PATCHES=3D( "${FILESDIR}/vpe_invocation.patch" "${FILESDIR}/ifplatform.p=
atch" )