Gentoo Archives: gentoo-commits

From: "Michael Weber (xmw)" <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-power/suspend: suspend-1.0.ebuild ChangeLog
Date: Tue, 30 Apr 2013 12:49:55
Message-Id: 20130430124950.544D92171D@flycatcher.gentoo.org
1 xmw 13/04/30 12:49:50
2
3 Modified: suspend-1.0.ebuild ChangeLog
4 Log:
5 Fix automake-1.13, thanks F. Delente, bug 467950.
6
7 (Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
8
9 Revision Changes Path
10 1.5 sys-power/suspend/suspend-1.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/suspend/suspend-1.0.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/suspend/suspend-1.0.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/suspend/suspend-1.0.ebuild?r1=1.4&r2=1.5
15
16 Index: suspend-1.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-power/suspend/suspend-1.0.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- suspend-1.0.ebuild 22 May 2012 13:26:18 -0000 1.4
23 +++ suspend-1.0.ebuild 30 Apr 2013 12:49:50 -0000 1.5
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2012 Gentoo Foundation
26 +# Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-power/suspend/suspend-1.0.ebuild,v 1.4 2012/05/22 13:26:18 xmw Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-power/suspend/suspend-1.0.ebuild,v 1.5 2013/04/30 12:49:50 xmw Exp $
30
31 EAPI=4
32
33 @@ -33,8 +33,10 @@
34 S="${WORKDIR}/${P/-/-utils-}"
35
36 src_prepare() {
37 - epatch "${FILESDIR}"/${P}-errno.patch
38 - epatch "${FILESDIR}"/${P}-bzip2.patch
39 + epatch \
40 + "${FILESDIR}"/${P}-errno.patch \
41 + "${FILESDIR}"/${P}-bzip2.patch \
42 + "${FILESDIR}"/${P}-automake-1.13.patch
43 eautoreconf
44 }
45
46
47
48
49 1.24 sys-power/suspend/ChangeLog
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/suspend/ChangeLog?rev=1.24&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/suspend/ChangeLog?rev=1.24&content-type=text/plain
53 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/suspend/ChangeLog?r1=1.23&r2=1.24
54
55 Index: ChangeLog
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/sys-power/suspend/ChangeLog,v
58 retrieving revision 1.23
59 retrieving revision 1.24
60 diff -u -r1.23 -r1.24
61 --- ChangeLog 22 May 2012 13:26:18 -0000 1.23
62 +++ ChangeLog 30 Apr 2013 12:49:50 -0000 1.24
63 @@ -1,6 +1,10 @@
64 # ChangeLog for sys-power/suspend
65 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
66 -# $Header: /var/cvsroot/gentoo-x86/sys-power/suspend/ChangeLog,v 1.23 2012/05/22 13:26:18 xmw Exp $
67 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
68 +# $Header: /var/cvsroot/gentoo-x86/sys-power/suspend/ChangeLog,v 1.24 2013/04/30 12:49:50 xmw Exp $
69 +
70 + 30 Apr 2013; Michael Weber <xmw@g.o>
71 + +files/suspend-1.0-automake-1.13.patch, suspend-1.0.ebuild:
72 + Fix automake-1.13, thanks F. Delente, bug 467950.
73
74 22 May 2012; Michael Weber <xmw@g.o> suspend-1.0.ebuild,
75 +files/suspend-1.0-bzip2.patch:
76 @@ -104,4 +108,3 @@
77 17 Sep 2007; Alon Bar-Lev <alonbl@g.o> +metadata.xml,
78 +suspend-0.9_pre20070917.ebuild:
79 Initial add, bug#156431
80 -