Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/xlrd/
Date: Sun, 29 Jan 2017 17:29:08
Message-Id: 1485710906.517fc2c40413fda915c313d075d2ea6f57493975.grobian@gentoo
1 commit: 517fc2c40413fda915c313d075d2ea6f57493975
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 29 17:25:53 2017 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 29 17:28:26 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=517fc2c4
7
8 dev-python/xlrd: dropped ~hppa-hpux ~ia64-hpux ~x86-interix
9
10 Package-Manager: portage-2.3.3
11
12 dev-python/xlrd/xlrd-0.9.3-r1.ebuild | 4 ++--
13 dev-python/xlrd/xlrd-0.9.3.ebuild | 4 ++--
14 dev-python/xlrd/xlrd-0.9.4.ebuild | 2 +-
15 3 files changed, 5 insertions(+), 5 deletions(-)
16
17 diff --git a/dev-python/xlrd/xlrd-0.9.3-r1.ebuild b/dev-python/xlrd/xlrd-0.9.3-r1.ebuild
18 index 34c9033..9fa883b 100644
19 --- a/dev-python/xlrd/xlrd-0.9.3-r1.ebuild
20 +++ b/dev-python/xlrd/xlrd-0.9.3-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2015 Gentoo Foundation
23 +# Copyright 1999-2017 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 # $Id$
26
27 @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
28
29 LICENSE="BSD"
30 SLOT="0"
31 -KEYWORDS="~amd64 ~x86 ~ppc-aix ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
32 +KEYWORDS="~amd64 ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
33
34 PATCHES=( "${FILESDIR}"/${P}-column.patch )
35
36
37 diff --git a/dev-python/xlrd/xlrd-0.9.3.ebuild b/dev-python/xlrd/xlrd-0.9.3.ebuild
38 index a5210cb..5dfc2b8 100644
39 --- a/dev-python/xlrd/xlrd-0.9.3.ebuild
40 +++ b/dev-python/xlrd/xlrd-0.9.3.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2015 Gentoo Foundation
43 +# Copyright 1999-2017 Gentoo Foundation
44 # Distributed under the terms of the GNU General Public License v2
45 # $Id$
46
47 @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
48
49 LICENSE="BSD"
50 SLOT="0"
51 -KEYWORDS="amd64 x86 ~ppc-aix ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
52 +KEYWORDS="amd64 x86 ~ppc-aix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
53
54 python_prepare_all() {
55 # Remove this if examples get reintroduced
56
57 diff --git a/dev-python/xlrd/xlrd-0.9.4.ebuild b/dev-python/xlrd/xlrd-0.9.4.ebuild
58 index 3f7ef9e..542dfeb 100644
59 --- a/dev-python/xlrd/xlrd-0.9.4.ebuild
60 +++ b/dev-python/xlrd/xlrd-0.9.4.ebuild
61 @@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
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 ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
67 IUSE=""
68
69 PATCHES=( "${FILESDIR}"/${PN}-0.9.3-column.patch )