From: "Marc Schiffbauer" <mschiff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/obnam/
Date: Tue, 5 Jan 2016 16:54:46 +0000 (UTC) [thread overview]
Message-ID: <1452012877.01e3f550ff3d4c32e5ae956a79fd7d655f56f320.mschiff@gentoo> (raw)
commit: 01e3f550ff3d4c32e5ae956a79fd7d655f56f320
Author: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 5 16:54:25 2016 +0000
Commit: Marc Schiffbauer <mschiff <AT> gentoo <DOT> 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}]
+ <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
+}
+
+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
+}
next reply other threads:[~2016-01-05 16:54 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-05 16:54 Marc Schiffbauer [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-11-01 15:51 [gentoo-commits] repo/gentoo:master commit in: app-backup/obnam/ Marc Schiffbauer
2017-06-26 13:37 Marc Schiffbauer
2016-12-31 3:49 Marc Schiffbauer
2016-12-18 3:00 Marc Schiffbauer
2016-10-31 21:15 Marc Schiffbauer
2016-10-31 21:15 Marc Schiffbauer
2016-06-17 7:23 Robin H. Johnson
2016-01-19 21:49 Marc Schiffbauer
2016-01-19 21:49 Marc Schiffbauer
2016-01-05 20:56 Marc Schiffbauer
2015-12-06 23:24 Marc Schiffbauer
2015-12-06 23:24 Marc Schiffbauer
2015-09-15 23:24 Marc Schiffbauer
2015-09-14 22:26 Marc Schiffbauer
2015-09-14 22:26 Marc Schiffbauer
2015-09-07 11:19 Marc Schiffbauer
2015-09-07 11:19 Marc Schiffbauer
2015-09-07 11:19 Marc Schiffbauer
2015-08-17 8:53 Marc Schiffbauer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1452012877.01e3f550ff3d4c32e5ae956a79fd7d655f56f320.mschiff@gentoo \
--to=mschiff@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox