Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/ddrescue: ChangeLog ddrescue-1.6.ebuild
Date: Sat, 15 Dec 2007 16:57:36
Message-Id: E1J3aKQ-000767-S3@stork.gentoo.org
1 vapier 07/12/15 16:57:30
2
3 Modified: ChangeLog
4 Added: ddrescue-1.6.ebuild
5 Log:
6 Version bump #202363 by Remy Blank.
7 (Portage version: 2.1.4_rc9)
8
9 Revision Changes Path
10 1.9 sys-fs/ddrescue/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ddrescue/ChangeLog?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ddrescue/ChangeLog?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ddrescue/ChangeLog?r1=1.8&r2=1.9
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ChangeLog,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- ChangeLog 24 Jul 2007 13:19:47 -0000 1.8
23 +++ ChangeLog 15 Dec 2007 16:57:30 -0000 1.9
24 @@ -1,6 +1,11 @@
25 # ChangeLog for sys-fs/ddrescue
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ChangeLog,v 1.8 2007/07/24 13:19:47 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ChangeLog,v 1.9 2007/12/15 16:57:30 vapier Exp $
29 +
30 +*ddrescue-1.6 (15 Dec 2007)
31 +
32 + 15 Dec 2007; Mike Frysinger <vapier@g.o> +ddrescue-1.6.ebuild:
33 + Version bump #202363 by Remy Blank.
34
35 *ddrescue-1.5 (24 Jul 2007)
36
37
38
39
40 1.1 sys-fs/ddrescue/ddrescue-1.6.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ddrescue/ddrescue-1.6.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ddrescue/ddrescue-1.6.ebuild?rev=1.1&content-type=text/plain
44
45 Index: ddrescue-1.6.ebuild
46 ===================================================================
47 # Copyright 1999-2007 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ddrescue-1.6.ebuild,v 1.1 2007/12/15 16:57:30 vapier Exp $
50
51 inherit toolchain-funcs
52
53 DESCRIPTION="Copies data from one file or block device (hard disk, cdrom, etc) to another, trying hard to rescue data in case of read errors"
54 HOMEPAGE="http://www.gnu.org/software/ddrescue/ddrescue.html"
55 SRC_URI="http://savannah.gnu.org/download/ddrescue/${P}.tar.bz2"
56
57 LICENSE="GPL-2"
58 SLOT="0"
59 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
60 IUSE=""
61
62 DEPEND=""
63
64 src_compile() {
65 # not a normal configure script
66 ./configure \
67 --prefix=/usr \
68 CC="$(tc-getCC)" \
69 CXX="$(tc-getCXX)" \
70 CPPFLAGS="${CPPFLAGS}" \
71 CFLAGS="${CFLAGS}" \
72 CXXFLAGS="${CXXFLAGS}" \
73 LDFLAGS="${LDFLAGS}" \
74 || die "configure failed"
75 emake || die "emake failed"
76 }
77
78 src_install() {
79 emake DESTDIR="${D}" install install-man || die "make install failed"
80 dodoc ChangeLog INSTALL README NEWS AUTHORS TODO
81 }
82
83
84
85 --
86 gentoo-commits@g.o mailing list