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-registration: django-registration-0.8-r1.ebuild ChangeLog django-registration-0.8-r2.ebuild
Date: Sat, 01 Jun 2013 17:28:01
Message-Id: 20130601172754.6E0FF2171D@flycatcher.gentoo.org
1 floppym 13/06/01 17:27:54
2
3 Modified: django-registration-0.8-r1.ebuild ChangeLog
4 Removed: django-registration-0.8-r2.ebuild
5 Log:
6 Drop -r2 to get master.zip off gentoo mirrors. Remove broken python_test function from -r1.
7
8 (Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
9
10 Revision Changes Path
11 1.2 dev-python/django-registration/django-registration-0.8-r1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-registration/django-registration-0.8-r1.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-registration/django-registration-0.8-r1.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-registration/django-registration-0.8-r1.ebuild?r1=1.1&r2=1.2
16
17 Index: django-registration-0.8-r1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/django-registration/django-registration-0.8-r1.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- django-registration-0.8-r1.ebuild 27 May 2013 14:27:49 -0000 1.1
24 +++ django-registration-0.8-r1.ebuild 1 Jun 2013 17:27:54 -0000 1.2
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/django-registration/django-registration-0.8-r1.ebuild,v 1.1 2013/05/27 14:27:49 idella4 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/django-registration/django-registration-0.8-r1.ebuild,v 1.2 2013/06/01 17:27:54 floppym Exp $
30
31 EAPI=5
32
33 @@ -19,20 +19,3 @@
34
35 DEPEND="dev-python/django[${PYTHON_USEDEP}]"
36 RDEPEND="${DEPEND}"
37 -
38 -python_test() {
39 - export DJANGO_SETTINGS_MODULE="django.conf"
40 - export SECRET_KEY='green'
41 - local test
42 - for test in registration/tests/{backends.py,forms.py,models.py,urls.py,views.py}
43 - do
44 - if ! "${PYTHON}" -c \
45 - "from django.conf import global_settings;global_settings.SECRET_KEY='$SECRET_KEY'" ${test}
46 - then
47 - die "test ${test} failed under ${EPYTHON}"
48 - else
49 - einfo "test ${test} passed"
50 - fi
51 - done
52 - einfo "tests passed under ${EPYTHON}"
53 -}
54
55
56
57 1.6 dev-python/django-registration/ChangeLog
58
59 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-registration/ChangeLog?rev=1.6&view=markup
60 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-registration/ChangeLog?rev=1.6&content-type=text/plain
61 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-registration/ChangeLog?r1=1.5&r2=1.6
62
63 Index: ChangeLog
64 ===================================================================
65 RCS file: /var/cvsroot/gentoo-x86/dev-python/django-registration/ChangeLog,v
66 retrieving revision 1.5
67 retrieving revision 1.6
68 diff -u -r1.5 -r1.6
69 --- ChangeLog 1 Jun 2013 13:20:52 -0000 1.5
70 +++ ChangeLog 1 Jun 2013 17:27:54 -0000 1.6
71 @@ -1,6 +1,11 @@
72 # ChangeLog for dev-python/django-registration
73 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
74 -# $Header: /var/cvsroot/gentoo-x86/dev-python/django-registration/ChangeLog,v 1.5 2013/06/01 13:20:52 idella4 Exp $
75 +# $Header: /var/cvsroot/gentoo-x86/dev-python/django-registration/ChangeLog,v 1.6 2013/06/01 17:27:54 floppym Exp $
76 +
77 + 01 Jun 2013; Mike Gilbert <floppym@g.o>
78 + -django-registration-0.8-r2.ebuild, django-registration-0.8-r1.ebuild:
79 + Drop -r2 to get master.zip off gentoo mirrors. Remove broken python_test
80 + function from -r1.
81
82 *django-registration-0.8-r2 (01 Jun 2013)