Gentoo Archives: gentoo-commits

From: "Vlastimil Babka (caster)" <caster@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-db/octopus: octopus-3.0.1-r1.ebuild ChangeLog
Date: Thu, 10 Jan 2008 21:59:12
Message-Id: E1JD5Qc-0006Z9-7V@stork.gentoo.org
1 caster 08/01/10 21:59:10
2
3 Modified: octopus-3.0.1-r1.ebuild ChangeLog
4 Log:
5 Restrict junit dependency.
6 (Portage version: 2.1.4_rc14)
7
8 Revision Changes Path
9 1.9 dev-db/octopus/octopus-3.0.1-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/octopus/octopus-3.0.1-r1.ebuild?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/octopus/octopus-3.0.1-r1.ebuild?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/octopus/octopus-3.0.1-r1.ebuild?r1=1.8&r2=1.9
14
15 Index: octopus-3.0.1-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-db/octopus/octopus-3.0.1-r1.ebuild,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- octopus-3.0.1-r1.ebuild 13 Nov 2007 12:27:27 -0000 1.8
22 +++ octopus-3.0.1-r1.ebuild 10 Jan 2008 21:59:09 -0000 1.9
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-db/octopus/octopus-3.0.1-r1.ebuild,v 1.8 2007/11/13 12:27:27 opfer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-db/octopus/octopus-3.0.1-r1.ebuild,v 1.9 2008/01/10 21:59:09 caster Exp $
29
30 JAVA_PKG_IUSE="doc source"
31
32 @@ -20,7 +20,7 @@
33 >=dev-java/xerces-2.7
34 >=dev-java/log4j-1.2.8
35 =dev-java/rhino-1.6*
36 - dev-java/junit
37 + =dev-java/junit-3.8*
38 >=dev-java/ant-core-1.4"
39
40 # Does not like org.w3c.dom.Node
41
42
43
44 1.13 dev-db/octopus/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/octopus/ChangeLog?rev=1.13&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/octopus/ChangeLog?rev=1.13&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/octopus/ChangeLog?r1=1.12&r2=1.13
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-db/octopus/ChangeLog,v
53 retrieving revision 1.12
54 retrieving revision 1.13
55 diff -u -r1.12 -r1.13
56 --- ChangeLog 13 Nov 2007 12:27:27 -0000 1.12
57 +++ ChangeLog 10 Jan 2008 21:59:09 -0000 1.13
58 @@ -1,6 +1,9 @@
59 # ChangeLog for dev-db/octopus
60 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-db/octopus/ChangeLog,v 1.12 2007/11/13 12:27:27 opfer Exp $
62 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
63 +# $Header: /var/cvsroot/gentoo-x86/dev-db/octopus/ChangeLog,v 1.13 2008/01/10 21:59:09 caster Exp $
64 +
65 + 10 Jan 2008; Vlastimil Babka <caster@g.o> octopus-3.0.1-r1.ebuild:
66 + Restrict junit dependency.
67
68 13 Nov 2007; Christian Faulhammer <opfer@g.o>
69 octopus-3.0.1-r1.ebuild:
70
71
72
73 --
74 gentoo-commits@l.g.o mailing list