From c2506055d4fb82fcbffd1aaf0989a90a83398866 Mon Sep 17 00:00:00 2001 From: Horea Christian Date: Sun, 27 Sep 2015 19:43:56 +0200 Subject: [PATCH] live matrix2latex ebuild --- .../matrix2latex/matrix2latex-9999.ebuild | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 dev-python/matrix2latex/matrix2latex-9999.ebuild diff --git a/dev-python/matrix2latex/matrix2latex-9999.ebuild b/dev-python/matrix2latex/matrix2latex-9999.ebuild new file mode 100644 index 0000000..6b323c4 --- /dev/null +++ b/dev-python/matrix2latex/matrix2latex-9999.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +PYTHON_COMPAT=( python{2_7,3_2,3_3} ) + +inherit distutils-r1 git-r3 multilib + +DESCRIPTION="A tool to create LaTeX tables from python lists and arrays." +HOMEPAGE="https://code.google.com/p/matrix2latex/" +EGIT_REPO_URI="https://github.com/TheChymera/matrix2latex" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND="" +DEPEND="" +