Gentoo Archives: gentoo-commits

From: "Mikle Kolyada (zlogene)" <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/virtualenv: virtualenv-12.0.5.ebuild ChangeLog
Date: Sun, 28 Jun 2015 15:14:04
Message-Id: 20150628151351.6491B739@oystercatcher.gentoo.org
1 zlogene 15/06/28 15:13:51
2
3 Modified: virtualenv-12.0.5.ebuild ChangeLog
4 Log:
5 alpha stable wrt bug #538528
6
7 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
8
9 Revision Changes Path
10 1.8 dev-python/virtualenv/virtualenv-12.0.5.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/virtualenv-12.0.5.ebuild?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/virtualenv-12.0.5.ebuild?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/virtualenv-12.0.5.ebuild?r1=1.7&r2=1.8
15
16 Index: virtualenv-12.0.5.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-12.0.5.ebuild,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- virtualenv-12.0.5.ebuild 31 May 2015 11:19:00 -0000 1.7
23 +++ virtualenv-12.0.5.ebuild 28 Jun 2015 15:13:51 -0000 1.8
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/virtualenv/virtualenv-12.0.5.ebuild,v 1.7 2015/05/31 11:19:00 zlogene Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-12.0.5.ebuild,v 1.8 2015/06/28 15:13:51 zlogene Exp $
29
30 EAPI="5"
31 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 )
32 @@ -12,7 +12,7 @@
33 SRC_URI="https://github.com/pypa/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
34
35 LICENSE="MIT"
36 -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
37 +KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
38 SLOT="0"
39 IUSE="doc test"
40
41
42
43
44 1.150 dev-python/virtualenv/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/ChangeLog?rev=1.150&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/ChangeLog?rev=1.150&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/ChangeLog?r1=1.149&r2=1.150
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v
53 retrieving revision 1.149
54 retrieving revision 1.150
55 diff -u -r1.149 -r1.150
56 --- ChangeLog 7 Jun 2015 16:27:51 -0000 1.149
57 +++ ChangeLog 28 Jun 2015 15:13:51 -0000 1.150
58 @@ -1,6 +1,9 @@
59 # ChangeLog for dev-python/virtualenv
60 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.149 2015/06/07 16:27:51 jlec Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.150 2015/06/28 15:13:51 zlogene Exp $
63 +
64 + 28 Jun 2015; Mikle Kolyada <zlogene@g.o> virtualenv-12.0.5.ebuild:
65 + alpha stable wrt bug #538528
66
67 07 Jun 2015; Justin Lecher <jlec@g.o> metadata.xml:
68 Add github to remote-id in metadata.xml