commit:     32a1ccc9b8e5c5febfd2cc1cd89de09881eca4c9
Author:     Sebastian Pipping <sebastian <AT> pipping <DOT> org>
AuthorDate: Sun Sep 13 23:18:44 2015 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sun Sep 13 23:18:44 2015 +0000
URL:        https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=32a1ccc9

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(-)

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"

Reply via email to