Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
je_fro 12/06/21 14:41:23
Modified: jmol-12.2.27.ebuild ChangeLog
Log:
Add --build-only to saxon, fix bug 422757 thanks to Diego Elio Petteno
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Revision Changes Path
1.3 sci-chemistry/jmol/jmol-12.2.27.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/jmol/jmol-12.2.27.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/jmol/jmol-12.2.27.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/jmol/jmol-12.2.27.ebuild?r1=1.2&r2=1.3
Index: jmol-12.2.27.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/jmol/jmol-12.2.27.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- jmol-12.2.27.ebuild 31 May 2012 21:16:59 -0000 1.2
+++ jmol-12.2.27.ebuild 21 Jun 2012 14:41:23 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
EAPI=1
WEBAPP_OPTIONAL="yes"
@@ -63,7 +63,7 @@
java-pkg_jar-from jmol-acme jmol-acme.jar Acme.jar
java-pkg_jar-from commons-cli-1 commons-cli.jar commons-cli-1.0.jar
java-pkg_jar-from naga
- java-pkg_jar-from saxon-6.5 saxon.jar
+ java-pkg_jar-from --build-only saxon-6.5 saxon.jar
mkdir -p "${S}/build/appjars" || die
}
1.15 sci-chemistry/jmol/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/jmol/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/jmol/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/jmol/ChangeLog?r1=1.14&r2=1.15
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/jmol/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog 31 May 2012 21:16:59 -0000 1.14
+++ ChangeLog 21 Jun 2012 14:41:23 -0000 1.15
@@ -1,6 +1,9 @@
# ChangeLog for sci-chemistry/jmol
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/jmol/ChangeLog,v 1.14 2012/05/31 21:16:59 je_fro Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/jmol/ChangeLog,v 1.15 2012/06/21 14:41:23 je_fro Exp $
+
+ 21 Jun 2012; Jeff Gardner <je_fro@g.o> jmol-12.2.27.ebuild:
+ Add --build-only to saxon, fix bug 422757 thanks to Diego Elio Petteno
31 May 2012; Jeff Gardner <je_fro@g.o> jmol-12.2.27.ebuild:
Make client-only the default
|
|