Bug 168729 - sci-physics/jaxodraw-1.3.2 - axodraw.sty is not installed
Bug#: 168729 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: All Status: RESOLVED Severity: minor Priority: P2
Resolution: FIXED Assigned To: nelchael@gentoo.org Reported By: _hamlet@libero.it
Component: Ebuilds
URL: 
Summary: sci-physics/jaxodraw-1.3.2 - axodraw.sty is not installed
Keywords:  
Status Whiteboard: 
Opened: 2007-02-28 13:36 0000
Description:   Opened: 2007-02-28 13:36 0000
In jaxodraw package, directory "etc", a copy of axodraw.sty is present; it's a
foundamental component for using diagrams produced by jaxodraw in LaTeX.
jaxodraw doesn't install it, saying this should be done by hand. Currently the
ebuild doesn't; I think it really should.
The instructions are in jaxodraw user guide itself:

Installing axodraw system wide is very easy. Just put the style file somewhere
in the global search path of your LaTeX distribution (for TeTeX, typically
/usr/share/texmf/tex/latex/misc/) and update the TEX database with
mktexlsr 

Could you add this to the ebuild? Probably who makes TeX ebuilds knows how to
do this properly.


Reproducible: Always

Steps to Reproduce:
1. emerge jaxodraw
2. try compiling a LaTeX document with '\usepackage{axodraw}' directive.

Actual Results:  
TeX compiler complains since axodraw.sty file is missing.

Expected Results:  
The compilation should succeed after a "out-of-the-box" jaxodraw merging.

------- Comment #1 From Jakub Moc (RETIRED) 2007-02-28 14:08:43 0000 -------
Reopen with ebuild name (incl. category) and version; can't find any such thing
in the tree.

------- Comment #2 From Peter Alfredsen 2007-02-28 14:42:20 0000 -------
(In reply to comment #1)
> Reopen with ebuild name (incl. category) and version; can't find any such thing
> in the tree.
> 

* sci-physics/jaxodraw
     Available versions:  (~)1.3.2
     Homepage:            http://jaxodraw.sourceforge.net/
     Description:         Java program for drawing Feynman diagrams

------- Comment #3 From Jakub Moc (RETIRED) 2007-02-28 18:46:47 0000 -------
Reopen...

------- Comment #4 From Krzysiek Pawlik 2007-03-02 21:06:53 0000 -------
Created an attachment (id=111845) [details]
jaxodraw-1.3.2.ebuild.tetex.patch

Could you please test attached patch?

------- Comment #5 From Hamlet 2007-03-03 17:09:55 0000 -------
I like that patch!
Ok, a little more professional now: I tried it, jaxodraw installs correctly and
works correctly, including LaTeX preview (which I assume uses LaTeX and
axodraw.sty).
I tries a simple test .tex file which \usespackage axodraw and that works too.

Summary: it works perfectly on [my] amd64 now, and thank you for the effort.

------- Comment #6 From Krzysiek Pawlik 2007-03-03 17:45:23 0000 -------
Commited, thanks for testing.