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-0.9_pre0.ebuild ChangeLog
Date: Mon, 04 Oct 2010 22:54:06
Message-Id: 20101004225359.E9CC420054@flycatcher.gentoo.org
1 xmw 10/10/04 22:53:59
2
3 Modified: suspend-0.9_pre0.ebuild ChangeLog
4 Log:
5 Add errno.patch
6 (Portage version: 2.1.8.3/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 sys-power/suspend/suspend-0.9_pre0.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/suspend/suspend-0.9_pre0.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/suspend/suspend-0.9_pre0.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/suspend/suspend-0.9_pre0.ebuild?r1=1.1&r2=1.2
14
15 Index: suspend-0.9_pre0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-power/suspend/suspend-0.9_pre0.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- suspend-0.9_pre0.ebuild 3 Oct 2010 20:29:33 -0000 1.1
22 +++ suspend-0.9_pre0.ebuild 4 Oct 2010 22:53:59 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-power/suspend/suspend-0.9_pre0.ebuild,v 1.1 2010/10/03 20:29:33 xmw Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-power/suspend/suspend-0.9_pre0.ebuild,v 1.2 2010/10/04 22:53:59 xmw Exp $
28
29 EAPI=2
30
31 @@ -35,6 +35,7 @@
32 S="${WORKDIR}/${MY_P}"
33
34 src_prepare() {
35 + epatch "${FILESDIR}"/${PF}-errno.patch
36 sed -i -e "/AC_INIT/s/0\.8/0.9-${MY_GIT_SHORT_COMMIT}/" configure.ac || die
37 eautoreconf
38 }
39
40
41
42 1.16 sys-power/suspend/ChangeLog
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/suspend/ChangeLog?rev=1.16&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/suspend/ChangeLog?rev=1.16&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/suspend/ChangeLog?r1=1.15&r2=1.16
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/sys-power/suspend/ChangeLog,v
51 retrieving revision 1.15
52 retrieving revision 1.16
53 diff -u -r1.15 -r1.16
54 --- ChangeLog 3 Oct 2010 20:29:33 -0000 1.15
55 +++ ChangeLog 4 Oct 2010 22:53:59 -0000 1.16
56 @@ -1,6 +1,11 @@
57 # ChangeLog for sys-power/suspend
58 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/sys-power/suspend/ChangeLog,v 1.15 2010/10/03 20:29:33 xmw Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/sys-power/suspend/ChangeLog,v 1.16 2010/10/04 22:53:59 xmw Exp $
61 +
62 + 04 Oct 2010; Michael Weber <xmw@g.o> suspend-0.9_pre0.ebuild,
63 + +files/suspend-0.9_pre0-errno.patch:
64 + Add errno.patch by Ole Craig <olc@×××××××××××××××.net> on bug #339759,
65 + thank you.
66
67 *suspend-0.9_pre0 (03 Oct 2010)