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-apps/sandbox: sandbox-2.6.ebuild ChangeLog
Date: Wed, 26 Dec 2012 22:08:23
Message-Id: 20121226220812.086B32171D@flycatcher.gentoo.org
1 vapier 12/12/26 22:08:11
2
3 Modified: sandbox-2.6.ebuild ChangeLog
4 Log:
5 Add epatch_user #413441#9.
6
7 (Portage version: 2.2.0_alpha144/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
8
9 Revision Changes Path
10 1.3 sys-apps/sandbox/sandbox-2.6.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sandbox/sandbox-2.6.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sandbox/sandbox-2.6.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sandbox/sandbox-2.6.ebuild?r1=1.2&r2=1.3
15
16 Index: sandbox-2.6.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/sandbox/sandbox-2.6.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- sandbox-2.6.ebuild 6 Jul 2012 19:53:10 -0000 1.2
23 +++ sandbox-2.6.ebuild 26 Dec 2012 22:08:11 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sandbox/sandbox-2.6.ebuild,v 1.2 2012/07/06 19:53:10 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sandbox/sandbox-2.6.ebuild,v 1.3 2012/12/26 22:08:11 vapier Exp $
29
30 #
31 # don't monkey with this ebuild unless contacting portage devs.
32 @@ -47,6 +47,7 @@
33 unpacker
34 cd "${S}"
35 epatch "${FILESDIR}"/${P}-trace-hppa.patch #425062
36 + epatch_user
37 }
38
39 sb_configure() {
40
41
42
43 1.166 sys-apps/sandbox/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sandbox/ChangeLog?rev=1.166&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sandbox/ChangeLog?rev=1.166&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sandbox/ChangeLog?r1=1.165&r2=1.166
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/sys-apps/sandbox/ChangeLog,v
52 retrieving revision 1.165
53 retrieving revision 1.166
54 diff -u -r1.165 -r1.166
55 --- ChangeLog 6 Jul 2012 19:53:10 -0000 1.165
56 +++ ChangeLog 26 Dec 2012 22:08:11 -0000 1.166
57 @@ -1,6 +1,9 @@
58 # ChangeLog for sys-apps/sandbox
59 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sandbox/ChangeLog,v 1.165 2012/07/06 19:53:10 vapier Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sandbox/ChangeLog,v 1.166 2012/12/26 22:08:11 vapier Exp $
62 +
63 + 26 Dec 2012; Mike Frysinger <vapier@g.o> sandbox-2.6.ebuild:
64 + Add epatch_user #413441#9.
65
66 06 Jul 2012; Mike Frysinger <vapier@g.o>
67 +files/sandbox-2.6-trace-hppa.patch, sandbox-2.6.ebuild: