Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-backup/rsnapshot: rsnapshot-1.3.1-r1.ebuild ChangeLog
Date: Fri, 27 May 2011 20:57:01
Message-Id: 20110527205649.3C9DC20054@flycatcher.gentoo.org
1 flameeyes 11/05/27 20:56:49
2
3 Modified: rsnapshot-1.3.1-r1.ebuild ChangeLog
4 Log:
5 Bump EAPI to 4; change installation of documentation so that dodoc is not used on a directory.
6
7 (Portage version: 2.2.0_alpha36/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 app-backup/rsnapshot/rsnapshot-1.3.1-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/rsnapshot/rsnapshot-1.3.1-r1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/rsnapshot/rsnapshot-1.3.1-r1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/rsnapshot/rsnapshot-1.3.1-r1.ebuild?r1=1.1&r2=1.2
15
16 Index: rsnapshot-1.3.1-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-backup/rsnapshot/rsnapshot-1.3.1-r1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- rsnapshot-1.3.1-r1.ebuild 10 Oct 2010 17:23:49 -0000 1.1
23 +++ rsnapshot-1.3.1-r1.ebuild 27 May 2011 20:56:49 -0000 1.2
24 @@ -1,8 +1,8 @@
25 -# Copyright 1999-2010 Gentoo Foundation
26 +# Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-backup/rsnapshot/rsnapshot-1.3.1-r1.ebuild,v 1.1 2010/10/10 17:23:49 flameeyes Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-backup/rsnapshot/rsnapshot-1.3.1-r1.ebuild,v 1.2 2011/05/27 20:56:49 flameeyes Exp $
30
31 -EAPI=2
32 +EAPI=4
33
34 inherit eutils
35
36 @@ -22,9 +22,10 @@
37 >=net-misc/rsync-2.6.0"
38 DEPEND="${RDEPEND}"
39
40 -src_prepare() {
41 - epatch "${FILESDIR}"/${P}-cp_al.patch
42 -}
43 +
44 +PATCHES=(
45 + "${FILESDIR}"/${P}-cp_al.patch
46 +)
47
48 src_install() {
49 # Change sysconfdir to install the template file as documentation
50 @@ -33,13 +34,15 @@
51 sysconfdir="/usr/share/doc/${PF}" \
52 || die
53
54 - dodoc README AUTHORS TODO ChangeLog docs/* || die
55 - insinto /usr/share/doc/${PF}/HOWTOs
56 - doins docs/HOWTOs/* || die
57 + dodoc README AUTHORS TODO ChangeLog \
58 + docs/Upgrading_from_1.1 \
59 + docs/HOWTOs/rsnapshot-{Mac,windows}-howto
60 +
61 docinto utils
62 - dodoc utils/{README,rsnaptar,*.sh,*.pl} || die
63 + dodoc utils/{README,rsnaptar,*.sh,*.pl}
64 +
65 docinto utils/rsnapshotdb
66 - dodoc utils/rsnapshotdb/* || die
67 + dodoc utils/rsnapshotdb/*
68 }
69
70 pkg_postinst() {
71
72
73
74 1.32 app-backup/rsnapshot/ChangeLog
75
76 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/rsnapshot/ChangeLog?rev=1.32&view=markup
77 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/rsnapshot/ChangeLog?rev=1.32&content-type=text/plain
78 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/rsnapshot/ChangeLog?r1=1.31&r2=1.32
79
80 Index: ChangeLog
81 ===================================================================
82 RCS file: /var/cvsroot/gentoo-x86/app-backup/rsnapshot/ChangeLog,v
83 retrieving revision 1.31
84 retrieving revision 1.32
85 diff -u -r1.31 -r1.32
86 --- ChangeLog 13 Oct 2010 08:31:53 -0000 1.31
87 +++ ChangeLog 27 May 2011 20:56:49 -0000 1.32
88 @@ -1,6 +1,11 @@
89 # ChangeLog for app-backup/rsnapshot
90 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
91 -# $Header: /var/cvsroot/gentoo-x86/app-backup/rsnapshot/ChangeLog,v 1.31 2010/10/13 08:31:53 hwoarang Exp $
92 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
93 +# $Header: /var/cvsroot/gentoo-x86/app-backup/rsnapshot/ChangeLog,v 1.32 2011/05/27 20:56:49 flameeyes Exp $
94 +
95 + 27 May 2011; Diego E. Pettenò <flameeyes@g.o>
96 + rsnapshot-1.3.1-r1.ebuild:
97 + Bump EAPI to 4; change installation of documentation so that dodoc is not
98 + used on a directory.
99
100 13 Oct 2010; Markos Chandras <hwoarang@g.o> metadata.xml:
101 Remove myself from metadata.xml