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/pyshark: ChangeLog pyshark-0.3.5.ebuild
Date: Fri, 03 Jul 2015 04:12:21
Message-Id: 20150703041211.C5C8D74F@oystercatcher.gentoo.org
1 idella4 15/07/03 04:12:11
2
3 Modified: ChangeLog pyshark-0.3.5.ebuild
4 Log:
5 correction to rdeps
6
7 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
8
9 Revision Changes Path
10 1.5 dev-python/pyshark/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyshark/ChangeLog?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyshark/ChangeLog?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyshark/ChangeLog?r1=1.4&r2=1.5
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyshark/ChangeLog,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- ChangeLog 26 Jun 2015 06:39:28 -0000 1.4
23 +++ ChangeLog 3 Jul 2015 04:12:11 -0000 1.5
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-python/pyshark
26 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyshark/ChangeLog,v 1.4 2015/06/26 06:39:28 patrick Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyshark/ChangeLog,v 1.5 2015/07/03 04:12:11 idella4 Exp $
29 +
30 + 03 Jul 2015; Ian Delaney <idella4@g.o> pyshark-0.3.5.ebuild:
31 + correction to rdeps
32
33 *pyshark-0.3.5 (26 Jun 2015)
34
35
36
37
38 1.2 dev-python/pyshark/pyshark-0.3.5.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyshark/pyshark-0.3.5.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyshark/pyshark-0.3.5.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyshark/pyshark-0.3.5.ebuild?r1=1.1&r2=1.2
43
44 Index: pyshark-0.3.5.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyshark/pyshark-0.3.5.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- pyshark-0.3.5.ebuild 26 Jun 2015 06:39:28 -0000 1.1
51 +++ pyshark-0.3.5.ebuild 3 Jul 2015 04:12:11 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2015 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyshark/pyshark-0.3.5.ebuild,v 1.1 2015/06/26 06:39:28 patrick Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyshark/pyshark-0.3.5.ebuild,v 1.2 2015/07/03 04:12:11 idella4 Exp $
57
58 EAPI="5"
59
60 @@ -18,11 +18,11 @@
61 IUSE=""
62
63 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
64 -RDEPEND="dev-python/futures[${PYTHON_USEDEP}]
65 +# See pyshark.egg-info/requires.txt
66 +RDEPEND="dev-python/py[${PYTHON_USEDEP}]
67 dev-python/logbook[${PYTHON_USEDEP}]
68 dev-python/lxml[${PYTHON_USEDEP}]
69 dev-python/trollius[${PYTHON_USEDEP}]
70 virtual/python-futures[${PYTHON_USEDEP}]
71 net-analyzer/wireshark"
72 -
73 -DOCS=( README.txt )
74 +# Tests exlcuded in MANIFEST.in