commit:     25133791a82e8792e5f42fb6c2f95f46f1fcc6f3
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 18 16:35:28 2017 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Mar 18 16:35:28 2017 +0000
URL:        https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=25133791

app-backup/time-drive: Bump to EAPI=6 and distutils-r1

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 app-backup/time-drive/time-drive-0.4.0.ebuild | 16 ++++++----------
 1 file changed, 6 insertions(+), 10 deletions(-)

diff --git a/app-backup/time-drive/time-drive-0.4.0.ebuild 
b/app-backup/time-drive/time-drive-0.4.0.ebuild
index a547b13..cd5c70a 100644
--- a/app-backup/time-drive/time-drive-0.4.0.ebuild
+++ b/app-backup/time-drive/time-drive-0.4.0.ebuild
@@ -1,13 +1,11 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="3"
+EAPI=6
 
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
+PYTHON_COMPAT=( python2_7 )
 
-inherit distutils versionator
+inherit distutils-r1 versionator
 
 MY_PV="$(get_version_component_range 1-2)"
 
@@ -21,8 +19,6 @@ LICENSE="GPL-2"
 IUSE=""
 
 RDEPEND="
-       app-backup/duplicity
-       dev-python/PyQt4"
+       app-backup/duplicity[${PYTHON_USEDEP}]
+       dev-python/PyQt4[${PYTHON_USEDEP}]"
 DEPEND="app-arch/unzip"
-
-PYTHON_MODNAME="timedrive"

Reply via email to