mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-util/molecule-core: revision bump
* migrate to python-r1 eclass and EAPI=6 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=599308 Package-Manager: portage-2.3.1
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI="5"
|
||||
PYTHON_DEPEND="*"
|
||||
EAPI="6"
|
||||
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
|
||||
|
||||
inherit python
|
||||
inherit python-r1
|
||||
|
||||
DESCRIPTION="Sabayon distro-agnostic images build tool"
|
||||
HOMEPAGE="http://www.sabayon.org"
|
||||
@@ -23,14 +23,5 @@ RDEPEND="!<dev-util/molecule-1
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" LIBDIR="/usr/lib" \
|
||||
PREFIX="/usr" SYSCONFDIR="/etc" install \
|
||||
|| die "emake install failed"
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
python_mod_optimize "/usr/lib/molecule"
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
python_mod_cleanup "/usr/lib/molecule"
|
||||
PREFIX="/usr" SYSCONFDIR="/etc" install
|
||||
}
|
||||
Reference in New Issue
Block a user