Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: ChangeLog sgml-catalog.eclass
Date: Sun, 29 Apr 2012 23:25:18
Message-Id: 20120429232505.5E1732004B@flycatcher.gentoo.org
1 flameeyes 12/04/29 23:25:05
2
3 Modified: ChangeLog sgml-catalog.eclass
4 Log:
5 Fix infinite look if the catalog is corrupted.
6
7 Revision Changes Path
8 1.228 eclass/ChangeLog
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.228&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.228&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.227&r2=1.228
13
14 Index: ChangeLog
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
17 retrieving revision 1.227
18 retrieving revision 1.228
19 diff -u -r1.227 -r1.228
20 --- ChangeLog 29 Apr 2012 15:03:09 -0000 1.227
21 +++ ChangeLog 29 Apr 2012 23:25:05 -0000 1.228
22 @@ -1,6 +1,9 @@
23 # ChangeLog for eclass directory
24 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.227 2012/04/29 15:03:09 hd_brummy Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.228 2012/04/29 23:25:05 flameeyes Exp $
27 +
28 + 29 Apr 2012; Diego E. Pettenò <flameeyes@g.o> sgml-catalog.eclass:
29 + Fix infinite look if the catalog is corrupted.
30
31 29 Apr 2012; Joerg Bornkessel <hd_brummy@g.o> vdr-plugin-2.eclass:
32 typo, added missing [ ] for test
33
34
35
36 1.20 eclass/sgml-catalog.eclass
37
38 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/sgml-catalog.eclass?rev=1.20&view=markup
39 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/sgml-catalog.eclass?rev=1.20&content-type=text/plain
40 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/sgml-catalog.eclass?r1=1.19&r2=1.20
41
42 Index: sgml-catalog.eclass
43 ===================================================================
44 RCS file: /var/cvsroot/gentoo-x86/eclass/sgml-catalog.eclass,v
45 retrieving revision 1.19
46 retrieving revision 1.20
47 diff -u -r1.19 -r1.20
48 --- sgml-catalog.eclass 23 Mar 2012 07:30:54 -0000 1.19
49 +++ sgml-catalog.eclass 29 Apr 2012 23:25:05 -0000 1.20
50 @@ -1,6 +1,6 @@
51 # Copyright 1999-2012 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 -# $Header: /var/cvsroot/gentoo-x86/eclass/sgml-catalog.eclass,v 1.19 2012/03/23 07:30:54 floppym Exp $
54 +# $Header: /var/cvsroot/gentoo-x86/eclass/sgml-catalog.eclass,v 1.20 2012/04/29 23:25:05 flameeyes Exp $
55
56 # @ECLASS: sgml-catalog.eclass
57 # @MAINTAINER:
58 @@ -57,6 +57,7 @@
59 while (( $# )); do
60 if [[ ! -e "${EPREFIX}$2" ]]; then
61 ewarn "${EPREFIX}$2 doesn't appear to exist, although it ought to!"
62 + shift 2
63 continue
64 fi
65 einfo "Now adding ${EPREFIX}$2 to ${EPREFIX}$1 and ${EPREFIX}/etc/sgml/catalog"