From 83207e95ede87303c76b3f276d17bba4c21583b0 Mon Sep 17 00:00:00 2001 From: Marc Schiffbauer Date: Sun, 16 Mar 2014 17:58:00 +0000 Subject: Add new, drop oldest version. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x296C6CCA35A64134) --- app-backup/obnam/ChangeLog | 10 ++++++-- app-backup/obnam/obnam-1.5.ebuild | 54 --------------------------------------- app-backup/obnam/obnam-1.7.ebuild | 54 +++++++++++++++++++++++++++++++++++++++ 3 files changed, 62 insertions(+), 56 deletions(-) delete mode 100644 app-backup/obnam/obnam-1.5.ebuild create mode 100644 app-backup/obnam/obnam-1.7.ebuild (limited to 'app-backup') diff --git a/app-backup/obnam/ChangeLog b/app-backup/obnam/ChangeLog index 91c36daf3783..b5c6080e43bd 100644 --- a/app-backup/obnam/ChangeLog +++ b/app-backup/obnam/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-backup/obnam -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-backup/obnam/ChangeLog,v 1.16 2013/12/04 14:34:52 mschiff Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-backup/obnam/ChangeLog,v 1.17 2014/03/16 17:58:00 mschiff Exp $ + +*obnam-1.7 (16 Mar 2014) + + 16 Mar 2014; Marc Schiffbauer -obnam-1.5.ebuild, + +obnam-1.7.ebuild: + Add new, drop oldest version. *obnam-1.6.1-r1 (04 Dec 2013) diff --git a/app-backup/obnam/obnam-1.5.ebuild b/app-backup/obnam/obnam-1.5.ebuild deleted file mode 100644 index 9e7623adc4b0..000000000000 --- a/app-backup/obnam/obnam-1.5.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-backup/obnam/obnam-1.5.ebuild,v 1.2 2013/12/04 14:34:52 mschiff Exp $ - -EAPI=5 - -PYTHON_COMPAT=( python{2_6,2_7} ) -PYTHON_REQ_USE="threads" -PYTHON_MODNAME="${PN}lib" -MY_P="${PN}_${PV}.orig" - -inherit eutils distutils-r1 - -DESCRIPTION="A backup program that supports encryption and deduplication" -HOMEPAGE="http://liw.fi/obnam/" -SRC_URI="http://code.liw.fi/debian/pool/main/o/${PN}/${MY_P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="${PYTHON_DEPS} - dev-python/cliapp - >=dev-python/larch-1.20130808 - dev-python/paramiko - dev-python/tracing - dev-python/ttystatus - " -RDEPEND="${DEPEND}" - -PATCHES=( ${FILESDIR}/${PN}-gnupg-ownertrust.patch ) - -src_compile() { - addwrite /proc/self/comm - distutils-r1_src_compile -} - -src_install() { - distutils-r1_src_install - rm "${D}"/usr/bin/obnam-{benchmark,viewprof}* - rm "${D}"/usr/share/man/man1/obnam-{benchmark,viewprof}* - 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 -} diff --git a/app-backup/obnam/obnam-1.7.ebuild b/app-backup/obnam/obnam-1.7.ebuild new file mode 100644 index 000000000000..a58351a7cbe6 --- /dev/null +++ b/app-backup/obnam/obnam-1.7.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-backup/obnam/obnam-1.7.ebuild,v 1.1 2014/03/16 17:58:00 mschiff Exp $ + +EAPI=5 + +PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_REQ_USE="threads" +PYTHON_MODNAME="${PN}lib" +MY_P="${PN}_${PV}.orig" + +inherit eutils distutils-r1 + +DESCRIPTION="A backup program that supports encryption and deduplication" +HOMEPAGE="http://liw.fi/obnam/" +SRC_URI="http://code.liw.fi/debian/pool/main/o/${PN}/${MY_P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="${PYTHON_DEPS} + dev-python/cliapp + dev-python/larch + dev-python/paramiko + 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 +} -- cgit v1.2.3-65-gdbad