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/enum34: ChangeLog enum34-1.0.4.ebuild
Date: Thu, 01 Jan 2015 20:53:27
Message-Id: 20150101205324.B4E15EA97@oystercatcher.gentoo.org
1 maekke 15/01/01 20:53:24
2
3 Modified: ChangeLog enum34-1.0.4.ebuild
4 Log:
5 add ~arm, bug #533430
6
7 (Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
8
9 Revision Changes Path
10 1.8 dev-python/enum34/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/enum34/ChangeLog?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/enum34/ChangeLog?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/enum34/ChangeLog?r1=1.7&r2=1.8
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/enum34/ChangeLog,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- ChangeLog 26 Dec 2014 17:28:21 -0000 1.7
23 +++ ChangeLog 1 Jan 2015 20:53:24 -0000 1.8
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-python/enum34
26 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/enum34/ChangeLog,v 1.7 2014/12/26 17:28:21 alunduil Exp $
28 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/enum34/ChangeLog,v 1.8 2015/01/01 20:53:24 maekke Exp $
30 +
31 + 01 Jan 2015; Markus Meier <maekke@g.o> enum34-1.0.4.ebuild:
32 + add ~arm, bug #533430
33
34 26 Dec 2014; Alex Brandt <alunduil@g.o> metadata.xml:
35 add python herd to metadata
36
37
38
39 1.4 dev-python/enum34/enum34-1.0.4.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/enum34/enum34-1.0.4.ebuild?rev=1.4&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/enum34/enum34-1.0.4.ebuild?rev=1.4&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/enum34/enum34-1.0.4.ebuild?r1=1.3&r2=1.4
44
45 Index: enum34-1.0.4.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-python/enum34/enum34-1.0.4.ebuild,v
48 retrieving revision 1.3
49 retrieving revision 1.4
50 diff -u -r1.3 -r1.4
51 --- enum34-1.0.4.ebuild 25 Dec 2014 19:04:35 -0000 1.3
52 +++ enum34-1.0.4.ebuild 1 Jan 2015 20:53:24 -0000 1.4
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2014 Gentoo Foundation
55 +# Copyright 1999-2015 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-python/enum34/enum34-1.0.4.ebuild,v 1.3 2014/12/25 19:04:35 floppym Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-python/enum34/enum34-1.0.4.ebuild,v 1.4 2015/01/01 20:53:24 maekke Exp $
59
60 EAPI=5
61 PYTHON_COMPAT=( python{2_7,3_3} pypy pypy3 ) # Do NOT add python3_4—see DESCRIPTION
62 @@ -13,7 +13,7 @@
63
64 LICENSE="BSD"
65 SLOT="0"
66 -KEYWORDS="~x86 ~amd64"
67 +KEYWORDS="~amd64 ~arm ~x86"
68 IUSE="doc"
69
70 DEPEND=""