diff options
author | 2005-07-19 04:40:59 +0000 | |
---|---|---|
committer | 2005-07-19 04:40:59 +0000 | |
commit | 9b1e258f1e4dade6b3df1187a721d0340c9a4e47 (patch) | |
tree | a44f790fd0fc4bd2fb9947a873b927c731ec2e54 /app-emulation/wine | |
parent | Version bump. (diff) | |
download | historical-9b1e258f1e4dade6b3df1187a721d0340c9a4e47.tar.gz historical-9b1e258f1e4dade6b3df1187a721d0340c9a4e47.tar.bz2 historical-9b1e258f1e4dade6b3df1187a721d0340c9a4e47.zip |
force VARTEXFONTS to $T so doc building doesnt try to write to $ROOT #89568
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'app-emulation/wine')
-rw-r--r-- | app-emulation/wine/Manifest | 20 | ||||
-rw-r--r-- | app-emulation/wine/wine-20041019-r3.ebuild | 3 | ||||
-rw-r--r-- | app-emulation/wine/wine-20050111-r1.ebuild | 3 | ||||
-rw-r--r-- | app-emulation/wine/wine-20050211.ebuild | 3 | ||||
-rw-r--r-- | app-emulation/wine/wine-20050310-r1.ebuild | 3 | ||||
-rw-r--r-- | app-emulation/wine/wine-20050419.ebuild | 3 | ||||
-rw-r--r-- | app-emulation/wine/wine-20050524.ebuild | 3 | ||||
-rw-r--r-- | app-emulation/wine/wine-20050628.ebuild | 3 |
8 files changed, 24 insertions, 17 deletions
diff --git a/app-emulation/wine/Manifest b/app-emulation/wine/Manifest index 47267bf916ba..a45c0a429ff9 100644 --- a/app-emulation/wine/Manifest +++ b/app-emulation/wine/Manifest @@ -1,15 +1,15 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 2954e9f640f993ad04e4a3fa094bce9a wine-20050211.ebuild 3673 -MD5 9de2b382311814e8a2bc148379f0f502 wine-20050111-r1.ebuild 3168 +MD5 e1a9905badd6b1dd04475bff5192a5ea wine-20050211.ebuild 3694 +MD5 78ac9fb3899d394660847472ce498bbe wine-20050111-r1.ebuild 3189 MD5 6525c48ba09d08599432ea6c299e52f4 metadata.xml 354 -MD5 5526ffd1bdc814e499f05ddb4251add0 wine-20050419.ebuild 3623 -MD5 fdfb3f649d614ee5be15c49c9c4fad2f wine-20050628.ebuild 3691 -MD5 f1450e62ca43f28715c815b798328495 wine-20041019-r3.ebuild 2965 +MD5 6a9d1b8a62247f69feb3baf365dcc622 wine-20050419.ebuild 3644 +MD5 45e52058e54270c9ed66fe0c0314bd12 wine-20050628.ebuild 3713 +MD5 192c6321bcdd9cdc5f8c36e6ea685264 wine-20041019-r3.ebuild 2984 MD5 33d4f1f73c23007eec08f1a25ee129dd ChangeLog 17698 -MD5 d5b8a74774f5f3465764ba0b2253f35b wine-20050524.ebuild 3689 -MD5 0a05ee533cd2a958e83fe604deab882d wine-20050310-r1.ebuild 3689 +MD5 6307c76de271061e3164d75b098972e1 wine-20050524.ebuild 3711 +MD5 b1e7cdf7b9754ec4db8b4915fd686520 wine-20050310-r1.ebuild 3710 MD5 9d19cae37895df966e850d3054ef2513 files/digest-wine-20050419 67 MD5 8028af5342611d0521183f95342f787a files/digest-wine-20050111-r1 67 MD5 7a55fde5c2def5d2925fab4955433c2c files/wine-20050524-alsa-headers.patch 669 @@ -27,7 +27,7 @@ MD5 45243901331840c35f12426a17b31bd2 files/wine-20050310-upstream-colortable.pat -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) -iD8DBQFC0J7tgIKl8Uu19MoRAvQyAJ4uXIZ/75nkhLzT/WAbHkqr5TqYagCfZMpN -HnSKAZfn7qmy1lXvDZXMRfo= -=snC4 +iD8DBQFC3IRzgIKl8Uu19MoRAhlGAJ454ntLGhKZsdwel8jfa3qEbwmTXgCeJDZ4 +whGnMyyzcvUl6wZkqjBDMy8= +=jA01 -----END PGP SIGNATURE----- diff --git a/app-emulation/wine/wine-20041019-r3.ebuild b/app-emulation/wine/wine-20041019-r3.ebuild index d3681fdba9ee..887510bd6c4b 100644 --- a/app-emulation/wine/wine-20041019-r3.ebuild +++ b/app-emulation/wine/wine-20041019-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20041019-r3.ebuild,v 1.14 2005/07/07 02:57:42 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20041019-r3.ebuild,v 1.15 2005/07/19 04:40:59 vapier Exp $ inherit eutils flag-o-matic @@ -83,6 +83,7 @@ src_compile() { emake -j1 depend || die "depend" emake all || die "all" if use doc ; then + VARTEXFONTS=${T} \ emake -j1 -C documentation doc || die "docs" fi } diff --git a/app-emulation/wine/wine-20050111-r1.ebuild b/app-emulation/wine/wine-20050111-r1.ebuild index 5516513b12be..f3b06b2befdd 100644 --- a/app-emulation/wine/wine-20050111-r1.ebuild +++ b/app-emulation/wine/wine-20050111-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050111-r1.ebuild,v 1.5 2005/05/29 03:48:40 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050111-r1.ebuild,v 1.6 2005/07/19 04:40:59 vapier Exp $ inherit eutils flag-o-matic @@ -90,6 +90,7 @@ src_compile() { emake -j1 depend || die "depend" emake all || die "all" if use doc ; then + VARTEXFONTS=${T} \ emake -j1 -C documentation doc || die "docs" fi } diff --git a/app-emulation/wine/wine-20050211.ebuild b/app-emulation/wine/wine-20050211.ebuild index 52c99085d673..97572bb4521b 100644 --- a/app-emulation/wine/wine-20050211.ebuild +++ b/app-emulation/wine/wine-20050211.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050211.ebuild,v 1.12 2005/07/10 03:59:17 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050211.ebuild,v 1.13 2005/07/19 04:40:59 vapier Exp $ inherit eutils flag-o-matic @@ -112,6 +112,7 @@ src_compile() { emake -j1 depend || die "depend" emake all || die "all" if use doc ; then + VARTEXFONTS=${T} \ emake -j1 -C documentation doc || die "docs" fi } diff --git a/app-emulation/wine/wine-20050310-r1.ebuild b/app-emulation/wine/wine-20050310-r1.ebuild index c2933f5f5354..ab62090ad318 100644 --- a/app-emulation/wine/wine-20050310-r1.ebuild +++ b/app-emulation/wine/wine-20050310-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050310-r1.ebuild,v 1.5 2005/07/10 03:59:17 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050310-r1.ebuild,v 1.6 2005/07/19 04:40:59 vapier Exp $ inherit eutils flag-o-matic @@ -112,6 +112,7 @@ src_compile() { emake -j1 depend || die "depend" emake all || die "all" if use doc ; then + VARTEXFONTS=${T} \ emake -j1 -C documentation doc || die "docs" fi } diff --git a/app-emulation/wine/wine-20050419.ebuild b/app-emulation/wine/wine-20050419.ebuild index 22707855acb3..4c9bb183a3be 100644 --- a/app-emulation/wine/wine-20050419.ebuild +++ b/app-emulation/wine/wine-20050419.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050419.ebuild,v 1.7 2005/07/10 03:59:17 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050419.ebuild,v 1.8 2005/07/19 04:40:59 vapier Exp $ inherit eutils flag-o-matic multilib @@ -111,6 +111,7 @@ src_compile() { emake -j1 depend || die "depend" emake all || die "all" if use doc ; then + VARTEXFONTS=${T} \ emake -j1 -C documentation doc || die "docs" fi } diff --git a/app-emulation/wine/wine-20050524.ebuild b/app-emulation/wine/wine-20050524.ebuild index 9e9636d0db4d..9193e3a228d6 100644 --- a/app-emulation/wine/wine-20050524.ebuild +++ b/app-emulation/wine/wine-20050524.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050524.ebuild,v 1.6 2005/07/10 04:06:02 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050524.ebuild,v 1.7 2005/07/19 04:40:59 vapier Exp $ inherit eutils flag-o-matic multilib @@ -112,6 +112,7 @@ src_compile() { emake -j1 depend || die "depend" emake all || die "all" # if use doc ; then +# VARTEXFONTS=${T} \ # emake -j1 -C documentation doc || die "docs" # fi } diff --git a/app-emulation/wine/wine-20050628.ebuild b/app-emulation/wine/wine-20050628.ebuild index 31131292178e..674f6261de46 100644 --- a/app-emulation/wine/wine-20050628.ebuild +++ b/app-emulation/wine/wine-20050628.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050628.ebuild,v 1.1 2005/07/10 04:05:09 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050628.ebuild,v 1.2 2005/07/19 04:40:59 vapier Exp $ inherit eutils flag-o-matic multilib @@ -111,6 +111,7 @@ src_compile() { emake -j1 depend || die "depend" emake all || die "all" # if use doc ; then +# VARTEXFONTS=${T} \ # emake -j1 -C documentation doc || die "docs" # fi } |