Gentoo Archives: gentoo-commits

From: "Yixun Lan (dlan)" <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/beautifulsoup: beautifulsoup-3.2.1-r1.ebuild ChangeLog
Date: Tue, 03 Mar 2015 07:00:20
Message-Id: 20150303070013.E0C4F12EF0@oystercatcher.gentoo.org
1 dlan 15/03/03 07:00:13
2
3 Modified: beautifulsoup-3.2.1-r1.ebuild ChangeLog
4 Log:
5 add arm64 support, tested on A53 board
6
7 (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)
8
9 Revision Changes Path
10 1.18 dev-python/beautifulsoup/beautifulsoup-3.2.1-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.2.1-r1.ebuild?rev=1.18&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.2.1-r1.ebuild?rev=1.18&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.2.1-r1.ebuild?r1=1.17&r2=1.18
15
16 Index: beautifulsoup-3.2.1-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.2.1-r1.ebuild,v
19 retrieving revision 1.17
20 retrieving revision 1.18
21 diff -u -r1.17 -r1.18
22 --- beautifulsoup-3.2.1-r1.ebuild 22 Dec 2014 02:36:54 -0000 1.17
23 +++ beautifulsoup-3.2.1-r1.ebuild 3 Mar 2015 07:00:13 -0000 1.18
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2014 Gentoo Foundation
26 +# Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.2.1-r1.ebuild,v 1.17 2014/12/22 02:36:54 idella4 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.2.1-r1.ebuild,v 1.18 2015/03/03 07:00:13 dlan Exp $
30
31 EAPI=5
32 PYTHON_COMPAT=( python2_7 pypy )
33 @@ -16,7 +16,7 @@
34
35 LICENSE="BSD"
36 SLOT="python-2"
37 -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
38 +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
39 IUSE=""
40
41 DEPEND=""
42
43
44
45 1.131 dev-python/beautifulsoup/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/ChangeLog?rev=1.131&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/ChangeLog?rev=1.131&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/ChangeLog?r1=1.130&r2=1.131
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v
54 retrieving revision 1.130
55 retrieving revision 1.131
56 diff -u -r1.130 -r1.131
57 --- ChangeLog 2 Jan 2015 12:22:09 -0000 1.130
58 +++ ChangeLog 3 Mar 2015 07:00:13 -0000 1.131
59 @@ -1,6 +1,9 @@
60 # ChangeLog for dev-python/beautifulsoup
61 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v 1.130 2015/01/02 12:22:09 ago Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v 1.131 2015/03/03 07:00:13 dlan Exp $
64 +
65 + 02 Mar 2015; Yixun Lan <dlan@g.o> beautifulsoup-3.2.1-r1.ebuild:
66 + add arm64 support, tested on A53 board
67
68 02 Jan 2015; Agostino Sarubbo <ago@g.o> beautifulsoup-4.3.2.ebuild:
69 Stable for sparc, wrt bug #530292