Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-plugins/adobe-flash: adobe-flash-11.2.202.310-r1.ebuild ChangeLog
Date: Sat, 28 Sep 2013 15:05:45
Message-Id: 20130928150538.9386E2004C@flycatcher.gentoo.org
1 jer 13/09/28 15:05:38
2
3 Modified: adobe-flash-11.2.202.310-r1.ebuild ChangeLog
4 Log:
5 Remove unused variable INSTALL_BASE. Set QA_PREBUILT appropriately.
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A792A613)
8
9 Revision Changes Path
10 1.2 www-plugins/adobe-flash/adobe-flash-11.2.202.310-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/adobe-flash/adobe-flash-11.2.202.310-r1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/adobe-flash/adobe-flash-11.2.202.310-r1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/adobe-flash/adobe-flash-11.2.202.310-r1.ebuild?r1=1.1&r2=1.2
15
16 Index: adobe-flash-11.2.202.310-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-plugins/adobe-flash/adobe-flash-11.2.202.310-r1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- adobe-flash-11.2.202.310-r1.ebuild 27 Sep 2013 19:35:08 -0000 1.1
23 +++ adobe-flash-11.2.202.310-r1.ebuild 28 Sep 2013 15:05:38 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/adobe-flash/adobe-flash-11.2.202.310-r1.ebuild,v 1.1 2013/09/27 19:35:08 mgorny Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/www-plugins/adobe-flash/adobe-flash-11.2.202.310-r1.ebuild,v 1.2 2013/09/28 15:05:38 jer Exp $
29
30 EAPI=5
31 inherit nsplugins toolchain-funcs versionator multilib-minimal
32 @@ -110,11 +110,8 @@
33 || ( media-fonts/liberation-fonts media-fonts/corefonts )
34 "
35
36 -# Where should this all go? (Bug #328639)
37 -INSTALL_BASE="opt/Adobe/flash-player"
38 -
39 # Ignore QA warnings in these closed-source binaries, since we can't fix them:
40 -QA_PREBUILT="opt/*"
41 +QA_PREBUILT="usr/*"
42
43 any_cpu_missing_flag() {
44 local value=${1}
45
46
47
48 1.215 www-plugins/adobe-flash/ChangeLog
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/adobe-flash/ChangeLog?rev=1.215&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/adobe-flash/ChangeLog?rev=1.215&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/adobe-flash/ChangeLog?r1=1.214&r2=1.215
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/www-plugins/adobe-flash/ChangeLog,v
57 retrieving revision 1.214
58 retrieving revision 1.215
59 diff -u -r1.214 -r1.215
60 --- ChangeLog 27 Sep 2013 19:35:08 -0000 1.214
61 +++ ChangeLog 28 Sep 2013 15:05:38 -0000 1.215
62 @@ -1,6 +1,10 @@
63 # ChangeLog for www-plugins/adobe-flash
64 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/adobe-flash/ChangeLog,v 1.214 2013/09/27 19:35:08 mgorny Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/www-plugins/adobe-flash/ChangeLog,v 1.215 2013/09/28 15:05:38 jer Exp $
67 +
68 + 28 Sep 2013; Jeroen Roovers <jer@g.o>
69 + adobe-flash-11.2.202.310-r1.ebuild:
70 + Remove unused variable INSTALL_BASE. Set QA_PREBUILT appropriately.
71
72 *adobe-flash-11.2.202.310-r1 (27 Sep 2013)