Gentoo Archives: gentoo-commits

From: "Markus Meier (maekke)" <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/chardet: ChangeLog chardet-2.2.1.ebuild
Date: Thu, 19 Jun 2014 18:12:29
Message-Id: 20140619181225.61C982004E@flycatcher.gentoo.org
1 maekke 14/06/19 18:12:25
2
3 Modified: ChangeLog chardet-2.2.1.ebuild
4 Log:
5 arm stable, bug #513278
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
8
9 Revision Changes Path
10 1.43 dev-python/chardet/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/chardet/ChangeLog?rev=1.43&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/chardet/ChangeLog?rev=1.43&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/chardet/ChangeLog?r1=1.42&r2=1.43
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/chardet/ChangeLog,v
19 retrieving revision 1.42
20 retrieving revision 1.43
21 diff -u -r1.42 -r1.43
22 --- ChangeLog 8 Jun 2014 17:10:17 -0000 1.42
23 +++ ChangeLog 19 Jun 2014 18:12:25 -0000 1.43
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-python/chardet
26 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/chardet/ChangeLog,v 1.42 2014/06/08 17:10:17 hattya Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/chardet/ChangeLog,v 1.43 2014/06/19 18:12:25 maekke Exp $
29 +
30 + 19 Jun 2014; Markus Meier <maekke@g.o> chardet-2.2.1.ebuild:
31 + arm stable, bug #513278
32
33 08 Jun 2014; Akinori Hattori <hattya@g.o> chardet-2.2.1.ebuild:
34 keyword ~ia64 wrt bug #509628
35
36
37
38 1.12 dev-python/chardet/chardet-2.2.1.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/chardet/chardet-2.2.1.ebuild?rev=1.12&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/chardet/chardet-2.2.1.ebuild?rev=1.12&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/chardet/chardet-2.2.1.ebuild?r1=1.11&r2=1.12
43
44 Index: chardet-2.2.1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-python/chardet/chardet-2.2.1.ebuild,v
47 retrieving revision 1.11
48 retrieving revision 1.12
49 diff -u -r1.11 -r1.12
50 --- chardet-2.2.1.ebuild 8 Jun 2014 17:10:17 -0000 1.11
51 +++ chardet-2.2.1.ebuild 19 Jun 2014 18:12:25 -0000 1.12
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2014 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-python/chardet/chardet-2.2.1.ebuild,v 1.11 2014/06/08 17:10:17 hattya Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-python/chardet/chardet-2.2.1.ebuild,v 1.12 2014/06/19 18:12:25 maekke Exp $
57
58 EAPI=5
59 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 )
60 @@ -13,7 +13,7 @@
61
62 LICENSE="LGPL-2.1"
63 SLOT="0"
64 -KEYWORDS="amd64 ~arm hppa ~ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
65 +KEYWORDS="amd64 arm hppa ~ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
66 IUSE=""
67
68 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"