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/jid3: jid3-0.46.ebuild ChangeLog
Date: Thu, 10 Jan 2008 23:04:50
Message-Id: E1JD6S7-0007WQ-KZ@stork.gentoo.org
1 caster 08/01/10 23:04:47
2
3 Modified: jid3-0.46.ebuild ChangeLog
4 Log:
5 Restrict junit dependency.
6 (Portage version: 2.1.4_rc14)
7
8 Revision Changes Path
9 1.2 dev-java/jid3/jid3-0.46.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/jid3/jid3-0.46.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/jid3/jid3-0.46.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/jid3/jid3-0.46.ebuild?r1=1.1&r2=1.2
14
15 Index: jid3-0.46.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-java/jid3/jid3-0.46.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- jid3-0.46.ebuild 6 May 2007 10:19:28 -0000 1.1
22 +++ jid3-0.46.ebuild 10 Jan 2008 23:04:47 -0000 1.2
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/jid3/jid3-0.46.ebuild,v 1.1 2007/05/06 10:19:28 betelgeuse Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-java/jid3/jid3-0.46.ebuild,v 1.2 2008/01/10 23:04:47 caster Exp $
29
30 JAVA_PKG_IUSE="doc source test"
31 # To make sure the javadoc patch doesn't break things
32 @@ -22,10 +22,10 @@
33 # Feel free to submit a patch that doesn't bundle the classes
34 # into the result jar
35 RDEPEND=">=virtual/jre-1.4
36 - test? ( dev-java/junit )"
37 + test? ( =dev-java/junit-3.8* )"
38
39 DEPEND=">=virtual/jdk-1.4
40 - test? ( dev-java/junit )"
41 + test? ( =dev-java/junit-3.8* )"
42
43 src_unpack() {
44 unpack ${A}
45
46
47
48 1.2 dev-java/jid3/ChangeLog
49
50 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/jid3/ChangeLog?rev=1.2&view=markup
51 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/jid3/ChangeLog?rev=1.2&content-type=text/plain
52 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/jid3/ChangeLog?r1=1.1&r2=1.2
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/dev-java/jid3/ChangeLog,v
57 retrieving revision 1.1
58 retrieving revision 1.2
59 diff -u -r1.1 -r1.2
60 --- ChangeLog 6 May 2007 10:19:28 -0000 1.1
61 +++ ChangeLog 10 Jan 2008 23:04:47 -0000 1.2
62 @@ -1,6 +1,9 @@
63 # ChangeLog for dev-java/jid3
64 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jid3/ChangeLog,v 1.1 2007/05/06 10:19:28 betelgeuse Exp $
66 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
67 +# $Header: /var/cvsroot/gentoo-x86/dev-java/jid3/ChangeLog,v 1.2 2008/01/10 23:04:47 caster Exp $
68 +
69 + 10 Jan 2008; Vlastimil Babka <caster@g.o> jid3-0.46.ebuild:
70 + Restrict junit dependency.
71
72 *jid3-0.46 (06 May 2007)
73
74
75
76
77 --
78 gentoo-commits@l.g.o mailing list