Gentoo Archives: gentoo-commits

From: "Naohiro Aota (naota)" <naota@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/webob: webob-1.1.ebuild ChangeLog
Date: Mon, 02 Apr 2012 13:48:36
Message-Id: 20120402134825.27F262004B@flycatcher.gentoo.org
1 naota 12/04/02 13:48:25
2
3 Modified: webob-1.1.ebuild ChangeLog
4 Log:
5 Add ~x86-fbsd
6
7 (Portage version: 2.2.0_alpha89/cvs/FreeBSD i386)
8
9 Revision Changes Path
10 1.2 dev-python/webob/webob-1.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webob/webob-1.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webob/webob-1.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webob/webob-1.1.ebuild?r1=1.1&r2=1.2
15
16 Index: webob-1.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- webob-1.1.ebuild 16 Sep 2011 08:12:12 -0000 1.1
23 +++ webob-1.1.ebuild 2 Apr 2012 13:48:25 -0000 1.2
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2011 Gentoo Foundation
26 +# Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.1.ebuild,v 1.1 2011/09/16 08:12:12 djc Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.1.ebuild,v 1.2 2012/04/02 13:48:25 naota Exp $
30
31 EAPI="3"
32 PYTHON_DEPEND="2"
33 @@ -19,7 +19,7 @@
34
35 LICENSE="MIT"
36 SLOT="0"
37 -KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
38 +KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
39 IUSE="doc test"
40
41 DEPEND="app-arch/unzip
42
43
44
45 1.47 dev-python/webob/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webob/ChangeLog?rev=1.47&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webob/ChangeLog?rev=1.47&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webob/ChangeLog?r1=1.46&r2=1.47
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v
54 retrieving revision 1.46
55 retrieving revision 1.47
56 diff -u -r1.46 -r1.47
57 --- ChangeLog 16 Sep 2011 08:12:12 -0000 1.46
58 +++ ChangeLog 2 Apr 2012 13:48:25 -0000 1.47
59 @@ -1,6 +1,9 @@
60 # ChangeLog for dev-python/webob
61 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.46 2011/09/16 08:12:12 djc Exp $
63 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.47 2012/04/02 13:48:25 naota Exp $
65 +
66 + 02 Apr 2012; Naohiro Aota <naota@g.o> webob-1.1.ebuild:
67 + Add ~x86-fbsd
68
69 *webob-1.1 (16 Sep 2011)