Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-nds/ypbind: ChangeLog ypbind-1.19.1.ebuild
Date: Thu, 20 Nov 2008 21:22:09
Message-Id: E1L3GyW-0005hy-07@stork.gentoo.org
1 jer 08/11/20 21:22:07
2
3 Modified: ChangeLog ypbind-1.19.1.ebuild
4 Log:
5 Fix quoting (bug #247610).
6 (Portage version: 2.2_rc14/cvs/Linux 2.6.25-gentoo-r7-JeR i686)
7
8 Revision Changes Path
9 1.45 net-nds/ypbind/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nds/ypbind/ChangeLog?rev=1.45&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nds/ypbind/ChangeLog?rev=1.45&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nds/ypbind/ChangeLog?r1=1.44&r2=1.45
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-nds/ypbind/ChangeLog,v
18 retrieving revision 1.44
19 retrieving revision 1.45
20 diff -u -r1.44 -r1.45
21 --- ChangeLog 20 Nov 2008 21:20:36 -0000 1.44
22 +++ ChangeLog 20 Nov 2008 21:22:07 -0000 1.45
23 @@ -1,6 +1,9 @@
24 # ChangeLog for net-nds/ypbind
25 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ChangeLog,v 1.44 2008/11/20 21:20:36 jer Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ChangeLog,v 1.45 2008/11/20 21:22:07 jer Exp $
28 +
29 + 20 Nov 2008; Jeroen Roovers <jer@g.o> ypbind-1.19.1.ebuild:
30 + Fix quoting (bug #247610).
31
32 20 Nov 2008; Jeroen Roovers <jer@g.o> ypbind-1.19.1-r1.ebuild:
33 Fix quoting (bug #247610).
34
35
36
37 1.9 net-nds/ypbind/ypbind-1.19.1.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nds/ypbind/ypbind-1.19.1.ebuild?rev=1.9&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nds/ypbind/ypbind-1.19.1.ebuild?rev=1.9&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nds/ypbind/ypbind-1.19.1.ebuild?r1=1.8&r2=1.9
42
43 Index: ypbind-1.19.1.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/net-nds/ypbind/ypbind-1.19.1.ebuild,v
46 retrieving revision 1.8
47 retrieving revision 1.9
48 diff -u -r1.8 -r1.9
49 --- ypbind-1.19.1.ebuild 2 Nov 2008 12:16:21 -0000 1.8
50 +++ ypbind-1.19.1.ebuild 20 Nov 2008 21:22:07 -0000 1.9
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2008 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ypbind-1.19.1.ebuild,v 1.8 2008/11/02 12:16:21 jmbsvicetto Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ypbind-1.19.1.ebuild,v 1.9 2008/11/20 21:22:07 jer Exp $
56
57 MY_P=${PN}-mt-${PV}
58 S="${WORKDIR}/${MY_P}"
59 @@ -33,8 +33,8 @@
60 insinto /etc
61 newins etc/yp.conf yp.conf.example
62
63 - newconfd "${FILESDIR}/ypbind.confd-r1 ypbind"
64 - newinitd "${FILESDIR}/ypbind.initd ypbind"
65 + newconfd "${FILESDIR}/ypbind.confd-r1" ypbind
66 + newinitd "${FILESDIR}/ypbind.initd" ypbind
67 }
68
69 pkg_postinst() {