From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 265801388B6 for ; Tue, 5 Jan 2016 16:54:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B2C521C003; Tue, 5 Jan 2016 16:54:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EBAD421C003 for ; Tue, 5 Jan 2016 16:54:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 09B813408EE for ; Tue, 5 Jan 2016 16:54:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 42DCECEB for ; Tue, 5 Jan 2016 16:54:46 +0000 (UTC) From: "Marc Schiffbauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marc Schiffbauer" Message-ID: <1452012877.01e3f550ff3d4c32e5ae956a79fd7d655f56f320.mschiff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/obnam/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-backup/obnam/obnam-1.18.2-r2.ebuild X-VCS-Directories: app-backup/obnam/ X-VCS-Committer: mschiff X-VCS-Committer-Name: Marc Schiffbauer X-VCS-Revision: 01e3f550ff3d4c32e5ae956a79fd7d655f56f320 X-VCS-Branch: master Date: Tue, 5 Jan 2016 16:54:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 38a69335-9289-42e5-b165-afe7dbe2f88c X-Archives-Hash: 1776a55fd1d0aa216c6570326b0e33fc commit: 01e3f550ff3d4c32e5ae956a79fd7d655f56f320 Author: Marc Schiffbauer gentoo org> AuthorDate: Tue Jan 5 16:54:25 2016 +0000 Commit: Marc Schiffbauer gentoo org> CommitDate: Tue Jan 5 16:54:37 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01e3f550 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(+) 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 0000000..dc2efb7 --- /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}] +