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/hacking: hacking-0.8.0.ebuild ChangeLog
Date: Thu, 02 Jan 2014 03:07:28
Message-Id: 20140102030725.80FAE2004B@flycatcher.gentoo.org
1 idella4 14/01/02 03:07:25
2
3 Modified: hacking-0.8.0.ebuild ChangeLog
4 Log:
5 correct 1 char white space
6
7 (Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
8
9 Revision Changes Path
10 1.2 dev-python/hacking/hacking-0.8.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hacking/hacking-0.8.0.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hacking/hacking-0.8.0.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hacking/hacking-0.8.0.ebuild?r1=1.1&r2=1.2
15
16 Index: hacking-0.8.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/hacking/hacking-0.8.0.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- hacking-0.8.0.ebuild 2 Jan 2014 03:05:42 -0000 1.1
23 +++ hacking-0.8.0.ebuild 2 Jan 2014 03:07:25 -0000 1.2
24 @@ -1,6 +1,6 @@
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/hacking/hacking-0.8.0.ebuild,v 1.1 2014/01/02 03:05:42 idella4 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/hacking/hacking-0.8.0.ebuild,v 1.2 2014/01/02 03:07:25 idella4 Exp $
29
30 EAPI=5
31 PYTHON_COMPAT=( python2_7 )
32 @@ -25,7 +25,7 @@
33 >=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
34 >=dev-python/testrepository-0.0.17[${PYTHON_USEDEP}]
35 >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
36 - >=dev-python/testtools-0.9.32[${PYTHON_USEDEP}]
37 + >=dev-python/testtools-0.9.32[${PYTHON_USEDEP}]
38 ${RDEPEND} )"
39 RDEPEND="~dev-python/pep8-1.4.5[${PYTHON_USEDEP}]
40 >=dev-python/pyflakes-0.7.2[${PYTHON_USEDEP}]
41
42
43
44 1.4 dev-python/hacking/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hacking/ChangeLog?rev=1.4&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hacking/ChangeLog?rev=1.4&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hacking/ChangeLog?r1=1.3&r2=1.4
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-python/hacking/ChangeLog,v
53 retrieving revision 1.3
54 retrieving revision 1.4
55 diff -u -r1.3 -r1.4
56 --- ChangeLog 2 Jan 2014 03:05:42 -0000 1.3
57 +++ ChangeLog 2 Jan 2014 03:07:25 -0000 1.4
58 @@ -1,6 +1,9 @@
59 # ChangeLog for dev-python/hacking
60 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-python/hacking/ChangeLog,v 1.3 2014/01/02 03:05:42 idella4 Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-python/hacking/ChangeLog,v 1.4 2014/01/02 03:07:25 idella4 Exp $
63 +
64 + 02 Jan 2014; Ian Delaney <idella4@g.o> hacking-0.8.0.ebuild:
65 + correct 1 char white space
66
67 *hacking-0.8.0 (02 Jan 2014)