Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-arch/lzma-utils: lzma-utils-4.32.6.ebuild ChangeLog
Date: Sun, 22 Jun 2008 01:18:16
Message-Id: E1KAEDY-0005Xe-TR@stork.gentoo.org
1 vapier 08/06/22 01:18:08
2
3 Modified: lzma-utils-4.32.6.ebuild ChangeLog
4 Log:
5 Add fix from upstream for building with -pedantic #228725 by Nico R.
6 (Portage version: 2.2_rc1/cvs/Linux 2.6.25 x86_64)
7
8 Revision Changes Path
9 1.9 app-arch/lzma-utils/lzma-utils-4.32.6.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/lzma-utils/lzma-utils-4.32.6.ebuild?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/lzma-utils/lzma-utils-4.32.6.ebuild?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/lzma-utils/lzma-utils-4.32.6.ebuild?r1=1.8&r2=1.9
14
15 Index: lzma-utils-4.32.6.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-arch/lzma-utils/lzma-utils-4.32.6.ebuild,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- lzma-utils-4.32.6.ebuild 22 Jun 2008 01:14:40 -0000 1.8
22 +++ lzma-utils-4.32.6.ebuild 22 Jun 2008 01:18:08 -0000 1.9
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-arch/lzma-utils/lzma-utils-4.32.6.ebuild,v 1.8 2008/06/22 01:14:40 vapier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-arch/lzma-utils/lzma-utils-4.32.6.ebuild,v 1.9 2008/06/22 01:18:08 vapier Exp $
28
29 # Remember: we cannot leverage autotools in this ebuild in order
30 # to avoid circular deps with autotools
31 @@ -26,6 +26,7 @@
32 src_unpack() {
33 unpack ${A}
34 cd "${S}"
35 + epatch "${FILESDIR}"/${P}-semicolon.patch #228725
36 if use nocxx ; then
37 epatch "${WORKDIR}"/${P}-nocxx.patch
38 find -type f -print0 | xargs -0 touch -r configure
39
40
41
42 1.41 app-arch/lzma-utils/ChangeLog
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/lzma-utils/ChangeLog?rev=1.41&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/lzma-utils/ChangeLog?rev=1.41&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/lzma-utils/ChangeLog?r1=1.40&r2=1.41
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/app-arch/lzma-utils/ChangeLog,v
51 retrieving revision 1.40
52 retrieving revision 1.41
53 diff -u -r1.40 -r1.41
54 --- ChangeLog 21 Jun 2008 20:25:21 -0000 1.40
55 +++ ChangeLog 22 Jun 2008 01:18:08 -0000 1.41
56 @@ -1,6 +1,10 @@
57 # ChangeLog for app-arch/lzma-utils
58 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/app-arch/lzma-utils/ChangeLog,v 1.40 2008/06/21 20:25:21 corsair Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/app-arch/lzma-utils/ChangeLog,v 1.41 2008/06/22 01:18:08 vapier Exp $
61 +
62 + 22 Jun 2008; Mike Frysinger <vapier@g.o>
63 + +files/lzma-utils-4.32.6-semicolon.patch, lzma-utils-4.32.6.ebuild:
64 + Add fix from upstream for building with -pedantic #228725 by Nico R.
65
66 21 Jun 2008; Markus Rothe <corsair@g.o> lzma-utils-4.32.6.ebuild:
67 Stable on ppc64; bug #228671
68
69
70
71 --
72 gentoo-commits@l.g.o mailing list