Gentoo Archives: gentoo-commits

From: "Tim Harder (radhermit)" <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pychroot: pychroot-9999.ebuild ChangeLog
Date: Sat, 01 Aug 2015 18:59:57
Message-Id: 20150801185950.5F6F7ED@oystercatcher.gentoo.org
1 radhermit 15/08/01 18:59:50
2
3 Modified: pychroot-9999.ebuild ChangeLog
4 Log:
5 Update DESCRIPTION, add setuptools as an rdep, and force snakeoil from git.
6
7 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
8
9 Revision Changes Path
10 1.4 dev-python/pychroot/pychroot-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pychroot/pychroot-9999.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pychroot/pychroot-9999.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pychroot/pychroot-9999.ebuild?r1=1.3&r2=1.4
15
16 Index: pychroot-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/pychroot/pychroot-9999.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- pychroot-9999.ebuild 4 Apr 2015 02:41:02 -0000 1.3
23 +++ pychroot-9999.ebuild 1 Aug 2015 18:59:50 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pychroot/pychroot-9999.ebuild,v 1.3 2015/04/04 02:41:02 radhermit Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pychroot/pychroot-9999.ebuild,v 1.4 2015/08/01 18:59:50 radhermit Exp $
29
30 EAPI=5
31 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
32 @@ -14,16 +14,18 @@
33 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
34 fi
35
36 -DESCRIPTION="a python library that simplifies chroot handling"
37 +DESCRIPTION="a python library and cli tool that simplify chroot handling"
38 HOMEPAGE="https://github.com/pkgcore/pychroot"
39
40 LICENSE="BSD"
41 SLOT="0"
42 IUSE="test"
43
44 -RDEPEND=">=dev-python/snakeoil-0.6.2[${PYTHON_USEDEP}]"
45 -DEPEND="${RDEPEND}
46 +RDEPEND="
47 dev-python/setuptools[${PYTHON_USEDEP}]
48 + =dev-python/snakeoil-9999[${PYTHON_USEDEP}]
49 +"
50 +DEPEND="${RDEPEND}
51 test? (
52 $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7)
53 dev-python/pytest[${PYTHON_USEDEP}]
54
55
56
57 1.9 dev-python/pychroot/ChangeLog
58
59 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pychroot/ChangeLog?rev=1.9&view=markup
60 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pychroot/ChangeLog?rev=1.9&content-type=text/plain
61 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pychroot/ChangeLog?r1=1.8&r2=1.9
62
63 Index: ChangeLog
64 ===================================================================
65 RCS file: /var/cvsroot/gentoo-x86/dev-python/pychroot/ChangeLog,v
66 retrieving revision 1.8
67 retrieving revision 1.9
68 diff -u -r1.8 -r1.9
69 --- ChangeLog 6 Jul 2015 01:41:29 -0000 1.8
70 +++ ChangeLog 1 Aug 2015 18:59:50 -0000 1.9
71 @@ -1,6 +1,9 @@
72 # ChangeLog for dev-python/pychroot
73 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
74 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pychroot/ChangeLog,v 1.8 2015/07/06 01:41:29 radhermit Exp $
75 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pychroot/ChangeLog,v 1.9 2015/08/01 18:59:50 radhermit Exp $
76 +
77 + 01 Aug 2015; Tim Harder <radhermit@g.o> pychroot-9999.ebuild:
78 + Update DESCRIPTION, add setuptools as an rdep, and force snakeoil from git.
79
80 06 Jul 2015; Tim Harder <radhermit@g.o> -pychroot-0.9.8.ebuild,
81 -pychroot-0.9.10.ebuild: