Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pytables: pytables-3.1.1-r1.ebuild ChangeLog
Date: Sat, 29 Nov 2014 08:28:49
Message-Id: 20141129082844.D1E7CB250@oystercatcher.gentoo.org
1 idella4 14/11/29 08:28:44
2
3 Modified: pytables-3.1.1-r1.ebuild ChangeLog
4 Log:
5 remove unnecessary var confirmed by mgorny
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
8
9 Revision Changes Path
10 1.2 dev-python/pytables/pytables-3.1.1-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytables/pytables-3.1.1-r1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytables/pytables-3.1.1-r1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytables/pytables-3.1.1-r1.ebuild?r1=1.1&r2=1.2
15
16 Index: pytables-3.1.1-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/pytables/pytables-3.1.1-r1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- pytables-3.1.1-r1.ebuild 31 Oct 2014 12:52:06 -0000 1.1
23 +++ pytables-3.1.1-r1.ebuild 29 Nov 2014 08:28:44 -0000 1.2
24 @@ -1,10 +1,10 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pytables/pytables-3.1.1-r1.ebuild,v 1.1 2014/10/31 12:52:06 jlec Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytables/pytables-3.1.1-r1.ebuild,v 1.2 2014/11/29 08:28:44 idella4 Exp $
29
30 EAPI=5
31
32 -PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
33 +PYTHON_COMPAT=( python{2_7,3_3,3_4} )
34
35 MY_PN=tables
36 MY_P=${MY_PN}-${PV}
37 @@ -20,8 +20,6 @@
38 LICENSE="BSD"
39 IUSE="doc examples"
40
41 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
42 -
43 RDEPEND="
44 app-arch/bzip2:0=
45 dev-libs/c-blosc:0=
46
47
48
49 1.55 dev-python/pytables/ChangeLog
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytables/ChangeLog?rev=1.55&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytables/ChangeLog?rev=1.55&content-type=text/plain
53 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytables/ChangeLog?r1=1.54&r2=1.55
54
55 Index: ChangeLog
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/dev-python/pytables/ChangeLog,v
58 retrieving revision 1.54
59 retrieving revision 1.55
60 diff -u -r1.54 -r1.55
61 --- ChangeLog 31 Oct 2014 12:52:06 -0000 1.54
62 +++ ChangeLog 29 Nov 2014 08:28:44 -0000 1.55
63 @@ -1,6 +1,9 @@
64 # ChangeLog for dev-python/pytables
65 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
66 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pytables/ChangeLog,v 1.54 2014/10/31 12:52:06 jlec Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytables/ChangeLog,v 1.55 2014/11/29 08:28:44 idella4 Exp $
68 +
69 + 29 Nov 2014; Ian Delaney <idella4@g.o> pytables-3.1.1-r1.ebuild:
70 + remove unnecessary var confirmed by mgorny
71
72 *pytables-3.1.1-r1 (31 Oct 2014)