Gentoo Archives: gentoo-commits

From: "Markus Meier (maekke)" <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-java/groovy: groovy-1.6.5.ebuild ChangeLog
Date: Wed, 04 Nov 2009 16:08:29
Message-Id: E1N5iPL-0006PM-5V@stork.gentoo.org
1 maekke 09/11/04 16:08:27
2
3 Modified: groovy-1.6.5.ebuild ChangeLog
4 Log:
5 amd64/x86 stable, bug #279873
6 (Portage version: 2.2_rc48/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 dev-java/groovy/groovy-1.6.5.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/groovy/groovy-1.6.5.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/groovy/groovy-1.6.5.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/groovy/groovy-1.6.5.ebuild?r1=1.1&r2=1.2
14
15 Index: groovy-1.6.5.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-java/groovy/groovy-1.6.5.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- groovy-1.6.5.ebuild 15 Oct 2009 13:58:32 -0000 1.1
22 +++ groovy-1.6.5.ebuild 4 Nov 2009 16:08:26 -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/groovy/groovy-1.6.5.ebuild,v 1.1 2009/10/15 13:58:32 elvanor Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-java/groovy/groovy-1.6.5.ebuild,v 1.2 2009/11/04 16:08:26 maekke Exp $
28
29 # Groovy's build system is Ant based, but they use Maven for fetching the dependencies.
30 # We just have to remove the fetch dependencies target, and then we can use Ant for this ebuild.
31 @@ -30,7 +30,7 @@
32 SRC_URI="http://dist.groovy.codehaus.org/distributions/${PN}-src-${PV}.zip"
33 LICENSE="codehaus-groovy"
34 SLOT="0"
35 -KEYWORDS="~amd64 ~ppc ~x86"
36 +KEYWORDS="amd64 ~ppc x86"
37 IUSE="test"
38 RESTRICT="test"
39
40
41
42
43 1.35 dev-java/groovy/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/groovy/ChangeLog?rev=1.35&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/groovy/ChangeLog?rev=1.35&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/groovy/ChangeLog?r1=1.34&r2=1.35
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-java/groovy/ChangeLog,v
52 retrieving revision 1.34
53 retrieving revision 1.35
54 diff -u -r1.34 -r1.35
55 --- ChangeLog 15 Oct 2009 13:58:32 -0000 1.34
56 +++ ChangeLog 4 Nov 2009 16:08:26 -0000 1.35
57 @@ -1,6 +1,9 @@
58 # ChangeLog for dev-java/groovy
59 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/dev-java/groovy/ChangeLog,v 1.34 2009/10/15 13:58:32 elvanor Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/dev-java/groovy/ChangeLog,v 1.35 2009/11/04 16:08:26 maekke Exp $
62 +
63 + 04 Nov 2009; Markus Meier <maekke@g.o> groovy-1.6.5.ebuild:
64 + amd64/x86 stable, bug #279873
65
66 *groovy-1.6.5 (15 Oct 2009)