Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 39210 Details for
Bug 59256
wrong/missing dependency tetex texdoctk perl-tk
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
patch to get texdoctk work with >=dev-perl/perl-tk-804.025
tetex-2.0.2-r3.ebuild (text/plain), 994 bytes, created by
Johannes Brügmann
on 2004-09-08 11:24:59 UTC
(
hide
)
Description:
patch to get texdoctk work with >=dev-perl/perl-tk-804.025
Filename:
MIME Type:
Creator:
Johannes Brügmann
Created:
2004-09-08 11:24:59 UTC
Size:
994 bytes
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/app-text/tetex/tetex-2.0.2-r3.ebuild,v 1.17 2004/08/18 23:28:27 pvdabeel Exp $ > >inherit tetex eutils flag-o-matic > >DESCRIPTION="a complete TeX distribution" >HOMEPAGE="http://tug.org/teTeX/" > >KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ia64 ppc64 macos" >IUSE="" > >src_unpack() { > tetex_src_unpack > epatch ${FILESDIR}/${PN}-no-readlink-manpage.diff > > # bug #59256 could have been introduced with > # perl-tk-804.025: check Change 3060 > if has_version '>=dev-perl/perl-tk-804.025'; then > TEXDOCTK="${S}/texk/tetex/texdoctk" > einfo "Found >=dev-perl/perl-tk-804.025, patching file" > einfo " ${TEXDOCTK}" > mv ${TEXDOCTK} ${TEXDOCTK}.orig > sed 's:[\$]tplist->curselection():\$tplist->index(\$tplist->curselection()):g' ${TEXDOCTK}.orig > ${TEXDOCTK} > fi >} > >src_compile() { > use amd64 && replace-flags "-O3" "-O2" > tetex_src_compile >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 59256
: 39210