diff options
author | 2017-02-17 23:31:52 +0100 | |
---|---|---|
committer | 2017-02-17 23:33:08 +0100 | |
commit | 9a64979f181d12d3b19c6a0d6f4edaf21a0c6e75 (patch) | |
tree | 6904a8e12785bcc6f45ef49d72e6fbf9d8ef63d0 /sci-chemistry/p3d/p3d-9999.ebuild | |
parent | sci-geosciences/gpsd: Clean old version up (diff) | |
download | gentoo-9a64979f181d12d3b19c6a0d6f4edaf21a0c6e75.tar.gz gentoo-9a64979f181d12d3b19c6a0d6f4edaf21a0c6e75.tar.bz2 gentoo-9a64979f181d12d3b19c6a0d6f4edaf21a0c6e75.zip |
sci-chemistry/p3d: distutils-r1, git-r3, EAPI=6
Diffstat (limited to 'sci-chemistry/p3d/p3d-9999.ebuild')
-rw-r--r-- | sci-chemistry/p3d/p3d-9999.ebuild | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/sci-chemistry/p3d/p3d-9999.ebuild b/sci-chemistry/p3d/p3d-9999.ebuild index e0f8087a0cc2..6edf6afec46b 100644 --- a/sci-chemistry/p3d/p3d-9999.ebuild +++ b/sci-chemistry/p3d/p3d-9999.ebuild @@ -1,28 +1,26 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=3 +EAPI=6 -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" +PYTHON_COMPAT=( python2_7 ) -inherit git-2 distutils versionator +inherit distutils-r1 git-r3 versionator DESCRIPTION="Python module for structural bioinformatics" HOMEPAGE="http://p3d.fufezan.net/" SRC_URI="" -EGIT_REPO_URI="git://github.com/fu/p3d.git" +EGIT_REPO_URI="https://github.com/fu/p3d.git" SLOT="0" KEYWORDS="" LICENSE="GPL-3" IUSE="examples" -S="${WORKDIR}"/${PN} - src_install() { - distutils_src_install + distutils-r1_src_install + if use examples; then insinto /usr/share/${PN} doins -r pdbs exampleScripts || die |