Gentoo Archives: gentoo-commits

From: "Petteri Raty (betelgeuse)" <betelgeuse@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/jdictionary: jdictionary-1.8-r2.ebuild ChangeLog
Date: Tue, 23 Oct 2007 20:43:36
Message-Id: E1IkQb0-0007zv-ER@stork.gentoo.org
1 betelgeuse 07/10/23 20:43:26
2
3 Modified: jdictionary-1.8-r2.ebuild ChangeLog
4 Log:
5 Fix quoting.
6 (Portage version: 2.1.3.15)
7
8 Revision Changes Path
9 1.3 app-misc/jdictionary/jdictionary-1.8-r2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/jdictionary/jdictionary-1.8-r2.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/jdictionary/jdictionary-1.8-r2.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/jdictionary/jdictionary-1.8-r2.ebuild?r1=1.2&r2=1.3
14
15 Index: jdictionary-1.8-r2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-misc/jdictionary/jdictionary-1.8-r2.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- jdictionary-1.8-r2.ebuild 5 Oct 2006 14:31:08 -0000 1.2
22 +++ jdictionary-1.8-r2.ebuild 23 Oct 2007 20:43:25 -0000 1.3
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2006 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/app-misc/jdictionary/jdictionary-1.8-r2.ebuild,v 1.2 2006/10/05 14:31:08 gustavoz Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-misc/jdictionary/jdictionary-1.8-r2.ebuild,v 1.3 2007/10/23 20:43:25 betelgeuse Exp $
29
30 inherit java-pkg-2 eutils
31
32 @@ -20,7 +20,7 @@
33
34 src_unpack() {
35 unpack ${A}
36 - cd ${S}
37 + cd "${S}"
38 mkdir compiled
39
40 jar xf ${PN}.jar || die "failed to unpack jar"
41
42
43
44 1.16 app-misc/jdictionary/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/jdictionary/ChangeLog?rev=1.16&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/jdictionary/ChangeLog?rev=1.16&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/jdictionary/ChangeLog?r1=1.15&r2=1.16
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/app-misc/jdictionary/ChangeLog,v
53 retrieving revision 1.15
54 retrieving revision 1.16
55 diff -u -r1.15 -r1.16
56 --- ChangeLog 23 Oct 2007 20:41:33 -0000 1.15
57 +++ ChangeLog 23 Oct 2007 20:43:25 -0000 1.16
58 @@ -1,6 +1,10 @@
59 # ChangeLog for app-misc/jdictionary
60 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/app-misc/jdictionary/ChangeLog,v 1.15 2007/10/23 20:41:33 betelgeuse Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/app-misc/jdictionary/ChangeLog,v 1.16 2007/10/23 20:43:25 betelgeuse Exp $
63 +
64 + 23 Oct 2007; Petteri Räty <betelgeuse@g.o>
65 + jdictionary-1.8-r2.ebuild:
66 + Fix quoting.
67
68 23 Oct 2007; Petteri Räty <betelgeuse@g.o>
69 -jdictionary-1.8.ebuild:
70
71
72
73 --
74 gentoo-commits@g.o mailing list