From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-852662-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 4F4001384B4 for <garchives@archives.gentoo.org>; Mon, 21 Dec 2015 10:24:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D067EE08A4; Mon, 21 Dec 2015 10:24:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 734F1E08A4 for <gentoo-commits@lists.gentoo.org>; Mon, 21 Dec 2015 10:24:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 878273403C1 for <gentoo-commits@lists.gentoo.org>; Mon, 21 Dec 2015 10:24:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3C15CC86 for <gentoo-commits@lists.gentoo.org>; Mon, 21 Dec 2015 10:24:01 +0000 (UTC) From: "Justin Lecher" <jlec@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" <jlec@gentoo.org> Message-ID: <1450693431.7e3a3eb8d0fd6f2dfee1680b45fb53b4492a3282.jlec@gentoo> Subject: [gentoo-commits] proj/betagarden:master commit in: app-portage/gentwoo/ X-VCS-Repository: proj/betagarden X-VCS-Files: app-portage/gentwoo/gentwoo-0.0.20120705.ebuild X-VCS-Directories: app-portage/gentwoo/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 7e3a3eb8d0fd6f2dfee1680b45fb53b4492a3282 X-VCS-Branch: master Date: Mon, 21 Dec 2015 10:24:01 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 50471344-b635-4fe0-8919-40411bcba56d X-Archives-Hash: 3e36a895ed2d90d69647bc253d12d975 commit: 7e3a3eb8d0fd6f2dfee1680b45fb53b4492a3282 Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Mon Dec 21 10:23:51 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Mon Dec 21 10:23:51 2015 +0000 URL: https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=7e3a3eb8 app-portage/gentwoo: Bump to new python eclasses Package-Manager: portage-2.2.26 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org> app-portage/gentwoo/gentwoo-0.0.20120705.ebuild | 25 +++++++++++-------------- 1 file changed, 11 insertions(+), 14 deletions(-) diff --git a/app-portage/gentwoo/gentwoo-0.0.20120705.ebuild b/app-portage/gentwoo/gentwoo-0.0.20120705.ebuild index 77c5eb4..32e3b12 100644 --- a/app-portage/gentwoo/gentwoo-0.0.20120705.ebuild +++ b/app-portage/gentwoo/gentwoo-0.0.20120705.ebuild @@ -1,13 +1,12 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=4 -PYTHON_NEEDED="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" +EAPI=5 -inherit python +PYTHON_COMPAT=( python2_7 ) + +inherit python-r1 DESCRIPTION="Client program for Social Compiling site GenTwoo" HOMEPAGE="http://gentwoo.elisp.net" @@ -18,16 +17,14 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="" -RDEPEND="dev-python/simplejson" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +DEPEND="${PYTHON_DEPS}" +RDEPEND="${DEPEND} + dev-python/simplejson[${PYTHON_USEDEP}]" src_install() { - gentwoo_install() { - python_convert_shebangs -- ${PYTHON_ABI} gentwoo.py - newbin gentwoo.py gentwoo-${PYTHON_ABI} - } - python_execute_function gentwoo_install - python_generate_wrapper_scripts "${ED}"usr/bin/gentwoo + python_foreach_impl python_newscript gentwoo.py gentwoo insinto /etc doins gentwoo.conf