Merge branch 'master' of github.com:TheChymera/overlay
This commit is contained in:
commit
91877a7187
@ -1 +0,0 @@
|
|||||||
DIST matrix2latexPython2011-12-15.tar.gz 249853 SHA256 d027cd73632b8cc9f9139c4a4467a706fa0dc3db9ebff4062d20cf4aaf8f775d SHA512 dd8636f04997ef0bf6868d9a6d7c2c24d337c2b1f55b83c09e965e5c450f7905c376e962cfdbb979392c02285646ce514a00857b99965c72e52fda672aeca23f WHIRLPOOL 673801a48d6a52fd5ad39d7053ada3e762d76fbaeff7fc3bcc5262919347f25308e2bd60559474e59be2dd64fac2a3057b083b8e2c02c3b42d575bfb1895e334
|
|
@ -1,36 +0,0 @@
|
|||||||
# 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 python-single-r1
|
|
||||||
|
|
||||||
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}
|
|
||||||
}
|
|
||||||
|
|
||||||
src_install() {
|
|
||||||
python_optimize .
|
|
||||||
python_domodule "${S}"/matrix2latex.py
|
|
||||||
python_domodule "${S}"/fixEngineeringNotation.py
|
|
||||||
python_domodule "${S}"/error.py
|
|
||||||
python_domodule "${S}"/IOString.py
|
|
||||||
}
|
|
@ -1,21 +0,0 @@
|
|||||||
# 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=""
|
|
||||||
|
|
18
dev-python/testscript000/testscript000-9999.ebuild
Normal file
18
dev-python/testscript000/testscript000-9999.ebuild
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
# Copyright 1999-2015 Gentoo Foundation
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
# $Id$
|
||||||
|
|
||||||
|
EAPI=5
|
||||||
|
|
||||||
|
PYTHON_COMPAT=( python{2_7,3_4} )
|
||||||
|
|
||||||
|
inherit distutils-r1 git-r3 multilib
|
||||||
|
|
||||||
|
DESCRIPTION="A tool to create LaTeX tables from python lists and arrays"
|
||||||
|
HOMEPAGE="https://github.com/jereviendrai/ld_expert-test"
|
||||||
|
EGIT_REPO_URI="https://github.com/jereviendrai/ld_expert-test"
|
||||||
|
|
||||||
|
LICENSE="GPL-3"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS=""
|
||||||
|
IUSE=""
|
18
dev-python/testscriptN/testscriptN-9999.ebuild
Normal file
18
dev-python/testscriptN/testscriptN-9999.ebuild
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
# Copyright 1999-2015 Gentoo Foundation
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
# $Id$
|
||||||
|
|
||||||
|
EAPI=5
|
||||||
|
|
||||||
|
PYTHON_COMPAT=( python{2_7,3_4} )
|
||||||
|
|
||||||
|
inherit distutils-r1 git-r3 multilib
|
||||||
|
|
||||||
|
DESCRIPTION="A tool to create LaTeX tables from python lists and arrays"
|
||||||
|
HOMEPAGE="https://github.com/TheChymera/matrix2latex"
|
||||||
|
EGIT_REPO_URI="https://github.com/TheChymera/testscriptN"
|
||||||
|
|
||||||
|
LICENSE="GPL-3"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS=""
|
||||||
|
IUSE=""
|
Loading…
x
Reference in New Issue
Block a user