Gentoo Archives: gentoo-dev

From: Mart Raudsepp <leio@××××××××.net>
To: gentoo-dev@l.g.o, vapier@g.o
Subject: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in dev-libs/libxml2: libxml2-2.7.2-r1.ebuild
Date: Mon, 08 Dec 2008 00:48:45
Message-Id: 1228697318.26462.6.camel@localhost
1 On P, 2008-12-07 at 12:03 +0000, Mike Frysinger (vapier) wrote:
2 > vapier 08/12/07 12:03:34
3 >
4 > Modified: libxml2-2.7.2-r1.ebuild
5
6 ChangeLog entires are mandatory without any exceptions for
7 stabilizations. Don't touch packages I co-maintain without a ChangeLog
8 entry if it's not a whitespace change.
9
10 > Log:
11 > s390/sh stable
12 > (Portage version: 2.2_rc17/cvs/Linux 2.6.27.8 x86_64)
13 >
14 > Revision Changes Path
15 > 1.9 dev-libs/libxml2/libxml2-2.7.2-r1.ebuild
16 >
17 > file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libxml2/libxml2-2.7.2-r1.ebuild?rev=1.9&view=markup
18 > plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libxml2/libxml2-2.7.2-r1.ebuild?rev=1.9&content-type=text/plain
19 > diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libxml2/libxml2-2.7.2-r1.ebuild?r1=1.8&r2=1.9
20 >
21 > Index: libxml2-2.7.2-r1.ebuild
22 > ===================================================================
23 > RCS file: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.7.2-r1.ebuild,v
24 > retrieving revision 1.8
25 > retrieving revision 1.9
26 > diff -u -r1.8 -r1.9
27 > --- libxml2-2.7.2-r1.ebuild 7 Dec 2008 05:52:13 -0000 1.8
28 > +++ libxml2-2.7.2-r1.ebuild 7 Dec 2008 12:03:34 -0000 1.9
29 > @@ -1,6 +1,6 @@
30 > # Copyright 1999-2008 Gentoo Foundation
31 > # Distributed under the terms of the GNU General Public License v2
32 > -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.7.2-r1.ebuild,v 1.8 2008/12/07 05:52:13 vapier Exp $
33 > +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.7.2-r1.ebuild,v 1.9 2008/12/07 12:03:34 vapier Exp $
34 >
35 > inherit libtool flag-o-matic eutils
36 >
37 > @@ -9,7 +9,7 @@
38 >
39 > LICENSE="MIT"
40 > SLOT="2"
41 > -KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc ~sparc-fbsd x86 ~x86-fbsd"
42 > +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
43 > IUSE="debug doc examples ipv6 python readline test"
44 >
45 > XSTS_HOME="http://www.w3.org/XML/2004/xml-schema-test-suite"