Gentoo Archives: gentoo-commits

From: "Jonathan Callen (abcd)" <abcd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-backup/duplicity: ChangeLog duplicity-0.6.06.ebuild
Date: Fri, 19 Feb 2010 23:15:08
Message-Id: E1Nic3o-0002IF-Q2@stork.gentoo.org
1 abcd 10/02/19 23:15:00
2
3 Modified: ChangeLog duplicity-0.6.06.ebuild
4 Log:
5 Transfer prefix keywords, bump EAPI
6 (Portage version: -svn/cvs/Linux i686)
7
8 Revision Changes Path
9 1.43 app-backup/duplicity/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-backup/duplicity/ChangeLog?rev=1.43&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-backup/duplicity/ChangeLog?rev=1.43&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-backup/duplicity/ChangeLog?r1=1.42&r2=1.43
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-backup/duplicity/ChangeLog,v
18 retrieving revision 1.42
19 retrieving revision 1.43
20 diff -u -r1.42 -r1.43
21 --- ChangeLog 19 Nov 2009 01:06:32 -0000 1.42
22 +++ ChangeLog 19 Feb 2010 23:15:00 -0000 1.43
23 @@ -1,6 +1,9 @@
24 # ChangeLog for app-backup/duplicity
25 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-backup/duplicity/ChangeLog,v 1.42 2009/11/19 01:06:32 gengor Exp $
27 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/app-backup/duplicity/ChangeLog,v 1.43 2010/02/19 23:15:00 abcd Exp $
29 +
30 + 19 Feb 2010; Jonathan Callen <abcd@g.o> duplicity-0.6.06.ebuild:
31 + Transfer prefix keywords, bump EAPI
32
33 *duplicity-0.6.06 (19 Nov 2009)
34
35
36
37
38 1.2 app-backup/duplicity/duplicity-0.6.06.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-backup/duplicity/duplicity-0.6.06.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-backup/duplicity/duplicity-0.6.06.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-backup/duplicity/duplicity-0.6.06.ebuild?r1=1.1&r2=1.2
43
44 Index: duplicity-0.6.06.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/app-backup/duplicity/duplicity-0.6.06.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- duplicity-0.6.06.ebuild 19 Nov 2009 01:06:32 -0000 1.1
51 +++ duplicity-0.6.06.ebuild 19 Feb 2010 23:15:00 -0000 1.2
52 @@ -1,6 +1,8 @@
53 -# Copyright 1999-2009 Gentoo Foundation
54 +# Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/app-backup/duplicity/duplicity-0.6.06.ebuild,v 1.1 2009/11/19 01:06:32 gengor Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/app-backup/duplicity/duplicity-0.6.06.ebuild,v 1.2 2010/02/19 23:15:00 abcd Exp $
58 +
59 +EAPI="3"
60
61 inherit distutils
62
63 @@ -10,7 +12,7 @@
64
65 LICENSE="GPL-3"
66 SLOT="0"
67 -KEYWORDS="~amd64 ~ppc ~x86"
68 +KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x86-macos"
69 IUSE="s3"
70
71 DEPEND=">=dev-lang/python-2.3
72 @@ -24,5 +26,5 @@
73
74 src_install() {
75 distutils_src_install
76 - rm "${D}"/usr/share/doc/${P}/COPYING
77 + rm "${ED}"/usr/share/doc/${P}/COPYING
78 }