summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-chemistry/p3d/p3d-9999.ebuild')
-rw-r--r--sci-chemistry/p3d/p3d-9999.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/sci-chemistry/p3d/p3d-9999.ebuild b/sci-chemistry/p3d/p3d-9999.ebuild
deleted file mode 100644
index 5dd3fdc9a942..000000000000
--- a/sci-chemistry/p3d/p3d-9999.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1 git-r3 versionator
-
-DESCRIPTION="Python module for structural bioinformatics"
-HOMEPAGE="http://p3d.fufezan.net/"
-SRC_URI=""
-EGIT_REPO_URI="https://github.com/fu/p3d.git"
-
-SLOT="0"
-KEYWORDS=""
-LICENSE="GPL-3"
-IUSE="examples"
-
-src_install() {
- distutils-r1_src_install
-
- if use examples; then
- insinto /usr/share/${PN}
- doins -r pdbs exampleScripts
- fi
-}