From 32a1ccc9b8e5c5febfd2cc1cd89de09881eca4c9 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Mon, 14 Sep 2015 01:18:44 +0200 Subject: app-text/treeify: Migrate to distutils-r1 and Python 2.7 --- app-text/treeify/treeify-0.6.ebuild | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'app-text') diff --git a/app-text/treeify/treeify-0.6.ebuild b/app-text/treeify/treeify-0.6.ebuild index 8befcb5..913aab0 100644 --- a/app-text/treeify/treeify-0.6.ebuild +++ b/app-text/treeify/treeify-0.6.ebuild @@ -1,13 +1,12 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="2" +EAPI="5" -PYTHON_DEPEND="*:2.6" -SUPPORT_PYTHON_ABIS="1" +PYTHON_COMPAT=( python2_7 ) -inherit distutils +inherit distutils-r1 DESCRIPTION="Turn a list of file names into a tree" HOMEPAGE="http://git.goodpoint.de/?p=treeify.git;a=summary" @@ -17,6 +16,3 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" - -DEPEND="" -RDEPEND="virtual/python-argparse" -- cgit v1.2.3-65-gdbad