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-beanutils: commons-beanutils-1.6.1-r3.ebuild commons-beanutils-1.8.0.ebuild ChangeLog commons-beanutils-1.8.3.ebuild
Date: Sat, 31 Dec 2011 12:27:00
Message-Id: 20111231122650.F12BB2004B@flycatcher.gentoo.org
1 sera 11/12/31 12:26:50
2
3 Modified: commons-beanutils-1.6.1-r3.ebuild
4 commons-beanutils-1.8.0.ebuild ChangeLog
5 commons-beanutils-1.8.3.ebuild
6 Log:
7 Drop ia64 support #345433
8
9 (Portage version: 2.1.10.43/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.15 dev-java/commons-beanutils/commons-beanutils-1.6.1-r3.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-beanutils/commons-beanutils-1.6.1-r3.ebuild?rev=1.15&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-beanutils/commons-beanutils-1.6.1-r3.ebuild?rev=1.15&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-beanutils/commons-beanutils-1.6.1-r3.ebuild?r1=1.14&r2=1.15
17
18 Index: commons-beanutils-1.6.1-r3.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-java/commons-beanutils/commons-beanutils-1.6.1-r3.ebuild,v
21 retrieving revision 1.14
22 retrieving revision 1.15
23 diff -u -r1.14 -r1.15
24 --- commons-beanutils-1.6.1-r3.ebuild 19 Dec 2011 12:55:22 -0000 1.14
25 +++ commons-beanutils-1.6.1-r3.ebuild 31 Dec 2011 12:26:50 -0000 1.15
26 @@ -1,6 +1,6 @@
27 # Copyright 1999-2011 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-beanutils/commons-beanutils-1.6.1-r3.ebuild,v 1.14 2011/12/19 12:55:22 sera Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-beanutils/commons-beanutils-1.6.1-r3.ebuild,v 1.15 2011/12/31 12:26:50 sera Exp $
31
32 JAVA_PKG_IUSE="doc source"
33
34 @@ -12,7 +12,7 @@
35
36 LICENSE="Apache-1.1"
37 SLOT="1.6"
38 -KEYWORDS="amd64 ~ia64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos"
39 +KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos"
40 IUSE="doc source"
41
42 COMMON_DEP="
43
44
45
46 1.7 dev-java/commons-beanutils/commons-beanutils-1.8.0.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-beanutils/commons-beanutils-1.8.0.ebuild?rev=1.7&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-beanutils/commons-beanutils-1.8.0.ebuild?rev=1.7&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-beanutils/commons-beanutils-1.8.0.ebuild?r1=1.6&r2=1.7
51
52 Index: commons-beanutils-1.8.0.ebuild
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/dev-java/commons-beanutils/commons-beanutils-1.8.0.ebuild,v
55 retrieving revision 1.6
56 retrieving revision 1.7
57 diff -u -r1.6 -r1.7
58 --- commons-beanutils-1.8.0.ebuild 15 Feb 2010 17:57:20 -0000 1.6
59 +++ commons-beanutils-1.8.0.ebuild 31 Dec 2011 12:26:50 -0000 1.7
60 @@ -1,6 +1,6 @@
61 -# Copyright 1999-2010 Gentoo Foundation
62 +# Copyright 1999-2011 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2
64 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-beanutils/commons-beanutils-1.8.0.ebuild,v 1.6 2010/02/15 17:57:20 josejx Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-beanutils/commons-beanutils-1.8.0.ebuild,v 1.7 2011/12/31 12:26:50 sera Exp $
66
67 EAPI=2
68 JAVA_PKG_IUSE="doc source test"
69 @@ -13,7 +13,7 @@
70
71 LICENSE="Apache-2.0"
72 SLOT="1.7"
73 -KEYWORDS="amd64 ~ia64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos"
74 +KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos"
75 IUSE=""
76
77 COMMON_DEP="
78
79
80
81 1.56 dev-java/commons-beanutils/ChangeLog
82
83 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-beanutils/ChangeLog?rev=1.56&view=markup
84 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-beanutils/ChangeLog?rev=1.56&content-type=text/plain
85 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-beanutils/ChangeLog?r1=1.55&r2=1.56
86
87 Index: ChangeLog
88 ===================================================================
89 RCS file: /var/cvsroot/gentoo-x86/dev-java/commons-beanutils/ChangeLog,v
90 retrieving revision 1.55
91 retrieving revision 1.56
92 diff -u -r1.55 -r1.56
93 --- ChangeLog 19 Dec 2011 12:55:22 -0000 1.55
94 +++ ChangeLog 31 Dec 2011 12:26:50 -0000 1.56
95 @@ -1,6 +1,11 @@
96 # ChangeLog for dev-java/commons-beanutils
97 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
98 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-beanutils/ChangeLog,v 1.55 2011/12/19 12:55:22 sera Exp $
99 +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-beanutils/ChangeLog,v 1.56 2011/12/31 12:26:50 sera Exp $
100 +
101 + 31 Dec 2011; Ralph Sennhauser <sera@g.o>
102 + commons-beanutils-1.6.1-r3.ebuild, commons-beanutils-1.8.0.ebuild,
103 + commons-beanutils-1.8.3.ebuild:
104 + Drop ia64 support #345433
105
106 19 Dec 2011; Ralph Sennhauser <sera@g.o>
107 commons-beanutils-1.6.1-r3.ebuild:
108
109
110
111 1.3 dev-java/commons-beanutils/commons-beanutils-1.8.3.ebuild
112
113 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-beanutils/commons-beanutils-1.8.3.ebuild?rev=1.3&view=markup
114 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-beanutils/commons-beanutils-1.8.3.ebuild?rev=1.3&content-type=text/plain
115 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-beanutils/commons-beanutils-1.8.3.ebuild?r1=1.2&r2=1.3
116
117 Index: commons-beanutils-1.8.3.ebuild
118 ===================================================================
119 RCS file: /var/cvsroot/gentoo-x86/dev-java/commons-beanutils/commons-beanutils-1.8.3.ebuild,v
120 retrieving revision 1.2
121 retrieving revision 1.3
122 diff -u -r1.2 -r1.3
123 --- commons-beanutils-1.8.3.ebuild 30 Nov 2011 12:10:59 -0000 1.2
124 +++ commons-beanutils-1.8.3.ebuild 31 Dec 2011 12:26:50 -0000 1.3
125 @@ -1,6 +1,6 @@
126 # Copyright 1999-2011 Gentoo Foundation
127 # Distributed under the terms of the GNU General Public License v2
128 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-beanutils/commons-beanutils-1.8.3.ebuild,v 1.2 2011/11/30 12:10:59 grobian Exp $
129 +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-beanutils/commons-beanutils-1.8.3.ebuild,v 1.3 2011/12/31 12:26:50 sera Exp $
130
131 EAPI="4"
132 JAVA_PKG_IUSE="doc source test"
133 @@ -13,7 +13,7 @@
134
135 LICENSE="Apache-2.0"
136 SLOT="1.7"
137 -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
138 +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
139 IUSE=""
140
141 COMMON_DEP="