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-r1.ebuild
Date: Thu, 20 Nov 2008 21:20:38
Message-Id: E1L3Gx2-0005f1-4b@stork.gentoo.org
1 jer 08/11/20 21:20:36
2
3 Modified: ChangeLog ypbind-1.19.1-r1.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.44 net-nds/ypbind/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nds/ypbind/ChangeLog?rev=1.44&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nds/ypbind/ChangeLog?rev=1.44&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nds/ypbind/ChangeLog?r1=1.43&r2=1.44
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-nds/ypbind/ChangeLog,v
18 retrieving revision 1.43
19 retrieving revision 1.44
20 diff -u -r1.43 -r1.44
21 --- ChangeLog 2 Nov 2008 13:02:14 -0000 1.43
22 +++ ChangeLog 20 Nov 2008 21:20:36 -0000 1.44
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.43 2008/11/02 13:02:14 jmbsvicetto Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ChangeLog,v 1.44 2008/11/20 21:20:36 jer Exp $
28 +
29 + 20 Nov 2008; Jeroen Roovers <jer@g.o> ypbind-1.19.1-r1.ebuild:
30 + Fix quoting (bug #247610).
31
32 02 Nov 2008; Jorge Manuel B. S. Vicetto <jmbsvicetto@g.o>
33 metadata.xml:
34
35
36
37 1.5 net-nds/ypbind/ypbind-1.19.1-r1.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nds/ypbind/ypbind-1.19.1-r1.ebuild?rev=1.5&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nds/ypbind/ypbind-1.19.1-r1.ebuild?rev=1.5&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nds/ypbind/ypbind-1.19.1-r1.ebuild?r1=1.4&r2=1.5
42
43 Index: ypbind-1.19.1-r1.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/net-nds/ypbind/ypbind-1.19.1-r1.ebuild,v
46 retrieving revision 1.4
47 retrieving revision 1.5
48 diff -u -r1.4 -r1.5
49 --- ypbind-1.19.1-r1.ebuild 2 Nov 2008 12:16:21 -0000 1.4
50 +++ ypbind-1.19.1-r1.ebuild 20 Nov 2008 21:20:36 -0000 1.5
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-r1.ebuild,v 1.4 2008/11/02 12:16:21 jmbsvicetto Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ypbind-1.19.1-r1.ebuild,v 1.5 2008/11/20 21:20:36 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() {