www-apps/trac-tags: distutils-r1, EAPI=6
authorMichał Górny <mgorny@gentoo.org>
Fri, 17 Feb 2017 18:31:51 +0000 (19:31 +0100)
committerMichał Górny <mgorny@gentoo.org>
Fri, 17 Feb 2017 20:24:32 +0000 (21:24 +0100)
www-apps/trac-tags/trac-tags-0.6-r1.ebuild [moved from www-apps/trac-tags/trac-tags-0.6.ebuild with 65% similarity]

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 1e0e31202366e3fcee277b19936d23d8ee537783..6f090a0e8606581e7dc879c4d21cc1056c0838a8 100644 (file)
@@ -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}"