Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/unison: ChangeLog unison-2.13.16.ebuild
Date: Mon, 16 Jun 2008 20:51:29
Message-Id: E1K8Lfg-0004Nx-7Q@stork.gentoo.org
1 aballier 08/06/16 20:51:24
2
3 Modified: ChangeLog unison-2.13.16.ebuild
4 Log:
5 quote variables and dont dodoc copying
6 (Portage version: 2.1.5.5)
7
8 Revision Changes Path
9 1.52 net-misc/unison/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/unison/ChangeLog?rev=1.52&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/unison/ChangeLog?rev=1.52&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/unison/ChangeLog?r1=1.51&r2=1.52
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-misc/unison/ChangeLog,v
18 retrieving revision 1.51
19 retrieving revision 1.52
20 diff -u -r1.51 -r1.52
21 --- ChangeLog 16 Jun 2008 20:46:11 -0000 1.51
22 +++ ChangeLog 16 Jun 2008 20:51:23 -0000 1.52
23 @@ -1,6 +1,9 @@
24 # ChangeLog for net-misc/unison
25 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-misc/unison/ChangeLog,v 1.51 2008/06/16 20:46:11 aballier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-misc/unison/ChangeLog,v 1.52 2008/06/16 20:51:23 aballier Exp $
28 +
29 + 16 Jun 2008; Alexis Ballier <aballier@g.o> unison-2.13.16.ebuild:
30 + quote variables and dont dodoc copying
31
32 16 Jun 2008; Alexis Ballier <aballier@g.o>
33 -files/unison-2.12.0-gtk2-bug.patch, -files/unison-2.17.1-io-error.patch,
34
35
36
37 1.7 net-misc/unison/unison-2.13.16.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/unison/unison-2.13.16.ebuild?rev=1.7&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/unison/unison-2.13.16.ebuild?rev=1.7&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/unison/unison-2.13.16.ebuild?r1=1.6&r2=1.7
42
43 Index: unison-2.13.16.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/net-misc/unison/unison-2.13.16.ebuild,v
46 retrieving revision 1.6
47 retrieving revision 1.7
48 diff -u -r1.6 -r1.7
49 --- unison-2.13.16.ebuild 22 Jul 2007 08:10:38 -0000 1.6
50 +++ unison-2.13.16.ebuild 16 Jun 2008 20:51:23 -0000 1.7
51 @@ -1,6 +1,6 @@
52 -# Copyright 1999-2007 Gentoo Foundation
53 +# Copyright 1999-2008 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/net-misc/unison/unison-2.13.16.ebuild,v 1.6 2007/07/22 08:10:38 dberkholz Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/net-misc/unison/unison-2.13.16.ebuild,v 1.7 2008/06/16 20:51:23 aballier Exp $
57
58 inherit eutils
59
60 @@ -28,7 +28,7 @@
61 unpack ${P}.tar.gz
62
63 # Fix for coreutils change of tail syntax
64 - cd ${S}
65 + cd "${S}"
66 sed -i -e 's/tail -1/tail -n 1/' Makefile.OCaml
67 }
68
69 @@ -60,11 +60,11 @@
70 # install manually, since it's just too much
71 # work to force the Makefile to do the right thing.
72 dobin unison || die
73 - dodoc BUGS.txt CONTRIB COPYING INSTALL NEWS \
74 + dodoc BUGS.txt CONTRIB INSTALL NEWS \
75 README ROADMAP.txt TODO.txt || die
76
77 if use doc; then
78 - dohtml ${DISTDIR}/${P}-manual.html || die
79 - dodoc ${DISTDIR}/${P}-manual.pdf || die
80 + dohtml "${DISTDIR}/${P}-manual.html" || die
81 + dodoc "${DISTDIR}/${P}-manual.pdf" || die
82 fi
83 }
84
85
86
87 --
88 gentoo-commits@l.g.o mailing list