Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ml/camlzip: camlzip-1.01-r1.ebuild ChangeLog
Date: Sat, 10 Nov 2007 14:22:09
Message-Id: E1IqrDn-0001WN-Vp@stork.gentoo.org
1 aballier 07/11/10 14:22:03
2
3 Modified: camlzip-1.01-r1.ebuild ChangeLog
4 Log:
5 quote dir variables
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.3 dev-ml/camlzip/camlzip-1.01-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlzip/camlzip-1.01-r1.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlzip/camlzip-1.01-r1.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlzip/camlzip-1.01-r1.ebuild?r1=1.2&r2=1.3
14
15 Index: camlzip-1.01-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-ml/camlzip/camlzip-1.01-r1.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- camlzip-1.01-r1.ebuild 26 Aug 2004 12:36:52 -0000 1.2
22 +++ camlzip-1.01-r1.ebuild 10 Nov 2007 14:22:03 -0000 1.3
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2004 Gentoo Foundation
25 +# Copyright 1999-2007 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlzip/camlzip-1.01-r1.ebuild,v 1.2 2004/08/26 12:36:52 mattam Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlzip/camlzip-1.01-r1.ebuild,v 1.3 2007/11/10 14:22:03 aballier Exp $
29
30 inherit findlib eutils
31
32 @@ -19,9 +19,9 @@
33
34 src_unpack() {
35 unpack ${A}
36 - cd ${S}
37 - epatch ${FILESDIR}/${P}-Makefile-findlib.patch
38 - sed -e "s/VERSION/${PV}/" ${FILESDIR}/META >> META
39 + cd "${S}"
40 + epatch "${FILESDIR}/${P}-Makefile-findlib.patch"
41 + sed -e "s/VERSION/${PV}/" "${FILESDIR}/META" >> META
42 }
43
44 src_compile() {
45
46
47
48 1.8 dev-ml/camlzip/ChangeLog
49
50 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlzip/ChangeLog?rev=1.8&view=markup
51 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlzip/ChangeLog?rev=1.8&content-type=text/plain
52 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlzip/ChangeLog?r1=1.7&r2=1.8
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/dev-ml/camlzip/ChangeLog,v
57 retrieving revision 1.7
58 retrieving revision 1.8
59 diff -u -r1.7 -r1.8
60 --- ChangeLog 10 Nov 2007 14:19:58 -0000 1.7
61 +++ ChangeLog 10 Nov 2007 14:22:03 -0000 1.8
62 @@ -1,6 +1,9 @@
63 # ChangeLog for dev-ml/camlzip
64 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlzip/ChangeLog,v 1.7 2007/11/10 14:19:58 aballier Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlzip/ChangeLog,v 1.8 2007/11/10 14:22:03 aballier Exp $
67 +
68 + 10 Nov 2007; Alexis Ballier <aballier@g.o> camlzip-1.01-r1.ebuild:
69 + quote dir variables
70
71 10 Nov 2007; Alexis Ballier <aballier@g.o> -camlzip-1.03.ebuild:
72 cleanup unused version
73
74
75
76 --
77 gentoo-commits@g.o mailing list