Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/ddrescue: ddrescue-1.17-r1.ebuild ChangeLog
Date: Thu, 27 Feb 2014 21:08:20
Message-Id: 20140227210816.23C5D2004C@flycatcher.gentoo.org
1 ssuominen 14/02/27 21:08:16
2
3 Modified: ddrescue-1.17-r1.ebuild ChangeLog
4 Log:
5 Use the unpacker_src_uri_depends() function to pull in either pdlzip or lzip wrt #485462 by Ulrich Müller
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
8
9 Revision Changes Path
10 1.3 sys-fs/ddrescue/ddrescue-1.17-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ddrescue/ddrescue-1.17-r1.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ddrescue/ddrescue-1.17-r1.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ddrescue/ddrescue-1.17-r1.ebuild?r1=1.2&r2=1.3
15
16 Index: ddrescue-1.17-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ddrescue-1.17-r1.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- ddrescue-1.17-r1.ebuild 27 Feb 2014 05:46:10 -0000 1.2
23 +++ ddrescue-1.17-r1.ebuild 27 Feb 2014 21:08:15 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ddrescue-1.17-r1.ebuild,v 1.2 2014/02/27 05:46:10 polynomial-c Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ddrescue-1.17-r1.ebuild,v 1.3 2014/02/27 21:08:15 ssuominen Exp $
29
30 EAPI=5
31
32 @@ -15,7 +15,7 @@
33 KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86 ~amd64-linux"
34 IUSE="static"
35
36 -DEPEND=""
37 +DEPEND="$(unpacker_src_uri_depends)"
38 RDEPEND=""
39
40 src_configure() {
41
42
43
44 1.46 sys-fs/ddrescue/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ddrescue/ChangeLog?rev=1.46&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ddrescue/ChangeLog?rev=1.46&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ddrescue/ChangeLog?r1=1.45&r2=1.46
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ChangeLog,v
53 retrieving revision 1.45
54 retrieving revision 1.46
55 diff -u -r1.45 -r1.46
56 --- ChangeLog 27 Feb 2014 05:46:10 -0000 1.45
57 +++ ChangeLog 27 Feb 2014 21:08:15 -0000 1.46
58 @@ -1,6 +1,10 @@
59 # ChangeLog for sys-fs/ddrescue
60 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ChangeLog,v 1.45 2014/02/27 05:46:10 polynomial-c Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ChangeLog,v 1.46 2014/02/27 21:08:15 ssuominen Exp $
63 +
64 + 27 Feb 2014; Samuli Suominen <ssuominen@g.o> ddrescue-1.17-r1.ebuild:
65 + Use the unpacker_src_uri_depends() function to pull in either pdlzip or lzip
66 + wrt #485462 by Ulrich Müller
67
68 27 Feb 2014; Lars Wendler <polynomial-c@g.o> -ddrescue-1.17.ebuild,
69 ddrescue-1.17-r1.ebuild: