Gentoo Archives: gentoo-doc-cvs

From: Joshua Saddler <nightmorph@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: printing-howto.xml
Date: Mon, 16 Jun 2008 01:08:50
Message-Id: E1K83DA-0000UT-Rs@stork.gentoo.org
1 nightmorph 08/06/16 01:08:44
2
3 Modified: printing-howto.xml
4 Log:
5 gimp-print is now known as gutenprint, bug 227075
6
7 Revision Changes Path
8 1.72 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.72&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/printing-howto.xml?rev=1.72&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/printing-howto.xml?r1=1.71&r2=1.72
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.71
18 retrieving revision 1.72
19 diff -u -r1.71 -r1.72
20 --- printing-howto.xml 7 May 2008 00:29:26 -0000 1.71
21 +++ printing-howto.xml 16 Jun 2008 01:08:44 -0000 1.72
22 @@ -1,6 +1,6 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/printing-howto.xml,v 1.71 2008/05/07 00:29:26 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/printing-howto.xml,v 1.72 2008/06/16 01:08:44 nightmorph Exp $ -->
27
28 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
29
30 @@ -24,8 +24,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>3.0</version>
35 -<date>2008-05-06</date>
36 +<version>3.1</version>
37 +<date>2008-06-15</date>
38
39 <chapter>
40 <title>Printing and Gentoo Linux</title>
41 @@ -772,37 +772,37 @@
42 </p>
43
44 <ul>
45 - <li><uri link="#gimp-print">Gimp-Print Driver</uri></li>
46 + <li><uri link="#gutenprint">Gutenprint Driver</uri></li>
47 <li><uri link="#hplip">HPLIP Driver</uri> (deprecates HPOJ and HPIJS)</li>
48 <li><uri link="#pnm2ppa">PNM2PPA Driver</uri></li>
49 </ul>
50
51 </body>
52 </section>
53 -<section id="gimp-print">
54 -<title>Gimp-Print Driver</title>
55 +<section id="gutenprint">
56 +<title>Gutenprint Driver</title>
57 <body>
58
59 <p>
60 -The <uri link="http://gimp-print.sf.net">gimp-print</uri> drivers are
61 +The <uri link="http://gutenprint.sourceforge.net">gutenprint</uri> drivers are
62 high-quality, open source printer drivers for various Canon, Epson, HP,
63 Lexmark, Sony, Olympus and PCL printers supporting CUPS, ghostscript, The Gimp
64 and other applications.
65 </p>
66
67 <p>
68 -Gentoo's Portage Tree contains an ebuild for the gimp-print drivers. Just use
69 +Gentoo's Portage Tree contains an ebuild for the gutenprint drivers. Just use
70 <c>emerge</c> to install them. Note that the ebuild listens to quite a few USE
71 flags (such as <c>cups</c> and <c>ppds</c>). You must have enabled at least
72 these two flags!
73 </p>
74
75 -<pre caption="Installing gimp-print drivers">
76 -# <i>emerge gimp-print</i>
77 +<pre caption="Installing gutenprint drivers">
78 +# <i>emerge gutenprint</i>
79 </pre>
80
81 <p>
82 -When the emerge process has finished, the Gimp-Print drivers will be available
83 +When the emerge process has finished, the gutenprint drivers will be available
84 through the CUPS web interface.
85 </p>
86
87 @@ -822,12 +822,12 @@
88 <pre caption="Installing the hplip drivers">
89 <comment>(Check that the ppds USE flag is enabled)</comment>
90 # <i>emerge -vp hplip</i>
91 -These are the packages that I would merge, in order:
92 +These are the packages that would be merged, in order:
93
94 -Calculating dependencies ...done!
95 -[ebuild N ] net-print/hplip-0.9.5 +X +cups +foomaticdb <comment>+ppds</comment> -qt -scanner -snmp +usb 9,255 kB
96 +Calculating dependencies... done!
97 +[ebuild N ] net-print/hplip-2.7.10 USE="<comment>ppds</comment> -X -doc -fax -minimal -parport -scanner -snmp" 14,104 kB
98
99 -Total size of downloads: 9,255 kB
100 +Total: 1 package (1 new), Size of downloads: 14,104 kB
101
102 # <i>emerge hplip</i>
103 # <i>hp-setup</i>
104
105
106
107 --
108 gentoo-doc-cvs@l.g.o mailing list