Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 153027 - dot2tex-2.6.1.ebuild (New)
Summary: dot2tex-2.6.1.ebuild (New)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://www.fauskes.net/code/dot2tex/
Whiteboard:
Keywords: EBUILD
: 188802 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-10-27 12:11 UTC by Falk Schilling
Modified: 2008-01-14 07:30 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
dot2tex-1.5.0.ebuild (dot2tex-1.5.0.ebuild,427 bytes, text/plain)
2006-10-27 12:12 UTC, Falk Schilling
Details
Updated ebuild for version 2.6.0 (dot2tex-2.6.0.ebuild,943 bytes, text/plain)
2007-10-31 18:06 UTC, Adrian Perez
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Falk Schilling 2006-10-27 12:11:28 UTC
Hi there!

Dot2tex is a tool for converting graphs (graphviz) to a LaTeX-compatible format.

It is a python-module that depends on graphviz, pydot and pyparsing.
Comment 1 Falk Schilling 2006-10-27 12:12:22 UTC
Created attachment 100608 [details]
dot2tex-1.5.0.ebuild
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2007-08-14 11:35:33 UTC
*** Bug 188802 has been marked as a duplicate of this bug. ***
Comment 3 Adrian Perez 2007-10-31 18:06:12 UTC
Created attachment 134828 [details]
Updated ebuild for version 2.6.0

This updated ebuild adds support for installing examples by means of the “examples” USE-flag, and monkey-patches the header of the “dot2tex” script which lacks the she-bang (the initial line with “#! /usr/bin/python”).
Comment 4 Adrian Perez 2007-10-31 18:07:25 UTC
(In reply to comment #3)
>
> This updated ebuild adds support for installing examples by means of the
> “examples” USE-flag, and monkey-patches the header of the “dot2tex”
> script which lacks the she-bang (the initial line with “#!
> /usr/bin/python”).
>
I forgot to add that also dependencies have been updated to depend on the new TeXlive packages OR the old TeTeX monolithic package.

Comment 5 Alexis Ballier gentoo-dev 2007-11-10 16:49:35 UTC
what do you need the tex dependency for ?
I should be able to convert my dot files to tex without having tex installed and then compile them on a different machine with tex; I dont think dot2tex needs tex by itself, you'll need tex only for processing the files it creates ;)
Comment 6 Alexis Ballier gentoo-dev 2007-11-10 16:50:08 UTC
btw 2.6.1 is out and doesnt need to be patched for the #! stuff
Comment 7 Alexis Ballier gentoo-dev 2008-01-14 07:30:47 UTC
added to the tree, thanks !