1
0
Fork 0

live matrix2latex ebuild

This commit is contained in:
Horea Christian 2015-09-27 19:43:56 +02:00
parent 8402c2b593
commit c2506055d4
1 changed files with 21 additions and 0 deletions

View File

@ -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=""