summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Callen <abcd@gentoo.org>2010-02-19 23:15:00 +0000
committerJonathan Callen <abcd@gentoo.org>2010-02-19 23:15:00 +0000
commit4b1059cbfc77bb7b4a7967318f4605ac7bda7b48 (patch)
treedc6002b75df1832f55581495f176284617eb6f88 /app-backup
parentAdd prefix keywords, bump to EAPI-3, prefix fixes (diff)
downloadgentoo-2-4b1059cbfc77bb7b4a7967318f4605ac7bda7b48.tar.gz
gentoo-2-4b1059cbfc77bb7b4a7967318f4605ac7bda7b48.tar.bz2
gentoo-2-4b1059cbfc77bb7b4a7967318f4605ac7bda7b48.zip
Transfer prefix keywords, bump EAPI
(Portage version: -svn/cvs/Linux i686)
Diffstat (limited to 'app-backup')
-rw-r--r--app-backup/duplicity/ChangeLog7
-rw-r--r--app-backup/duplicity/duplicity-0.6.06.ebuild10
2 files changed, 11 insertions, 6 deletions
diff --git a/app-backup/duplicity/ChangeLog b/app-backup/duplicity/ChangeLog
index 576753de8cf3..1e8dc0c7ad32 100644
--- a/app-backup/duplicity/ChangeLog
+++ b/app-backup/duplicity/ChangeLog
@@ -1,6 +1,9 @@
# 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.42 2009/11/19 01:06:32 gengor Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-backup/duplicity/ChangeLog,v 1.43 2010/02/19 23:15:00 abcd Exp $
+
+ 19 Feb 2010; Jonathan Callen <abcd@gentoo.org> duplicity-0.6.06.ebuild:
+ Transfer prefix keywords, bump EAPI
*duplicity-0.6.06 (19 Nov 2009)
diff --git a/app-backup/duplicity/duplicity-0.6.06.ebuild b/app-backup/duplicity/duplicity-0.6.06.ebuild
index 37f150c837e4..b5e5e55174e4 100644
--- a/app-backup/duplicity/duplicity-0.6.06.ebuild
+++ b/app-backup/duplicity/duplicity-0.6.06.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/duplicity/duplicity-0.6.06.ebuild,v 1.1 2009/11/19 01:06:32 gengor Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/duplicity/duplicity-0.6.06.ebuild,v 1.2 2010/02/19 23:15:00 abcd Exp $
+
+EAPI="3"
inherit distutils
@@ -10,7 +12,7 @@ SRC_URI="http://savannah.nongnu.org/download/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x86-macos"
IUSE="s3"
DEPEND=">=dev-lang/python-2.3
@@ -24,5 +26,5 @@ RDEPEND="${DEPEND}
src_install() {
distutils_src_install
- rm "${D}"/usr/share/doc/${P}/COPYING
+ rm "${ED}"/usr/share/doc/${P}/COPYING
}