Gentoo Archives: gentoo-commits

From: "Jeffrey Gardner (je_fro)" <je_fro@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-chemistry/jmol: jmol-12.2.27.ebuild ChangeLog
Date: Thu, 21 Jun 2012 14:41:41
Message-Id: 20120621144123.C69BF2004B@flycatcher.gentoo.org
1 je_fro 12/06/21 14:41:23
2
3 Modified: jmol-12.2.27.ebuild ChangeLog
4 Log:
5 Add --build-only to saxon, fix bug 422757 thanks to Diego Elio Petteno
6
7 (Portage version: 2.1.10.65/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 sci-chemistry/jmol/jmol-12.2.27.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/jmol/jmol-12.2.27.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/jmol/jmol-12.2.27.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/jmol/jmol-12.2.27.ebuild?r1=1.2&r2=1.3
15
16 Index: jmol-12.2.27.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/jmol/jmol-12.2.27.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- jmol-12.2.27.ebuild 31 May 2012 21:16:59 -0000 1.2
23 +++ jmol-12.2.27.ebuild 21 Jun 2012 14:41:23 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/jmol/jmol-12.2.27.ebuild,v 1.2 2012/05/31 21:16:59 je_fro Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/jmol/jmol-12.2.27.ebuild,v 1.3 2012/06/21 14:41:23 je_fro Exp $
29
30 EAPI=1
31 WEBAPP_OPTIONAL="yes"
32 @@ -63,7 +63,7 @@
33 java-pkg_jar-from jmol-acme jmol-acme.jar Acme.jar
34 java-pkg_jar-from commons-cli-1 commons-cli.jar commons-cli-1.0.jar
35 java-pkg_jar-from naga
36 - java-pkg_jar-from saxon-6.5 saxon.jar
37 + java-pkg_jar-from --build-only saxon-6.5 saxon.jar
38
39 mkdir -p "${S}/build/appjars" || die
40 }
41
42
43
44 1.15 sci-chemistry/jmol/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/jmol/ChangeLog?rev=1.15&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/jmol/ChangeLog?rev=1.15&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/jmol/ChangeLog?r1=1.14&r2=1.15
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/jmol/ChangeLog,v
53 retrieving revision 1.14
54 retrieving revision 1.15
55 diff -u -r1.14 -r1.15
56 --- ChangeLog 31 May 2012 21:16:59 -0000 1.14
57 +++ ChangeLog 21 Jun 2012 14:41:23 -0000 1.15
58 @@ -1,6 +1,9 @@
59 # ChangeLog for sci-chemistry/jmol
60 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/jmol/ChangeLog,v 1.14 2012/05/31 21:16:59 je_fro Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/jmol/ChangeLog,v 1.15 2012/06/21 14:41:23 je_fro Exp $
63 +
64 + 21 Jun 2012; Jeff Gardner <je_fro@g.o> jmol-12.2.27.ebuild:
65 + Add --build-only to saxon, fix bug 422757 thanks to Diego Elio Petteno
66
67 31 May 2012; Jeff Gardner <je_fro@g.o> jmol-12.2.27.ebuild:
68 Make client-only the default