Gentoo Archives: gentoo-commits

From: "Davide Cendron (scen)" <scen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/it: distcc.xml
Date: Thu, 25 Jun 2009 20:53:55
Message-Id: E1MJvxC-0008Ib-32@stork.gentoo.org
1 scen 09/06/25 20:53:54
2
3 Modified: ChangeLog
4 Added: stella-2.8.ebuild
5 Log:
6 version bump
7 (Portage version: 2.1.6.13/cvs/Linux i686)
8
9 Modified: distcc.xml
10 Log:
11 Version 1.22, revision 1.43 of EN CVS
12
13 Revision Changes Path
14 1.39 games-emulation/stella/ChangeLog
15
16 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/stella/ChangeLog?rev=1.39&view=markup
17 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/stella/ChangeLog?rev=1.39&content-type=text/plain
18 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/stella/ChangeLog?r1=1.38&r2=1.39
19
20 Index: ChangeLog
21 ===================================================================
22 RCS file: /var/cvsroot/gentoo-x86/games-emulation/stella/ChangeLog,v
23 retrieving revision 1.38
24 retrieving revision 1.39
25 diff -u -r1.38 -r1.39
26 --- ChangeLog 2 May 2009 08:55:03 -0000 1.38
27 +++ ChangeLog 15 Jun 2009 06:26:08 -0000 1.39
28 @@ -1,6 +1,11 @@
29 # ChangeLog for games-emulation/stella
30 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
31 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/ChangeLog,v 1.38 2009/05/02 08:55:03 mr_bones_ Exp $
32 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/ChangeLog,v 1.39 2009/06/15 06:26:08 mr_bones_ Exp $
33 +
34 +*stella-2.8 (15 Jun 2009)
35 +
36 + 15 Jun 2009; Michael Sterrett <mr_bones_@g.o> +stella-2.8.ebuild:
37 + version bump
38
39 *stella-2.7.7 (02 May 2009)
40
41
42
43
44 1.1 games-emulation/stella/stella-2.8.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/stella/stella-2.8.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/stella/stella-2.8.ebuild?rev=1.1&content-type=text/plain
48
49 Index: stella-2.8.ebuild
50 ===================================================================
51 # Copyright 1999-2009 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/stella-2.8.ebuild,v 1.1 2009/06/15 06:26:08 mr_bones_ Exp $
54
55 EAPI=2
56 inherit eutils games
57
58 DESCRIPTION="Stella Atari 2600 VCS Emulator"
59 HOMEPAGE="http://stella.sourceforge.net/"
60 SRC_URI="mirror://sourceforge/${PN}/${P}-src.tar.gz"
61
62 LICENSE="GPL-2"
63 SLOT="0"
64 KEYWORDS="~amd64 ~ppc ~x86"
65 IUSE="opengl"
66
67 DEPEND="media-libs/libsdl
68 sys-libs/zlib
69 opengl? ( virtual/opengl )"
70
71 src_prepare() {
72 sed -i \
73 -e '/INSTALL/s/-s //' \
74 -e '/STRIP/d' \
75 -e "/icons/d" \
76 -e '/INSTALL.*DOCDIR/d' \
77 -e '/INSTALL.*\/applications/d' \
78 Makefile \
79 || die "sed failed"
80 }
81
82 src_configure() {
83 # not an autoconf script
84 ./configure \
85 --prefix="/usr" \
86 --bindir="${GAMES_BINDIR}" \
87 --docdir="/usr/share/doc/${PF}" \
88 --datadir="${GAMES_DATADIR}" \
89 $(use_enable opengl gl) \
90 || die
91 }
92
93 src_install() {
94 emake DESTDIR="${D}" install || die "emake install failed"
95 doicon src/common/stella.png
96 make_desktop_entry stella Stella
97 dohtml -r docs/*
98 dodoc Announce.txt Changes.txt Copyright.txt README-GP2X.txt README-SDL.txt Readme.txt Todo.txt
99 prepgamesdirs
100 }
101
102
103
104 1.21 xml/htdocs/doc/it/distcc.xml
105
106 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/it/distcc.xml?rev=1.21&view=markup
107 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/it/distcc.xml?rev=1.21&content-type=text/plain
108 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/it/distcc.xml?r1=1.20&r2=1.21
109
110 Index: distcc.xml
111 ===================================================================
112 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/it/distcc.xml,v
113 retrieving revision 1.20
114 retrieving revision 1.21
115 diff -u -r1.20 -r1.21
116 --- distcc.xml 9 May 2008 19:11:55 -0000 1.20
117 +++ distcc.xml 25 Jun 2009 20:53:54 -0000 1.21
118 @@ -1,6 +1,6 @@
119 <?xml version = '1.0' encoding = 'UTF-8'?>
120 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
121 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/it/distcc.xml,v 1.20 2008/05/09 19:11:55 scen Exp $ -->
122 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/it/distcc.xml,v 1.21 2009/06/25 20:53:54 scen Exp $ -->
123
124 <guide link="/doc/it/distcc.xml" lang="it">
125 <title>Documentazione Distcc per Gentoo</title>
126 @@ -23,13 +23,16 @@
127 <author title="Revisione" >
128 <mail link="blubber@g.o" >Tiemo Kieft</mail>
129 </author>
130 +<author title="Redazione">
131 + <mail link="nightmorph"/>
132 +</author>
133 <author title="Traduzione" >
134 <mail link="myzelf@×××××××.it" >Gilberto De Faveri</mail>
135 </author>
136 -<author title="Revisione" >
137 +<author title="Traduzione" >
138 <mail link="posta@×××××××.biz" >Massimo Canali</mail>
139 </author>
140 -<author title="Revisione">
141 +<author title="Traduzione">
142 <mail link="cristiano.chiucchiolo@×××××.com">Cristiano Chiucchiolo</mail>
143 </author>
144 <author title="Traduzione" >
145 @@ -44,8 +47,8 @@
146 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
147 <license/>
148
149 -<version>1.21</version>
150 -<date>2008-04-07</date>
151 +<version>1.22</version>
152 +<date>2009-06-14</date>
153
154 <chapter>
155 <title>Introduzione</title>
156 @@ -167,8 +170,10 @@
157
158 <p>
159 Dato che la maggior parte degli utenti non userà le righe 3 o 4, si rimanda chi
160 -fosse interessato alla <uri link="http://distcc.samba.org/man/distcc_1.html"
161 ->documentazione di distcc</uri>.
162 +fosse interessato alla <uri
163 +link="http://distcc.samba.org/man/distcc_1.html">documentazione di
164 +distcc</uri> (man distcc), che include le informazioni su come eseguire distcc
165 +tramite una connessione SSH.
166 </p>
167
168 <p>