commit: 4d506095aa0fa6c96e45346b80f92c34d776afc7 Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Mon Apr 13 06:20:33 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Mon Apr 13 06:20:33 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=4d506095
sci-biology/pybedtools: Streamline ebuild Package-Manager: portage-2.2.18 sci-biology/pybedtools/ChangeLog | 3 +++ sci-biology/pybedtools/pybedtools-0.6.9.ebuild | 7 ++++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/sci-biology/pybedtools/ChangeLog b/sci-biology/pybedtools/ChangeLog index 8441cd2..d4cc478 100644 --- a/sci-biology/pybedtools/ChangeLog +++ b/sci-biology/pybedtools/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 13 Apr 2015; Justin Lecher <j...@gentoo.org> pybedtools-0.6.9.ebuild: + sci-biology/pybedtools: Streamline ebuild + *pybedtools-0.6.9 (12 Apr 2015) 12 Apr 2015; Michael Schubert <mschu....@gmail.com> +metadata.xml, diff --git a/sci-biology/pybedtools/pybedtools-0.6.9.ebuild b/sci-biology/pybedtools/pybedtools-0.6.9.ebuild index 99657ad..1ab30c9 100644 --- a/sci-biology/pybedtools/pybedtools-0.6.9.ebuild +++ b/sci-biology/pybedtools/pybedtools-0.6.9.ebuild @@ -10,12 +10,13 @@ inherit distutils-r1 DESCRIPTION="Wrapper for Aaron Quinlan's BEDtools, plus other useful methods for working" HOMEPAGE="http://pythonhosted.org/pybedtools/" -SRC_URI="https://github.com/daler/pybedtools/archive/v${PV}.tar.gz" +SRC_URI="https://github.com/daler/pybedtools/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="" -DEPEND="sci-biology/bedtools - dev-python/cython[${PYTHON_USEDEP}]" RDEPEND="sci-biology/bedtools" +DEPEND="${RDEPEND} + dev-python/cython[${PYTHON_USEDEP}]"