Portage is a package management system used by Gentoo Linux
# ChangeLog for dev-tex/dot2tex
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-tex/dot2tex/ChangeLog,v 1.5 2008/09/26 11:27:18 aballier Exp $
*dot2tex-2.8.4 (26 Sep 2008)
26 Sep 2008; Alexis Ballier
+dot2tex-2.8.4.ebuild:
version bump
14 Jun 2008; Raúl Porcel
Add ~x86
*dot2tex-2.8.2 (04 Jun 2008)
04 Jun 2008; Alexis Ballier
+dot2tex-2.8.2.ebuild:
version bump
*dot2tex-2.8.1 (16 May 2008)
16 May 2008; Alexis Ballier
+dot2tex-2.8.1.ebuild:
version bump
*dot2tex-2.7.0 (14 Jan 2008)
14 Jan 2008; Alexis Ballier
+dot2tex-2.7.0.ebuild:
initial import, thanks to people in bug #153027
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
DIST dot2tex-2.8.4.tar.gz 596443 RMD160 4ed95632f9d356e070fe361e1c07b98da36cfed2 SHA1 0b091309857278126a09fb4f15cda5ed3b3d1020 SHA256 114a4ed5fa0f480c8e6e9593dc1b271b3b2b4f1caf14a5c89340e76cae011b70
EBUILD dot2tex-2.8.4.ebuild 764 RMD160 b05b1bcf61a57c6a703615e66a0f87eec952cd7d SHA1 d8362c92b7c1d5df271e0f3883e7b93468f02d08 SHA256 4fbce998b7ef858ce6d2f70b00cabdcee257d41753494783ea7f15be1cea33a1
MISC ChangeLog 899 RMD160 eac88266b639d54f418590e0928da46b24269593 SHA1 d7d9f4aa48102f26fa886e034e3a52753f3f2704 SHA256 f236460a6f88ffcee4e15be1268313597a818da281800ec229d87fe40975c76b
MISC metadata.xml 156 RMD160 2bf6b2ed9ff0fcef1e902cf093ccf4ae2dcc70a0 SHA1 e9260cd53905d8569cf3327ded4c6d01653fc389 SHA256 b4971b8472ab3fe4fbfe41b331a79193ca19e86c08d055ad1c20eaf9e04b79b6
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)
iEYEARECAAYFAkjcxx0ACgkQvFcC4BYPU0qHqQCgqWs5zEYeM4VIOzJoSKzwfPEl
5jAAoMHzhrE3RO/KnRzAt/D/Ab3VwHvC
=8p1G
-----END PGP SIGNATURE-----
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-tex/dot2tex/dot2tex-2.8.4.ebuild,v 1.1 2008/09/26 11:27:18 aballier Exp $
inherit distutils
DESCRIPTION="A Graphviz to LaTeX converter"
HOMEPAGE="http://www.fauskes.net/code/dot2tex/"
SRC_URI="http://dot2tex.googlecode.com/files/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc examples"
DEPEND=""
RDEPEND=">=dev-python/pyparsing-1.4.8
media-gfx/pydot
media-gfx/graphviz"
DOCS="changelog.txt"
src_install() {
distutils_src_install
if use doc; then
dohtml -r doc/*
dodoc doc/usage.{txt,pdf}
fi
if use examples; then
insinto "/usr/share/doc/${PF}/examples"
doins examples/*
fi
}