From dc9f3a77a522d6b8f9974a01f1f457993a8b94e9 Mon Sep 17 00:00:00 2001 From: Horea Christian Date: Wed, 7 Oct 2015 01:13:25 +0200 Subject: [PATCH] matrix2latex now moved to the science overlay --- dev-python/matrix2latex/Manifest | 1 - .../matrix2latex/matrix2latex-0.1.ebuild | 36 ------------------- .../matrix2latex/matrix2latex-9999.ebuild | 21 ----------- 3 files changed, 58 deletions(-) delete mode 100644 dev-python/matrix2latex/Manifest delete mode 100644 dev-python/matrix2latex/matrix2latex-0.1.ebuild delete mode 100644 dev-python/matrix2latex/matrix2latex-9999.ebuild diff --git a/dev-python/matrix2latex/Manifest b/dev-python/matrix2latex/Manifest deleted file mode 100644 index c6e88b3..0000000 --- a/dev-python/matrix2latex/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST matrix2latexPython2011-12-15.tar.gz 249853 SHA256 d027cd73632b8cc9f9139c4a4467a706fa0dc3db9ebff4062d20cf4aaf8f775d SHA512 dd8636f04997ef0bf6868d9a6d7c2c24d337c2b1f55b83c09e965e5c450f7905c376e962cfdbb979392c02285646ce514a00857b99965c72e52fda672aeca23f WHIRLPOOL 673801a48d6a52fd5ad39d7053ada3e762d76fbaeff7fc3bcc5262919347f25308e2bd60559474e59be2dd64fac2a3057b083b8e2c02c3b42d575bfb1895e334 diff --git a/dev-python/matrix2latex/matrix2latex-0.1.ebuild b/dev-python/matrix2latex/matrix2latex-0.1.ebuild deleted file mode 100644 index 9a721a9..0000000 --- a/dev-python/matrix2latex/matrix2latex-0.1.ebuild +++ /dev/null @@ -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 -} diff --git a/dev-python/matrix2latex/matrix2latex-9999.ebuild b/dev-python/matrix2latex/matrix2latex-9999.ebuild deleted file mode 100644 index 6b323c4..0000000 --- a/dev-python/matrix2latex/matrix2latex-9999.ebuild +++ /dev/null @@ -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="" -