Gentoo Archives: gentoo-commits

From: "Benedikt Boehm (hollow)" <hollow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-apps/drraw: drraw-2.0.1.ebuild drraw-2.1.3.ebuild ChangeLog
Date: Fri, 22 Feb 2008 17:06:51
Message-Id: E1JSbMC-0006P6-6e@stork.gentoo.org
1 hollow 08/02/22 17:06:44
2
3 Modified: drraw-2.0.1.ebuild drraw-2.1.3.ebuild ChangeLog
4 Log:
5 ebuild cleanup wrt #208584
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.5 www-apps/drraw/drraw-2.0.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/drraw/drraw-2.0.1.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/drraw/drraw-2.0.1.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/drraw/drraw-2.0.1.ebuild?r1=1.4&r2=1.5
14
15 Index: drraw-2.0.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/www-apps/drraw/drraw-2.0.1.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- drraw-2.0.1.ebuild 3 Sep 2004 17:17:20 -0000 1.4
22 +++ drraw-2.0.1.ebuild 22 Feb 2008 17:06:43 -0000 1.5
23 @@ -1,38 +1,50 @@
24 -# Copyright 1999-2004 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/www-apps/drraw/drraw-2.0.1.ebuild,v 1.4 2004/09/03 17:17:20 pvdabeel Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/www-apps/drraw/drraw-2.0.1.ebuild,v 1.5 2008/02/22 17:06:43 hollow Exp $
29
30 inherit webapp
31
32 -IUSE=""
33 -
34 -DESCRIPTION="drraw is a simple web based presentation front-end for RRDtool that allows you to interactively build graphs of your own design"
35 +DESCRIPTION="drraw is a simple web based presentation front-end for RRDtool"
36 HOMEPAGE="http://web.taranis.org/drraw"
37 SRC_URI="http://web.taranis.org/${PN}/dist/${P}.tgz"
38
39 +LICENSE="GPL-2"
40 KEYWORDS="~x86 ppc"
41 +IUSE=""
42
43 -RDEPEND="
44 - >=dev-lang/perl-5.6
45 - >=net-analyzer/rrdtool-1.0.47
46 -"
47 +RDEPEND=">=dev-lang/perl-5.6
48 + virtual/perl-CGI
49 + >=net-analyzer/rrdtool-1.0.47"
50
51 -LICENSE="GPL-2"
52 +need_httpd_cgi
53
54 src_unpack() {
55 unpack ${A}
56 - cd ${S}
57 - sed -e "s|/usr/local/bin/perl|/usr/bin/perl|
58 - s|/drraw.conf|/../drraw.conf|" -i drraw.cgi
59 - sed -e "s|/somewhere/drraw/saved|/tmp|
60 - s|/somewhere/drraw/tmp|/tmp|" -i drraw.conf
61 + cd "${S}"
62 + sed -i -e "s|/usr/local/bin/perl|/usr/bin/perl|" drraw.cgi
63 + sed -i \
64 + -e "s|/somewhere/drraw/saved|/tmp|" \
65 + -e "s|/somewhere/drraw/tmp|/tmp|" \
66 + drraw.conf
67 }
68
69 src_install() {
70 webapp_src_preinst
71 +
72 dodoc CHANGES INSTALL README.EVENTS WISHLIST
73 - cp drraw.cgi ${D}/${MY_CGIBINDIR} && chmod +x ${D}/${MY_CGIBINDIR}/drraw.cgi
74 - cp drraw.conf ${D}/${MY_HOSTROOTDIR}
75 - webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt
76 + rm CHANGES INSTALL README.EVENTS WISHLIST
77 +
78 + insinto "${MY_CGIBINDIR}"
79 + doins drraw.conf
80 +
81 + exeinto "${MY_CGIBINDIR}"
82 + doexe drraw.cgi
83 +
84 + insinto "${MY_ICONSDIR}"
85 + doins icons/*.gif
86 +
87 + webapp_configfile "${MY_CGIBINDIR}"/drraw.conf
88 +
89 + webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
90 webapp_src_install
91 }
92
93
94
95 1.4 www-apps/drraw/drraw-2.1.3.ebuild
96
97 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/drraw/drraw-2.1.3.ebuild?rev=1.4&view=markup
98 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/drraw/drraw-2.1.3.ebuild?rev=1.4&content-type=text/plain
99 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/drraw/drraw-2.1.3.ebuild?r1=1.3&r2=1.4
100
101 Index: drraw-2.1.3.ebuild
102 ===================================================================
103 RCS file: /var/cvsroot/gentoo-x86/www-apps/drraw/drraw-2.1.3.ebuild,v
104 retrieving revision 1.3
105 retrieving revision 1.4
106 diff -u -r1.3 -r1.4
107 --- drraw-2.1.3.ebuild 3 Jan 2007 00:40:55 -0000 1.3
108 +++ drraw-2.1.3.ebuild 22 Feb 2008 17:06:43 -0000 1.4
109 @@ -1,42 +1,50 @@
110 -# Copyright 1999-2007 Gentoo Foundation
111 +# Copyright 1999-2008 Gentoo Foundation
112 # Distributed under the terms of the GNU General Public License v2
113 -# $Header: /var/cvsroot/gentoo-x86/www-apps/drraw/drraw-2.1.3.ebuild,v 1.3 2007/01/03 00:40:55 rl03 Exp $
114 +# $Header: /var/cvsroot/gentoo-x86/www-apps/drraw/drraw-2.1.3.ebuild,v 1.4 2008/02/22 17:06:43 hollow Exp $
115
116 inherit webapp
117
118 -IUSE=""
119 -
120 -DESCRIPTION="drraw is a simple web based presentation front-end for RRDtool that allows you to interactively build graphs of your own design"
121 +DESCRIPTION="drraw is a simple web based presentation front-end for RRDtool"
122 HOMEPAGE="http://web.taranis.org/drraw"
123 SRC_URI="http://web.taranis.org/${PN}/dist/${P}.tgz"
124
125 -KEYWORDS="~x86 ~ppc"
126 +LICENSE="GPL-2"
127 +KEYWORDS="~amd64 ~ppc ~x86"
128 +IUSE=""
129
130 -RDEPEND="
131 - >=dev-lang/perl-5.6
132 +RDEPEND=">=dev-lang/perl-5.6
133 virtual/perl-CGI
134 - >=net-analyzer/rrdtool-1.2.1
135 -"
136 + >=net-analyzer/rrdtool-1.2.1"
137
138 -LICENSE="GPL-2"
139 +need_httpd_cgi
140
141 src_unpack() {
142 unpack ${A}
143 - cd ${S}
144 - sed -e "s|/usr/local/bin/perl|/usr/bin/perl|" -i drraw.cgi
145 - sed -e "s|/somewhere/drraw/saved|/tmp|
146 - s|/somewhere/drraw/tmp|/tmp|" -i drraw.conf
147 + cd "${S}"
148 + sed -i -e "s|/usr/local/bin/perl|/usr/bin/perl|" drraw.cgi
149 + sed -i \
150 + -e "s|/somewhere/drraw/saved|/tmp|" \
151 + -e "s|/somewhere/drraw/tmp|/tmp|" \
152 + drraw.conf
153 }
154
155 src_install() {
156 webapp_src_preinst
157 +
158 dodoc CHANGES INSTALL README.EVENTS WISHLIST
159 - cp drraw.{cgi,conf} ${D}/${MY_CGIBINDIR}
160 - cp icons/* ${MY_ICONSDIR}
161 + rm CHANGES INSTALL README.EVENTS WISHLIST
162 +
163 + insinto "${MY_CGIBINDIR}"
164 + doins drraw.conf
165 +
166 + exeinto "${MY_CGIBINDIR}"
167 + doexe drraw.cgi
168 +
169 + insinto "${MY_ICONSDIR}"
170 + doins icons/*.gif
171
172 - webapp_configfile ${MY_CGIBINDIR}/drraw.conf
173 + webapp_configfile "${MY_CGIBINDIR}"/drraw.conf
174
175 - webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt
176 + webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
177 webapp_src_install
178 - chmod +x ${D}/${MY_CGIBINDIR}/drraw.cgi
179 }
180
181
182
183 1.9 www-apps/drraw/ChangeLog
184
185 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/drraw/ChangeLog?rev=1.9&view=markup
186 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/drraw/ChangeLog?rev=1.9&content-type=text/plain
187 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/drraw/ChangeLog?r1=1.8&r2=1.9
188
189 Index: ChangeLog
190 ===================================================================
191 RCS file: /var/cvsroot/gentoo-x86/www-apps/drraw/ChangeLog,v
192 retrieving revision 1.8
193 retrieving revision 1.9
194 diff -u -r1.8 -r1.9
195 --- ChangeLog 22 Feb 2007 00:29:45 -0000 1.8
196 +++ ChangeLog 22 Feb 2008 17:06:43 -0000 1.9
197 @@ -1,6 +1,10 @@
198 # ChangeLog for www-apps/drraw
199 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
200 -# $Header: /var/cvsroot/gentoo-x86/www-apps/drraw/ChangeLog,v 1.8 2007/02/22 00:29:45 jokey Exp $
201 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
202 +# $Header: /var/cvsroot/gentoo-x86/www-apps/drraw/ChangeLog,v 1.9 2008/02/22 17:06:43 hollow Exp $
203 +
204 + 22 Feb 2008; Benedikt Böhm <hollow@g.o> drraw-2.0.1.ebuild,
205 + drraw-2.1.3.ebuild:
206 + ebuild cleanup wrt #208584
207
208 22 Feb 2007; Markus Ullmann <jokey@g.o> ChangeLog:
209 Redigest for Manifest2
210
211
212
213 --
214 gentoo-commits@l.g.o mailing list