aballier 14/12/04 10:43:41 Modified: ChangeLog Added: dot2tex-2.9.0.ebuild Log: version bump, bug #528746 by José Romildo Malaquias Signed-off-by: [email protected] (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Revision Changes Path 1.35 dev-tex/dot2tex/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/dot2tex/ChangeLog?rev=1.35&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/dot2tex/ChangeLog?rev=1.35&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/dot2tex/ChangeLog?r1=1.34&r2=1.35 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-tex/dot2tex/ChangeLog,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- ChangeLog 13 Sep 2013 05:14:21 -0000 1.34 +++ ChangeLog 4 Dec 2014 10:43:41 -0000 1.35 @@ -1,6 +1,11 @@ # ChangeLog for dev-tex/dot2tex -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/dot2tex/ChangeLog,v 1.34 2013/09/13 05:14:21 patrick Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/dot2tex/ChangeLog,v 1.35 2014/12/04 10:43:41 aballier Exp $ + +*dot2tex-2.9.0 (04 Dec 2014) + + 04 Dec 2014; Alexis Ballier <[email protected]> +dot2tex-2.9.0.ebuild: + version bump, bug #528746 by José Romildo Malaquias 13 Sep 2013; Patrick Lauer <[email protected]> dot2tex-2.8.7-r1.ebuild: Drop pypy as pyparsing has changed 1.1 dev-tex/dot2tex/dot2tex-2.9.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/dot2tex/dot2tex-2.9.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/dot2tex/dot2tex-2.9.0.ebuild?rev=1.1&content-type=text/plain Index: dot2tex-2.9.0.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-tex/dot2tex/dot2tex-2.9.0.ebuild,v 1.1 2014/12/04 10:43:41 aballier Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) inherit distutils-r1 DESCRIPTION="A Graphviz to LaTeX converter" HOMEPAGE="https://dot2tex.readthedocs.org/ https://github.com/kjellmf/dot2tex" SRC_URI="https://github.com/kjellmf/dot2tex/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris" IUSE="doc examples" DEPEND="dev-python/pyparsing[${PYTHON_USEDEP}]" RDEPEND=" media-gfx/pydot[${PYTHON_USEDEP}] media-gfx/graphviz" DEPEND="${DEPEND} dev-python/sphinx" python_compile_all() { if use doc ; then cd "${S}/docs" emake html fi } python_install_all() { distutils-r1_python_install_all if use doc; then dohtml -r docs/_build/html/* fi if use examples; then dodoc -r examples docompress -x /usr/share/doc/${PF}/examples fi }
