From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 393481395E3 for ; Wed, 9 Nov 2016 15:19:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 30AF0E0879; Wed, 9 Nov 2016 15:19:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 15E56E0879 for ; Wed, 9 Nov 2016 15:19:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 184E134165F for ; Wed, 9 Nov 2016 15:19:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 76D8224B9 for ; Wed, 9 Nov 2016 15:19:53 +0000 (UTC) From: "Ettore Di Giacinto" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ettore Di Giacinto" Message-ID: <1478704745.a881ea37f6edc5c7840b8b69315e5fc26bcebed6.mudler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/molecule-plugins/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/molecule-plugins/molecule-plugins-1.0.2-r1.ebuild dev-util/molecule-plugins/molecule-plugins-1.0.2.ebuild X-VCS-Directories: dev-util/molecule-plugins/ X-VCS-Committer: mudler X-VCS-Committer-Name: Ettore Di Giacinto X-VCS-Revision: a881ea37f6edc5c7840b8b69315e5fc26bcebed6 X-VCS-Branch: master Date: Wed, 9 Nov 2016 15:19:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: dcfdce7f-ffeb-42ad-a3b1-b13258fc2f0c X-Archives-Hash: 44328a9084f92b621d146f3e886a5e62 commit: a881ea37f6edc5c7840b8b69315e5fc26bcebed6 Author: Ettore Di Giacinto gentoo org> AuthorDate: Wed Nov 9 15:18:11 2016 +0000 Commit: Ettore Di Giacinto gentoo org> CommitDate: Wed Nov 9 15:19:05 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a881ea37 dev-util/molecule-plugins: 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 ...-1.0.2.ebuild => molecule-plugins-1.0.2-r1.ebuild} | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/dev-util/molecule-plugins/molecule-plugins-1.0.2.ebuild b/dev-util/molecule-plugins/molecule-plugins-1.0.2-r1.ebuild similarity index 65% rename from dev-util/molecule-plugins/molecule-plugins-1.0.2.ebuild rename to dev-util/molecule-plugins/molecule-plugins-1.0.2-r1.ebuild index a68a9c3..6dde2b7 100644 --- a/dev-util/molecule-plugins/molecule-plugins-1.0.2.ebuild +++ b/dev-util/molecule-plugins/molecule-plugins-1.0.2-r1.ebuild @@ -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="A set fo base plugins for Molecule" HOMEPAGE="http://www.sabayon.org" @@ -26,14 +26,5 @@ RDEPEND="${COMMON_DEPEND} 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 }