# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 PYTHON_COMPAT=( python2_7 ) PYTHON_REQ_USE="threads" inherit distutils-r1 DESCRIPTION="A backup program that supports encryption and deduplication" HOMEPAGE="http://obnam.org/" SRC_URI="http://git.liw.fi/cgi-bin/cgit/cgit.cgi/obnam/snapshot/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="${PYTHON_DEPS} dev-python/cliapp[${PYTHON_USEDEP}] dev-python/fuse-python[${PYTHON_USEDEP}] dev-python/larch[${PYTHON_USEDEP}]