Gentoo Archives: gentoo-commits

From: "Jim Ramsay (lack)" <lack@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-plugins/adobe-flash: ChangeLog adobe-flash-11.0.1.60_beta201108082.ebuild
Date: Wed, 31 Aug 2011 16:10:06
Message-Id: 20110831160954.C2B192004C@flycatcher.gentoo.org
1 lack 11/08/31 16:09:54
2
3 Modified: ChangeLog
4 adobe-flash-11.0.1.60_beta201108082.ebuild
5 Log:
6 Bug #380269: Fix invocation of dosym
7
8 (Portage version: 2.1.9.49/cvs/Linux i686)
9
10 Revision Changes Path
11 1.102 www-plugins/adobe-flash/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/adobe-flash/ChangeLog?rev=1.102&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/adobe-flash/ChangeLog?rev=1.102&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/adobe-flash/ChangeLog?r1=1.101&r2=1.102
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/www-plugins/adobe-flash/ChangeLog,v
20 retrieving revision 1.101
21 retrieving revision 1.102
22 diff -u -r1.101 -r1.102
23 --- ChangeLog 12 Aug 2011 11:13:32 -0000 1.101
24 +++ ChangeLog 31 Aug 2011 16:09:54 -0000 1.102
25 @@ -1,6 +1,10 @@
26 # ChangeLog for www-plugins/adobe-flash
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/adobe-flash/ChangeLog,v 1.101 2011/08/12 11:13:32 tomka Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/www-plugins/adobe-flash/ChangeLog,v 1.102 2011/08/31 16:09:54 lack Exp $
30 +
31 + 31 Aug 2011; Jim Ramsay <lack@g.o>
32 + adobe-flash-11.0.1.60_beta201108082.ebuild:
33 + Bug #380269: Fix invocation of dosym
34
35 12 Aug 2011; Thomas Kahle <tomka@g.o> adobe-flash-10.3.183.5.ebuild:
36 x86 stable per bug 378637
37
38
39
40 1.4 www-plugins/adobe-flash/adobe-flash-11.0.1.60_beta201108082.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/adobe-flash/adobe-flash-11.0.1.60_beta201108082.ebuild?rev=1.4&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/adobe-flash/adobe-flash-11.0.1.60_beta201108082.ebuild?rev=1.4&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/adobe-flash/adobe-flash-11.0.1.60_beta201108082.ebuild?r1=1.3&r2=1.4
45
46 Index: adobe-flash-11.0.1.60_beta201108082.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/www-plugins/adobe-flash/adobe-flash-11.0.1.60_beta201108082.ebuild,v
49 retrieving revision 1.3
50 retrieving revision 1.4
51 diff -u -r1.3 -r1.4
52 --- adobe-flash-11.0.1.60_beta201108082.ebuild 11 Aug 2011 14:40:29 -0000 1.3
53 +++ adobe-flash-11.0.1.60_beta201108082.ebuild 31 Aug 2011 16:09:54 -0000 1.4
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2011 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/adobe-flash/adobe-flash-11.0.1.60_beta201108082.ebuild,v 1.3 2011/08/11 14:40:29 lack Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/www-plugins/adobe-flash/adobe-flash-11.0.1.60_beta201108082.ebuild,v 1.4 2011/08/31 16:09:54 lack Exp $
59
60 EAPI=4
61 inherit nsplugins multilib toolchain-funcs versionator
62 @@ -140,7 +140,7 @@
63 exeinto /${BASE}/bin/
64 doexe usr/lib/kde4/kcm_adobe_flash_player.so
65 dosym /${BASE}/bin/kcm_adobe_flash_player.so \
66 - /usr/$(get_libdir)/kde4/
67 + /usr/$(get_libdir)/kde4/kcm_adobe_flash_player.so
68 insinto /usr/share/kde4/services
69 doins usr/share/kde4/services/kcm_adobe_flash_player.desktop
70 else