Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/django: django-9999.ebuild django-1.5.1.ebuild ChangeLog
Date: Sat, 01 Jun 2013 19:35:43
Message-Id: 20130601193537.6997E2171D@flycatcher.gentoo.org
1 floppym 13/06/01 19:35:37
2
3 Modified: django-9999.ebuild django-1.5.1.ebuild ChangeLog
4 Log:
5 Convert to virtual/python-imaging.
6
7 (Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
8
9 Revision Changes Path
10 1.21 dev-python/django/django-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django/django-9999.ebuild?rev=1.21&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django/django-9999.ebuild?rev=1.21&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django/django-9999.ebuild?r1=1.20&r2=1.21
15
16 Index: django-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/django/django-9999.ebuild,v
19 retrieving revision 1.20
20 retrieving revision 1.21
21 diff -u -r1.20 -r1.21
22 --- django-9999.ebuild 3 Apr 2013 13:52:49 -0000 1.20
23 +++ django-9999.ebuild 1 Jun 2013 19:35:37 -0000 1.21
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-9999.ebuild,v 1.20 2013/04/03 13:52:49 floppym Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/django/django-9999.ebuild,v 1.21 2013/06/01 19:35:37 floppym Exp $
29
30 EAPI=5
31 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
32 @@ -26,7 +26,7 @@
33 IUSE="doc mysql postgres sqlite test"
34
35 PY2_USEDEP=$(python_gen_usedep 'python2*')
36 -RDEPEND="dev-python/imaging[${PY2_USEDEP}]
37 +RDEPEND="virtual/python-imaging[${PYTHON_USEDEP}]
38 postgres? ( dev-python/psycopg:2[${PYTHON_USEDEP}] )
39 mysql? ( >=dev-python/mysql-python-1.2.3[${PY2_USEDEP}] )"
40 DEPEND="${RDEPEND}
41
42
43
44 1.3 dev-python/django/django-1.5.1.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django/django-1.5.1.ebuild?rev=1.3&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django/django-1.5.1.ebuild?rev=1.3&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django/django-1.5.1.ebuild?r1=1.2&r2=1.3
49
50 Index: django-1.5.1.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-python/django/django-1.5.1.ebuild,v
53 retrieving revision 1.2
54 retrieving revision 1.3
55 diff -u -r1.2 -r1.3
56 --- django-1.5.1.ebuild 27 May 2013 22:30:12 -0000 1.2
57 +++ django-1.5.1.ebuild 1 Jun 2013 19:35:37 -0000 1.3
58 @@ -1,6 +1,6 @@
59 # Copyright 1999-2013 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-python/django/django-1.5.1.ebuild,v 1.2 2013/05/27 22:30:12 idella4 Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-python/django/django-1.5.1.ebuild,v 1.3 2013/06/01 19:35:37 floppym Exp $
63
64 EAPI=5
65 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
66 @@ -20,7 +20,7 @@
67 IUSE="doc mysql postgres sqlite test"
68
69 PY2_USEDEP=$(python_gen_usedep 'python2*')
70 -RDEPEND="dev-python/imaging[${PY2_USEDEP}]
71 +RDEPEND="virtual/python-imaging[${PYTHON_USEDEP}]
72 postgres? ( dev-python/psycopg:2[${PYTHON_USEDEP}] )
73 mysql? ( >=dev-python/mysql-python-1.2.3[${PY2_USEDEP}] )"
74 DEPEND="${RDEPEND}
75
76
77
78 1.109 dev-python/django/ChangeLog
79
80 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django/ChangeLog?rev=1.109&view=markup
81 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django/ChangeLog?rev=1.109&content-type=text/plain
82 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django/ChangeLog?r1=1.108&r2=1.109
83
84 Index: ChangeLog
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/dev-python/django/ChangeLog,v
87 retrieving revision 1.108
88 retrieving revision 1.109
89 diff -u -r1.108 -r1.109
90 --- ChangeLog 29 May 2013 02:47:33 -0000 1.108
91 +++ ChangeLog 1 Jun 2013 19:35:37 -0000 1.109
92 @@ -1,6 +1,10 @@
93 # ChangeLog for dev-python/django
94 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
95 -# $Header: /var/cvsroot/gentoo-x86/dev-python/django/ChangeLog,v 1.108 2013/05/29 02:47:33 floppym Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/dev-python/django/ChangeLog,v 1.109 2013/06/01 19:35:37 floppym Exp $
97 +
98 + 01 Jun 2013; Mike Gilbert <floppym@g.o> django-1.5.1.ebuild,
99 + django-9999.ebuild:
100 + Convert to virtual/python-imaging.
101
102 *django-1.2.7 (29 May 2013)