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 743BF139695 for ; Fri, 17 Feb 2017 20:24:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5D16E0C79; Fri, 17 Feb 2017 20:24:47 +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 A337CE0C79 for ; Fri, 17 Feb 2017 20:24:47 +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 C810E340F43 for ; Fri, 17 Feb 2017 20:24:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6DECF4B50 for ; Fri, 17 Feb 2017 20:24:45 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1487363072.a6f52ea5c304d9fad8a68ee0edbc5a82882f85ed.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/trac-tags/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/trac-tags/trac-tags-0.6-r1.ebuild www-apps/trac-tags/trac-tags-0.6.ebuild X-VCS-Directories: www-apps/trac-tags/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a6f52ea5c304d9fad8a68ee0edbc5a82882f85ed X-VCS-Branch: master Date: Fri, 17 Feb 2017 20:24:45 +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: c5ca8b2f-b1f7-4fe2-88e2-bec1b43add6c X-Archives-Hash: 0d99836dbbf2c6675ee5853594c3c2b0 commit: a6f52ea5c304d9fad8a68ee0edbc5a82882f85ed Author: Michał Górny gentoo org> AuthorDate: Fri Feb 17 18:31:51 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Feb 17 20:24:32 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6f52ea5 www-apps/trac-tags: distutils-r1, EAPI=6 .../{trac-tags-0.6.ebuild => trac-tags-0.6-r1.ebuild} | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/www-apps/trac-tags/trac-tags-0.6.ebuild b/www-apps/trac-tags/trac-tags-0.6-r1.ebuild similarity index 65% rename from www-apps/trac-tags/trac-tags-0.6.ebuild rename to www-apps/trac-tags/trac-tags-0.6-r1.ebuild index 1e0e312023..6f090a0e86 100644 --- a/www-apps/trac-tags/trac-tags-0.6.ebuild +++ b/www-apps/trac-tags/trac-tags-0.6-r1.ebuild @@ -1,14 +1,12 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=3 +EAPI=6 -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" +PYTHON_COMPAT=( python2_7 ) -inherit distutils +inherit distutils-r1 MY_REV="9901" MY_DIR="tagsplugin/tags/${PV}" @@ -23,11 +21,11 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -CDEPEND=">=dev-python/genshi-0.6" +CDEPEND=">=dev-python/genshi-0.6[${PYTHON_USEDEP}]" DEPEND="${CDEPEND} - dev-python/setuptools + dev-python/setuptools[${PYTHON_USEDEP}] app-arch/unzip" RDEPEND="${CDEPEND} - >=www-apps/trac-0.11" + >=www-apps/trac-0.11[${PYTHON_USEDEP}]" S="${WORKDIR}/${MY_DIR}"