Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pychef: pychef-0.2.1.ebuild ChangeLog
Date: Sun, 06 Jul 2014 12:45:36
Message-Id: 20140706124533.D35792004F@flycatcher.gentoo.org
1 mgorny 14/07/06 12:45:33
2
3 Modified: pychef-0.2.1.ebuild ChangeLog
4 Log:
5 Clean up obsolete dependencies on virtual/python-argparse and virtual/python-unittest2 (those packages were only required for <=python-2.6).
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
8
9 Revision Changes Path
10 1.2 dev-python/pychef/pychef-0.2.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pychef/pychef-0.2.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pychef/pychef-0.2.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pychef/pychef-0.2.1.ebuild?r1=1.1&r2=1.2
15
16 Index: pychef-0.2.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/pychef/pychef-0.2.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- pychef-0.2.1.ebuild 14 May 2013 19:28:15 -0000 1.1
23 +++ pychef-0.2.1.ebuild 6 Jul 2014 12:45:33 -0000 1.2
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2013 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pychef/pychef-0.2.1.ebuild,v 1.1 2013/05/14 19:28:15 prometheanfire Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pychef/pychef-0.2.1.ebuild,v 1.2 2014/07/06 12:45:33 mgorny Exp $
30
31 EAPI=5
32 PYTHON_COMPAT=( python2_7 )
33 @@ -19,8 +19,7 @@
34
35 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
36 dev-python/versiontools[${PYTHON_USEDEP}]
37 - test? ( dev-python/mock[${PYTHON_USEDEP}]
38 - virtual/python-unittest2[${PYTHON_USEDEP}] )"
39 + test? ( dev-python/mock[${PYTHON_USEDEP}] )"
40 RDEPEND=""
41
42 python_test() {
43
44
45
46 1.2 dev-python/pychef/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pychef/ChangeLog?rev=1.2&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pychef/ChangeLog?rev=1.2&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pychef/ChangeLog?r1=1.1&r2=1.2
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/dev-python/pychef/ChangeLog,v
55 retrieving revision 1.1
56 retrieving revision 1.2
57 diff -u -r1.1 -r1.2
58 --- ChangeLog 14 May 2013 19:28:15 -0000 1.1
59 +++ ChangeLog 6 Jul 2014 12:45:33 -0000 1.2
60 @@ -1,6 +1,10 @@
61 # ChangeLog for dev-python/pychef
62 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pychef/ChangeLog,v 1.1 2013/05/14 19:28:15 prometheanfire Exp $
64 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
65 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pychef/ChangeLog,v 1.2 2014/07/06 12:45:33 mgorny Exp $
66 +
67 + 06 Jul 2014; Michał Górny <mgorny@g.o> pychef-0.2.1.ebuild:
68 + Clean up obsolete dependencies on virtual/python-argparse and virtual/python-
69 + unittest2 (those packages were only required for <=python-2.6).
70
71 *pychef-0.2.1 (14 May 2013)