Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/unidecode: ChangeLog unidecode-0.04.16.ebuild unidecode-0.04.14.ebuild
Date: Fri, 01 Aug 2014 10:57:07
Message-Id: 20140801105700.69F322004E@flycatcher.gentoo.org
1 armin76 14/08/01 10:56:59
2
3 Modified: ChangeLog unidecode-0.04.16.ebuild
4 unidecode-0.04.14.ebuild
5 Log:
6 Add ~sparc wrt #505998
7
8 (Portage version: 2.2.8-r1/cvs/Linux ia64, signed Manifest commit with key 0xF6AD3240)
9
10 Revision Changes Path
11 1.20 dev-python/unidecode/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/unidecode/ChangeLog?rev=1.20&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/unidecode/ChangeLog?rev=1.20&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/unidecode/ChangeLog?r1=1.19&r2=1.20
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/unidecode/ChangeLog,v
20 retrieving revision 1.19
21 retrieving revision 1.20
22 diff -u -r1.19 -r1.20
23 --- ChangeLog 20 Jul 2014 12:20:19 -0000 1.19
24 +++ ChangeLog 1 Aug 2014 10:56:59 -0000 1.20
25 @@ -1,6 +1,10 @@
26 # ChangeLog for dev-python/unidecode
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/unidecode/ChangeLog,v 1.19 2014/07/20 12:20:19 klausman Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/unidecode/ChangeLog,v 1.20 2014/08/01 10:56:59 armin76 Exp $
30 +
31 + 01 Aug 2014; Raúl Porcel <armin76@g.o> unidecode-0.04.14.ebuild,
32 + unidecode-0.04.16.ebuild:
33 + Add ~sparc wrt #505998
34
35 20 Jul 2014; Tobias Klausmann <klausman@g.o> unidecode-0.04.14.ebuild:
36 Stable on alpha, bug #509790
37
38
39
40 1.4 dev-python/unidecode/unidecode-0.04.16.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/unidecode/unidecode-0.04.16.ebuild?rev=1.4&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/unidecode/unidecode-0.04.16.ebuild?rev=1.4&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/unidecode/unidecode-0.04.16.ebuild?r1=1.3&r2=1.4
45
46 Index: unidecode-0.04.16.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-python/unidecode/unidecode-0.04.16.ebuild,v
49 retrieving revision 1.3
50 retrieving revision 1.4
51 diff -u -r1.3 -r1.4
52 --- unidecode-0.04.16.ebuild 19 Jul 2014 17:25:14 -0000 1.3
53 +++ unidecode-0.04.16.ebuild 1 Aug 2014 10:56:59 -0000 1.4
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2014 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-python/unidecode/unidecode-0.04.16.ebuild,v 1.3 2014/07/19 17:25:14 klausman Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-python/unidecode/unidecode-0.04.16.ebuild,v 1.4 2014/08/01 10:56:59 armin76 Exp $
59
60 EAPI=5
61 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 )
62 @@ -16,7 +16,7 @@
63
64 LICENSE="GPL-2"
65 SLOT="0"
66 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~x86"
67 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~sparc ~x86"
68
69 S=${WORKDIR}/${MY_P}
70
71
72
73
74 1.8 dev-python/unidecode/unidecode-0.04.14.ebuild
75
76 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/unidecode/unidecode-0.04.14.ebuild?rev=1.8&view=markup
77 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/unidecode/unidecode-0.04.14.ebuild?rev=1.8&content-type=text/plain
78 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/unidecode/unidecode-0.04.14.ebuild?r1=1.7&r2=1.8
79
80 Index: unidecode-0.04.14.ebuild
81 ===================================================================
82 RCS file: /var/cvsroot/gentoo-x86/dev-python/unidecode/unidecode-0.04.14.ebuild,v
83 retrieving revision 1.7
84 retrieving revision 1.8
85 diff -u -r1.7 -r1.8
86 --- unidecode-0.04.14.ebuild 20 Jul 2014 12:20:19 -0000 1.7
87 +++ unidecode-0.04.14.ebuild 1 Aug 2014 10:56:59 -0000 1.8
88 @@ -1,6 +1,6 @@
89 # Copyright 1999-2014 Gentoo Foundation
90 # Distributed under the terms of the GNU General Public License v2
91 -# $Header: /var/cvsroot/gentoo-x86/dev-python/unidecode/unidecode-0.04.14.ebuild,v 1.7 2014/07/20 12:20:19 klausman Exp $
92 +# $Header: /var/cvsroot/gentoo-x86/dev-python/unidecode/unidecode-0.04.14.ebuild,v 1.8 2014/08/01 10:56:59 armin76 Exp $
93
94 EAPI=5
95 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 )
96 @@ -16,7 +16,7 @@
97
98 LICENSE="GPL-2"
99 SLOT="0"
100 -KEYWORDS="alpha ~amd64 ~arm hppa ~x86"
101 +KEYWORDS="alpha ~amd64 ~arm hppa ~sparc ~x86"
102
103 S=${WORKDIR}/${MY_P}