Gentoo Archives: gentoo-commits

From: "Javier Villavicencio (the_paya)" <the_paya@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/werkzeug: ChangeLog werkzeug-0.6.2.ebuild
Date: Sun, 25 Apr 2010 14:20:01
Message-Id: 20100425141958.803AB2C04C@corvid.gentoo.org
1 the_paya 10/04/25 14:19:58
2
3 Modified: ChangeLog werkzeug-0.6.2.ebuild
4 Log:
5 Keyworded ~x86-fbsd.
6 (Portage version: 2.2_rc67/cvs/FreeBSD i386)
7
8 Revision Changes Path
9 1.19 dev-python/werkzeug/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/werkzeug/ChangeLog?rev=1.19&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/werkzeug/ChangeLog?rev=1.19&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/werkzeug/ChangeLog?r1=1.18&r2=1.19
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/werkzeug/ChangeLog,v
18 retrieving revision 1.18
19 retrieving revision 1.19
20 diff -u -r1.18 -r1.19
21 --- ChangeLog 24 Apr 2010 16:29:57 -0000 1.18
22 +++ ChangeLog 25 Apr 2010 14:19:58 -0000 1.19
23 @@ -1,6 +1,10 @@
24 # ChangeLog for dev-python/werkzeug
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-python/werkzeug/ChangeLog,v 1.18 2010/04/24 16:29:57 arfrever Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-python/werkzeug/ChangeLog,v 1.19 2010/04/25 14:19:58 the_paya Exp $
28 +
29 + 25 Apr 2010; Javier Villavicencio <the_paya@g.o>
30 + werkzeug-0.6.2.ebuild:
31 + Keyworded ~x86-fbsd.
32
33 *werkzeug-0.6.2 (24 Apr 2010)
34
35
36
37
38 1.2 dev-python/werkzeug/werkzeug-0.6.2.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/werkzeug/werkzeug-0.6.2.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/werkzeug/werkzeug-0.6.2.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/werkzeug/werkzeug-0.6.2.ebuild?r1=1.1&r2=1.2
43
44 Index: werkzeug-0.6.2.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-python/werkzeug/werkzeug-0.6.2.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- werkzeug-0.6.2.ebuild 24 Apr 2010 16:29:57 -0000 1.1
51 +++ werkzeug-0.6.2.ebuild 25 Apr 2010 14:19:58 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2010 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-python/werkzeug/werkzeug-0.6.2.ebuild,v 1.1 2010/04/24 16:29:57 arfrever Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-python/werkzeug/werkzeug-0.6.2.ebuild,v 1.2 2010/04/25 14:19:58 the_paya Exp $
57
58 EAPI="3"
59 PYTHON_DEPEND="2"
60 @@ -17,7 +17,7 @@
61
62 LICENSE="BSD"
63 SLOT="0"
64 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
65 +KEYWORDS="~amd64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
66 IUSE="test"
67
68 RDEPEND=""