dev-util/molecule-plugins: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2
This commit is contained in:
David Seifert 2017-04-20 22:17:20 +02:00
parent 1d08d56d94
commit 576a0dfa7d
No known key found for this signature in database
GPG Key ID: 59072B72EC5A8F38

View File

@ -1,12 +1,12 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
PYTHON_COMPAT=( python{2_7,3_4} )
inherit python-r1
DESCRIPTION="A set fo base plugins for Molecule"
DESCRIPTION="A set of base plugins for Molecule"
HOMEPAGE="http://www.sabayon.org"
SRC_URI="mirror://sabayon/${CATEGORY}/${P}.tar.bz2"
@ -14,14 +14,17 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
COMMON_DEPEND=">=dev-util/molecule-core-1.0.1 !<dev-util/molecule-1"
DEPEND="${COMMON_DEPEND}"
RDEPEND="${COMMON_DEPEND}
DEPEND="
>=dev-util/molecule-core-1.0.1
!<dev-util/molecule-1"
RDEPEND="${DEPEND}
net-misc/rsync
sys-fs/squashfs-tools
sys-process/lsof
virtual/cdrtools"
virtual/cdrtools
${PYTHON_DEPS}"
src_install() {
emake DESTDIR="${D}" LIBDIR="/usr/lib" \