diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2007-12-01 02:52:55 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2007-12-01 02:52:55 +0000 |
commit | 043c2d982a398cd47cab805cfc6b8e405cdacf21 (patch) | |
tree | 48900e272e6b8f94768e14b52cec26bacb02def8 /app-text/ptex | |
parent | Rename site-init file for USE=source. (diff) | |
download | gentoo-2-043c2d982a398cd47cab805cfc6b8e405cdacf21.tar.gz gentoo-2-043c2d982a398cd47cab805cfc6b8e405cdacf21.tar.bz2 gentoo-2-043c2d982a398cd47cab805cfc6b8e405cdacf21.zip |
Fixed to work with "USE=-X".
(Portage version: 2.1.3.19)
Diffstat (limited to 'app-text/ptex')
-rw-r--r-- | app-text/ptex/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/ptex/ptex-3.1.10_p20071122.ebuild | 10 |
2 files changed, 11 insertions, 4 deletions
diff --git a/app-text/ptex/ChangeLog b/app-text/ptex/ChangeLog index 2d33d9826262..142df8cb2578 100644 --- a/app-text/ptex/ChangeLog +++ b/app-text/ptex/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/ptex # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ptex/ChangeLog,v 1.65 2007/11/30 14:20:42 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ptex/ChangeLog,v 1.66 2007/12/01 02:52:55 matsuu Exp $ + + 01 Dec 2007; <matsuu@gentoo.org> ptex-3.1.10_p20071122.ebuild: + Fixed to work with "USE=-X". *ptex-3.1.10_p20071122 (30 Nov 2007) diff --git a/app-text/ptex/ptex-3.1.10_p20071122.ebuild b/app-text/ptex/ptex-3.1.10_p20071122.ebuild index e36d88b92ca3..0ecd908fddec 100644 --- a/app-text/ptex/ptex-3.1.10_p20071122.ebuild +++ b/app-text/ptex/ptex-3.1.10_p20071122.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ptex/ptex-3.1.10_p20071122.ebuild,v 1.1 2007/11/30 14:20:42 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ptex/ptex-3.1.10_p20071122.ebuild,v 1.2 2007/12/01 02:52:55 matsuu Exp $ TETEX_PV=3.0_p1 @@ -91,6 +91,8 @@ make_option vartexfonts="${T}/texfonts" make_option CC="$(tc-getCC)" make_option CXX="$(tc-getCXX)" JAPANESE=international +XDVI=echo +PXDVI=echo PLATEX209=no conf_option --without-dviljk conf_option --without-dvipng @@ -135,6 +137,7 @@ EOF else echo "conf_option --without-x" >> "${S}"/my_option echo "conf_option --without-xdvik" >> "${S}"/my_option + echo "conf_option --without-pxdvik" >> "${S}"/my_option fi cd "${S}" @@ -153,7 +156,8 @@ EOF epatch "${FILESDIR}/tetex-${TETEX_PV}-mptest.patch" #bug 98029 - epatch "${FILESDIR}/${P}-fmtutil-etex.patch" + # no need + #epatch "${FILESDIR}/${P}-fmtutil-etex.patch" #bug 115775 # ptex included @@ -256,7 +260,7 @@ src_install() { rm -r "${D}"/usr/share/texmf/web2c/texmf.cnf.* rm -r "${D}"/usr/share/texmf/web2c/fmtutil.cnf.* rm -r "${D}"/usr/info/dir - #find "${D}"/usr/share/texmf | grep "ls-R" | xargs rm -f + find "${D}"/usr/share/texmf | grep "ls-R" | xargs rm -f einfo "Installing texmf-update scripte ..." dosbin "${FILESDIR}"/texmf-update |