public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Marc Schiffbauer" <mschiff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/obnam/
Date: Mon, 17 Aug 2015 08:53:44 +0000 (UTC)	[thread overview]
Message-ID: <1439801596.647698028f6c28ff2d62e27fa15f80677486274b.mschiff@gentoo> (raw)

commit:     647698028f6c28ff2d62e27fa15f80677486274b
Author:     Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 17 08:52:17 2015 +0000
Commit:     Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
CommitDate: Mon Aug 17 08:53:16 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64769802

app-backup/obnam: Version bump

 app-backup/obnam/Manifest          |  1 +
 app-backup/obnam/obnam-1.14.ebuild | 54 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 55 insertions(+)

diff --git a/app-backup/obnam/Manifest b/app-backup/obnam/Manifest
index 1af582e..f3e3ea9 100644
--- a/app-backup/obnam/Manifest
+++ b/app-backup/obnam/Manifest
@@ -1,2 +1,3 @@
 DIST obnam-1.13.tar.gz 361079 SHA256 51684a44352e57b2bc9b019566d210c772a99489da6929899a41937731fc8f24 SHA512 1df7ebac4c7cae9b2809c7fce61edc187c70098d6bb8cfbed4d789b02de7d2ddc7077907bff056beac09cc33ecc7eb5db3b282915707086ae998bba089939819 WHIRLPOOL 12d86d53c3b6a1d1ec35af31192129d31ef569bf188ec029bdebbd88ddd239ca11f4007135fdcd94f645bef7517808641b32ec3565b2ec796364e4f320021372
+DIST obnam-1.14.tar.gz 361431 SHA256 67aca6e3a49f5ef14fe81010136ee90b81048d8bd9a1681ea20e699da227bee9 SHA512 652db41865d724e53abb8e31644c9cd8e583162e7b94c8e569a8efaf40962b7066564f7439066c329ee23f4f453ead46d14348f7dfa5a70e749d169e34aed69a WHIRLPOOL f5f5657be9ff1d80154f9ce63c15a69811474d1a0bd386be837c5432178938eb8939f3de8fae26c47db97d8f07482e86a8b6795d5321a2dc3cf767728513343b
 DIST obnam-1.9.tar.gz 340103 SHA256 7e0182efb16597d63916d052ac36546e7c597ee75ba40ae23b2dc9afbb959f82 SHA512 f170a4223b84d2b26617c412524e9ec6efcf3b7bb7bb1a4bfc7333c138e9b9066658c54da9aa8c41b4ea3c3335da3bcd1c26b911b2cce7eb98eabf52d72af67f WHIRLPOOL 73b72c8fe7bbf2958714ef05dba518839471aea91aa02d60f8015481c30440de985f2db0a610bcf08d29eaa86e074cf7b39e975c3847cb1e78c0adf27d793b31

diff --git a/app-backup/obnam/obnam-1.14.ebuild b/app-backup/obnam/obnam-1.14.ebuild
new file mode 100644
index 0000000..cd42b25
--- /dev/null
+++ b/app-backup/obnam/obnam-1.14.ebuild
@@ -0,0 +1,54 @@
+# 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=( )
+
+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
+}


             reply	other threads:[~2015-08-17  8:53 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-17  8:53 Marc Schiffbauer [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-09-07 11:19 [gentoo-commits] repo/gentoo:master commit in: app-backup/obnam/ Marc Schiffbauer
2015-09-07 11:19 Marc Schiffbauer
2015-09-07 11:19 Marc Schiffbauer
2015-09-14 22:26 Marc Schiffbauer
2015-09-14 22:26 Marc Schiffbauer
2015-09-15 23:24 Marc Schiffbauer
2015-12-06 23:24 Marc Schiffbauer
2015-12-06 23:24 Marc Schiffbauer
2016-01-05 16:54 Marc Schiffbauer
2016-01-05 20:56 Marc Schiffbauer
2016-01-19 21:49 Marc Schiffbauer
2016-01-19 21:49 Marc Schiffbauer
2016-06-17  7:23 Robin H. Johnson
2016-10-31 21:15 Marc Schiffbauer
2016-10-31 21:15 Marc Schiffbauer
2016-12-18  3:00 Marc Schiffbauer
2016-12-31  3:49 Marc Schiffbauer
2017-06-26 13:37 Marc Schiffbauer
2017-11-01 15:51 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=1439801596.647698028f6c28ff2d62e27fa15f80677486274b.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