1
0
Fork 0

new ebuild for matrix2latex

This commit is contained in:
Horea Christian 2013-11-10 14:28:59 +01:00
parent 9d081df81d
commit 18734c9260
2 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST matrix2latexPython2011-12-15.tar.gz 249853 SHA256 d027cd73632b8cc9f9139c4a4467a706fa0dc3db9ebff4062d20cf4aaf8f775d SHA512 dd8636f04997ef0bf6868d9a6d7c2c24d337c2b1f55b83c09e965e5c450f7905c376e962cfdbb979392c02285646ce514a00857b99965c72e52fda672aeca23f WHIRLPOOL 673801a48d6a52fd5ad39d7053ada3e762d76fbaeff7fc3bcc5262919347f25308e2bd60559474e59be2dd64fac2a3057b083b8e2c02c3b42d575bfb1895e334

View File

@ -0,0 +1,29 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/pdf2djvu/pdf2djvu-0.7.17.ebuild,v 1.3 2013/09/12 21:16:00 mgorny Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} )
inherit python-single-r1 toolchain-funcs
DESCRIPTION="A tool to create LaTeX tables from python lists and arrays."
HOMEPAGE="https://code.google.com/p/matrix2latex/"
SRC_URI="https://matrix2latex.googlecode.com/files/"${PN}"Python2011-12-15.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
RDEPEND=""
DEPEND=""
src_unpack() {
if [ "${A}" != "" ]; then
unpack ${A}
fi
S="${WORKDIR}/${PN}Python"
cd ${S}
}