From 01e3f550ff3d4c32e5ae956a79fd7d655f56f320 Mon Sep 17 00:00:00 2001 From: Marc Schiffbauer Date: Tue, 5 Jan 2016 17:54:25 +0100 Subject: app-backup/obnam: revbump: add dep to unbreak with older paramiko, drop patch Package-Manager: portage-2.2.26 --- app-backup/obnam/obnam-1.18.2-r2.ebuild | 51 +++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 app-backup/obnam/obnam-1.18.2-r2.ebuild (limited to 'app-backup') diff --git a/app-backup/obnam/obnam-1.18.2-r2.ebuild b/app-backup/obnam/obnam-1.18.2-r2.ebuild new file mode 100644 index 000000000000..dc2efb705dad --- /dev/null +++ b/app-backup/obnam/obnam-1.18.2-r2.ebuild @@ -0,0 +1,51 @@ +# 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}] +