Gentoo Archives: gentoo-commits

From: Marc Schiffbauer <mschiff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/obnam/
Date: Mon, 31 Oct 2016 21:15:27
Message-Id: 1477948469.f03a24fece021cbc0ae9a00651397fcee41b6532.mschiff@gentoo
1 commit: f03a24fece021cbc0ae9a00651397fcee41b6532
2 Author: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 31 21:14:29 2016 +0000
4 Commit: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 31 21:14:29 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f03a24fe
7
8 app-backup/obnam: remove old versions
9
10 Package-Manager: portage-2.3.2
11
12 app-backup/obnam/Manifest | 1 -
13 app-backup/obnam/obnam-1.18.2-r1.ebuild | 55 ---------------------------------
14 app-backup/obnam/obnam-1.19.ebuild | 51 ------------------------------
15 3 files changed, 107 deletions(-)
16
17 diff --git a/app-backup/obnam/Manifest b/app-backup/obnam/Manifest
18 index dd1f5ac..98b86b3 100644
19 --- a/app-backup/obnam/Manifest
20 +++ b/app-backup/obnam/Manifest
21 @@ -1,4 +1,3 @@
22 DIST obnam-1.18.2.tar.gz 361576 SHA256 515aa3eaf9946f5f7beee1e3285d2822e67a43d209b34e57bf0e1ea809551895 SHA512 f375a3e8769775b2b3d5679d68d031f13d950ac6b2d50231b791f9625384f830ccaee3434f18eacdbc95ed6de2d1e4b33b1adac39ad8b8f96842ecc8e4664f91 WHIRLPOOL 17afe8d35f455decb0bcec3f1708e4f74cf6d14ee8a60bb6f9c53d17341d8d298d042c769571f458093d994053a5a293356716e423844c3bd69356ae4838cf73
23 DIST obnam-1.19.1.tar.gz 372739 SHA256 e4210d12e0126f14bc788ccb0c443362eb5f9419ab7ae84a22ff108d269e1819 SHA512 9ed9632eaa23fec5cc1fb39ea51825480cc9b39109fb3c7e6135ef90156d15e3555aaea910714ede94d93fc897ca04bfefae0487629fbf9fe149c5a0ddc74a5e WHIRLPOOL 04b1d072a31de70712438a2314e86c5cdd6c3bc49f655209876834e21f746770a63094a7d48b4be0e17ba928fb3b172787c31bb8dc17bea88d293ec631e6e0ab
24 -DIST obnam-1.19.tar.gz 372386 SHA256 728629327fa3771e2046b926b025dcfdcbae33a77d946a4daed58b23f1f99153 SHA512 c0dfc8233a6b98d428475261d71b9878acf9bd0b7393ba50cd8c7ce6563ab4b92406c63a897d49b72b8506719e05631861f1fd7559164b13719ae7c76b800195 WHIRLPOOL f42920e3e9b322e4f7448d35035406fb35b7cfe4e91f302ea086f97f15b4c88a5d016e17855f7bff6d40250070f7e0428ecee52c47d63a90cefe9209922098a8
25 DIST obnam-1.20.tar.gz 396452 SHA256 edd0ed36ca6e9f8f294a6ec8217a925fd3646bbc9025e6c10d3136861b0fef08 SHA512 7d98750f1a3ea8f3be961c1359473c12425da4028793d2fca1aec199309aa66c1639bc77d328c5d8713d73882400b5f9cf8b4a263d19e0a355448e87ce837021 WHIRLPOOL b9af5e410eb5ffbfadac79b16f2661794f2602e4b06967eb25cf6c5029161ac91d85ae2b727e661012fcc6e6301e384b8733efbc8acd4507cf16465e240d371d
26
27 diff --git a/app-backup/obnam/obnam-1.18.2-r1.ebuild b/app-backup/obnam/obnam-1.18.2-r1.ebuild
28 deleted file mode 100644
29 index 4b28346..00000000
30 --- a/app-backup/obnam/obnam-1.18.2-r1.ebuild
31 +++ /dev/null
32 @@ -1,55 +0,0 @@
33 -# Copyright 1999-2016 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -# $Id$
36 -
37 -EAPI=5
38 -
39 -PYTHON_COMPAT=( python2_7 )
40 -PYTHON_REQ_USE="threads"
41 -
42 -inherit distutils-r1
43 -
44 -DESCRIPTION="A backup program that supports encryption and deduplication"
45 -HOMEPAGE="http://obnam.org/"
46 -SRC_URI="http://git.liw.fi/cgi-bin/cgit/cgit.cgi/obnam/snapshot/${P}.tar.gz"
47 -
48 -LICENSE="GPL-3"
49 -SLOT="0"
50 -KEYWORDS="~amd64 ~x86"
51 -IUSE=""
52 -
53 -DEPEND="${PYTHON_DEPS}
54 - dev-python/cliapp[${PYTHON_USEDEP}]
55 - dev-python/fuse-python[${PYTHON_USEDEP}]
56 - dev-python/larch[${PYTHON_USEDEP}]
57 - >=dev-python/paramiko-1.16.0[${PYTHON_USEDEP}]
58 - dev-python/pyyaml[${PYTHON_USEDEP}]
59 - dev-python/tracing[${PYTHON_USEDEP}]
60 - dev-python/ttystatus[${PYTHON_USEDEP}]
61 - "
62 -RDEPEND="${DEPEND}"
63 -
64 -src_prepare() {
65 - epatch "${FILESDIR}/${P}-obnamlib-sftp-Add-prefetch-size-argument.patch"
66 -}
67 -
68 -src_compile() {
69 - addwrite /proc/self/comm
70 - distutils-r1_src_compile
71 -}
72 -
73 -src_install() {
74 - distutils-r1_src_install
75 - find "${D}" -name "obnam-viewprof*" -delete
76 - insinto /etc
77 - doins "${FILESDIR}"/obnam.conf
78 - keepdir /var/log/obnam
79 -}
80 -
81 -pkg_postinst() {
82 - if [[ $REPLACING_VERSIONS < "1.2" ]]; then
83 - elog "You will need to setup a config file before running obnam for the first time."
84 - elog "For details, please see the obnam(1) manual page."
85 - elog "An example file has been installed as /etc/obnam.conf for your convenience."
86 - fi
87 -}
88
89 diff --git a/app-backup/obnam/obnam-1.19.ebuild b/app-backup/obnam/obnam-1.19.ebuild
90 deleted file mode 100644
91 index fe090cb..00000000
92 --- a/app-backup/obnam/obnam-1.19.ebuild
93 +++ /dev/null
94 @@ -1,51 +0,0 @@
95 -# Copyright 1999-2016 Gentoo Foundation
96 -# Distributed under the terms of the GNU General Public License v2
97 -# $Id$
98 -
99 -EAPI=5
100 -
101 -PYTHON_COMPAT=( python2_7 )
102 -PYTHON_REQ_USE="threads"
103 -
104 -inherit distutils-r1
105 -
106 -DESCRIPTION="A backup program that supports encryption and deduplication"
107 -HOMEPAGE="http://obnam.org/"
108 -SRC_URI="http://git.liw.fi/cgi-bin/cgit/cgit.cgi/obnam/snapshot/${P}.tar.gz"
109 -
110 -LICENSE="GPL-3"
111 -SLOT="0"
112 -KEYWORDS="~amd64 ~x86"
113 -IUSE=""
114 -
115 -DEPEND="${PYTHON_DEPS}
116 - dev-python/cliapp[${PYTHON_USEDEP}]
117 - dev-python/fuse-python[${PYTHON_USEDEP}]
118 - dev-python/larch[${PYTHON_USEDEP}]
119 - dev-python/paramiko[${PYTHON_USEDEP}]
120 - dev-python/pyyaml[${PYTHON_USEDEP}]
121 - dev-python/tracing[${PYTHON_USEDEP}]
122 - dev-python/ttystatus[${PYTHON_USEDEP}]
123 - "
124 -RDEPEND="${DEPEND}"
125 -
126 -src_compile() {
127 - addwrite /proc/self/comm
128 - distutils-r1_src_compile
129 -}
130 -
131 -src_install() {
132 - distutils-r1_src_install
133 - find "${D}" -name "obnam-viewprof*" -delete
134 - insinto /etc
135 - doins "${FILESDIR}"/obnam.conf
136 - keepdir /var/log/obnam
137 -}
138 -
139 -pkg_postinst() {
140 - if [[ $REPLACING_VERSIONS < "1.2" ]]; then
141 - elog "You will need to setup a config file before running obnam for the first time."
142 - elog "For details, please see the obnam(1) manual page."
143 - elog "An example file has been installed as /etc/obnam.conf for your convenience."
144 - fi
145 -}