Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 286823 Details for
Bug 383403
chktex detects wrong file names when following \input commands
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Ebuild which includes the attached patch.
chktex-1.6.4-r1.ebuild (text/plain), 974 bytes, created by
Edgar Gonzàlez i Pellicer
on 2011-09-17 19:32:08 UTC
(
hide
)
Description:
Ebuild which includes the attached patch.
Filename:
MIME Type:
Creator:
Edgar Gonzàlez i Pellicer
Created:
2011-09-17 19:32:08 UTC
Size:
974 bytes
patch
obsolete
># Copyright 1999-2011 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >inherit eutils > >DESCRIPTION="Checks latex source for common mistakes" >HOMEPAGE="http://baruch.ev-en.org/proj/chktex/" >SRC_URI="http://baruch.ev-en.org/proj/chktex/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" >IUSE="debug doc" > >DEPEND="virtual/latex-base > dev-lang/perl > sys-apps/groff > doc? ( dev-tex/latex2html )" > >PATCHES=( "${FILESDIR}/${P}-strcpy-bug.patch" ) > >src_unpack() { > unpack ${A} > cd "${S}" > epatch "${FILESDIR}/${P}-strcpy-bug.patch" >} > >src_compile() { > econf `use_enable debug debug-info` || die > emake || die > if use doc ; then > emake html || die "emake html failed" > fi >} > >src_install() { > emake install DESTDIR="${D}" || die > dodoc NEWS > if use doc ; then > dohtml HTML/ChkTeX/* > dodoc HTML/ChkTeX.tex > fi > doman *.1 >}
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 383403
:
286819
|
286821
| 286823 |
286825