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/cx_Freeze: cx_Freeze-4.3.3.ebuild ChangeLog
Date: Fri, 30 May 2014 04:43:27
Message-Id: 20140530044323.474852004E@flycatcher.gentoo.org
1 idella4 14/05/30 04:43:23
2
3 Modified: ChangeLog
4 Added: cx_Freeze-4.3.3.ebuild
5 Log:
6 bump; drop py2.6 py3.2 add py3.4 support
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
9
10 Revision Changes Path
11 1.10 dev-python/cx_Freeze/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cx_Freeze/ChangeLog?rev=1.10&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cx_Freeze/ChangeLog?rev=1.10&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cx_Freeze/ChangeLog?r1=1.9&r2=1.10
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/cx_Freeze/ChangeLog,v
20 retrieving revision 1.9
21 retrieving revision 1.10
22 diff -u -r1.9 -r1.10
23 --- ChangeLog 19 Nov 2013 12:26:09 -0000 1.9
24 +++ ChangeLog 30 May 2014 04:43:23 -0000 1.10
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-python/cx_Freeze
27 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cx_Freeze/ChangeLog,v 1.9 2013/11/19 12:26:09 pinkbyte Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-python/cx_Freeze/ChangeLog,v 1.10 2014/05/30 04:43:23 idella4 Exp $
31 +
32 +*cx_Freeze-4.3.3 (30 May 2014)
33 +
34 + 30 May 2014; Ian Delaney <idella4@g.o> +cx_Freeze-4.3.3.ebuild:
35 + bump; drop py2.6 py3.2 add py3.4 support
36
37 19 Nov 2013; Sergey Popov <pinkbyte@g.o> cx_Freeze-4.3.1-r2.ebuild,
38 cx_Freeze-4.3.2.ebuild, +files/cx_Freeze-4.3.2-buildsystem.patch:
39
40
41
42 1.1 dev-python/cx_Freeze/cx_Freeze-4.3.3.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cx_Freeze/cx_Freeze-4.3.3.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cx_Freeze/cx_Freeze-4.3.3.ebuild?rev=1.1&content-type=text/plain
46
47 Index: cx_Freeze-4.3.3.ebuild
48 ===================================================================
49 # Copyright 1999-2014 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-python/cx_Freeze/cx_Freeze-4.3.3.ebuild,v 1.1 2014/05/30 04:43:23 idella4 Exp $
52
53 EAPI="5"
54
55 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
56 inherit distutils-r1
57
58 DESCRIPTION="Create standalone executables from Python scripts"
59 HOMEPAGE="http://cx-freeze.sourceforge.net"
60 SRC_URI="mirror://sourceforge/cx-freeze/${P}.tar.gz"
61
62 LICENSE="PYTHON"
63 SLOT="0"
64 KEYWORDS="~amd64 ~x86"
65
66 PATCHES=(
67 "${FILESDIR}/${PN}-4.3.2-buildsystem.patch" # bug #491602
68 )
69 # test folder missing half the source content.