Gentoo Archives: gentoo-commits

From: "PaweA Hajdan (phajdan.jr)" <phajdan.jr@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/xlrd: ChangeLog xlrd-0.9.2.ebuild
Date: Mon, 24 Feb 2014 00:37:59
Message-Id: 20140224003756.52D542004C@flycatcher.gentoo.org
1 phajdan.jr 14/02/24 00:37:56
2
3 Modified: ChangeLog xlrd-0.9.2.ebuild
4 Log:
5 x86 stable wrt bug #495644
6
7 (Portage version: 2.2.7/cvs/Linux i686, RepoMan options: --ignore-arches, signed Manifest commit with key 0x4F1A2555EA71991D!)
8
9 Revision Changes Path
10 1.21 dev-python/xlrd/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/xlrd/ChangeLog?rev=1.21&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/xlrd/ChangeLog?rev=1.21&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/xlrd/ChangeLog?r1=1.20&r2=1.21
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/xlrd/ChangeLog,v
19 retrieving revision 1.20
20 retrieving revision 1.21
21 diff -u -r1.20 -r1.21
22 --- ChangeLog 21 Jan 2014 04:02:49 -0000 1.20
23 +++ ChangeLog 24 Feb 2014 00:37:56 -0000 1.21
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-python/xlrd
26 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/xlrd/ChangeLog,v 1.20 2014/01/21 04:02:49 patrick Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/xlrd/ChangeLog,v 1.21 2014/02/24 00:37:56 phajdan.jr Exp $
29 +
30 + 23 Feb 2014; Pawel Hajdan jr <phajdan.jr@g.o> xlrd-0.9.2.ebuild:
31 + x86 stable wrt bug #495644
32
33 21 Jan 2014; Patrick Lauer <patrick@g.o> -xlrd-0.7.7.ebuild,
34 -xlrd-0.8.0.ebuild:
35
36
37
38 1.5 dev-python/xlrd/xlrd-0.9.2.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/xlrd/xlrd-0.9.2.ebuild?rev=1.5&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/xlrd/xlrd-0.9.2.ebuild?rev=1.5&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/xlrd/xlrd-0.9.2.ebuild?r1=1.4&r2=1.5
43
44 Index: xlrd-0.9.2.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-python/xlrd/xlrd-0.9.2.ebuild,v
47 retrieving revision 1.4
48 retrieving revision 1.5
49 diff -u -r1.4 -r1.5
50 --- xlrd-0.9.2.ebuild 13 Oct 2013 09:15:21 -0000 1.4
51 +++ xlrd-0.9.2.ebuild 24 Feb 2014 00:37:56 -0000 1.5
52 @@ -1,6 +1,6 @@
53 -# Copyright 1999-2013 Gentoo Foundation
54 +# Copyright 1999-2014 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-python/xlrd/xlrd-0.9.2.ebuild,v 1.4 2013/10/13 09:15:21 pacho Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-python/xlrd/xlrd-0.9.2.ebuild,v 1.5 2014/02/24 00:37:56 phajdan.jr Exp $
58
59 EAPI="5"
60 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
61 @@ -13,7 +13,7 @@
62
63 LICENSE="BSD"
64 SLOT="0"
65 -KEYWORDS="~amd64 ~x86 ~ppc-aix ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
66 +KEYWORDS="~amd64 x86 ~ppc-aix ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
67 IUSE="doc examples"
68
69 DEPEND=""