Gentoo Archives: gentoo-commits

From: "Alistair Bush (ali_bush)" <ali_bush@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-java/jython: ChangeLog jython-2.5.0-r1.ebuild
Date: Thu, 06 Aug 2009 08:22:19
Message-Id: E1MYyEr-0003u4-9m@stork.gentoo.org
1 ali_bush 09/08/06 08:22:17
2
3 Modified: ChangeLog jython-2.5.0-r1.ebuild
4 Log:
5 Fix build issue, thanks to Jeremy Stent for the report. see #280479
6 (Portage version: 2.1.6.13/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.65 dev-java/jython/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/jython/ChangeLog?rev=1.65&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/jython/ChangeLog?rev=1.65&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/jython/ChangeLog?r1=1.64&r2=1.65
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-java/jython/ChangeLog,v
18 retrieving revision 1.64
19 retrieving revision 1.65
20 diff -u -r1.64 -r1.65
21 --- ChangeLog 22 Jun 2009 10:02:39 -0000 1.64
22 +++ ChangeLog 6 Aug 2009 08:22:17 -0000 1.65
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-java/jython
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jython/ChangeLog,v 1.64 2009/06/22 10:02:39 ali_bush Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-java/jython/ChangeLog,v 1.65 2009/08/06 08:22:17 ali_bush Exp $
28 +
29 + 06 Aug 2009; Alistair Bush <ali_bush@g.o> jython-2.5.0-r1.ebuild:
30 + Fix build issue, thanks to Jeremy Stent for the report. see #280479
31
32 *jython-2.5.0-r1 (22 Jun 2009)
33
34
35
36
37 1.2 dev-java/jython/jython-2.5.0-r1.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/jython/jython-2.5.0-r1.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/jython/jython-2.5.0-r1.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/jython/jython-2.5.0-r1.ebuild?r1=1.1&r2=1.2
42
43 Index: jython-2.5.0-r1.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/dev-java/jython/jython-2.5.0-r1.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- jython-2.5.0-r1.ebuild 22 Jun 2009 10:02:39 -0000 1.1
50 +++ jython-2.5.0-r1.ebuild 6 Aug 2009 08:22:17 -0000 1.2
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2009 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jython/jython-2.5.0-r1.ebuild,v 1.1 2009/06/22 10:02:39 ali_bush Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/dev-java/jython/jython-2.5.0-r1.ebuild,v 1.2 2009/08/06 08:22:17 ali_bush Exp $
56
57 JAVA_PKG_IUSE="source doc examples oracle"
58 #informix missing. This is a jdbc driver, similar to oracle use flag
59 @@ -20,7 +20,7 @@
60
61 LICENSE="PSF-2.2"
62 SLOT="2.5"
63 -KEYWORDS="~amd64 ~ppc ~x86"
64 +KEYWORDS="~amd64 ~x86"
65 IUSE=""
66
67 #>=dev-java/jdbc-mysql-3.1
68 @@ -122,6 +122,7 @@
69
70 use doc && java-pkg_dojavadoc Doc/javadoc
71 use source && java-pkg_dosrc ../src
72 + cd "${S}"
73 use examples && java-pkg_doexamples Demo/*
74 }