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/libcaca: ChangeLog libcaca-0.99_beta13.ebuild
Date: Sun, 02 Dec 2007 19:26:21
Message-Id: E1IyuSF-0007Li-Dr@stork.gentoo.org
1 aballier 07/12/02 19:26:15
2
3 Modified: ChangeLog libcaca-0.99_beta13.ebuild
4 Log:
5 inherit mono eclass to get temp dirs set up correctly and avoid sandbox violations, bug #201015
6 (Portage version: 2.1.4_rc4)
7
8 Revision Changes Path
9 1.53 media-libs/libcaca/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libcaca/ChangeLog?rev=1.53&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libcaca/ChangeLog?rev=1.53&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libcaca/ChangeLog?r1=1.52&r2=1.53
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-libs/libcaca/ChangeLog,v
18 retrieving revision 1.52
19 retrieving revision 1.53
20 diff -u -r1.52 -r1.53
21 --- ChangeLog 2 Dec 2007 16:57:27 -0000 1.52
22 +++ ChangeLog 2 Dec 2007 19:26:14 -0000 1.53
23 @@ -1,6 +1,11 @@
24 # ChangeLog for media-libs/libcaca
25 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libcaca/ChangeLog,v 1.52 2007/12/02 16:57:27 aballier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libcaca/ChangeLog,v 1.53 2007/12/02 19:26:14 aballier Exp $
28 +
29 + 02 Dec 2007; Alexis Ballier <aballier@g.o>
30 + libcaca-0.99_beta13.ebuild:
31 + inherit mono eclass to get temp dirs set up correctly and avoid sandbox
32 + violations, bug #201015
33
34 02 Dec 2007; Alexis Ballier <aballier@g.o>
35 libcaca-0.99_beta13.ebuild:
36
37
38
39 1.3 media-libs/libcaca/libcaca-0.99_beta13.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libcaca/libcaca-0.99_beta13.ebuild?rev=1.3&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libcaca/libcaca-0.99_beta13.ebuild?rev=1.3&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libcaca/libcaca-0.99_beta13.ebuild?r1=1.2&r2=1.3
44
45 Index: libcaca-0.99_beta13.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/media-libs/libcaca/libcaca-0.99_beta13.ebuild,v
48 retrieving revision 1.2
49 retrieving revision 1.3
50 diff -u -r1.2 -r1.3
51 --- libcaca-0.99_beta13.ebuild 2 Dec 2007 16:57:27 -0000 1.2
52 +++ libcaca-0.99_beta13.ebuild 2 Dec 2007 19:26:14 -0000 1.3
53 @@ -1,8 +1,8 @@
54 # Copyright 1999-2007 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libcaca/libcaca-0.99_beta13.ebuild,v 1.2 2007/12/02 16:57:27 aballier Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libcaca/libcaca-0.99_beta13.ebuild,v 1.3 2007/12/02 19:26:14 aballier Exp $
58
59 -inherit eutils autotools libtool
60 +inherit eutils autotools libtool mono
61
62 MY_P="${P/_beta/.beta}"
63
64 @@ -60,5 +60,5 @@
65
66 src_install() {
67 emake DESTDIR="${D}" install || die "emake install failed"
68 - dodoc AUTHORS BUGS ChangeLog NEWS NOTES README TODO
69 + dodoc AUTHORS ChangeLog NEWS NOTES README TODO
70 }
71
72
73
74 --
75 gentoo-commits@g.o mailing list