diff options
author | Marcelo Góes <vanquirius@gentoo.org> | 2009-03-08 22:51:54 +0000 |
---|---|---|
committer | Marcelo Góes <vanquirius@gentoo.org> | 2009-03-08 22:51:54 +0000 |
commit | 8e4550b751b1021ff163e98810a4464b54486fb0 (patch) | |
tree | e9a89ffe0c615942b70cec5d964f1be074e4bd58 /app-backup | |
parent | Revert wrongly commited new eclass behavior. (diff) | |
download | gentoo-2-8e4550b751b1021ff163e98810a4464b54486fb0.tar.gz gentoo-2-8e4550b751b1021ff163e98810a4464b54486fb0.tar.bz2 gentoo-2-8e4550b751b1021ff163e98810a4464b54486fb0.zip |
0.5.11 version bump for bug 257185. Thanks to Ben Wald <ben at bwald dot
com>.
(Portage version: 2.1.4.5)
Diffstat (limited to 'app-backup')
-rw-r--r-- | app-backup/duplicity/duplicity-0.5.03.ebuild | 27 | ||||
-rw-r--r-- | app-backup/duplicity/duplicity-0.5.11.ebuild (renamed from app-backup/duplicity/duplicity-0.5.02.ebuild) | 4 |
2 files changed, 2 insertions, 29 deletions
diff --git a/app-backup/duplicity/duplicity-0.5.03.ebuild b/app-backup/duplicity/duplicity-0.5.03.ebuild deleted file mode 100644 index 02a25aaa4ade..000000000000 --- a/app-backup/duplicity/duplicity-0.5.03.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-backup/duplicity/duplicity-0.5.03.ebuild,v 1.1 2008/12/13 16:38:19 vanquirius 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.02.ebuild b/app-backup/duplicity/duplicity-0.5.11.ebuild index fa963007c3fe..fa6eb7a9798a 100644 --- a/app-backup/duplicity/duplicity-0.5.02.ebuild +++ b/app-backup/duplicity/duplicity-0.5.11.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# 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.02.ebuild,v 1.1 2008/11/03 02:16:53 vanquirius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-backup/duplicity/duplicity-0.5.11.ebuild,v 1.1 2009/03/08 22:51:54 vanquirius Exp $ inherit distutils |