Gentoo Archives: gentoo-commits

From: "Nguyen Thai Ngoc Duy (pclouds)" <pclouds@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/swfdec: swfdec-0.6.4.ebuild ChangeLog
Date: Tue, 22 Apr 2008 14:35:01
Message-Id: E1JoJaD-0006np-LP@stork.gentoo.org
1 pclouds 08/04/22 14:34:57
2
3 Modified: swfdec-0.6.4.ebuild ChangeLog
4 Log:
5 Skip image tests, #216284
6 (Portage version: 2.1.5_rc4)
7
8 Revision Changes Path
9 1.3 media-libs/swfdec/swfdec-0.6.4.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/swfdec/swfdec-0.6.4.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/swfdec/swfdec-0.6.4.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/swfdec/swfdec-0.6.4.ebuild?r1=1.2&r2=1.3
14
15 Index: swfdec-0.6.4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-libs/swfdec/swfdec-0.6.4.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- swfdec-0.6.4.ebuild 18 Apr 2008 12:30:17 -0000 1.2
22 +++ swfdec-0.6.4.ebuild 22 Apr 2008 14:34:57 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-libs/swfdec/swfdec-0.6.4.ebuild,v 1.2 2008/04/18 12:30:17 pclouds Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-libs/swfdec/swfdec-0.6.4.ebuild,v 1.3 2008/04/22 14:34:57 pclouds Exp $
28
29 EAPI=1
30
31 @@ -77,6 +77,13 @@
32 $(use_enable gtk) \
33 ${myconf} || die "configure failed"
34
35 + # bug #216284 image tests are not ready yet
36 + cat >test/image/Makefile <<EOF
37 +all:
38 +check:
39 +install:
40 +EOF
41 +
42 emake || die "emake failed"
43 }
44
45
46
47
48 1.34 media-libs/swfdec/ChangeLog
49
50 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/swfdec/ChangeLog?rev=1.34&view=markup
51 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/swfdec/ChangeLog?rev=1.34&content-type=text/plain
52 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/swfdec/ChangeLog?r1=1.33&r2=1.34
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/media-libs/swfdec/ChangeLog,v
57 retrieving revision 1.33
58 retrieving revision 1.34
59 diff -u -r1.33 -r1.34
60 --- ChangeLog 18 Apr 2008 12:30:17 -0000 1.33
61 +++ ChangeLog 22 Apr 2008 14:34:57 -0000 1.34
62 @@ -1,6 +1,10 @@
63 # ChangeLog for media-libs/swfdec
64 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/media-libs/swfdec/ChangeLog,v 1.33 2008/04/18 12:30:17 pclouds Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/media-libs/swfdec/ChangeLog,v 1.34 2008/04/22 14:34:57 pclouds Exp $
67 +
68 + 22 Apr 2008; Nguyễn Thái Ngọc Duy <pclouds@g.o>
69 + swfdec-0.6.4.ebuild:
70 + Skip image tests, #216284
71
72 18 Apr 2008; Nguyễn Thái Ngọc Duy <pclouds@g.o>
73 swfdec-0.6.4.ebuild:
74
75
76
77 --
78 gentoo-commits@l.g.o mailing list