From df84a54e99b73fbb5a1b22545ded4b1461b21ef0 Mon Sep 17 00:00:00 2001 From: Horea Christian Date: Wed, 28 Oct 2015 03:05:17 +0100 Subject: [PATCH] removed example code from linuxdays 2015HS --- .../actibrain11/actibrain11-9999.ebuild | 16 -------------- .../actibrain26/actibrain26-9999.ebuild | 16 -------------- .../actibrain30/actibrain30-9999.ebuild | 16 -------------- .../actibrain40/actibrain40-9999.ebuild | 20 ----------------- .../actibrain44/actibrain44-9999.ebuild | 22 ------------------- .../actibrain85/actibrain85-9999.ebuild | 16 -------------- .../testscript000/testscript000-9999.ebuild | 18 --------------- .../testscriptN/testscriptN-9999.ebuild | 18 --------------- 8 files changed, 142 deletions(-) delete mode 100644 dev-python/actibrain11/actibrain11-9999.ebuild delete mode 100644 dev-python/actibrain26/actibrain26-9999.ebuild delete mode 100644 dev-python/actibrain30/actibrain30-9999.ebuild delete mode 100644 dev-python/actibrain40/actibrain40-9999.ebuild delete mode 100644 dev-python/actibrain44/actibrain44-9999.ebuild delete mode 100644 dev-python/actibrain85/actibrain85-9999.ebuild delete mode 100644 dev-python/testscript000/testscript000-9999.ebuild delete mode 100644 dev-python/testscriptN/testscriptN-9999.ebuild diff --git a/dev-python/actibrain11/actibrain11-9999.ebuild b/dev-python/actibrain11/actibrain11-9999.ebuild deleted file mode 100644 index 7a75538..0000000 --- a/dev-python/actibrain11/actibrain11-9999.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -EAPI=5 - -PYTHON_COMPAT=( python{2_7,3_4} ) - -inherit distutils-r1 git-r3 - -DESCRIPTION="A tool to plot brain activation" -EGIT_REPO_URI="git://github.com/pane76/actibrain11" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="" -IUSE="" - -DEPEND="dev-python/setuptools" -RDEPEND="dev-python/nilearn" diff --git a/dev-python/actibrain26/actibrain26-9999.ebuild b/dev-python/actibrain26/actibrain26-9999.ebuild deleted file mode 100644 index 9902778..0000000 --- a/dev-python/actibrain26/actibrain26-9999.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -EAPI=5 - -PYTHON_COMPAT=( python{2.7,3.4} ) - -inherit distutils-r1 git-r3 - -DESCRIPTION="A tool to plot brain activation" -EGIT_REPO_URI="git://github.com/adynathos/actibrain26" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="" -IUSE="" - -DEPEND="dev-python/setuptools" -RDEPEND="dev-python/nilearn" diff --git a/dev-python/actibrain30/actibrain30-9999.ebuild b/dev-python/actibrain30/actibrain30-9999.ebuild deleted file mode 100644 index 2ad4c07..0000000 --- a/dev-python/actibrain30/actibrain30-9999.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -EAPI=5 - -PYTHON_COMPAT=( python{2_7,3_4 } ) - -inherit distutils-r1 git-r3 - -DESCRIPTION="A tool to plot brain activation" -EGIT_REPO_URI="git://github.com/helium-software/temp-linuxdays-brain" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="" -IUSE="" - -DEPEND="dev-python/setuptools" -RDEPEND="dev-python/nilearn" diff --git a/dev-python/actibrain40/actibrain40-9999.ebuild b/dev-python/actibrain40/actibrain40-9999.ebuild deleted file mode 100644 index 095a776..0000000 --- a/dev-python/actibrain40/actibrain40-9999.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# 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 - -DESCRIPTION="A tool to plot brain activation" -EGIT_REPO_URI="git://github.com/tschoppi/actibrain40" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="" -IUSE="" - -DEPEND="dev-python/setuptools" -RDEPEND="dev-python/nilearn" diff --git a/dev-python/actibrain44/actibrain44-9999.ebuild b/dev-python/actibrain44/actibrain44-9999.ebuild deleted file mode 100644 index df466d3..0000000 --- a/dev-python/actibrain44/actibrain44-9999.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# 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 - -DESCRIPTION="A tool to plot brain activation" -EGIT_REPO_URI="https://github.com/poinu/actibrain44" -HOMEPAGE="" -SRC_URI="" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="" -IUSE="" - -DEPEND="dev_python/setuptools" -RDEPEND="dev_python/nilearn" diff --git a/dev-python/actibrain85/actibrain85-9999.ebuild b/dev-python/actibrain85/actibrain85-9999.ebuild deleted file mode 100644 index 87fe9e5..0000000 --- a/dev-python/actibrain85/actibrain85-9999.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -EAPI=5 - -PYTHON_COMPAT=( python{2_7,3_4} ) - -inherit distutils-r1 git-r3 - -DESCRIPTION="A tool to plot brain activation" -EGIT_REPO_URI="git://github.com/USR85/actibrain85" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="" -IUSE="" - -DEPEND="dev-python/setuptools" -RDEPEND="dev-python/nilearn" diff --git a/dev-python/testscript000/testscript000-9999.ebuild b/dev-python/testscript000/testscript000-9999.ebuild deleted file mode 100644 index 8674b50..0000000 --- a/dev-python/testscript000/testscript000-9999.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# 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="" diff --git a/dev-python/testscriptN/testscriptN-9999.ebuild b/dev-python/testscriptN/testscriptN-9999.ebuild deleted file mode 100644 index 9c66509..0000000 --- a/dev-python/testscriptN/testscriptN-9999.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# 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=""