Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pyyaml: pyyaml-3.09.ebuild ChangeLog
Date: Thu, 30 Sep 2010 09:06:50
Message-Id: 20100930090643.4879220051@flycatcher.gentoo.org
1 grobian 10/09/30 09:06:43
2
3 Modified: pyyaml-3.09.ebuild ChangeLog
4 Log:
5 Marked ~ppc-macos, ~x86-solaris
6
7 (Portage version: 2.2.01.16711-prefix/cvs/SunOS i386)
8
9 Revision Changes Path
10 1.9 dev-python/pyyaml/pyyaml-3.09.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyyaml/pyyaml-3.09.ebuild?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyyaml/pyyaml-3.09.ebuild?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyyaml/pyyaml-3.09.ebuild?r1=1.8&r2=1.9
15
16 Index: pyyaml-3.09.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyyaml/pyyaml-3.09.ebuild,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- pyyaml-3.09.ebuild 14 Sep 2010 06:50:24 -0000 1.8
23 +++ pyyaml-3.09.ebuild 30 Sep 2010 09:06:43 -0000 1.9
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2010 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.09.ebuild,v 1.8 2010/09/14 06:50:24 abcd Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyyaml/pyyaml-3.09.ebuild,v 1.9 2010/09/30 09:06:43 grobian 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 ~x64-macos ~x86-macos"
37 +KEYWORDS="amd64 ~arm 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.22 dev-python/pyyaml/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyyaml/ChangeLog?rev=1.22&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyyaml/ChangeLog?rev=1.22&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyyaml/ChangeLog?r1=1.21&r2=1.22
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyyaml/ChangeLog,v
53 retrieving revision 1.21
54 retrieving revision 1.22
55 diff -u -r1.21 -r1.22
56 --- ChangeLog 14 Sep 2010 06:50:24 -0000 1.21
57 +++ ChangeLog 30 Sep 2010 09:06:43 -0000 1.22
58 @@ -1,6 +1,9 @@
59 # ChangeLog for dev-python/pyyaml
60 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyyaml/ChangeLog,v 1.21 2010/09/14 06:50:24 abcd Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyyaml/ChangeLog,v 1.22 2010/09/30 09:06:43 grobian Exp $
63 +
64 + 30 Sep 2010; Fabian Groffen <grobian@g.o> pyyaml-3.09.ebuild:
65 + Marked ~ppc-macos, ~x86-solaris
66
67 14 Sep 2010; Jonathan Callen <abcd@g.o> pyyaml-3.09.ebuild:
68 Add ~amd64-linux ~x64-macos for bug 337200