summaryrefslogtreecommitdiff
blob: a50d923ee6059c66f9432f96caa1f385a10cac8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=3

EGIT_REPO_URI="git://gitorious.org/dvcs-autosync/dvcs-autosync.git
	https://git.gitorious.org/dvcs-autosync/dvcs-autosync.git"

inherit git-2 linux-info distutils

DESCRIPTION="A personal Dropbox replacement based on Git"
HOMEPAGE="http://www.mayrhofer.eu.org/dvcs-autosync"
SRC_URI=""

LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
IUSE=""

DEPEND="dev-lang/python
	dev-python/pyinotify
	dev-python/xmpppy"
RDEPEND="${DEPEND}"

CONFIG_CHECK="INOTIFY_USER"