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/django: django-1.5-r1.ebuild django-1.5.1.ebuild ChangeLog
Date: Mon, 27 May 2013 22:30:16
Message-Id: 20130527223012.ED5272171E@flycatcher.gentoo.org
1 idella4 13/05/27 22:30:12
2
3 Modified: django-1.5-r1.ebuild django-1.5.1.ebuild ChangeLog
4 Log:
5 rename 1 patch, add py3tests.patch to fix tests for py3 in both 1.5 versions
6
7 (Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
8
9 Revision Changes Path
10 1.2 dev-python/django/django-1.5-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django/django-1.5-r1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django/django-1.5-r1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django/django-1.5-r1.ebuild?r1=1.1&r2=1.2
15
16 Index: django-1.5-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/django/django-1.5-r1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- django-1.5-r1.ebuild 3 Apr 2013 13:52:49 -0000 1.1
23 +++ django-1.5-r1.ebuild 27 May 2013 22:30:12 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/django/django-1.5-r1.ebuild,v 1.1 2013/04/03 13:52:49 floppym Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/django/django-1.5-r1.ebuild,v 1.2 2013/05/27 22:30:12 idella4 Exp $
29
30 EAPI=5
31 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
32 @@ -35,6 +35,9 @@
33 use doc && emake -C docs html
34 }
35
36 +PATCHES=( "${FILESDIR}"/${P}-py3tests.patch \
37 + "${FILESDIR}"/${P}-objects.patch )
38 +
39 python_test() {
40 # Tests have non-standard assumptions about PYTHONPATH,
41 # and don't work with ${BUILD_DIR}/lib.
42
43
44
45 1.2 dev-python/django/django-1.5.1.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django/django-1.5.1.ebuild?rev=1.2&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django/django-1.5.1.ebuild?rev=1.2&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django/django-1.5.1.ebuild?r1=1.1&r2=1.2
50
51 Index: django-1.5.1.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-python/django/django-1.5.1.ebuild,v
54 retrieving revision 1.1
55 retrieving revision 1.2
56 diff -u -r1.1 -r1.2
57 --- django-1.5.1.ebuild 27 May 2013 20:15:36 -0000 1.1
58 +++ django-1.5.1.ebuild 27 May 2013 22:30:12 -0000 1.2
59 @@ -1,6 +1,6 @@
60 # Copyright 1999-2013 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-python/django/django-1.5.1.ebuild,v 1.1 2013/05/27 20:15:36 idella4 Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-python/django/django-1.5.1.ebuild,v 1.2 2013/05/27 22:30:12 idella4 Exp $
64
65 EAPI=5
66 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
67 @@ -31,7 +31,8 @@
68
69 WEBAPP_MANUAL_SLOT="yes"
70
71 -PATCHES=( "${FILESDIR}"/${P}-objects.patch )
72 +PATCHES=( "${FILESDIR}"/${PN}-1.5-objects.patch \
73 + "${FILESDIR}"/${PN}-1.5-py3tests.patch )
74
75 python_compile_all() {
76 if use doc; then
77
78
79
80 1.107 dev-python/django/ChangeLog
81
82 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django/ChangeLog?rev=1.107&view=markup
83 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django/ChangeLog?rev=1.107&content-type=text/plain
84 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django/ChangeLog?r1=1.106&r2=1.107
85
86 Index: ChangeLog
87 ===================================================================
88 RCS file: /var/cvsroot/gentoo-x86/dev-python/django/ChangeLog,v
89 retrieving revision 1.106
90 retrieving revision 1.107
91 diff -u -r1.106 -r1.107
92 --- ChangeLog 27 May 2013 20:15:36 -0000 1.106
93 +++ ChangeLog 27 May 2013 22:30:12 -0000 1.107
94 @@ -1,6 +1,11 @@
95 # ChangeLog for dev-python/django
96 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
97 -# $Header: /var/cvsroot/gentoo-x86/dev-python/django/ChangeLog,v 1.106 2013/05/27 20:15:36 idella4 Exp $
98 +# $Header: /var/cvsroot/gentoo-x86/dev-python/django/ChangeLog,v 1.107 2013/05/27 22:30:12 idella4 Exp $
99 +
100 + 27 May 2013; Ian Delaney <idella4@g.o> +files/django-1.5-objects.patch,
101 + +files/django-1.5-py3tests.patch, -files/django-1.5.1-objects.patch,
102 + django-1.5-r1.ebuild, django-1.5.1.ebuild:
103 + rename 1 patch, add py3tests.patch to fix tests for py3 in both 1.5 versions
104
105 *django-1.5.1 (27 May 2013)