Gentoo Archives: gentoo-commits

From: Ian Delaney <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/rsnapshot/
Date: Thu, 08 Oct 2015 08:53:17
Message-Id: 1444294366.d1c4e82816def1720824630db9a4ea31e0338b04.idella4@gentoo
1 commit: d1c4e82816def1720824630db9a4ea31e0338b04
2 Author: Ian Delaney <idella4 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 8 08:52:17 2015 +0000
4 Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 8 08:52:46 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1c4e828
7
8 app-backup/rsnapshot: bump to -1.4.1
9
10 ebuild submitted by new maintainer Sergiy Borodych via the gentoo bug,
11 prior maintainer dropped, removed old
12
13 Gentoo bug: #553180
14
15 Package-Manager: portage-2.2.20.1
16
17 app-backup/rsnapshot/Manifest | 1 +
18 app-backup/rsnapshot/metadata.xml | 8 +---
19 app-backup/rsnapshot/rsnapshot-1.3.1.ebuild | 52 ----------------------
20 ...shot-1.3.1-r1.ebuild => rsnapshot-1.4.1.ebuild} | 20 +++------
21 4 files changed, 10 insertions(+), 71 deletions(-)
22
23 diff --git a/app-backup/rsnapshot/Manifest b/app-backup/rsnapshot/Manifest
24 index a4fd0d2..ee003b7 100644
25 --- a/app-backup/rsnapshot/Manifest
26 +++ b/app-backup/rsnapshot/Manifest
27 @@ -1 +1,2 @@
28 DIST rsnapshot-1.3.1.tar.gz 215806 SHA256 94b6c77e40628935f42a191bdc28ad93b1f132fde456ee76ee87763f1eddc75e SHA512 a74ad0a21d213dd2e05cb577a47c491af90d8994df8f5a154195515345da438ac9c0d72b563aa02314883a0b3bb86e3c23f8b530a7078c2b55a9547a2d666c10 WHIRLPOOL 1d62658e11cbd2612b223336b5e3dbb44d1ec0b40a434bf8f65c09ff7b45c831f585046f8ef4e2ff79f034de8731435ccd2554e0d5ff4e2d1693a01b66113b00
29 +DIST rsnapshot-1.4.1.tar.gz 489481 SHA256 fb4a1129a7d3805c41749fd0494debfe2ca2341eba0f8b50e4f54985efe448e8 SHA512 a99e639bd706aafac82d2a4a40fc6c7fa026321c527ad5826a4fc7917cadea5962c4c7988c98efbe06833ef70db081605aa47a6d77c04dcf6077cc232c078cbf WHIRLPOOL 999979b7d438c336203298a4bce2d49fb7e6166428356d0d3ee93369244856970faa496528a673df44ab21c5ce6fa694d83df9fe45075d62436c24fb97f7a435
30
31 diff --git a/app-backup/rsnapshot/metadata.xml b/app-backup/rsnapshot/metadata.xml
32 index b856273..feced77 100644
33 --- a/app-backup/rsnapshot/metadata.xml
34 +++ b/app-backup/rsnapshot/metadata.xml
35 @@ -3,12 +3,8 @@
36 <pkgmetadata>
37 <herd>proxy-maintainers</herd>
38 <maintainer>
39 - <email>flameeyes@g.o</email>
40 - <name>Diego Elio Pettenò</name>
41 - </maintainer>
42 - <maintainer>
43 - <email>erik_hahn@×××.de</email>
44 - <name>Erik Hahn</name>
45 + <email>Sergiy.Borodych@×××××.com</email>
46 + <name> Sergiy Borodych</name>
47 <description>proxied maintainer</description>
48 </maintainer>
49 </pkgmetadata>
50
51 diff --git a/app-backup/rsnapshot/rsnapshot-1.3.1.ebuild b/app-backup/rsnapshot/rsnapshot-1.3.1.ebuild
52 deleted file mode 100644
53 index 423661e..0000000
54 --- a/app-backup/rsnapshot/rsnapshot-1.3.1.ebuild
55 +++ /dev/null
56 @@ -1,52 +0,0 @@
57 -# Copyright 1999-2009 Gentoo Foundation
58 -# Distributed under the terms of the GNU General Public License v2
59 -# $Id$
60 -
61 -inherit eutils
62 -
63 -DESCRIPTION="A filesystem backup utility based on rsync"
64 -HOMEPAGE="http://www.rsnapshot.org"
65 -SRC_URI="http://www.rsnapshot.org/downloads/${P}.tar.gz"
66 -
67 -SLOT="0"
68 -LICENSE="GPL-2"
69 -KEYWORDS="alpha amd64 ppc ppc64 sparc x86"
70 -IUSE=""
71 -
72 -RDEPEND=">=dev-lang/perl-5.8.2
73 - >=sys-apps/util-linux-2.12-r4
74 - >=sys-apps/coreutils-5.0.91-r4
75 - >=net-misc/openssh-3.7.1_p2-r1
76 - >=net-misc/rsync-2.6.0"
77 -
78 -src_unpack() {
79 - unpack ${A}
80 - epatch "${FILESDIR}"/${P}-cp_al.patch
81 -}
82 -
83 -src_compile() {
84 - econf --prefix=/usr --sysconfdir=/etc || die
85 - emake || die "emake failed"
86 -}
87 -
88 -src_install() {
89 - make install DESTDIR="${D}" || die "make install failed"
90 -
91 - dodoc INSTALL README AUTHORS TODO ChangeLog docs/*
92 - insinto /usr/share/doc/${PF}/HOWTOs
93 - doins docs/HOWTOs/*
94 - docinto utils
95 - dodoc utils/{README,rsnaptar,*.sh}
96 - docinto utils/rsnapshotdb
97 - dodoc utils/rsnapshotdb/*
98 -}
99 -
100 -pkg_postinst() {
101 - elog
102 - elog "The configuration file: /etc/rsnapshot.conf.default "
103 - elog " has been installed. "
104 - elog "This is a template. "
105 - elog "Copy, or move, the above file to: /etc/rsnapshot.conf "
106 - elog "Note that upgrading will update the template, not real config. "
107 - elog
108 -}
109
110 diff --git a/app-backup/rsnapshot/rsnapshot-1.3.1-r1.ebuild b/app-backup/rsnapshot/rsnapshot-1.4.1.ebuild
111 similarity index 74%
112 rename from app-backup/rsnapshot/rsnapshot-1.3.1-r1.ebuild
113 rename to app-backup/rsnapshot/rsnapshot-1.4.1.ebuild
114 index 06f52b1..009a331 100644
115 --- a/app-backup/rsnapshot/rsnapshot-1.3.1-r1.ebuild
116 +++ b/app-backup/rsnapshot/rsnapshot-1.4.1.ebuild
117 @@ -1,8 +1,8 @@
118 -# Copyright 1999-2014 Gentoo Foundation
119 +# Copyright 1999-2015 Gentoo Foundation
120 # Distributed under the terms of the GNU General Public License v2
121 # $Id$
122
123 -EAPI=4
124 +EAPI=5
125
126 inherit eutils
127
128 @@ -12,30 +12,24 @@ SRC_URI="http://www.rsnapshot.org/downloads/${P}.tar.gz"
129
130 SLOT="0"
131 LICENSE="GPL-2"
132 -KEYWORDS="alpha amd64 ppc ppc64 sparc x86"
133 -IUSE=""
134 +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
135
136 RDEPEND=">=dev-lang/perl-5.8.2
137 + dev-perl/Lchown
138 >=sys-apps/util-linux-2.12-r4
139 >=sys-apps/coreutils-5.0.91-r4
140 >=net-misc/openssh-3.7.1_p2-r1
141 >=net-misc/rsync-2.6.0"
142 DEPEND="${RDEPEND}"
143
144 -src_prepare() {
145 - epatch "${FILESDIR}"/${P}-cp_al.patch
146 -}
147 -
148 src_install() {
149 # Change sysconfdir to install the template file as documentation
150 # rather than in /etc.
151 emake install DESTDIR="${D}" \
152 - sysconfdir="/usr/share/doc/${PF}" \
153 - || die
154 + sysconfdir="${EPREFIX}/usr/share/doc/${PF}"
155
156 - dodoc README AUTHORS TODO ChangeLog \
157 - docs/Upgrading_from_1.1 \
158 - docs/HOWTOs/rsnapshot-{Mac,windows}-howto
159 + dodoc README.md AUTHORS ChangeLog \
160 + docs/Upgrading_from_1.1
161
162 docinto utils
163 dodoc utils/{README,rsnaptar,*.sh,*.pl}