summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-backup')
-rw-r--r--app-backup/obnam/Manifest1
-rw-r--r--app-backup/obnam/files/obnam-1.9-setup-man.diff11
-rw-r--r--app-backup/obnam/obnam-1.9.ebuild54
3 files changed, 0 insertions, 66 deletions
diff --git a/app-backup/obnam/Manifest b/app-backup/obnam/Manifest
index 65331d451fad..e2b97260bac1 100644
--- a/app-backup/obnam/Manifest
+++ b/app-backup/obnam/Manifest
@@ -1,4 +1,3 @@
DIST obnam-1.16.tar.gz 362372 SHA256 4c3e525aeef87f4beba55bd8ab7459e33bc2c14c4fa7fc35b74beafc8beb25d0 SHA512 e495991c7277f6cb121900441a191bab9c58da7cd796afe47b24c62e081b281337a414ec43bac0c117c837e4195d4d8d911aa037280679aaba2b43ae109db085 WHIRLPOOL 942b8ad8e7f1852283eefee5bb371e71a160e65b0430428800dc8253650b7128fe0715786743fe30beaa2a1db84197326c377d30914700f022b177805d254f12
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.9.tar.gz 340103 SHA256 7e0182efb16597d63916d052ac36546e7c597ee75ba40ae23b2dc9afbb959f82 SHA512 f170a4223b84d2b26617c412524e9ec6efcf3b7bb7bb1a4bfc7333c138e9b9066658c54da9aa8c41b4ea3c3335da3bcd1c26b911b2cce7eb98eabf52d72af67f WHIRLPOOL 73b72c8fe7bbf2958714ef05dba518839471aea91aa02d60f8015481c30440de985f2db0a610bcf08d29eaa86e074cf7b39e975c3847cb1e78c0adf27d793b31
diff --git a/app-backup/obnam/files/obnam-1.9-setup-man.diff b/app-backup/obnam/files/obnam-1.9-setup-man.diff
deleted file mode 100644
index 66bc077b2de5..000000000000
--- a/app-backup/obnam/files/obnam-1.9-setup-man.diff
+++ /dev/null
@@ -1,11 +0,0 @@
---- setup.py.orig 2015-03-23 00:11:50.833110091 +0100
-+++ setup.py 2015-03-23 00:12:19.892915511 +0100
-@@ -78,7 +78,7 @@
- env['MANWIDTH'] = '80'
- with open('%s.1.txt' % program, 'w') as f:
- cliapp.runcmd(
-- ['man', '-l', '%s.1' % program],
-+ ['man', './%s.1' % program],
- ['col', '-b'],
- stdout=f,
- env=env)
diff --git a/app-backup/obnam/obnam-1.9.ebuild b/app-backup/obnam/obnam-1.9.ebuild
deleted file mode 100644
index 9620fcc7582f..000000000000
--- a/app-backup/obnam/obnam-1.9.ebuild
+++ /dev/null
@@ -1,54 +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 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=( ${FILESDIR}/${P}-setup-man.diff )
-
-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
-}