Gentoo Archives: gentoo-commits

From: "Ryan Hill (dirtyepic)" <dirtyepic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: font.eclass
Date: Mon, 19 May 2008 00:42:16
Message-Id: E1JxtS9-00055K-Jd@stork.gentoo.org
1 dirtyepic 08/05/19 00:42:13
2
3 Modified: font.eclass
4 Log:
5 Add FONTLOG.txt to commondoc.
6
7 Revision Changes Path
8 1.37 eclass/font.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/font.eclass?rev=1.37&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/font.eclass?rev=1.37&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/font.eclass?r1=1.36&r2=1.37
13
14 Index: font.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/font.eclass,v
17 retrieving revision 1.36
18 retrieving revision 1.37
19 diff -u -r1.36 -r1.37
20 --- font.eclass 8 Jan 2008 17:57:43 -0000 1.36
21 +++ font.eclass 19 May 2008 00:42:13 -0000 1.37
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2007 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/font.eclass,v 1.36 2008/01/08 17:57:43 pva Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/font.eclass,v 1.37 2008/05/19 00:42:13 dirtyepic Exp $
27
28 # Author: foser <foser@g.o>
29
30 @@ -96,7 +96,7 @@
31 dodoc ${DOCS} 2> /dev/null
32
33 # install common docs
34 - for commondoc in COPYRIGHT README NEWS AUTHORS BUGS ChangeLog; do
35 + for commondoc in COPYRIGHT README{,.txt} NEWS AUTHORS BUGS ChangeLog FONTLOG.txt; do
36 [[ -s ${commondoc} ]] && dodoc ${commondoc}
37 done
38 }
39
40
41
42 --
43 gentoo-commits@l.g.o mailing list