commit:     7d6570deafec114f60127cb985b3cb5e8067d346
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 18 16:34:03 2017 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Mar 18 16:34:03 2017 +0000
URL:        https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=7d6570de

app-backup/dvcs-autosync: 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/dvcs-autosync/dvcs-autosync-9999.ebuild | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

diff --git a/app-backup/dvcs-autosync/dvcs-autosync-9999.ebuild 
b/app-backup/dvcs-autosync/dvcs-autosync-9999.ebuild
index a50d923..d536a9f 100644
--- a/app-backup/dvcs-autosync/dvcs-autosync-9999.ebuild
+++ b/app-backup/dvcs-autosync/dvcs-autosync-9999.ebuild
@@ -1,25 +1,27 @@
-# 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
 
-EGIT_REPO_URI="git://gitorious.org/dvcs-autosync/dvcs-autosync.git
-       https://git.gitorious.org/dvcs-autosync/dvcs-autosync.git";
+PYTHON_COMPAT=( python2_7 )
 
-inherit git-2 linux-info distutils
+inherit git-r3 linux-info distutils-r1
 
 DESCRIPTION="A personal Dropbox replacement based on Git"
 HOMEPAGE="http://www.mayrhofer.eu.org/dvcs-autosync";
 SRC_URI=""
+EGIT_REPO_URI="
+       git://gitorious.org/dvcs-autosync/dvcs-autosync.git
+       https://git.gitorious.org/dvcs-autosync/dvcs-autosync.git";
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS=""
 IUSE=""
 
-DEPEND="dev-lang/python
-       dev-python/pyinotify
-       dev-python/xmpppy"
+DEPEND="
+       dev-python/pyinotify[${PYTHON_USEDEP}]
+       dev-python/xmpppy[${PYTHON_USEDEP}]"
 RDEPEND="${DEPEND}"
 
 CONFIG_CHECK="INOTIFY_USER"

Reply via email to