Gentoo Archives: gentoo-commits

From: "Andreas HAttel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/acroread: acroread-9.4.7.ebuild ChangeLog
Date: Tue, 31 Jan 2012 00:08:57
Message-Id: 20120131000845.102AF2004B@flycatcher.gentoo.org
1 dilfridge 12/01/31 00:08:44
2
3 Modified: acroread-9.4.7.ebuild ChangeLog
4 Log:
5 Added lingua-dependent RDEPEND on asian fontpack, bug 212625
6
7 (Portage version: 2.1.10.44/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.6 app-text/acroread/acroread-9.4.7.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/acroread/acroread-9.4.7.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/acroread/acroread-9.4.7.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/acroread/acroread-9.4.7.ebuild?r1=1.5&r2=1.6
15
16 Index: acroread-9.4.7.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-text/acroread/acroread-9.4.7.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- acroread-9.4.7.ebuild 30 Jan 2012 17:42:07 -0000 1.5
23 +++ acroread-9.4.7.ebuild 31 Jan 2012 00:08:44 -0000 1.6
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/acroread-9.4.7.ebuild,v 1.5 2012/01/30 17:42:07 idl0r Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/acroread-9.4.7.ebuild,v 1.6 2012/01/31 00:08:44 dilfridge Exp $
29
30 EAPI=4
31
32 @@ -14,6 +14,7 @@
33 SRC_FOOT=".tar.bz2"
34
35 # languages not available yet: it:ita es:esp pt:ptb sv:sve zh_CN:chs zh_TW:cht fi:suo nb:nor nl:nld ko:kor da:dan de:deu fr:fra ja:jpn
36 +# asian fonts are handled separately
37 LINGUA_LIST="en:enu"
38 DEFAULT_URI="${SRC_HEAD}/enu/AdbeRdr${PV}-1_i486linux_enu${SRC_FOOT}"
39 for ll in ${LINGUA_LIST} ; do
40 @@ -24,6 +25,10 @@
41 SRC_URI="${SRC_URI}
42 ${iuse_l}? ( ${SRC_HEAD}/${src_l}/AdbeRdr${PV}-1_i486linux_${src_l}${SRC_FOOT} )"
43 done
44 +
45 +# asian fonts from separate package:
46 +IUSE="${IUSE} linguas_zh_CN linguas_zh_TW linguas_ja linguas_ko"
47 +
48 SRC_URI="${SRC_URI}
49 ${DEFAULT_URI}"
50
51 @@ -41,7 +46,11 @@
52 !minimal? ( || ( net-libs/xulrunner
53 www-client/firefox
54 www-client/seamonkey ) ) )
55 - amd64? ( app-emulation/emul-linux-x86-gtklibs app-emulation/emul-linux-x86-baselibs )"
56 + amd64? ( app-emulation/emul-linux-x86-gtklibs app-emulation/emul-linux-x86-baselibs )
57 + linguas_zh_CN? ( media-fonts/acroread-asianfonts[linguas_zh_CN] )
58 + linguas_ja? ( media-fonts/acroread-asianfonts[linguas_ja] )
59 + linguas_zh_TW? ( media-fonts/acroread-asianfonts[linguas_zh_TW] )
60 + linguas_ko? ( media-fonts/acroread-asianfonts[linguas_ko] )"
61
62 QA_EXECSTACK="opt/Adobe/Reader9/Reader/intellinux/bin/acroread
63 opt/Adobe/Reader9/Reader/intellinux/lib/libauthplay.so.0.0.0
64
65
66
67 1.178 app-text/acroread/ChangeLog
68
69 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/acroread/ChangeLog?rev=1.178&view=markup
70 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/acroread/ChangeLog?rev=1.178&content-type=text/plain
71 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/acroread/ChangeLog?r1=1.177&r2=1.178
72
73 Index: ChangeLog
74 ===================================================================
75 RCS file: /var/cvsroot/gentoo-x86/app-text/acroread/ChangeLog,v
76 retrieving revision 1.177
77 retrieving revision 1.178
78 diff -u -r1.177 -r1.178
79 --- ChangeLog 30 Jan 2012 17:42:07 -0000 1.177
80 +++ ChangeLog 31 Jan 2012 00:08:44 -0000 1.178
81 @@ -1,6 +1,9 @@
82 # ChangeLog for app-text/acroread
83 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
84 -# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/ChangeLog,v 1.177 2012/01/30 17:42:07 idl0r Exp $
85 +# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/ChangeLog,v 1.178 2012/01/31 00:08:44 dilfridge Exp $
86 +
87 + 31 Jan 2012; Andreas K. Huettel <dilfridge@g.o> acroread-9.4.7.ebuild:
88 + Added lingua-dependent RDEPEND on asian fontpack, bug 212625
89
90 30 Jan 2012; Christian Ruppert <idl0r@g.o> acroread-9.4.7.ebuild:
91 Add QA_TEXTRELS for libsccore.so, bug 401319.