summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2017-03-18 16:34:03 +0000
committerJustin Lecher <jlec@gentoo.org>2017-03-18 16:34:03 +0000
commit7d6570deafec114f60127cb985b3cb5e8067d346 (patch)
tree300e183c748f8a7727e3766ab04323c88b195f25 /app-backup
parentapp-office/nitrotasks: Bump to EAPI=6 and distutils-r1 (diff)
downloadbetagarden-7d6570deafec114f60127cb985b3cb5e8067d346.tar.gz
betagarden-7d6570deafec114f60127cb985b3cb5e8067d346.tar.bz2
betagarden-7d6570deafec114f60127cb985b3cb5e8067d346.zip
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@gentoo.org>
Diffstat (limited to 'app-backup')
-rw-r--r--app-backup/dvcs-autosync/dvcs-autosync-9999.ebuild18
1 files 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"