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: Tue, 19 Jan 2016 21:49:34 +0000 (UTC)	[thread overview]
Message-ID: <1453240159.8445c7d08538cffca5f95f34dcddc6b941fbc70f.mschiff@gentoo> (raw)

commit:     8445c7d08538cffca5f95f34dcddc6b941fbc70f
Author:     Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 19 21:49:03 2016 +0000
Commit:     Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
CommitDate: Tue Jan 19 21:49:19 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8445c7d0

app-backup/obnam: Purge version 1.17

Package-Manager: portage-2.2.26

 app-backup/obnam/Manifest          |  1 -
 app-backup/obnam/obnam-1.17.ebuild | 52 --------------------------------------
 2 files changed, 53 deletions(-)

diff --git a/app-backup/obnam/Manifest b/app-backup/obnam/Manifest
index 0e1a3f3..66db935 100644
--- a/app-backup/obnam/Manifest
+++ b/app-backup/obnam/Manifest
@@ -1,3 +1,2 @@
-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.19.tar.gz 372386 SHA256 728629327fa3771e2046b926b025dcfdcbae33a77d946a4daed58b23f1f99153 SHA512 c0dfc8233a6b98d428475261d71b9878acf9bd0b7393ba50cd8c7ce6563ab4b92406c63a897d49b72b8506719e05631861f1fd7559164b13719ae7c76b800195 WHIRLPOOL f42920e3e9b322e4f7448d35035406fb35b7cfe4e91f302ea086f97f15b4c88a5d016e17855f7bff6d40250070f7e0428ecee52c47d63a90cefe9209922098a8

diff --git a/app-backup/obnam/obnam-1.17.ebuild b/app-backup/obnam/obnam-1.17.ebuild
deleted file mode 100644
index 242e3e4..0000000
--- a/app-backup/obnam/obnam-1.17.ebuild
+++ /dev/null
@@ -1,52 +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 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.13.0
-	|| ( <dev-python/paramiko-1.13.0[${PYTHON_USEDEP}] >dev-python/paramiko-1.13.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
-}


             reply	other threads:[~2016-01-19 21:49 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-19 21:49 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-05 20:56 Marc Schiffbauer
2016-01-05 16:54 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=1453240159.8445c7d08538cffca5f95f34dcddc6b941fbc70f.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