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/python-distutils-extra: python-distutils-extra-2.38.ebuild ChangeLog
Date: Thu, 27 Nov 2014 12:47:11
Message-Id: 20141127124708.8AC80B04A@oystercatcher.gentoo.org
1 idella4 14/11/27 12:47:08
2
3 Modified: python-distutils-extra-2.38.ebuild ChangeLog
4 Log:
5 clean old python impl
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
8
9 Revision Changes Path
10 1.2 dev-python/python-distutils-extra/python-distutils-extra-2.38.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-distutils-extra/python-distutils-extra-2.38.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-distutils-extra/python-distutils-extra-2.38.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-distutils-extra/python-distutils-extra-2.38.ebuild?r1=1.1&r2=1.2
15
16 Index: python-distutils-extra-2.38.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-distutils-extra/python-distutils-extra-2.38.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- python-distutils-extra-2.38.ebuild 17 May 2014 08:18:33 -0000 1.1
23 +++ python-distutils-extra-2.38.ebuild 27 Nov 2014 12:47:08 -0000 1.2
24 @@ -1,10 +1,10 @@
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/python-distutils-extra/python-distutils-extra-2.38.ebuild,v 1.1 2014/05/17 08:18:33 idella4 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-distutils-extra/python-distutils-extra-2.38.ebuild,v 1.2 2014/11/27 12:47:08 idella4 Exp $
29
30 EAPI=5
31
32 -PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy )
33 +PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
34
35 inherit distutils-r1
36
37
38
39
40 1.31 dev-python/python-distutils-extra/ChangeLog
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-distutils-extra/ChangeLog?rev=1.31&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-distutils-extra/ChangeLog?rev=1.31&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-distutils-extra/ChangeLog?r1=1.30&r2=1.31
45
46 Index: ChangeLog
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-distutils-extra/ChangeLog,v
49 retrieving revision 1.30
50 retrieving revision 1.31
51 diff -u -r1.30 -r1.31
52 --- ChangeLog 10 Aug 2014 21:18:50 -0000 1.30
53 +++ ChangeLog 27 Nov 2014 12:47:08 -0000 1.31
54 @@ -1,6 +1,10 @@
55 # ChangeLog for dev-python/python-distutils-extra
56 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-distutils-extra/ChangeLog,v 1.30 2014/08/10 21:18:50 slyfox Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-distutils-extra/ChangeLog,v 1.31 2014/11/27 12:47:08 idella4 Exp $
59 +
60 + 27 Nov 2014; Ian Delaney <idella4@g.o>
61 + python-distutils-extra-2.38.ebuild:
62 + clean old python impl
63
64 10 Aug 2014; Sergei Trofimovich <slyfox@g.o>
65 python-distutils-extra-2.23.ebuild, python-distutils-extra-2.33.ebuild,