Gentoo Archives: gentoo-commits

From: "Timo Gurr (tgurr)" <tgurr@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/acroread/files: gentoo_config
Date: Sat, 29 Mar 2008 15:03:02
Message-Id: E1JfcaC-00048J-Gv@stork.gentoo.org
1 tgurr 08/03/29 15:03:00
2
3 Added: gentoo_config
4 Log:
5 Add acroread-8.1.2-r2.ebuild, fixing bug #214800 and #215202.
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.1 app-text/acroread/files/gentoo_config
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/acroread/files/gentoo_config?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/acroread/files/gentoo_config?rev=1.1&content-type=text/plain
13
14 Index: gentoo_config
15 ===================================================================
16 # Enable this if you want Adobe Reader to cache Font-config fonts
17 ACRO_ENABLE_FONT_CONFIG=1
18 export ACRO_ENABLE_FONT_CONFIG
19
20 # Enable this if you want to set the MOZILLA_COMP_PATH globally (for all the users)
21 if [ -f "$ACRO_INSTALL_DIR/GlobalPrefs/mozilla_config" ]; then
22 . "$ACRO_INSTALL_DIR/GlobalPrefs/mozilla_config"
23 export MOZILLA_COMP_PATH
24 fi
25
26
27
28
29 --
30 gentoo-commits@l.g.o mailing list