summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2013-06-25 18:01:25 +0000
committerTim Harder <radhermit@gentoo.org>2013-06-25 18:01:25 +0000
commit30626aee67ad9bed27b535dce0c628a4f7881865 (patch)
treee65293b12bf6c32993b98ebd8aeea3547e4c7393 /app-backup/duplicity
parentAdd patch to fix rendering problems, bug #474670. (diff)
downloadgentoo-2-30626aee67ad9bed27b535dce0c628a4f7881865.tar.gz
gentoo-2-30626aee67ad9bed27b535dce0c628a4f7881865.tar.bz2
gentoo-2-30626aee67ad9bed27b535dce0c628a4f7881865.zip
Remove old.
(Portage version: 2.2.0_alpha184/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'app-backup/duplicity')
-rw-r--r--app-backup/duplicity/ChangeLog5
-rw-r--r--app-backup/duplicity/duplicity-0.6.21.ebuild30
2 files changed, 4 insertions, 31 deletions
diff --git a/app-backup/duplicity/ChangeLog b/app-backup/duplicity/ChangeLog
index 8f1bd07c6fa8..8dcaa7f3198b 100644
--- a/app-backup/duplicity/ChangeLog
+++ b/app-backup/duplicity/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-backup/duplicity
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/duplicity/ChangeLog,v 1.83 2013/06/17 22:16:40 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/duplicity/ChangeLog,v 1.84 2013/06/25 18:01:25 radhermit Exp $
+
+ 25 Jun 2013; Tim Harder <radhermit@gentoo.org> -duplicity-0.6.21.ebuild:
+ Remove old.
*duplicity-0.6.21-r1 (17 Jun 2013)
diff --git a/app-backup/duplicity/duplicity-0.6.21.ebuild b/app-backup/duplicity/duplicity-0.6.21.ebuild
deleted file mode 100644
index 5b7405003530..000000000000
--- a/app-backup/duplicity/duplicity-0.6.21.ebuild
+++ /dev/null
@@ -1,30 +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/duplicity/duplicity-0.6.21.ebuild,v 1.3 2013/06/12 22:34:49 radhermit Exp $
-
-EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7} )
-
-inherit distutils-r1
-
-DESCRIPTION="Secure backup system using gnupg to encrypt data"
-HOMEPAGE="http://www.nongnu.org/duplicity/"
-SRC_URI="http://code.launchpad.net/${PN}/0.6-series/${PV}/+download/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
-IUSE="s3"
-
-DEPEND="
- net-libs/librsync
- app-crypt/gnupg
-"
-RDEPEND="${DEPEND}
- dev-python/paramiko[${PYTHON_USEDEP}]
- s3? ( dev-python/boto[${PYTHON_USEDEP}] )
-"
-
-python_prepare_all() {
- sed -i "s/'COPYING',//" setup.py || die "Couldn't remove unnecessary COPYING file."
-}