Gentoo Archives: gentoo-commits

From: "Ralph Sennhauser (sera)" <sera@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-java/commons-collections: commons-collections-3.2.1.ebuild ChangeLog
Date: Sat, 31 Dec 2011 13:25:35
Message-Id: 20111231132522.C23B72004B@flycatcher.gentoo.org
1 sera 11/12/31 13:25:22
2
3 Modified: commons-collections-3.2.1.ebuild ChangeLog
4 Log:
5 Drop ia64 support #345433
6
7 (Portage version: 2.1.10.43/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.11 dev-java/commons-collections/commons-collections-3.2.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-collections/commons-collections-3.2.1.ebuild?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-collections/commons-collections-3.2.1.ebuild?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-collections/commons-collections-3.2.1.ebuild?r1=1.10&r2=1.11
15
16 Index: commons-collections-3.2.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-java/commons-collections/commons-collections-3.2.1.ebuild,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- commons-collections-3.2.1.ebuild 30 Nov 2011 12:09:47 -0000 1.10
23 +++ commons-collections-3.2.1.ebuild 31 Dec 2011 13:25:22 -0000 1.11
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2010 Gentoo Foundation
26 +# Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-collections/commons-collections-3.2.1.ebuild,v 1.10 2011/11/30 12:09:47 grobian Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-collections/commons-collections-3.2.1.ebuild,v 1.11 2011/12/31 13:25:22 sera Exp $
30
31 JAVA_PKG_IUSE="doc source test"
32
33 @@ -12,7 +12,7 @@
34
35 LICENSE="Apache-2.0"
36 SLOT="0"
37 -KEYWORDS="amd64 ~ia64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
38 +KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
39 IUSE="test-framework"
40
41 COMMON_DEP="test-framework? ( =dev-java/junit-3.8* )"
42
43
44
45 1.59 dev-java/commons-collections/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-collections/ChangeLog?rev=1.59&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-collections/ChangeLog?rev=1.59&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-collections/ChangeLog?r1=1.58&r2=1.59
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-java/commons-collections/ChangeLog,v
54 retrieving revision 1.58
55 retrieving revision 1.59
56 diff -u -r1.58 -r1.59
57 --- ChangeLog 30 Nov 2011 12:09:47 -0000 1.58
58 +++ ChangeLog 31 Dec 2011 13:25:22 -0000 1.59
59 @@ -1,6 +1,10 @@
60 # ChangeLog for dev-java/commons-collections
61 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-collections/ChangeLog,v 1.58 2011/11/30 12:09:47 grobian Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-collections/ChangeLog,v 1.59 2011/12/31 13:25:22 sera Exp $
64 +
65 + 31 Dec 2011; Ralph Sennhauser <sera@g.o>
66 + commons-collections-3.2.1.ebuild:
67 + Drop ia64 support #345433
68
69 30 Nov 2011; Fabian Groffen <grobian@g.o>
70 commons-collections-3.2.1.ebuild: