Gentoo Archives: gentoo-commits

From: "Anthony G. Basile (blueness)" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-admin/webapp-config: webapp-config-1.50.18.ebuild webapp-config-1.50.16-r1.ebuild ChangeLog webapp-config-1.50.16-r4.ebuild
Date: Fri, 27 Apr 2012 19:44:08
Message-Id: 20120427194357.BF9772004B@flycatcher.gentoo.org
1 blueness 12/04/27 19:43:57
2
3 Modified: webapp-config-1.50.18.ebuild
4 webapp-config-1.50.16-r1.ebuild ChangeLog
5 webapp-config-1.50.16-r4.ebuild
6 Log:
7 Remove python_convert_shebangs, not needed on wrapper script
8
9 (Portage version: 2.1.10.49/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.2 app-admin/webapp-config/webapp-config-1.50.18.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/webapp-config/webapp-config-1.50.18.ebuild?rev=1.2&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/webapp-config/webapp-config-1.50.18.ebuild?rev=1.2&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/webapp-config/webapp-config-1.50.18.ebuild?r1=1.1&r2=1.2
17
18 Index: webapp-config-1.50.18.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-admin/webapp-config/webapp-config-1.50.18.ebuild,v
21 retrieving revision 1.1
22 retrieving revision 1.2
23 diff -u -r1.1 -r1.2
24 --- webapp-config-1.50.18.ebuild 4 Feb 2011 18:45:13 -0000 1.1
25 +++ webapp-config-1.50.18.ebuild 27 Apr 2012 19:43:57 -0000 1.2
26 @@ -1,6 +1,6 @@
27 -# Copyright 1999-2011 Gentoo Foundation
28 +# Copyright 1999-2012 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 -# $Header: /var/cvsroot/gentoo-x86/app-admin/webapp-config/webapp-config-1.50.18.ebuild,v 1.1 2011/02/04 18:45:13 robbat2 Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/app-admin/webapp-config/webapp-config-1.50.18.ebuild,v 1.2 2012/04/27 19:43:57 blueness Exp $
32
33 EAPI="3"
34 PYTHON_DEPEND="2"
35 @@ -45,8 +45,6 @@
36 # be ok
37 distutils_src_install --install-scripts="/usr/sbin"
38
39 - python_convert_shebangs 2 "${ED}usr/sbin/webapp-config"
40 -
41 insinto /etc/vhosts
42 doins config/webapp-config
43
44
45
46
47 1.17 app-admin/webapp-config/webapp-config-1.50.16-r1.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/webapp-config/webapp-config-1.50.16-r1.ebuild?rev=1.17&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/webapp-config/webapp-config-1.50.16-r1.ebuild?rev=1.17&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/webapp-config/webapp-config-1.50.16-r1.ebuild?r1=1.16&r2=1.17
52
53 Index: webapp-config-1.50.16-r1.ebuild
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/app-admin/webapp-config/webapp-config-1.50.16-r1.ebuild,v
56 retrieving revision 1.16
57 retrieving revision 1.17
58 diff -u -r1.16 -r1.17
59 --- webapp-config-1.50.16-r1.ebuild 6 Feb 2011 22:03:56 -0000 1.16
60 +++ webapp-config-1.50.16-r1.ebuild 27 Apr 2012 19:43:57 -0000 1.17
61 @@ -1,6 +1,6 @@
62 -# Copyright 1999-2011 Gentoo Foundation
63 +# Copyright 1999-2012 Gentoo Foundation
64 # Distributed under the terms of the GNU General Public License v2
65 -# $Header: /var/cvsroot/gentoo-x86/app-admin/webapp-config/webapp-config-1.50.16-r1.ebuild,v 1.16 2011/02/06 22:03:56 leio Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/app-admin/webapp-config/webapp-config-1.50.16-r1.ebuild,v 1.17 2012/04/27 19:43:57 blueness Exp $
67
68 EAPI="3"
69 PYTHON_DEPEND="2"
70 @@ -40,8 +40,6 @@
71 # be ok
72 distutils_src_install --install-scripts="/usr/sbin"
73
74 - python_convert_shebangs 2 "${ED}usr/sbin/webapp-config"
75 -
76 insinto /etc/vhosts
77 doins config/webapp-config
78
79
80
81
82 1.72 app-admin/webapp-config/ChangeLog
83
84 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/webapp-config/ChangeLog?rev=1.72&view=markup
85 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/webapp-config/ChangeLog?rev=1.72&content-type=text/plain
86 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/webapp-config/ChangeLog?r1=1.71&r2=1.72
87
88 Index: ChangeLog
89 ===================================================================
90 RCS file: /var/cvsroot/gentoo-x86/app-admin/webapp-config/ChangeLog,v
91 retrieving revision 1.71
92 retrieving revision 1.72
93 diff -u -r1.71 -r1.72
94 --- ChangeLog 29 Dec 2011 21:49:27 -0000 1.71
95 +++ ChangeLog 27 Apr 2012 19:43:57 -0000 1.72
96 @@ -1,6 +1,11 @@
97 # ChangeLog for app-admin/webapp-config
98 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
99 -# $Header: /var/cvsroot/gentoo-x86/app-admin/webapp-config/ChangeLog,v 1.71 2011/12/29 21:49:27 blueness Exp $
100 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
101 +# $Header: /var/cvsroot/gentoo-x86/app-admin/webapp-config/ChangeLog,v 1.72 2012/04/27 19:43:57 blueness Exp $
102 +
103 + 27 Apr 2012; Anthony G. Basile <blueness@g.o>
104 + webapp-config-1.50.16-r1.ebuild, webapp-config-1.50.16-r4.ebuild,
105 + webapp-config-1.50.18.ebuild:
106 + Remove python_convert_shebangs, not needed on wrapper script
107
108 29 Dec 2011; Anthony G. Basile <blueness@g.o> metadata.xml:
109 Added myself as maintainer
110
111
112
113 1.2 app-admin/webapp-config/webapp-config-1.50.16-r4.ebuild
114
115 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/webapp-config/webapp-config-1.50.16-r4.ebuild?rev=1.2&view=markup
116 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/webapp-config/webapp-config-1.50.16-r4.ebuild?rev=1.2&content-type=text/plain
117 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/webapp-config/webapp-config-1.50.16-r4.ebuild?r1=1.1&r2=1.2
118
119 Index: webapp-config-1.50.16-r4.ebuild
120 ===================================================================
121 RCS file: /var/cvsroot/gentoo-x86/app-admin/webapp-config/webapp-config-1.50.16-r4.ebuild,v
122 retrieving revision 1.1
123 retrieving revision 1.2
124 diff -u -r1.1 -r1.2
125 --- webapp-config-1.50.16-r4.ebuild 19 Dec 2010 18:31:55 -0000 1.1
126 +++ webapp-config-1.50.16-r4.ebuild 27 Apr 2012 19:43:57 -0000 1.2
127 @@ -1,6 +1,6 @@
128 -# Copyright 1999-2010 Gentoo Foundation
129 +# Copyright 1999-2012 Gentoo Foundation
130 # Distributed under the terms of the GNU General Public License v2
131 -# $Header: /var/cvsroot/gentoo-x86/app-admin/webapp-config/webapp-config-1.50.16-r4.ebuild,v 1.1 2010/12/19 18:31:55 rafaelmartins Exp $
132 +# $Header: /var/cvsroot/gentoo-x86/app-admin/webapp-config/webapp-config-1.50.16-r4.ebuild,v 1.2 2012/04/27 19:43:57 blueness Exp $
133
134 EAPI="3"
135 PYTHON_DEPEND="2"
136 @@ -44,8 +44,6 @@
137 # be ok
138 distutils_src_install --install-scripts="/usr/sbin"
139
140 - python_convert_shebangs 2 "${ED}usr/sbin/webapp-config"
141 -
142 insinto /etc/vhosts
143 doins config/webapp-config