Gentoo Archives: gentoo-commits

From: "Lars Wendler (polynomial-c)" <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/ddrescue: ChangeLog ddrescue-1.17-r1.ebuild ddrescue-1.17.ebuild
Date: Thu, 27 Feb 2014 05:46:15
Message-Id: 20140227054610.727732004C@flycatcher.gentoo.org
1 polynomial-c 14/02/27 05:46:10
2
3 Modified: ChangeLog ddrescue-1.17-r1.ebuild
4 Removed: ddrescue-1.17.ebuild
5 Log:
6 Use unpacker.eclass for lzip compressed releases. Removed old. Readded ia64 KEYWORD
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
9
10 Revision Changes Path
11 1.45 sys-fs/ddrescue/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ddrescue/ChangeLog?rev=1.45&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ddrescue/ChangeLog?rev=1.45&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ddrescue/ChangeLog?r1=1.44&r2=1.45
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ChangeLog,v
20 retrieving revision 1.44
21 retrieving revision 1.45
22 diff -u -r1.44 -r1.45
23 --- ChangeLog 5 Jan 2014 21:22:56 -0000 1.44
24 +++ ChangeLog 27 Feb 2014 05:46:10 -0000 1.45
25 @@ -1,6 +1,11 @@
26 # ChangeLog for sys-fs/ddrescue
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ChangeLog,v 1.44 2014/01/05 21:22:56 robbat2 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ChangeLog,v 1.45 2014/02/27 05:46:10 polynomial-c Exp $
30 +
31 + 27 Feb 2014; Lars Wendler <polynomial-c@g.o> -ddrescue-1.17.ebuild,
32 + ddrescue-1.17-r1.ebuild:
33 + Use unpacker.eclass for lzip compressed releases. Removed old. Readded ia64
34 + KEYWORD.
35
36 *ddrescue-1.17-r1 (05 Jan 2014)
37
38
39
40
41 1.2 sys-fs/ddrescue/ddrescue-1.17-r1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ddrescue/ddrescue-1.17-r1.ebuild?rev=1.2&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ddrescue/ddrescue-1.17-r1.ebuild?rev=1.2&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ddrescue/ddrescue-1.17-r1.ebuild?r1=1.1&r2=1.2
46
47 Index: ddrescue-1.17-r1.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ddrescue-1.17-r1.ebuild,v
50 retrieving revision 1.1
51 retrieving revision 1.2
52 diff -u -r1.1 -r1.2
53 --- ddrescue-1.17-r1.ebuild 5 Jan 2014 21:22:56 -0000 1.1
54 +++ ddrescue-1.17-r1.ebuild 27 Feb 2014 05:46:10 -0000 1.2
55 @@ -1,10 +1,10 @@
56 # Copyright 1999-2014 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ddrescue-1.17-r1.ebuild,v 1.1 2014/01/05 21:22:56 robbat2 Exp $
59 +# $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 $
60
61 EAPI=5
62
63 -inherit toolchain-funcs flag-o-matic
64 +inherit toolchain-funcs flag-o-matic unpacker
65
66 DESCRIPTION="Copy data from one file or block device to another with read-error recovery"
67 HOMEPAGE="http://www.gnu.org/software/ddrescue/ddrescue.html"
68 @@ -12,17 +12,12 @@
69
70 LICENSE="GPL-2"
71 SLOT="0"
72 -KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86 ~amd64-linux"
73 +KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86 ~amd64-linux"
74 IUSE="static"
75
76 -DEPEND="app-arch/lzip"
77 +DEPEND=""
78 RDEPEND=""
79
80 -src_unpack() {
81 - # Upstream only provides an lzip compressed tarball for this version
82 - tar --lzip -xf "${DISTDIR}"/${P}.tar.lz || die
83 -}
84 -
85 src_configure() {
86 use static && append-ldflags -static