Gentoo Archives: gentoo-commits

From: "Kevin McCarthy (signals)" <signals@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libflash: libflash-0.4.10-r1.ebuild ChangeLog
Date: Sat, 26 Feb 2011 18:46:53
Message-Id: 20110226184642.BC4A120054@flycatcher.gentoo.org
1 signals 11/02/26 18:46:42
2
3 Modified: libflash-0.4.10-r1.ebuild ChangeLog
4 Log:
5 depend virtual/jpeg
6
7 (Portage version: 2.2.0_alpha25/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.20 media-libs/libflash/libflash-0.4.10-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libflash/libflash-0.4.10-r1.ebuild?rev=1.20&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libflash/libflash-0.4.10-r1.ebuild?rev=1.20&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libflash/libflash-0.4.10-r1.ebuild?r1=1.19&r2=1.20
15
16 Index: libflash-0.4.10-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/libflash/libflash-0.4.10-r1.ebuild,v
19 retrieving revision 1.19
20 retrieving revision 1.20
21 diff -u -r1.19 -r1.20
22 --- libflash-0.4.10-r1.ebuild 22 Jan 2010 13:47:11 -0000 1.19
23 +++ libflash-0.4.10-r1.ebuild 26 Feb 2011 18:46:42 -0000 1.20
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2010 Gentoo Foundation
26 +# Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libflash/libflash-0.4.10-r1.ebuild,v 1.19 2010/01/22 13:47:11 cla Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libflash/libflash-0.4.10-r1.ebuild,v 1.20 2011/02/26 18:46:42 signals Exp $
30
31 inherit eutils
32
33 @@ -13,7 +13,7 @@
34 KEYWORDS="x86 ppc sparc alpha amd64"
35 IUSE=""
36
37 -DEPEND="media-libs/jpeg
38 +DEPEND="virtual/jpeg
39 sys-libs/zlib"
40
41 src_unpack() {
42
43
44
45 1.17 media-libs/libflash/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libflash/ChangeLog?rev=1.17&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libflash/ChangeLog?rev=1.17&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libflash/ChangeLog?r1=1.16&r2=1.17
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/media-libs/libflash/ChangeLog,v
54 retrieving revision 1.16
55 retrieving revision 1.17
56 diff -u -r1.16 -r1.17
57 --- ChangeLog 22 Jan 2010 13:47:11 -0000 1.16
58 +++ ChangeLog 26 Feb 2011 18:46:42 -0000 1.17
59 @@ -1,6 +1,9 @@
60 # ChangeLog for media-libs/libflash
61 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libflash/ChangeLog,v 1.16 2010/01/22 13:47:11 cla Exp $
63 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libflash/ChangeLog,v 1.17 2011/02/26 18:46:42 signals Exp $
65 +
66 + 26 Feb 2011; Kevin McCarthy <signals@g.o> libflash-0.4.10-r1.ebuild:
67 + Updated depends from media-libs/jpeg to virtual/jpeg
68
69 22 Jan 2010; Dawid Węgliński <cla@g.o> libflash-0.4.10-r1.ebuild:
70 Respect user CXXFLAGS (bug #240812)