Gentoo Archives: gentoo-doc-cvs

From: "Joshua Saddler (nightmorph)" <nightmorph@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: printing-howto.xml
Date: Wed, 17 Mar 2010 08:21:07
Message-Id: E1NroUw-0005tZ-MA@stork.gentoo.org
1 nightmorph 10/03/17 08:21:02
2
3 Modified: printing-howto.xml
4 Log:
5 ghostscript-esp has been replaced with -gpl, bug 309903
6
7 Revision Changes Path
8 1.79 xml/htdocs/doc/en/printing-howto.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/printing-howto.xml?rev=1.79&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/printing-howto.xml?rev=1.79&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/printing-howto.xml?r1=1.78&r2=1.79
13
14 Index: printing-howto.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/printing-howto.xml,v
17 retrieving revision 1.78
18 retrieving revision 1.79
19 diff -u -r1.78 -r1.79
20 --- printing-howto.xml 23 Feb 2010 11:04:16 -0000 1.78
21 +++ printing-howto.xml 17 Mar 2010 08:21:02 -0000 1.79
22 @@ -1,5 +1,5 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/printing-howto.xml,v 1.78 2010/02/23 11:04:16 jkt Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/printing-howto.xml,v 1.79 2010/03/17 08:21:02 nightmorph Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide>
29 @@ -22,8 +22,8 @@
30 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
31 <license/>
32
33 -<version>3.5</version>
34 -<date>2010-02-16</date>
35 +<version>3.6</version>
36 +<date>2010-03-17</date>
37
38 <chapter>
39 <title>Printing and Gentoo Linux</title>
40 @@ -1049,17 +1049,17 @@
41 </pre>
42
43 <p>
44 -You need to re-emerge <c>ghostscript-esp</c> with the <c>cups</c> USE flag. You
45 +You need to re-emerge <c>ghostscript-gpl</c> with the <c>cups</c> USE flag. You
46 can either add <c>cups</c> to your USE flags in <path>/etc/make.conf</path>, or
47 -you can enable it only for <c>ghostscript-esp</c> as shown:
48 +you can enable it only for <c>ghostscript-gpl</c> as shown:
49 </p>
50
51 -<pre caption="Adding cups to ghostscript-esp">
52 -# <i>echo "app-text/ghostscript-esp cups" &gt;&gt; /etc/portage/package.use</i>
53 +<pre caption="Adding cups to ghostscript-gpl">
54 +# <i>echo "app-text/ghostscript-gpl cups" &gt;&gt; /etc/portage/package.use</i>
55 </pre>
56
57 <p>
58 -Then emerge <c>ghostscript-esp</c>. When it has finished compiling, be sure to
59 +Then emerge <c>ghostscript-gpl</c>. When it has finished compiling, be sure to
60 restart <c>cupsd</c> afterward:
61 </p>