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-java/exolabcore: exolabcore-0.3.7_p20050205-r1.ebuild ChangeLog
Date: Thu, 10 Jan 2008 22:29:36
Message-Id: E1JD5u0-00072o-Os@stork.gentoo.org
1 caster 08/01/10 22:29:32
2
3 Modified: exolabcore-0.3.7_p20050205-r1.ebuild ChangeLog
4 Log:
5 Restrict junit dependency.
6 (Portage version: 2.1.4_rc14)
7
8 Revision Changes Path
9 1.5 dev-java/exolabcore/exolabcore-0.3.7_p20050205-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/exolabcore/exolabcore-0.3.7_p20050205-r1.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/exolabcore/exolabcore-0.3.7_p20050205-r1.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/exolabcore/exolabcore-0.3.7_p20050205-r1.ebuild?r1=1.4&r2=1.5
14
15 Index: exolabcore-0.3.7_p20050205-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-java/exolabcore/exolabcore-0.3.7_p20050205-r1.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- exolabcore-0.3.7_p20050205-r1.ebuild 18 Oct 2007 13:27:56 -0000 1.4
22 +++ exolabcore-0.3.7_p20050205-r1.ebuild 10 Jan 2008 22:29:32 -0000 1.5
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-java/exolabcore/exolabcore-0.3.7_p20050205-r1.ebuild,v 1.4 2007/10/18 13:27:56 angelos Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-java/exolabcore/exolabcore-0.3.7_p20050205-r1.ebuild,v 1.5 2008/01/10 22:29:32 caster Exp $
29
30 inherit eutils java-pkg-2 java-ant-2
31
32 @@ -30,7 +30,7 @@
33 test? (
34 dev-java/commons-cli
35 dev-java/log4j
36 - dev-java/junit
37 + =dev-java/junit-3.8*
38 )
39 source? ( app-arch/zip )"
40
41
42
43
44 1.14 dev-java/exolabcore/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/exolabcore/ChangeLog?rev=1.14&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/exolabcore/ChangeLog?rev=1.14&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/exolabcore/ChangeLog?r1=1.13&r2=1.14
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-java/exolabcore/ChangeLog,v
53 retrieving revision 1.13
54 retrieving revision 1.14
55 diff -u -r1.13 -r1.14
56 --- ChangeLog 24 Oct 2007 04:28:25 -0000 1.13
57 +++ ChangeLog 10 Jan 2008 22:29:32 -0000 1.14
58 @@ -1,6 +1,10 @@
59 # ChangeLog for dev-java/exolabcore
60 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-java/exolabcore/ChangeLog,v 1.13 2007/10/24 04:28:25 wltjr Exp $
62 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
63 +# $Header: /var/cvsroot/gentoo-x86/dev-java/exolabcore/ChangeLog,v 1.14 2008/01/10 22:29:32 caster Exp $
64 +
65 + 10 Jan 2008; Vlastimil Babka <caster@g.o>
66 + exolabcore-0.3.7_p20050205-r1.ebuild:
67 + Restrict junit dependency.
68
69 24 Oct 2007; William L. Thomson Jr. <wltjr@g.o>
70 -exolabcore-0.3.7_p20050205.ebuild:
71
72
73
74 --
75 gentoo-commits@l.g.o mailing list