Gentoo Archives: gentoo-commits

From: "Akinori Hattori (hattya)" <hattya@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pyyaml: pyyaml-3.10.ebuild ChangeLog
Date: Sun, 01 Jul 2012 15:53:53
Message-Id: 20120701155342.D29842004B@flycatcher.gentoo.org
1 hattya 12/07/01 15:53:42
2
3 Modified: pyyaml-3.10.ebuild ChangeLog
4 Log:
5 keyword ~ia64.
6
7 (Portage version: 2.1.10.65/cvs/Linux i686)
8
9 Revision Changes Path
10 1.6 dev-python/pyyaml/pyyaml-3.10.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyyaml/pyyaml-3.10.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyyaml/pyyaml-3.10.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyyaml/pyyaml-3.10.ebuild?r1=1.5&r2=1.6
15
16 Index: pyyaml-3.10.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyyaml/pyyaml-3.10.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- pyyaml-3.10.ebuild 9 Mar 2012 10:39:36 -0000 1.5
23 +++ pyyaml-3.10.ebuild 1 Jul 2012 15:53:42 -0000 1.6
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyyaml/pyyaml-3.10.ebuild,v 1.5 2012/03/09 10:39:36 phajdan.jr Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyyaml/pyyaml-3.10.ebuild,v 1.6 2012/07/01 15:53:42 hattya Exp $
29
30 EAPI="3"
31 SUPPORT_PYTHON_ABIS="1"
32 @@ -15,7 +15,7 @@
33
34 LICENSE="MIT"
35 SLOT="0"
36 -KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
37 +KEYWORDS="amd64 ~arm ~ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
38 IUSE="examples libyaml"
39
40 DEPEND="libyaml? ( dev-libs/libyaml dev-python/pyrex )"
41
42
43
44 1.28 dev-python/pyyaml/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyyaml/ChangeLog?rev=1.28&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyyaml/ChangeLog?rev=1.28&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyyaml/ChangeLog?r1=1.27&r2=1.28
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyyaml/ChangeLog,v
53 retrieving revision 1.27
54 retrieving revision 1.28
55 diff -u -r1.27 -r1.28
56 --- ChangeLog 9 Mar 2012 10:39:36 -0000 1.27
57 +++ ChangeLog 1 Jul 2012 15:53:42 -0000 1.28
58 @@ -1,6 +1,9 @@
59 # ChangeLog for dev-python/pyyaml
60 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyyaml/ChangeLog,v 1.27 2012/03/09 10:39:36 phajdan.jr Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyyaml/ChangeLog,v 1.28 2012/07/01 15:53:42 hattya Exp $
63 +
64 + 01 Jul 2012; Akinori Hattori <hattya@g.o> pyyaml-3.10.ebuild:
65 + keyword ~ia64.
66
67 09 Mar 2012; Pawel Hajdan jr <phajdan.jr@g.o> pyyaml-3.10.ebuild:
68 x86 stable wrt bug #400337