From cfb9815c5c44451e99b17e98ac1af3cb246ba556 Mon Sep 17 00:00:00 2001 From: Horea Christian Date: Wed, 23 Oct 2013 23:15:00 +0200 Subject: [PATCH] removed temp file --- .gitignore | 2 ++ .../chr-helpers/chr-helpers-9999.ebuild~ | 31 ------------------- 2 files changed, 2 insertions(+), 31 deletions(-) create mode 100644 .gitignore delete mode 100644 dev-python/chr-helpers/chr-helpers-9999.ebuild~ diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..14f4f8c --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.DS_Store +app-misc/dummy 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 c780bbd..0000000 --- a/dev-python/chr-helpers/chr-helpers-9999.ebuild~ +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/envlab/envlab-1.2-r1.ebuild,v 1.18 2012/05/09 17:16:08 aballier Exp $ - -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="" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -DEPEND="" - -RDEPEND="dev-python/pandas" - -src_install() { - python_optimize . - python_domodule "${S}"/pythontex_engines.py -} - -