Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libdvdcss: libdvdcss-1.2.9-r1.ebuild libdvdcss-1.2.9.ebuild ChangeLog
Date: Sun, 03 Feb 2008 17:10:09
Message-Id: E1JLiM2-0006eL-4N@stork.gentoo.org
1 aballier 08/02/03 17:10:06
2
3 Modified: libdvdcss-1.2.9-r1.ebuild libdvdcss-1.2.9.ebuild
4 ChangeLog
5 Log:
6 No need to let it write to /var/cache/fonts, it might not be writable after all and we can write in the sandbox...
7 (Portage version: 2.1.4.1)
8
9 Revision Changes Path
10 1.13 media-libs/libdvdcss/libdvdcss-1.2.9-r1.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libdvdcss/libdvdcss-1.2.9-r1.ebuild?rev=1.13&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libdvdcss/libdvdcss-1.2.9-r1.ebuild?rev=1.13&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libdvdcss/libdvdcss-1.2.9-r1.ebuild?r1=1.12&r2=1.13
15
16 Index: libdvdcss-1.2.9-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/libdvdcss/libdvdcss-1.2.9-r1.ebuild,v
19 retrieving revision 1.12
20 retrieving revision 1.13
21 diff -u -r1.12 -r1.13
22 --- libdvdcss-1.2.9-r1.ebuild 11 Jan 2008 19:02:03 -0000 1.12
23 +++ libdvdcss-1.2.9-r1.ebuild 3 Feb 2008 17:10:05 -0000 1.13
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libdvdcss/libdvdcss-1.2.9-r1.ebuild,v 1.12 2008/01/11 19:02:03 aballier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libdvdcss/libdvdcss-1.2.9-r1.ebuild,v 1.13 2008/02/03 17:10:05 aballier Exp $
29
30 inherit eutils autotools
31
32 @@ -41,7 +41,8 @@
33
34 src_compile() {
35 # See bug #98854, requires access to fonts cache for TeX
36 - use doc && addwrite /var/cache/fonts
37 + # No need to use addwrite, just set TeX font cache in the sandbox
38 + use doc && export VARTEXFONTS="${T}/fonts"
39
40 econf \
41 --enable-static --enable-shared \
42
43
44
45 1.23 media-libs/libdvdcss/libdvdcss-1.2.9.ebuild
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libdvdcss/libdvdcss-1.2.9.ebuild?rev=1.23&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libdvdcss/libdvdcss-1.2.9.ebuild?rev=1.23&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libdvdcss/libdvdcss-1.2.9.ebuild?r1=1.22&r2=1.23
50
51 Index: libdvdcss-1.2.9.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/media-libs/libdvdcss/libdvdcss-1.2.9.ebuild,v
54 retrieving revision 1.22
55 retrieving revision 1.23
56 diff -u -r1.22 -r1.23
57 --- libdvdcss-1.2.9.ebuild 11 Jan 2008 19:02:03 -0000 1.22
58 +++ libdvdcss-1.2.9.ebuild 3 Feb 2008 17:10:05 -0000 1.23
59 @@ -1,6 +1,6 @@
60 # Copyright 1999-2008 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libdvdcss/libdvdcss-1.2.9.ebuild,v 1.22 2008/01/11 19:02:03 aballier Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libdvdcss/libdvdcss-1.2.9.ebuild,v 1.23 2008/02/03 17:10:05 aballier Exp $
64
65 inherit eutils autotools flag-o-matic
66
67 @@ -42,7 +42,8 @@
68 strip-flags
69
70 # See bug #98854, requires access to fonts cache for TeX
71 - use doc && addwrite /var/cache/fonts
72 + # No need to use addwrite, just set TeX font cache in the sandbox
73 + use doc && export VARTEXFONTS="${T}/fonts"
74
75 econf \
76 --enable-static --enable-shared \
77
78
79
80 1.73 media-libs/libdvdcss/ChangeLog
81
82 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libdvdcss/ChangeLog?rev=1.73&view=markup
83 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libdvdcss/ChangeLog?rev=1.73&content-type=text/plain
84 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libdvdcss/ChangeLog?r1=1.72&r2=1.73
85
86 Index: ChangeLog
87 ===================================================================
88 RCS file: /var/cvsroot/gentoo-x86/media-libs/libdvdcss/ChangeLog,v
89 retrieving revision 1.72
90 retrieving revision 1.73
91 diff -u -r1.72 -r1.73
92 --- ChangeLog 11 Jan 2008 19:02:03 -0000 1.72
93 +++ ChangeLog 3 Feb 2008 17:10:05 -0000 1.73
94 @@ -1,6 +1,11 @@
95 # ChangeLog for media-libs/libdvdcss
96 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
97 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libdvdcss/ChangeLog,v 1.72 2008/01/11 19:02:03 aballier Exp $
98 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libdvdcss/ChangeLog,v 1.73 2008/02/03 17:10:05 aballier Exp $
99 +
100 + 03 Feb 2008; Alexis Ballier <aballier@g.o> libdvdcss-1.2.9.ebuild,
101 + libdvdcss-1.2.9-r1.ebuild:
102 + No need to let it write to /var/cache/fonts, it might not be writable after
103 + all and we can write in the sandbox...
104
105 11 Jan 2008; Alexis Ballier <aballier@g.o> libdvdcss-1.2.9.ebuild,
106 libdvdcss-1.2.9-r1.ebuild:
107
108
109
110 --
111 gentoo-commits@l.g.o mailing list