Gentoo Archives: gentoo-commits

From: "Tobias Scherbaum (dertobi123)" <dertobi123@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/nagios-imagepack: nagios-imagepack-1.0-r100.ebuild
Date: Sun, 27 Apr 2008 18:14:08
Message-Id: E1JqBO2-0005DS-2A@stork.gentoo.org
1 dertobi123 08/04/27 18:14:06
2
3 Modified: nagios-imagepack-1.0-r100.ebuild
4 Log:
5 fix quotation
6 (Portage version: 2.1.5_rc6)
7
8 Revision Changes Path
9 1.2 net-analyzer/nagios-imagepack/nagios-imagepack-1.0-r100.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/nagios-imagepack/nagios-imagepack-1.0-r100.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/nagios-imagepack/nagios-imagepack-1.0-r100.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/nagios-imagepack/nagios-imagepack-1.0-r100.ebuild?r1=1.1&r2=1.2
14
15 Index: nagios-imagepack-1.0-r100.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nagios-imagepack/nagios-imagepack-1.0-r100.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- nagios-imagepack-1.0-r100.ebuild 27 Apr 2008 18:12:03 -0000 1.1
22 +++ nagios-imagepack-1.0-r100.ebuild 27 Apr 2008 18:14:05 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-imagepack/nagios-imagepack-1.0-r100.ebuild,v 1.1 2008/04/27 18:12:03 dertobi123 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-imagepack/nagios-imagepack-1.0-r100.ebuild,v 1.2 2008/04/27 18:14:05 dertobi123 Exp $
28
29 DESCRIPTION="Nagios imagepacks - Icons and pictures for Nagios"
30 HOMEPAGE="http://www.nagios.org"
31 @@ -23,7 +23,7 @@
32 IUSE=""
33
34 src_unpack() {
35 - mkdir ${S} && cd ${S}
36 + mkdir "${S}" && cd "${S}"
37 unpack ${A}
38 }
39
40
41
42
43 --
44 gentoo-commits@l.g.o mailing list