From ee2eaede0b5cc9d254be3a569b6b730b95cd6d26 Mon Sep 17 00:00:00 2001 From: Horea Christian Date: Fri, 10 Jan 2020 19:40:45 +0100 Subject: [PATCH] Deprecated old package --- .../chr-helpers/chr-helpers-9999.ebuild | 29 ------------------- 1 file changed, 29 deletions(-) delete mode 100644 dev-python/chr-helpers/chr-helpers-9999.ebuild diff --git a/dev-python/chr-helpers/chr-helpers-9999.ebuild b/dev-python/chr-helpers/chr-helpers-9999.ebuild deleted file mode 100644 index c034ba6..0000000 --- a/dev-python/chr-helpers/chr-helpers-9999.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Distributed under the terms of the GNU General Public License v3 - -EAPI=5 - -PYTHON_COMPAT=( python{2_7,3_2,3_3} ) - -inherit python-single-r1 git-2 - -DESCRIPTION="Helper Functions for TheChymera's python scripts" -HOMEPAGE="https://github.com/TheChymera/chr-helpers" -EGIT_REPO_URI="https://github.com/TheChymera/chr-helpers.git" -SRC_URI="" - - -SLOT="0" -LICENSE="LPPL-1.3 BSD" -KEYWORDS="~amd64" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -DEPEND="" -RDEPEND="dev-python/pandas" - -src_install() { - python_optimize . - python_domodule "${S}"/chr_helpers.py - python_domodule "${S}"/chr_matplotlib.py -} - -