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: Sun, 06 Dec 2015 23:24:50
Message-Id: 1449444279.70bbe63646b3fa410b96de5cb5d04ffe8734dc98.mschiff@gentoo
1 commit: 70bbe63646b3fa410b96de5cb5d04ffe8734dc98
2 Author: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 6 23:23:55 2015 +0000
4 Commit: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 6 23:24:39 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70bbe636
7
8 app-backup/obnam: remove version 1.16
9
10 Package-Manager: portage-2.2.26
11
12 app-backup/obnam/Manifest | 1 -
13 app-backup/obnam/obnam-1.16.ebuild | 54 --------------------------------------
14 2 files changed, 55 deletions(-)
15
16 diff --git a/app-backup/obnam/Manifest b/app-backup/obnam/Manifest
17 index e2b9726..d960c20 100644
18 --- a/app-backup/obnam/Manifest
19 +++ b/app-backup/obnam/Manifest
20 @@ -1,3 +1,2 @@
21 -DIST obnam-1.16.tar.gz 362372 SHA256 4c3e525aeef87f4beba55bd8ab7459e33bc2c14c4fa7fc35b74beafc8beb25d0 SHA512 e495991c7277f6cb121900441a191bab9c58da7cd796afe47b24c62e081b281337a414ec43bac0c117c837e4195d4d8d911aa037280679aaba2b43ae109db085 WHIRLPOOL 942b8ad8e7f1852283eefee5bb371e71a160e65b0430428800dc8253650b7128fe0715786743fe30beaa2a1db84197326c377d30914700f022b177805d254f12
22 DIST obnam-1.17.tar.gz 362512 SHA256 d340bdf6a5ebbc7c0a039501832c78257c57caa701bd29f5ef6fb841f16cbcf9 SHA512 63926ee62c5dae90cd653cee69a793f43098ed91a3fdb4cff7af1ed98994f54807c3d2c6b1bc3995bbda9a3ce9b319fa2a8e0e9c841b597a92c677bb01f549f1 WHIRLPOOL 442eae740c29064a188566cfe48a4091de29f22f41a6fabf0917c186dc683f9c19233bc3dc30c7f7339e8e7efc77feca0cc1d928e81f32b0a88920ba4dbfde43
23 DIST obnam-1.18.2.tar.gz 361576 SHA256 515aa3eaf9946f5f7beee1e3285d2822e67a43d209b34e57bf0e1ea809551895 SHA512 f375a3e8769775b2b3d5679d68d031f13d950ac6b2d50231b791f9625384f830ccaee3434f18eacdbc95ed6de2d1e4b33b1adac39ad8b8f96842ecc8e4664f91 WHIRLPOOL 17afe8d35f455decb0bcec3f1708e4f74cf6d14ee8a60bb6f9c53d17341d8d298d042c769571f458093d994053a5a293356716e423844c3bd69356ae4838cf73
24
25 diff --git a/app-backup/obnam/obnam-1.16.ebuild b/app-backup/obnam/obnam-1.16.ebuild
26 deleted file mode 100644
27 index cd42b25..0000000
28 --- a/app-backup/obnam/obnam-1.16.ebuild
29 +++ /dev/null
30 @@ -1,54 +0,0 @@
31 -# Copyright 1999-2015 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -# $Id$
34 -
35 -EAPI=5
36 -
37 -PYTHON_COMPAT=( python2_7 )
38 -PYTHON_REQ_USE="threads"
39 -
40 -inherit eutils distutils-r1
41 -
42 -DESCRIPTION="A backup program that supports encryption and deduplication"
43 -HOMEPAGE="http://obnam.org/"
44 -SRC_URI="http://git.liw.fi/cgi-bin/cgit/cgit.cgi/obnam/snapshot/${P}.tar.gz"
45 -
46 -LICENSE="GPL-3"
47 -SLOT="0"
48 -KEYWORDS="~amd64 ~x86"
49 -IUSE=""
50 -
51 -DEPEND="${PYTHON_DEPS}
52 - dev-python/cliapp
53 - dev-python/fuse-python
54 - dev-python/larch
55 - !=dev-python/paramiko-1.13.0
56 - || ( <dev-python/paramiko-1.13.0 >dev-python/paramiko-1.13.0 )
57 - dev-python/pyyaml
58 - dev-python/tracing
59 - dev-python/ttystatus
60 - "
61 -RDEPEND="${DEPEND}"
62 -
63 -PATCHES=( )
64 -
65 -src_compile() {
66 - addwrite /proc/self/comm
67 - distutils-r1_src_compile
68 -}
69 -
70 -src_install() {
71 - distutils-r1_src_install
72 - find "${D}" -name "obnam-viewprof*" -delete
73 - insinto /etc
74 - doins "${FILESDIR}"/obnam.conf
75 - keepdir /var/log/obnam
76 -}
77 -
78 -pkg_postinst() {
79 - if [[ $REPLACING_VERSIONS < "1.2" ]]; then
80 - elog "You will need to setup a config file before running obnam for the first time."
81 - elog "For details, please see the obnam(1) manual page."
82 - elog "An example file has been installed as /etc/obnam.conf for your convenience."
83 - fi
84 -}