Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/libXrender: ChangeLog libXrender-0.9.5.ebuild
Date: Sun, 29 Nov 2009 12:33:14
Message-Id: E1NEixi-0006QZ-UI@stork.gentoo.org
1 scarabeus 09/11/29 12:33:10
2
3 Modified: ChangeLog libXrender-0.9.5.ebuild
4 Log:
5 Apply patch for doc placement. Per bug #294454.
6 (Portage version: 2.2_rc53/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.59 x11-libs/libXrender/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXrender/ChangeLog?rev=1.59&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXrender/ChangeLog?rev=1.59&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXrender/ChangeLog?r1=1.58&r2=1.59
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libXrender/ChangeLog,v
18 retrieving revision 1.58
19 retrieving revision 1.59
20 diff -u -r1.58 -r1.59
21 --- ChangeLog 3 Oct 2009 12:04:51 -0000 1.58
22 +++ ChangeLog 29 Nov 2009 12:33:10 -0000 1.59
23 @@ -1,6 +1,11 @@
24 # ChangeLog for x11-libs/libXrender
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXrender/ChangeLog,v 1.58 2009/10/03 12:04:51 scarabeus Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXrender/ChangeLog,v 1.59 2009/11/29 12:33:10 scarabeus Exp $
28 +
29 + 29 Nov 2009; Tomáš Chvátal <scarabeus@g.o>
30 + +files/0001-Make-libXrender-use-docdir-for-documentation-placeme.patch,
31 + libXrender-0.9.5.ebuild:
32 + Apply patch for doc placement. Per bug #294454.
33
34 *libXrender-0.9.5 (03 Oct 2009)
35
36
37
38
39 1.2 x11-libs/libXrender/libXrender-0.9.5.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXrender/libXrender-0.9.5.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXrender/libXrender-0.9.5.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXrender/libXrender-0.9.5.ebuild?r1=1.1&r2=1.2
44
45 Index: libXrender-0.9.5.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libXrender/libXrender-0.9.5.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- libXrender-0.9.5.ebuild 3 Oct 2009 12:04:51 -0000 1.1
52 +++ libXrender-0.9.5.ebuild 29 Nov 2009 12:33:10 -0000 1.2
53 @@ -1,9 +1,9 @@
54 # Copyright 1999-2009 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXrender/libXrender-0.9.5.ebuild,v 1.1 2009/10/03 12:04:51 scarabeus Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXrender/libXrender-0.9.5.ebuild,v 1.2 2009/11/29 12:33:10 scarabeus Exp $
58
59 # Must be before x-modular eclass is inherited
60 -#SNAPSHOT="yes"
61 +SNAPSHOT="yes"
62
63 inherit x-modular
64
65 @@ -15,3 +15,7 @@
66 >=x11-proto/renderproto-0.9.3
67 x11-proto/xproto"
68 DEPEND="${RDEPEND}"
69 +
70 +PATCHES=(
71 + "${FILESDIR}/0001-Make-libXrender-use-docdir-for-documentation-placeme.patch"
72 +)