Gentoo Archives: gentoo-commits

From: "Vlastimil Babka (caster)" <caster@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-strategy/triplea: triplea-0.9.0.2-r1.ebuild ChangeLog
Date: Thu, 10 Jan 2008 23:35:05
Message-Id: E1JD6b4-0007kl-NV@stork.gentoo.org
1 caster 08/01/10 23:14:02
2
3 Modified: triplea-0.9.0.2-r1.ebuild ChangeLog
4 Log:
5 Restrict junit dependency.
6 (Portage version: 2.1.4_rc14)
7
8 Revision Changes Path
9 1.5 games-strategy/triplea/triplea-0.9.0.2-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/triplea/triplea-0.9.0.2-r1.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/triplea/triplea-0.9.0.2-r1.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/triplea/triplea-0.9.0.2-r1.ebuild?r1=1.4&r2=1.5
14
15 Index: triplea-0.9.0.2-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-strategy/triplea/triplea-0.9.0.2-r1.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- triplea-0.9.0.2-r1.ebuild 14 Aug 2007 05:24:19 -0000 1.4
22 +++ triplea-0.9.0.2-r1.ebuild 10 Jan 2008 23:14:02 -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/games-strategy/triplea/triplea-0.9.0.2-r1.ebuild,v 1.4 2007/08/14 05:24:19 wltjr Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/triplea/triplea-0.9.0.2-r1.ebuild,v 1.5 2008/01/10 23:14:02 caster Exp $
29
30 inherit eutils java-pkg-2 java-ant-2 versionator games
31
32 @@ -18,7 +18,7 @@
33 =dev-java/commons-httpclient-3*
34 dev-java/commons-logging
35 dev-java/commons-codec
36 - dev-java/junit"
37 + =dev-java/junit-3.8*"
38 DEPEND="${RDEPEND}
39 >=virtual/jdk-1.5
40 app-arch/unzip"
41
42
43
44 1.38 games-strategy/triplea/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/triplea/ChangeLog?rev=1.38&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/triplea/ChangeLog?rev=1.38&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/triplea/ChangeLog?r1=1.37&r2=1.38
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/games-strategy/triplea/ChangeLog,v
53 retrieving revision 1.37
54 retrieving revision 1.38
55 diff -u -r1.37 -r1.38
56 --- ChangeLog 24 Oct 2007 06:46:03 -0000 1.37
57 +++ ChangeLog 10 Jan 2008 23:14:02 -0000 1.38
58 @@ -1,6 +1,10 @@
59 # ChangeLog for games-strategy/triplea
60 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/triplea/ChangeLog,v 1.37 2007/10/24 06:46:03 wltjr Exp $
62 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
63 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/triplea/ChangeLog,v 1.38 2008/01/10 23:14:02 caster Exp $
64 +
65 + 10 Jan 2008; Vlastimil Babka <caster@g.o>
66 + triplea-0.9.0.2-r1.ebuild:
67 + Restrict junit dependency.
68
69 24 Oct 2007; William L. Thomson Jr. <wltjr@g.o>
70 -files/triplea-0.6.0.1-gentoo.patch:
71
72
73
74 --
75 gentoo-commits@l.g.o mailing list