Gentoo Archives: gentoo-commits

From: "Chi-Thanh Christopher Nguyen (chithanh)" <chithanh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-plugins/lightspark: lightspark-0.4.7.1.ebuild ChangeLog
Date: Wed, 18 May 2011 00:27:30
Message-Id: 20110518002719.6B16420054@flycatcher.gentoo.org
1 chithanh 11/05/18 00:27:19
2
3 Modified: lightspark-0.4.7.1.ebuild ChangeLog
4 Log:
5 Fix oversight in patch name, bug #367617.
6
7 (Portage version: 2.2.0_alpha33/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 www-plugins/lightspark/lightspark-0.4.7.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/lightspark/lightspark-0.4.7.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/lightspark/lightspark-0.4.7.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/lightspark/lightspark-0.4.7.1.ebuild?r1=1.1&r2=1.2
15
16 Index: lightspark-0.4.7.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-plugins/lightspark/lightspark-0.4.7.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- lightspark-0.4.7.1.ebuild 16 May 2011 15:28:20 -0000 1.1
23 +++ lightspark-0.4.7.1.ebuild 18 May 2011 00:27:18 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/lightspark/lightspark-0.4.7.1.ebuild,v 1.1 2011/05/16 15:28:20 chithanh Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/www-plugins/lightspark/lightspark-0.4.7.1.ebuild,v 1.2 2011/05/18 00:27:18 chithanh Exp $
29
30 EAPI=3
31 inherit cmake-utils nsplugins multilib versionator
32 @@ -45,7 +45,7 @@
33
34 PATCHES=(
35 "${FILESDIR}"/${PN}-0.4.6.1-cmakelists.patch
36 - "${FILESDIR}"/${PN}-0.4.5-allow-disabling-pulseaudio.patch
37 + "${FILESDIR}"/${PN}-0.4.7.1-allow-disabling-pulseaudio.patch
38 )
39
40 src_configure() {
41
42
43
44 1.30 www-plugins/lightspark/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/lightspark/ChangeLog?rev=1.30&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/lightspark/ChangeLog?rev=1.30&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/lightspark/ChangeLog?r1=1.29&r2=1.30
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/www-plugins/lightspark/ChangeLog,v
53 retrieving revision 1.29
54 retrieving revision 1.30
55 diff -u -r1.29 -r1.30
56 --- ChangeLog 16 May 2011 15:28:20 -0000 1.29
57 +++ ChangeLog 18 May 2011 00:27:18 -0000 1.30
58 @@ -1,6 +1,10 @@
59 # ChangeLog for www-plugins/lightspark
60 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/lightspark/ChangeLog,v 1.29 2011/05/16 15:28:20 chithanh Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/www-plugins/lightspark/ChangeLog,v 1.30 2011/05/18 00:27:18 chithanh Exp $
63 +
64 + 18 May 2011; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
65 + lightspark-0.4.7.1.ebuild:
66 + Fix oversight in patch name, bug #367617.
67
68 *lightspark-0.4.7.1 (16 May 2011)