public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-backup/obnam/files/, app-backup/obnam/
@ 2015-12-06 23:24 Marc Schiffbauer
  0 siblings, 0 replies; 2+ messages in thread
From: Marc Schiffbauer @ 2015-12-06 23:24 UTC (permalink / raw
  To: gentoo-commits

commit:     0fe08eb4581d80029b91421d3c39153ae2cec176
Author:     Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  6 23:23:10 2015 +0000
Commit:     Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
CommitDate: Sun Dec  6 23:24:39 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fe08eb4

app-backup/obnam: remove version 1.9

Package-Manager: portage-2.2.26

 app-backup/obnam/Manifest                       |  1 -
 app-backup/obnam/files/obnam-1.9-setup-man.diff | 11 -----
 app-backup/obnam/obnam-1.9.ebuild               | 54 -------------------------
 3 files changed, 66 deletions(-)

diff --git a/app-backup/obnam/Manifest b/app-backup/obnam/Manifest
index 65331d4..e2b9726 100644
--- a/app-backup/obnam/Manifest
+++ b/app-backup/obnam/Manifest
@@ -1,4 +1,3 @@
 DIST obnam-1.16.tar.gz 362372 SHA256 4c3e525aeef87f4beba55bd8ab7459e33bc2c14c4fa7fc35b74beafc8beb25d0 SHA512 e495991c7277f6cb121900441a191bab9c58da7cd796afe47b24c62e081b281337a414ec43bac0c117c837e4195d4d8d911aa037280679aaba2b43ae109db085 WHIRLPOOL 942b8ad8e7f1852283eefee5bb371e71a160e65b0430428800dc8253650b7128fe0715786743fe30beaa2a1db84197326c377d30914700f022b177805d254f12
 DIST obnam-1.17.tar.gz 362512 SHA256 d340bdf6a5ebbc7c0a039501832c78257c57caa701bd29f5ef6fb841f16cbcf9 SHA512 63926ee62c5dae90cd653cee69a793f43098ed91a3fdb4cff7af1ed98994f54807c3d2c6b1bc3995bbda9a3ce9b319fa2a8e0e9c841b597a92c677bb01f549f1 WHIRLPOOL 442eae740c29064a188566cfe48a4091de29f22f41a6fabf0917c186dc683f9c19233bc3dc30c7f7339e8e7efc77feca0cc1d928e81f32b0a88920ba4dbfde43
 DIST obnam-1.18.2.tar.gz 361576 SHA256 515aa3eaf9946f5f7beee1e3285d2822e67a43d209b34e57bf0e1ea809551895 SHA512 f375a3e8769775b2b3d5679d68d031f13d950ac6b2d50231b791f9625384f830ccaee3434f18eacdbc95ed6de2d1e4b33b1adac39ad8b8f96842ecc8e4664f91 WHIRLPOOL 17afe8d35f455decb0bcec3f1708e4f74cf6d14ee8a60bb6f9c53d17341d8d298d042c769571f458093d994053a5a293356716e423844c3bd69356ae4838cf73
-DIST obnam-1.9.tar.gz 340103 SHA256 7e0182efb16597d63916d052ac36546e7c597ee75ba40ae23b2dc9afbb959f82 SHA512 f170a4223b84d2b26617c412524e9ec6efcf3b7bb7bb1a4bfc7333c138e9b9066658c54da9aa8c41b4ea3c3335da3bcd1c26b911b2cce7eb98eabf52d72af67f WHIRLPOOL 73b72c8fe7bbf2958714ef05dba518839471aea91aa02d60f8015481c30440de985f2db0a610bcf08d29eaa86e074cf7b39e975c3847cb1e78c0adf27d793b31

diff --git a/app-backup/obnam/files/obnam-1.9-setup-man.diff b/app-backup/obnam/files/obnam-1.9-setup-man.diff
deleted file mode 100644
index 66bc077..0000000
--- a/app-backup/obnam/files/obnam-1.9-setup-man.diff
+++ /dev/null
@@ -1,11 +0,0 @@
---- setup.py.orig	2015-03-23 00:11:50.833110091 +0100
-+++ setup.py	2015-03-23 00:12:19.892915511 +0100
-@@ -78,7 +78,7 @@
-         env['MANWIDTH'] = '80'
-         with open('%s.1.txt' % program, 'w') as f:
-             cliapp.runcmd(
--                ['man', '-l', '%s.1' % program],
-+                ['man', './%s.1' % program],
-                 ['col', '-b'],
-                 stdout=f,
-                 env=env)

diff --git a/app-backup/obnam/obnam-1.9.ebuild b/app-backup/obnam/obnam-1.9.ebuild
deleted file mode 100644
index 9620fcc..0000000
--- a/app-backup/obnam/obnam-1.9.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# 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 eutils 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
-	dev-python/fuse-python
-	dev-python/larch
-	!=dev-python/paramiko-1.13.0
-	|| ( <dev-python/paramiko-1.13.0 >dev-python/paramiko-1.13.0 )
-	dev-python/pyyaml
-	dev-python/tracing
-	dev-python/ttystatus
-	"
-RDEPEND="${DEPEND}"
-
-PATCHES=( ${FILESDIR}/${P}-setup-man.diff )
-
-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
-}
-
-pkg_postinst() {
-	if [[ $REPLACING_VERSIONS < "1.2" ]]; then
-		elog "You will need to setup a config file before running obnam for the first time."
-		elog "For details, please see the obnam(1) manual page."
-		elog "An example file has been installed as /etc/obnam.conf for your convenience."
-	fi
-}


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/obnam/files/, app-backup/obnam/
@ 2016-12-22 23:22 Lars Wendler
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Wendler @ 2016-12-22 23:22 UTC (permalink / raw
  To: gentoo-commits

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 <kyle@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
-}


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-12-22 23:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-06 23:24 [gentoo-commits] repo/gentoo:master commit in: app-backup/obnam/files/, app-backup/obnam/ Marc Schiffbauer
  -- strict thread matches above, loose matches on Subject: below --
2016-12-22 23:22 Lars Wendler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox