diff options
author | 2009-10-13 01:53:25 +0000 | |
---|---|---|
committer | 2009-10-13 01:53:25 +0000 | |
commit | 1c5dc63f4754dc7e997f2e323597e6b988d4f3a2 (patch) | |
tree | 63be2d2bf391e86b2c9fa289fdb0907141e93656 /app-backup/duplicity | |
parent | Marked ~hppa (bug #288028). (diff) | |
download | gentoo-2-1c5dc63f4754dc7e997f2e323597e6b988d4f3a2.tar.gz gentoo-2-1c5dc63f4754dc7e997f2e323597e6b988d4f3a2.tar.bz2 gentoo-2-1c5dc63f4754dc7e997f2e323597e6b988d4f3a2.zip |
0.6.05 version bump for bug 287017. Thanks to Tim Harder <radhermit at gmaildot com>, Justin Lecher (jlec) <jlec at j-schmitz dot net>
and Piotr Karbowski <jabberuser at gmail dot com>.
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'app-backup/duplicity')
-rw-r--r-- | app-backup/duplicity/ChangeLog | 11 | ||||
-rw-r--r-- | app-backup/duplicity/duplicity-0.5.05.ebuild | 27 | ||||
-rw-r--r-- | app-backup/duplicity/duplicity-0.6.05.ebuild (renamed from app-backup/duplicity/duplicity-0.5.14.ebuild) | 2 |
3 files changed, 11 insertions, 29 deletions
diff --git a/app-backup/duplicity/ChangeLog b/app-backup/duplicity/ChangeLog index 54ffe794db5b..3b6b24bbad36 100644 --- a/app-backup/duplicity/ChangeLog +++ b/app-backup/duplicity/ChangeLog @@ -1,6 +1,15 @@ # ChangeLog for app-backup/duplicity # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-backup/duplicity/ChangeLog,v 1.40 2009/09/23 15:12:44 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-backup/duplicity/ChangeLog,v 1.41 2009/10/13 01:53:25 vanquirius Exp $ + +*duplicity-0.6.05 (13 Oct 2009) + + 13 Oct 2009; Marcelo Goes <vanquirius@gentoo.org> + -duplicity-0.5.05.ebuild, -duplicity-0.5.14.ebuild, + +duplicity-0.6.05.ebuild: + 0.6.05 version bump for bug 287017. Thanks to Tim Harder <radhermit at + gmaildot com>, Justin Lecher (jlec) <jlec at j-schmitz dot net> and Piotr + Karbowski <jabberuser at gmail dot com>. 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> duplicity-0.4.11.ebuild: Remove virtual/libc diff --git a/app-backup/duplicity/duplicity-0.5.05.ebuild b/app-backup/duplicity/duplicity-0.5.05.ebuild deleted file mode 100644 index 4eca52866817..000000000000 --- a/app-backup/duplicity/duplicity-0.5.05.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-backup/duplicity/duplicity-0.5.05.ebuild,v 1.1 2009/01/05 18:44:13 patrick Exp $ - -inherit distutils - -DESCRIPTION="duplicity is a secure backup system using gnupg to encrypt data" -HOMEPAGE="http://www.nongnu.org/duplicity/" -SRC_URI="http://savannah.nongnu.org/download/${PN}/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -DEPEND=">=dev-lang/python-2.3 - >=net-libs/librsync-0.9.6 - >=net-ftp/ncftp-3.1.9 - app-crypt/gnupg" -RDEPEND="${DEPEND} - >=dev-python/py-gnupg-0.3.2 - >=dev-python/pexpect-2.1" - -src_install() { - distutils_src_install - rm "${D}"/usr/share/doc/${P}/COPYING -} diff --git a/app-backup/duplicity/duplicity-0.5.14.ebuild b/app-backup/duplicity/duplicity-0.6.05.ebuild index 5cf90c149d86..6f2eb3f4876a 100644 --- a/app-backup/duplicity/duplicity-0.5.14.ebuild +++ b/app-backup/duplicity/duplicity-0.6.05.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-backup/duplicity/duplicity-0.5.14.ebuild,v 1.2 2009/04/07 12:01:20 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-backup/duplicity/duplicity-0.6.05.ebuild,v 1.1 2009/10/13 01:53:25 vanquirius Exp $ inherit distutils |