Gentoo Archives: gentoo-commits

From: "Petteri Raty (betelgeuse)" <betelgeuse@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-java/stringtemplate: stringtemplate-3.2.ebuild ChangeLog
Date: Sun, 29 Mar 2009 16:46:45
Message-Id: E1Lny9i-0006kX-TA@stork.gentoo.org
1 betelgeuse 09/03/29 16:46:42
2
3 Modified: stringtemplate-3.2.ebuild ChangeLog
4 Log:
5 Require java use flag on dev-java/antlr:0.
6 (Portage version: 2.2_rc27/cvs/Linux i686)
7
8 Revision Changes Path
9 1.2 dev-java/stringtemplate/stringtemplate-3.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/stringtemplate/stringtemplate-3.2.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/stringtemplate/stringtemplate-3.2.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/stringtemplate/stringtemplate-3.2.ebuild?r1=1.1&r2=1.2
14
15 Index: stringtemplate-3.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-java/stringtemplate/stringtemplate-3.2.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- stringtemplate-3.2.ebuild 29 Mar 2009 00:13:43 -0000 1.1
22 +++ stringtemplate-3.2.ebuild 29 Mar 2009 16:46:42 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-java/stringtemplate/stringtemplate-3.2.ebuild,v 1.1 2009/03/29 00:13:43 betelgeuse Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-java/stringtemplate/stringtemplate-3.2.ebuild,v 1.2 2009/03/29 16:46:42 betelgeuse Exp $
28
29 EAPI="2"
30 JAVA_PKG_IUSE="doc source"
31 @@ -22,7 +22,7 @@
32
33 # no junit targets in build.xml, but unconditional compile and jar of test
34 # classes, oh well
35 -COMMON_DEPEND="dev-java/antlr:0
36 +COMMON_DEPEND=">=dev-java/antlr-2.7.7:0[java]
37 dev-java/junit:0"
38
39 RDEPEND=">=virtual/jre-1.4
40
41
42
43 1.2 dev-java/stringtemplate/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/stringtemplate/ChangeLog?rev=1.2&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/stringtemplate/ChangeLog?rev=1.2&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/stringtemplate/ChangeLog?r1=1.1&r2=1.2
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-java/stringtemplate/ChangeLog,v
52 retrieving revision 1.1
53 retrieving revision 1.2
54 diff -u -r1.1 -r1.2
55 --- ChangeLog 29 Mar 2009 00:13:43 -0000 1.1
56 +++ ChangeLog 29 Mar 2009 16:46:42 -0000 1.2
57 @@ -1,6 +1,10 @@
58 # ChangeLog for dev-java/stringtemplate
59 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/dev-java/stringtemplate/ChangeLog,v 1.1 2009/03/29 00:13:43 betelgeuse Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/dev-java/stringtemplate/ChangeLog,v 1.2 2009/03/29 16:46:42 betelgeuse Exp $
62 +
63 + 29 Mar 2009; Petteri Räty <betelgeuse@g.o>
64 + stringtemplate-3.2.ebuild:
65 + Require java use flag on dev-java/antlr:0.
66
67 *stringtemplate-3.2 (29 Mar 2009)