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-1.5.1.ebuild django-9999.ebuild ChangeLog
Date: Sun, 02 Jun 2013 04:22:35
Message-Id: 20130602042226.9BC4A2171D@flycatcher.gentoo.org
1 floppym 13/06/02 04:22:26
2
3 Modified: django-1.5.1.ebuild django-9999.ebuild ChangeLog
4 Log:
5 Cleanup webapp.eclass usage.
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.4 dev-python/django/django-1.5.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django/django-1.5.1.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django/django-1.5.1.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django/django-1.5.1.ebuild?r1=1.3&r2=1.4
15
16 Index: django-1.5.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/django/django-1.5.1.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- django-1.5.1.ebuild 1 Jun 2013 19:35:37 -0000 1.3
23 +++ django-1.5.1.ebuild 2 Jun 2013 04:22:26 -0000 1.4
24 @@ -1,10 +1,11 @@
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.1.ebuild,v 1.3 2013/06/01 19:35:37 floppym Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/django/django-1.5.1.ebuild,v 1.4 2013/06/02 04:22:26 floppym Exp $
29
30 EAPI=5
31 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
32 PYTHON_REQ_USE='sqlite?'
33 +WEBAPP_NO_AUTO_INSTALL="yes"
34
35 inherit bash-completion-r1 distutils-r1 versionator webapp
36
37 @@ -74,14 +75,8 @@
38 }
39
40 pkg_postinst() {
41 - elog "A copy of the admin media is available to"
42 - elog "webapp-config for installation in a webroot,"
43 - elog "as well as the traditional location in python's"
44 - elog "site-packages dir for easy development"
45 - elog
46 - ewarn "If you build Django ${PV} without USE=\"vhosts\""
47 -
48 - # XXX: call webapp_pkg_postinst? the old ebuild didn't do that...
49 - ewarn "webapp-config will automatically install the"
50 - ewarn "admin media into the localhost webroot."
51 + elog "A copy of the admin media is available to webapp-config for installation in a"
52 + elog "webroot, as well as the traditional location in python's site-packages dir"
53 + elog "for easy development."
54 + webapp_pkg_postinst
55 }
56
57
58
59 1.22 dev-python/django/django-9999.ebuild
60
61 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django/django-9999.ebuild?rev=1.22&view=markup
62 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django/django-9999.ebuild?rev=1.22&content-type=text/plain
63 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django/django-9999.ebuild?r1=1.21&r2=1.22
64
65 Index: django-9999.ebuild
66 ===================================================================
67 RCS file: /var/cvsroot/gentoo-x86/dev-python/django/django-9999.ebuild,v
68 retrieving revision 1.21
69 retrieving revision 1.22
70 diff -u -r1.21 -r1.22
71 --- django-9999.ebuild 1 Jun 2013 19:35:37 -0000 1.21
72 +++ django-9999.ebuild 2 Jun 2013 04:22:26 -0000 1.22
73 @@ -1,10 +1,11 @@
74 # Copyright 1999-2013 Gentoo Foundation
75 # Distributed under the terms of the GNU General Public License v2
76 -# $Header: /var/cvsroot/gentoo-x86/dev-python/django/django-9999.ebuild,v 1.21 2013/06/01 19:35:37 floppym Exp $
77 +# $Header: /var/cvsroot/gentoo-x86/dev-python/django/django-9999.ebuild,v 1.22 2013/06/02 04:22:26 floppym Exp $
78
79 EAPI=5
80 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
81 PYTHON_REQ_USE='sqlite?'
82 +WEBAPP_NO_AUTO_INSTALL="yes"
83
84 #if LIVE
85 inherit git-2
86 @@ -79,14 +80,8 @@
87 }
88
89 pkg_postinst() {
90 - elog "A copy of the admin media is available to"
91 - elog "webapp-config for installation in a webroot,"
92 - elog "as well as the traditional location in python's"
93 - elog "site-packages dir for easy development"
94 - elog
95 - ewarn "If you build Django ${PV} without USE=\"vhosts\""
96 -
97 - # XXX: call webapp_pkg_postinst? the old ebuild didn't do that...
98 - ewarn "webapp-config will automatically install the"
99 - ewarn "admin media into the localhost webroot."
100 + elog "A copy of the admin media is available to webapp-config for installation in a"
101 + elog "webroot, as well as the traditional location in python's site-packages dir"
102 + elog "for easy development."
103 + webapp_pkg_postinst
104 }
105
106
107
108 1.110 dev-python/django/ChangeLog
109
110 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django/ChangeLog?rev=1.110&view=markup
111 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django/ChangeLog?rev=1.110&content-type=text/plain
112 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django/ChangeLog?r1=1.109&r2=1.110
113
114 Index: ChangeLog
115 ===================================================================
116 RCS file: /var/cvsroot/gentoo-x86/dev-python/django/ChangeLog,v
117 retrieving revision 1.109
118 retrieving revision 1.110
119 diff -u -r1.109 -r1.110
120 --- ChangeLog 1 Jun 2013 19:35:37 -0000 1.109
121 +++ ChangeLog 2 Jun 2013 04:22:26 -0000 1.110
122 @@ -1,6 +1,10 @@
123 # ChangeLog for dev-python/django
124 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
125 -# $Header: /var/cvsroot/gentoo-x86/dev-python/django/ChangeLog,v 1.109 2013/06/01 19:35:37 floppym Exp $
126 +# $Header: /var/cvsroot/gentoo-x86/dev-python/django/ChangeLog,v 1.110 2013/06/02 04:22:26 floppym Exp $
127 +
128 + 02 Jun 2013; Mike Gilbert <floppym@g.o> django-1.5.1.ebuild,
129 + django-9999.ebuild:
130 + Cleanup webapp.eclass usage.
131
132 01 Jun 2013; Mike Gilbert <floppym@g.o> django-1.5.1.ebuild,
133 django-9999.ebuild: