summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2015-09-14 01:18:44 +0200
committerSebastian Pipping <sebastian@pipping.org>2015-09-14 01:18:44 +0200
commit32a1ccc9b8e5c5febfd2cc1cd89de09881eca4c9 (patch)
treecb6e778c20394b2247f8af1a164d939bac343b81 /app-text
parentmedia-sound/pacmixer: 0.6.2 (diff)
downloadbetagarden-32a1ccc9b8e5c5febfd2cc1cd89de09881eca4c9.tar.gz
betagarden-32a1ccc9b8e5c5febfd2cc1cd89de09881eca4c9.tar.bz2
betagarden-32a1ccc9b8e5c5febfd2cc1cd89de09881eca4c9.zip
app-text/treeify: Migrate to distutils-r1 and Python 2.7
Diffstat (limited to 'app-text')
-rw-r--r--app-text/treeify/treeify-0.6.ebuild12
1 files 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"