commit:     65b1573efcc4ae88da6f073bf4cead7699c6011b
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 22 23:20:08 2016 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Thu Dec 22 23:22:03 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65b1573e

app-backup/obnam: Removed old.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-backup/obnam/Manifest                          |  1 -
 ...-obnamlib-sftp-Add-prefetch-size-argument.patch | 31 ----------------
 app-backup/obnam/obnam-1.18.2-r2.ebuild            | 43 ----------------------
 3 files changed, 75 deletions(-)

diff --git a/app-backup/obnam/Manifest b/app-backup/obnam/Manifest
index 98b86b3..e6c8862 100644
--- a/app-backup/obnam/Manifest
+++ b/app-backup/obnam/Manifest
@@ -1,3 +1,2 @@
-DIST obnam-1.18.2.tar.gz 361576 SHA256 
515aa3eaf9946f5f7beee1e3285d2822e67a43d209b34e57bf0e1ea809551895 SHA512 
f375a3e8769775b2b3d5679d68d031f13d950ac6b2d50231b791f9625384f830ccaee3434f18eacdbc95ed6de2d1e4b33b1adac39ad8b8f96842ecc8e4664f91
 WHIRLPOOL 
17afe8d35f455decb0bcec3f1708e4f74cf6d14ee8a60bb6f9c53d17341d8d298d042c769571f458093d994053a5a293356716e423844c3bd69356ae4838cf73
 DIST obnam-1.19.1.tar.gz 372739 SHA256 
e4210d12e0126f14bc788ccb0c443362eb5f9419ab7ae84a22ff108d269e1819 SHA512 
9ed9632eaa23fec5cc1fb39ea51825480cc9b39109fb3c7e6135ef90156d15e3555aaea910714ede94d93fc897ca04bfefae0487629fbf9fe149c5a0ddc74a5e
 WHIRLPOOL 
04b1d072a31de70712438a2314e86c5cdd6c3bc49f655209876834e21f746770a63094a7d48b4be0e17ba928fb3b172787c31bb8dc17bea88d293ec631e6e0ab
 DIST obnam-1.20.tar.gz 396452 SHA256 
edd0ed36ca6e9f8f294a6ec8217a925fd3646bbc9025e6c10d3136861b0fef08 SHA512 
7d98750f1a3ea8f3be961c1359473c12425da4028793d2fca1aec199309aa66c1639bc77d328c5d8713d73882400b5f9cf8b4a263d19e0a355448e87ce837021
 WHIRLPOOL 
b9af5e410eb5ffbfadac79b16f2661794f2602e4b06967eb25cf6c5029161ac91d85ae2b727e661012fcc6e6301e384b8733efbc8acd4507cf16465e240d371d

diff --git 
a/app-backup/obnam/files/obnam-1.18.2-obnamlib-sftp-Add-prefetch-size-argument.patch
 
b/app-backup/obnam/files/obnam-1.18.2-obnamlib-sftp-Add-prefetch-size-argument.patch
deleted file mode 100644
index 20a8e7c..00000000
--- 
a/app-backup/obnam/files/obnam-1.18.2-obnamlib-sftp-Add-prefetch-size-argument.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From 738e9291ed15980bdac568fc5f9507a43897ba52 Mon Sep 17 00:00:00 2001
-From: Kyle Manna <k...@kylemanna.com>
-Date: Fri, 6 Nov 2015 08:12:50 -0800
-Subject: [PATCH] obnamlib: sftp: Add prefetch size argument
-
-Paramiko made this argument required in v1.16.  Details at
-https://github.com/paramiko/paramiko/commit/49072f3537a8981e9d448c22481a1d2b92c03643
-
-Attempt to fetch the entire file.  I'm unsure if this is the original
-intent.  If the entire file isn't to be fetched, then the prefetch() is
-probably not needed.
----
- obnamlib/plugins/sftp_plugin.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/obnamlib/plugins/sftp_plugin.py b/obnamlib/plugins/sftp_plugin.py
-index c4d5c2f..a5bc72b 100644
---- a/obnamlib/plugins/sftp_plugin.py
-+++ b/obnamlib/plugins/sftp_plugin.py
-@@ -555,7 +555,7 @@ class SftpFS(obnamlib.VirtualFileSystem):
-     def cat(self, pathname):
-         self._delay()
-         f = self.open(pathname, 'rb')
--        f.prefetch()
-+        f.prefetch(self.lstat(pathname).st_size)
-         chunks = []
-         while True:
-             chunk = f.read(self.chunk_size)
--- 
-2.6.2
-

diff --git a/app-backup/obnam/obnam-1.18.2-r2.ebuild 
b/app-backup/obnam/obnam-1.18.2-r2.ebuild
deleted file mode 100644
index ce4caf8..00000000
--- a/app-backup/obnam/obnam-1.18.2-r2.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2016 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}]
-       <dev-python/paramiko-1.16.0[${PYTHON_USEDEP}]
-       dev-python/pyyaml[${PYTHON_USEDEP}]
-       dev-python/tracing[${PYTHON_USEDEP}]
-       dev-python/ttystatus[${PYTHON_USEDEP}]
-       "
-RDEPEND="${DEPEND}"
-
-src_compile() {
-       addwrite /proc/self/comm
-       distutils-r1_src_compile
-}
-
-src_install() {
-       distutils-r1_src_install
-       find "${D}" -name "obnam-viewprof*" -delete
-       insinto /etc
-       doins "${FILESDIR}"/obnam.conf
-       keepdir /var/log/obnam
-}

Reply via email to